.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,217,221;--color-primary-1:241,128,143;--color-primary-2:227,0,31;--color-primary-3:114,0,16;--color-primary-4:34,0,5;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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";--paragraphs-font-family:"Toyota"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { position:relative;display:block; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { background-color: transparent; background-image: none; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container > .video-iframe-container { display: none; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row > .video-iframe-container { display: none; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .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); }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { border-width: 0; border-radius: 0; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .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; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { background-color:transparent;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: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-4),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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:0rem;display:block; }
#ZZgJBZ9TSDxHHLeKoBOyKRg5CWvdMA14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a48hv7sQs5pLVTulQPkWTTN795467eXK { background-color:transparent;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: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-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.6875rem;left:7.9375rem;display:block; }
#AHMOUynDEKqrqled5QFEeSgKecAhBxWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mev0Lkei8zeOHE3ht7PVM7fKdUX7ZeCW { background-color:transparent;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: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-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:16.6875rem;display:block; }
#F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqZpAokdBZ6sNznmemWUfu1oZNLeplQU { background-color:transparent;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: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-4),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:42.125rem;display:none; }
#JRaZhg1hCOar6aaCzZNK9sAEuaOnAcp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slu3AN67pvnUT3Q7mH2z0nhmP0do3dTi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:30.625rem;top:0.125rem;left:44.375rem;overflow:hidden;display:block; }
#M7e2HuzfOUTISr5SPT5zGil6Csl7wzgJ { background-color:transparent;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: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-4),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.6875rem;left:26.375rem;display:block; }
#PbTKpJ71O2dMZbTXxzz7ZZLnHxF8sqPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cga3hMxM5PghOsITWqQ80Xz15VPAFTAL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:75rem;display:none; }
#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55025eae-de81-42a6-aeae-ae1877d73582/TOY_bZ4X_2021_PRELAUNCH_HUB_BRAND_IMG_KV_Front34_high.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.adaptive-delivery-prevent-bg, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyload, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyloading { background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { background-color: transparent; background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .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); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { border-width: 0; border-radius: 0; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { color:rgba(var(--color-tertiary-0),1);display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.38);top:0.90625rem;left:1.59375rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O2xL0pdwriN4iLgGHudWX2EdTc0oIWxH { color:rgba(var(--color-tertiary-0),1);display:block;width:52.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.38);top:7.1875rem;left:1.59375rem;height:5.7734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zd7MLSOFfsSuT0W6dgMBkMEHea6cmH0c { position:absolute;display:block;z-index:15019;height:3.75rem;width:3.75rem;top:1.75rem;left:0rem;display:block; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-form-header {  }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:17.5rem;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; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);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:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(200,196,197,0.57);border-left:0.125rem solid rgba(200,196,197,0.57);border-right:0.125rem solid rgba(200,196,197,0.57);border-bottom:0.125rem solid rgba(200,196,197,0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-4),0.53);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:6.4375rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .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);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:first-of-type{padding-top:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:last-of-type{padding-bottom:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF  { background-color:transparent;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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:55rem;top:6.34375rem;z-index:15016;position:absolute; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF {display:block;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF { background-color:transparent;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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:55rem;top:6.34375rem;z-index:15016;position:absolute; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #kaAo3WSfIzJKhmFziyayyd5M6gMHxqT6 { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #eByDQFsd9OEnHOgMbgXKzXsBgfxXlTqM { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #ysdENGb0BMDJ01zdbqOa4VpViyr2G36v { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #M4p2vibl6oPKorBSVDhT00CSzgeIfBSb { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #leMOd8TT1K2LWodUM6SLOUdAUHXlZWgi { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rMZQGKeMOOao9sSh2p1OLOUkcX8OGq2o { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oFSXuzQ5w3M6mS6VfyZM1TClSGJPAkTx { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #VrET8n7LFi5mKcZiG6iRH2x7OlBZJtiG { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #JkKNbizsPZl02hBkSG5LFlDbV8BWTs60 { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #Q7ScWch7kF7ySrWvvMTsrQIMPoVK0r0G { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dTQWGQqCIa0VKsz2h6LX0cDDlyzv9nDe { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #f94feKMpSk3eoLM05vchdAcAt7GmLo2D { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #BK2WTiohC8pMnd1rkePGPMa8yMezhUTO { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #lHrTvTVqwg6vkhX9Hyg7IcNOpLh1n1ik { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #KRHbftorKAqNFeGMGJgJcDV8M0lxpwzQ { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #muuTw4s459woFEyWU0naifawrTSuh5vX { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dxBTx9cPOx0pd6GnUo0eVrURAWLRNcxq { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #IaTLTfXRWRsdgw6ed54XMS438o9UV111 { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #coOJkTEskkmWDFI0OsgQqR14BncCkGXt { position:relative;display:block;z-index:15000; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #wWAv5FMymSaMbbbngbgwq6FtTAG7PUTh { position:relative;display:block;z-index:15000; }
#MPKvH6SXzGROekSxRcXpCF0RrKZr3xuG { position:relative;display:block;z-index:100000;display:block; }
#icHhQlJw6laWsXGkNP1JWmMfny7HEou9 { position:relative;display:block;z-index:100000;display:block; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rzDDOrfn4LIrUE0bHaOeo8FSWsvTJZht { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #h9NQL79wtw9clX6sCQ1PmTnwCqb2XLTh { position:relative;z-index:2; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #nxVNwOPlOXpVAug5T0epbIZo5sgpKWIm { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k9OefFhlLbAT5vllL35asCX7bRqWM3mC { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k3BTTmD8UDcrZq6Q1f6LC3U056czAuTg { position:relative; }
#DI01idXSbSgbpf4hPr9iwF5vTxAy3odI { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:1.5124998092651rem;left:57.9375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { position:absolute;display:block;z-index:15011;background-color:rgba(40,40,48,0.59);background-image:none;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.9375rem;width:19.375rem;top:0rem;left:55.4375rem;display:block; }
#GAPr2nUGKWpAqVl451R6XWS3f9olrEHO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:toyotatype;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:3.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:41.0625rem;left:1.59375rem;display:block; }
#BbrCTWiVXfQxC4Ltf7bpfZFQadsuSMkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ADPOTc1ArURGLWBSPOkPvQD2r09nIaUv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#XOaOgHKOBKinzKi3a4bRsKJT6xUCBibH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mLJKwgHqZVz9sLGAlB26cFMtSa6WKTwQ { background-color:transparent;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.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:1.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:45.068748474121rem;left:59.125rem;display:block; }
#LUvqutoWiLvQDEei7MTBnzaz9sWyfL7Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WOnim8hsMkUPFEX94vndyrUadox5XIs8 { background-color:transparent;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.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:46.568748474121rem;left:58.59375rem;display:block; }
#wUxyTa5BXoLIswREIGlcgyHkygIiFtKQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { position:relative;display:block; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { background-color: transparent; background-image: none; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container > .video-iframe-container { display: none; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row > .video-iframe-container { display: none; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .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); }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { border-width: 0; border-radius: 0; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .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; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { color:rgba(var(--color-tertiary-4),1);display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:2.65625rem;left:1.15625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DKuNzZwxaIIPm7tsqWFZdvBJm9SXFG8T { position:absolute;display:block;z-index:15006;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:22.25rem;width:16.5625rem;top:14.0625rem;left:0.39627633993618rem;overflow:hidden;display:none; }
#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb { position:relative;display:block; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb { background-color: transparent; background-image: none; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .row .container > .video-iframe-container { display: none; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .row > .video-iframe-container { display: none; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .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); }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb { border-width: 0; border-radius: 0; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .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; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .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:1.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row .container { background-color: transparent; background-image: none; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row .container > .video-iframe-container { display: none; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row > .video-iframe-container { display: none; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .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); }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row .container { border-width: 0; border-radius: 0; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:block; }#uCCCCkUFBGe8Xnzb1GwwScRQbOUlZ2no { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:19.5rem;width:36.625rem;top:0rem;left:15.5625rem;overflow:hidden;display:block; }
#w88xslc95rF1u9xT1r4CTDP3Qib4CWr4 { position:absolute;display:block;z-index:15012;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:20.3125rem;top:18.125rem;left:54.536956521739rem;overflow:hidden;display:block; }
#TotdJX8Zx9P59k9qkpwfDHNv9ltU5sFa { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.125rem;width:17.5625rem;top:20.3125rem;left:15.5625rem;overflow:hidden;display:block; }
#lJpPpDpExJclDTcnqq4JLCBZ1Z9nGDm0 { position:absolute;display:block;z-index:15016;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.75rem;width:13.125rem;top:11.59375rem;left:0rem;overflow:hidden;display:block; }
#WWlDomIRlfKTe8R2pAs0DwUP5yqibB3B { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.8125rem;width:13.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JXxkyyeiAe6L4k9NMVJ2Onm2JlD2Vdc3 { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.375rem;width:20.5rem;top:0rem;left:54.5rem;overflow:hidden;display:block; }
#fw8DlQovJ1DefQ3r5RrU6RVoD7ESsNzl { position:absolute;display:block;z-index:15014;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.125rem;width:17.5625rem;top:20.3125rem;left:34.5625rem;overflow:hidden;display:block; }
#RroVp8inxw9c29txvbZi11G7PiB3ohdA { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.875rem;width:13.1875rem;top:23.5rem;left:0rem;overflow:hidden;display:block; }
#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv { 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; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row .container { background-color: transparent; background-image: none; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row .container > .video-iframe-container { display: none; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row > .video-iframe-container { display: none; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .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); }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row .container { border-width: 0; border-radius: 0; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#vHzGhKwVbwIZVu85XVRsQtaiRCbDXqTd { color:rgba(var(--color-tertiary-0),1);display:block;width:68.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.65625rem;left:3.3125rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi { 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:none; }#e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi > .row .container { border-width: 0; border-radius: 0; }#e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:none; }#FAyKk7exGirfL3Sdl1o2Z60Tfr6DzFGG { background-color:rgba(var(--color-secondary-2),0);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: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(--headlines-font-family);font-size:3.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:22.21875rem;display:block; }
#ANvAr9Ao70EF5H6mQtz98Ba2XNu3Uc4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPUcvU0W3vaWEfTsyN2LraMvSZtVFiDz { background-color:rgba(var(--color-secondary-2),0);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: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(--headlines-font-family);font-size:3.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:4.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:43.34375rem;display:block; }
#Rz99MzlJeBHTUGiwnrTzK4y7DGuIdSr9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row .container { background-color: transparent; background-image: none; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row .container > .video-iframe-container { display: none; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row > .video-iframe-container { display: none; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .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); }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row .container { border-width: 0; border-radius: 0; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#sNHwxL3tIUQslSDIATIXvdkDAuIfATbo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.1875rem;left:28.8125rem;display:block; }
#UorXG1xCluUqa5F3GdBU0Z9sRSzvWk3t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJxn7rodHzGN4WzQqttF6a1eJPcQtip1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:42.1875rem;left:4.875rem;display:block; }
#tRGJvNGtI0ycoouxm1OyboWeGH8NdOcC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3ufBfDeFyiX0BvtICVOdx6TGMDneHoW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:42.1875rem;left:52.8125rem;display:block; }
#OJZJHsg2FiGwnryTeqPPPRsh3KzAoi3D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6gQxqcmsgMbirCTT1qBu3lUWEATrHeq { position:absolute;display:block;z-index:15014;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:12.25rem;width:21.9375rem;top:1.875rem;left:26.53125rem;overflow:hidden;display:block; }
#dZds2CSTx4qQZwC973KAG0NCN6WuVhy3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:21.8125rem;top:1.90625rem;left:50.59375rem;overflow:hidden;display:block; }
#kQ7JmDFQucmC1ib645Leh22ekLwwx14d { position:absolute;display:block;z-index:15009;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:12.25rem;width:21.9375rem;top:1.875rem;left:2.59375rem;overflow:hidden;display:block; }
#dN3UpgkTMNmshwmkbQlCEJm4uagCqUmr { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.4375rem;width:22.75rem;top:1.0625rem;left:2.15625rem;display:block; }
#vt2CmfRAF9F0BnrGCA6ihRBhN37WymTx { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.4375rem;width:22.75rem;top:1.125rem;left:26.0625rem;display:block; }
#mHb61biN15Texy0pAUzPixA7mm79tJFN { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.4375rem;width:22.75rem;top:1.125rem;left:50.0625rem;display:block; }
#idpknnr5udTqdc89lUcOyBPUskamSVf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:20.159374237061rem;left:3.875rem;height:17.5918125rem;font-style:normal;display:block; }#idpknnr5udTqdc89lUcOyBPUskamSVf0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#idpknnr5udTqdc89lUcOyBPUskamSVf0 li:before{  }
#ZkQMJ5y3fJXwlv6bPNquL2Skwqe46ywh { position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:71.75rem;top:15.89999961853rem;left:1.5625rem;display:none; }
#ohf0xyqA0SqrVSIa5GoEdTng841DTwdy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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-4),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:6.6875rem;height:2rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:45.5625rem;left:10.125rem;display:block; }
#hGWsi68wkTo471NMr4FSNXk5eEttps09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BBVvvXv5uKbKxyiMAhcmeoSZIUdV29w5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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-4),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:6.6875rem;height:2.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:45.5625rem;left:34.1875rem;display:block; }
#mnx5ISJqXW1pLnIT9ZU9exvTLbGso0LO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOiVpxf55ASLVX5iwenlzPDbZQ89Swhr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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-4),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:6.6875rem;height:2.0625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:45.5625rem;left:58.1875rem;display:block; }
#LD3s132rsTgBMTh2cxPaSTxthI2t8dku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGMp1yvINqGFnGwFV184N96HK6zLQu30 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.75rem;height:2.03125rem;font-style:normal;display:block; }
#z3PhGHCbU0EZRMESqhCVHa1xE2HaBQ2i { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.5625rem;left:27.375rem;height:2.03125rem;font-style:normal;display:block; }
#ym9VC3MJdpopgyWixXVwilEGNC5q1M3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:toyotatype;font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5rem;left:51.3125rem;height:2.03125rem;font-style:normal;display:block; }
#y7SuFKbQD38xvwMEAezz9dSiOdVekBdO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:20.159374237061rem;left:27.8125rem;height:16.223625rem;font-style:normal;display:block; }#y7SuFKbQD38xvwMEAezz9dSiOdVekBdO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y7SuFKbQD38xvwMEAezz9dSiOdVekBdO li:before{  }
#keM1IeefKg4Amwpl5NfDHuJhi1kPySVJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:15.78125rem;left:27.46875rem;height:2.111325rem;font-style:normal;display:block; }
#mCyCg3LmeqU1Jrxok0vi0Nq3MpOVJbTV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:15.78125rem;left:3.875rem;height:2.111325rem;display:block; }
#utFO2FcE8l6MlLXiRtypaV0eM1tEVVh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:15.59375rem;left:51.40625rem;height:2.111325rem;font-style:normal;display:block; }
#ZMg2I2k21cOFA8chdtbz6tHvEGPHk5cx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:20.159374237061rem;left:50.875rem;height:18.9599375rem;font-style:normal;display:block; }#ZMg2I2k21cOFA8chdtbz6tHvEGPHk5cx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZMg2I2k21cOFA8chdtbz6tHvEGPHk5cx li:before{  }
#McP2mU0HIcKEV06JNQer0KPJyS7872uT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { background-color: transparent; background-image: none; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container > .video-iframe-container { display: none; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row > .video-iframe-container { display: none; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .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); }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { border-width: 0; border-radius: 0; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.46875rem;height:2.7625rem;font-style:normal;display:block; }
#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { position:relative;display:block; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { background-color: transparent; background-image: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container > .video-iframe-container { display: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container { display: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .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); }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { border-width: 0; border-radius: 0; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .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; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .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:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oTN9y0yAhBedgaycdKmzXdDr1LMCJ7N9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:41.75rem;height:9.0986125rem;text-align:justify;text-align-last:initial;display:block; }
#QUvarKckVTrcEqDqXQw0buSJ3IdVvHDp { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:38.9375rem;top:6.1875rem;left:34.5625rem;display:block; }
#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { background-color: transparent; background-image: none; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container > .video-iframe-container { display: none; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row > .video-iframe-container { display: none; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .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); }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { border-width: 0; border-radius: 0; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#n8Co4VbQ3MZCug7sWhW19gxAwNK7dS5e { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.625rem;left:3.4375rem;height:7.79883125rem;text-align:justify;text-align-last:initial;display:block; }
#tAWVEXxyhAncz4829ibdCTW9620MQDNf { 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: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:27.0625rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#MoG97fEy1kEV5iiLfUwHzwOnv9mv2keE { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.5625rem;top:5.1875rem;left:1rem;display:block; }
#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { position:relative;display:block; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { background-color: transparent; background-image: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container > .video-iframe-container { display: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container { display: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .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); }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { border-width: 0; border-radius: 0; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .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; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .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:29.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bOoPXL6MQmwJFT8uH38pOrerJcU8G7u4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29.125rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zwxED8tBH5MKyQLNwwXczlkc9icElncT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.875rem;left:41.875rem;height:10.39841875rem;text-align:justify;text-align-last:initial;display:block; }
#Sch7Kxim3fei4wvWTEa1qUHvfltcTHt4 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.125rem;top:6.25rem;left:34.375rem;display:block; }
#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { position:relative;display:block; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { background-color: transparent; background-image: none; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container > .video-iframe-container { display: none; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row > .video-iframe-container { display: none; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .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); }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { border-width: 0; border-radius: 0; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .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; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .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:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cGmkSuT2n5WQwsJpTOaOKbUL3qlx4t5O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:29.125rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#dhDlIs9bsWMEWZAgRvEVxQkf2WxD1FMe { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.875rem;height:6.499025rem;text-align:justify;text-align-last:initial;display:block; }
#GPpwfON71rcf4uorb9gsyUvbIBEwlqSy { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.3125rem;top:6.3125rem;left:1.375rem;display:block; }
#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { position:relative;display:block; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { background-color: transparent; background-image: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container > .video-iframe-container { display: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container { display: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .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); }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { border-width: 0; border-radius: 0; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .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; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .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:27.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GDaBNeWJ9tgdsRdnSAPaJVFKS3Ex9fD4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:27.0625rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bQdP4JdlWTorHTB44TMMvgJGFohQVwOM { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.875rem;left:42.25rem;height:10.398425rem;text-align:justify;text-align-last:initial;display:block; }
#iBthkSHmT1LiJKP5rPJPZQr2Q4xLwciT { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.25rem;top:5.25rem;left:34.25rem;display:block; }
#MLdc4TsKiiviwZW25237oGLgTkrKvPNe { position:relative;display:block; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe { background-color: transparent; background-image: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container > .video-iframe-container { display: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row > .video-iframe-container { display: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .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); }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe { border-width: 0; border-radius: 0; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .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; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .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:27.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qbVTCXb0DAaCr9AUpxD7TyeQ8v5qQsbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.875rem;left:4rem;height:7.79883125rem;text-align:justify;text-align-last:initial;display:block; }
#PUOp9q2EkvNn85VgtRDsDwG1m2UHgLqN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:27.0625rem;width:38.875rem;top:0rem;left:36.125rem;overflow:hidden;display:block; }
#iL2QgUsyaLErBOES7Rf3Az5gIypfkSQu { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.125rem;top:5.25rem;left:1.625rem;display:block; }
#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { position:relative;display:block; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { background-color: transparent; background-image: none; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container > .video-iframe-container { display: none; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row > .video-iframe-container { display: none; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .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); }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { border-width: 0; border-radius: 0; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .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; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .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:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gqQE8lMlLhF9U1WDzuJMofo1vMwA0WzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.0625rem;height:7.79883125rem;text-align:justify;text-align-last:initial;display:block; }
#m1fMepq33BVCLxzvtiMMl879m5TU282c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:27.0625rem;width:38.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VBBtibRxotKOiRiOOchdDTDI8B9agKhf { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #c8c4c5;border-left:0.0625rem solid #c8c4c5;border-right:0.0625rem solid #c8c4c5;border-bottom:0.0625rem solid #c8c4c5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:39.3125rem;top:5.125rem;left:33.875rem;display:block; }
#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { background-color: transparent; background-image: none; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container > .video-iframe-container { display: none; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row > .video-iframe-container { display: none; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .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); }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { border-width: 0; border-radius: 0; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#s0kOcwSq8yAZBU92O4QGv6UEanSxERTv { position:absolute;display:block;z-index:15000;background-color:#282830;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:34.25rem;display:block; }
#ihmuDID9IGTXrChriFJnpAghUeHEGh3C { position:absolute;display:block;z-index:15001;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:35.1875rem;display:block; }
#qGoyGFet0uPnMCc0TQVWyDBJFxhsqMBD { position:absolute;display:block;z-index:15002;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:36.125rem;display:block; }
#TMJfNL0sXSK9UOfAOhQqTrpaPeKlO4AB { position:absolute;display:block;z-index:15004;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:37.125rem;display:block; }
#kIeDCXFZ02Z9hgccSIncqXt7FFF7poev { position:absolute;display:block;z-index:15003;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.125rem;display:block; }
#Qz6EHLOniylQEtduk8erCRm0UFeTSt6r { position:absolute;display:block;z-index:15006;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:39.125rem;display:block; }
#WmHeTbqX0X42GSyw738L6NwmGtHA9Iqa { position:absolute;display:block;z-index:15005;background-color:rgba(40,40,48,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:40.1875rem;display:block; }
#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row .container { background-color: transparent; background-image: none; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row .container > .video-iframe-container { display: none; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row > .video-iframe-container { display: none; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .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); }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row .container { border-width: 0; border-radius: 0; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#z6fAKmD91PiNHm4dSZkToucLVyPXnqx5 { color:#29a9d8;display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:19.625rem;height:5.8496125rem;display:block; }
#tTeqrp2Q6uox1eHT7L02Mh32SvU5I9ix { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:18.25rem;height:1.70625rem;display:block; }
#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row .container { background-color: transparent; background-image: none; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row .container > .video-iframe-container { display: none; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row > .video-iframe-container { display: none; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .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); }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row .container { border-width: 0; border-radius: 0; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#EnGGJAC3t32iLikqf7q063zH0sbGmaNP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:9.8125rem;left:10.375rem; }
#EnGGJAC3t32iLikqf7q063zH0sbGmaNP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#zSZm6NWAnHnBCtr4X3tTvOJgTNcoeUBc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.7625007629394rem;left:5.4375rem;height:1.3rem;display:block; }
#QMxqc2uGohS5rwfuit1TT2OgIdXWw8I6 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.875rem;left:4.4375rem;display:block; }
#WqWK7yNkShbI8T6zVpmK1NXggbJC0dLu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iUu7JDaoc9KOLeb4xMUiiW4PWv6q4Bry { box-sizing:content-box;color:#5d92ff;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:1.5625rem;left:8.65625rem; }
#wqpcxpHyAJQLp9IfmFdTG21rkWtBeoFw { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:1.1875rem;left:26.0625rem; }
#XgK3fuKawax86iakz0iObAXA9tsXNWSL { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:0.875rem;left:21.875rem;display:block; }
#lQETcTtxtey2ShRVubi0F1gDBu8GQBC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EnDVTOgqy07E66eLD9qeqsJAq4VuMwTD { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.875rem;left:39.4375rem;display:block; }
#rKoGCMmkZxtUkycOkCXMFaxa1hKGcZeL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qXg8QNkRZNWJoeWqE4wrS5I9OCTOvNWU { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.875rem;left:56.8125rem;display:block; }
#z9pHH3OXdpWUHKVTOUiqGui3xI0J6Jhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SdO2cR2e7x96CKZB2ZaBKJpZfspwWvqQ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:13.875rem;left:30.625rem;display:block; }
#XzfQIVTqSt7tbGotfmxexzJ6Efb8SQbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DuwCTTkO9C0Z4SGUWx8VkNRuUztsNhZx { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:13.875rem;left:13.03125rem;display:block; }
#Wn8uUvrITaIZqaDbledKpF4SdQdVa7uE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4QU6F5iFJi5tdrJ4hRLtkC1Z0fWdTCi { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:11.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:13.875rem;left:48.3125rem;display:block; }
#kQ0PkBMpfolGGqT31PgUw6y9z34Xc92I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5bmhpukJLoCSpxTpAmBohpP2GxRcIgU { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.7625007629394rem;left:24.03125rem;height:1.3rem;display:block; }
#sQCcUirxvb9NnTu8oEBUc9SN6BivCaqJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:9.8125rem;left:27.8125rem; }
#sQCcUirxvb9NnTu8oEBUc9SN6BivCaqJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cgIwWyhP3rAce3KTBphOfe35k1I1zPoK { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.25rem;left:43.625rem; }
#InwHteiyL1GkkkJ6Z02Vzqmfa3aTgUnV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.7625007629394rem;left:40.40625rem;height:2.5996125rem;display:block; }
#ka3wJNJSFLDHDtaXEkifu9uyJqM65WEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:9.8125rem;left:45.375rem; }
#ka3wJNJSFLDHDtaXEkifu9uyJqM65WEt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#IsfU440EMUpJB0WM56L8kO46cSfOiLqs { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.5625rem;left:61rem; }
#Z9gJ3XUNtSaBEHMXSoQr2Afoq4puXIDH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.7625007629394rem;left:58.9375rem;height:1.3rem;display:block; }
#PlfOXWTGJtVwgsNhIXg7Zeadp7HvdKVM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:9.8125rem;left:63rem; }
#PlfOXWTGJtVwgsNhIXg7Zeadp7HvdKVM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BRit4SviaI52ctWRgTwynk2l54mT57Pn { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:14.5625rem;left:17.21875rem; }
#RVyEyT6caZt3rbneErUH2aEBNZTukdWR { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.575000762939rem;left:16rem;height:1.3rem;display:block; }
#Z6P90kyltZCr2uJ5KbiuFdI6oAQEIB8M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:22.8125rem;left:18.96875rem; }
#Z6P90kyltZCr2uJ5KbiuFdI6oAQEIB8M > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#kTWxl6G4zF87bZDS8wqw4nhtflwMb6Dp { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:14.3125rem;left:35.875rem; }
#R9Ixrth5OVoHslFyxVNWTwLLNLFTtVBh { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:16.5rem;left:36rem; }
#Lqcq2xKzmLKor3XkHEG2lXb0844bf2Bg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.575000762939rem;left:33.90625rem;height:1.3rem;display:block; }
#TwWwzWlBufg50FwTgk201Tl0xmxtemhL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:22.8125rem;left:36.5625rem; }
#TwWwzWlBufg50FwTgk201Tl0xmxtemhL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#hJkCetRQMzOOzqPnJbbiIZeD8Zgma0zL { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:14.5625rem;left:52.8125rem; }
#q5pbyd7TBJ9qmszwdfGtQ7uwQ6U7UMCk { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.575000762939rem;left:51.96875rem;height:1.3rem;display:block; }
#DE6Tsfb0Lqk2rTMMDth4eLtbwKAdRscJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:22.8125rem;left:54.25rem; }
#DE6Tsfb0Lqk2rTMMDth4eLtbwKAdRscJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF { 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; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row .container { background-color: transparent; background-image: none; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row .container > .video-iframe-container { display: none; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row > .video-iframe-container { display: none; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .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); }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row .container { border-width: 0; border-radius: 0; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#czUnpTnQVa87KmCoRCPlJ8J7rqyPkK2w { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.03125rem;left:26.59375rem;height:2.4375rem;font-style:normal;display:block; }
#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC { 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; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row .container { background-color: transparent; background-image: none; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row .container > .video-iframe-container { display: none; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row > .video-iframe-container { display: none; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .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); }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row .container { border-width: 0; border-radius: 0; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#tQ30BfZKLSdBlniFJUJznIl7ccI03I3v { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:5.84375rem;height:1.3rem;display:block; }
#PIisTyanqB3WXbibDoygk9muGoH7Tn1d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:9.9375rem;width:17.9375rem;top:4.84375rem;left:3.53125rem;display:block; }
#BLyQVSpRFk1TILZn4JtllBNniE6T4a2G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:9.9375rem;width:18.0625rem;top:4.84375rem;left:28.46875rem;display:block; }
#nDTnIocyP400cQ9h2MPCnqV4HuzrUIys { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:29.4375rem;height:1.3rem;display:block; }
#K36Ta6pkAFg0Ok9kkQNXrOlWxxdZctNa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:9.9375rem;width:18.0625rem;top:4.90625rem;left:53.4375rem;display:block; }
#QgpfZARrSBokJvxcKIZcJwGidxbFtpQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.25rem;left:59.9375rem;height:1.3rem;display:block; }
#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o { 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; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row .container { background-color: transparent; background-image: none; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row .container > .video-iframe-container { display: none; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row > .video-iframe-container { display: none; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .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); }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row .container { border-width: 0; border-radius: 0; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#chbSAmlfT7iyLriqZokqc5RMvc3qZZE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.625rem;height:1.3rem;display:block; }
#IPunnUIUDQGlaT5Ek1rFNHq9yQEOv4lm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:9.9375rem;width:17.9375rem;top:5.4500007629394rem;left:3.46875rem;display:block; }
#dG5J5QkrkTKTq0cxh4Pm8gIckAA13KUy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:30.09375rem;height:1.3rem;display:block; }
#TpJ9CrU7fIdn0vuLpzkSs7mJ8caTT1Wz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:9.9375rem;width:17.9375rem;top:5.4499998092651rem;left:28.71875rem;display:block; }
#V90Pf3C7xRbG6LecKlTTlB2KKdBvLNpg { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:57.375rem;height:1.3rem;display:block; }
#ApDzDKrPLzB9obTwUbt2HlONpJMaXwTO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:9.9375rem;width:18.0625rem;top:5.4499998092651rem;left:53.46875rem;display:block; }
#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO { 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; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row .container { background-color: transparent; background-image: none; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row .container > .video-iframe-container { display: none; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row > .video-iframe-container { display: none; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .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); }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row .container { border-width: 0; border-radius: 0; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#dNC54pocRJi2JTribTSnv26ETUco6DZg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:38.1875rem;display:block; }
#KsS4ZhSdeh7ekUPHAWbzigb4IIbTftbv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.625rem;width:0.625rem;top:2rem;left:36.25rem;display:block; }
#qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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:none; }#qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g > .row .container { border-width: 0; border-radius: 0; }#qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:none; }#boPJScz6Gas4rnwBU5IHoT63iseeTSXT { color:#29a9d8;display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:19.625rem;height:5.85rem;display:block; }
#bsZRyki0QTqeM1b1xRKTOz8tkqJK9HFr { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:18.25rem;height:1.70625rem;display:block; }
#m6BLm05IFDenq5osaJrlsfy65TVzbagi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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:none; }#m6BLm05IFDenq5osaJrlsfy65TVzbagi > .row .container { border-width: 0; border-radius: 0; }#m6BLm05IFDenq5osaJrlsfy65TVzbagi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6BLm05IFDenq5osaJrlsfy65TVzbagi > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:none; }#AQh4C7RiFyfwoftliMnwOFeZ1N3bVGs9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:9.0625rem;left:3.375rem; }
#AQh4C7RiFyfwoftliMnwOFeZ1N3bVGs9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#mUR0wmasrBpRhG368RKXTx9t6rr7WyJF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:0.78125rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#DQeD0pW5XVqQq7dOIyRpEUxOGBr0EEEK { box-sizing:content-box;color:#5d92ff;font-size:3.4375rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:0.625rem;left:1.84375rem; }
#xW4xykJtqtAfBHfpPEgsE5CqyOcSg4cz { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:0rem;left:12.84375rem; }
#t17agRRK6XQmHQ34hnthwgpWtwIAGHcB { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:11.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:0rem;left:22.0625rem;display:block; }
#AhFgSThrA43lwqbusTrcMSqeBddemKvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AO0F1k1t5FMFV6X8nyzsXp0054nu6PGe { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:11.375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:33.28125rem;display:block; }
#uOnEJERCvKu0QJghlkNTqxmEkwMgwzVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WAE1TM9kg1vSn7g5L9WFvxnFhc8Qqool { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:11.375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:0rem;left:55.125rem;display:block; }
#tAVHlie6sR0WMu7m5Kl5KdSIMtkXRiTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fr5kzoQSgkde8KfSh5N5iyHT2PTSoH3Z { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:11.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:0rem;left:44.25rem;display:block; }
#HxuIl666yBUIHM3Ztar5OqoT9MgqGW0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnG8CsKt9SbDTDQWvHHIv2ld4aRNTuDJ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:11.375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:0rem;left:66.25rem;display:block; }
#ZdGvqUW8V4snul2KnfcFbPZl0LgcUD1R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJr4pAENsIXDOvBorLcife103TtskAN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.125rem;left:12.8125rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#UTaloxFEaiZOd3pIbtoqJvIQ0HoTSgdV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:9.0625rem;left:14.59375rem; }
#UTaloxFEaiZOd3pIbtoqJvIQ0HoTSgdV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BvMwWc5hOCKk6btbWArqOTVdWBtUBiXU { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:0rem;left:23.75rem; }
#WESccx9uk3CTHa6JtGMfTkcwI1ilygBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.125rem;left:23.75rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#kfLTaNxdWBIgCHyiodf6ZNcewSOT5rWD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:9.0625rem;left:25.5rem; }
#kfLTaNxdWBIgCHyiodf6ZNcewSOT5rWD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#tuuSTzUi3ydskbotfzdJTZBls0OANONy { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:0.25rem;left:34.875rem; }
#bmaeFUXgiMbVwVFWSw6WqZVL1TrTBuc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:34.65625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#TW7t9A2wTPSP13GRmlBXkPh19MRSOZ7d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:9.0625rem;left:47.6875rem; }
#TW7t9A2wTPSP13GRmlBXkPh19MRSOZ7d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bQkDaoHyXUxa6CyxiqULOx2EA8DBU6IQ { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:0.4375rem;left:46.125rem; }
#Ku4ehp9XwQE5mH3ovmmg1VucVqu5RzOn { color:rgba(var(--color-tertiary-4),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.125rem;left:46.5625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#waDTvdeP8NRlR9f3ob4Tw0x83gByKp2i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:9.0625rem;left:36.5625rem; }
#waDTvdeP8NRlR9f3ob4Tw0x83gByKp2i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rv6Td08B8H5xEJ8IpoUCEs8Nr2mzGheW { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:0rem;left:57.75rem; }
#y6WMwc9v2RsawwzQlaaUsIrTctsE8D4o { box-sizing:content-box;color:#5d92ff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:2.1875rem;left:57.875rem; }
#OxG86yuv8JodOePcuWZi13Ues7AckyTu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.125rem;left:57.15625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#EiRaWongoG4A4sno4enW5tMGIUcN9ddE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:9.0625rem;left:69.6875rem; }
#EiRaWongoG4A4sno4enW5tMGIUcN9ddE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#MulTyKCBEDch6EpUevBDTHygcWSbvdQP { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:0rem;left:67.9375rem; }
#NAHCH6GwspfVOrrpx4oUNTpUU56fQQt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.125rem;left:68.65625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#J7AT9XWqlrfz1taPHkEIMIZVcFBbvHuT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:9.0625rem;left:58.5625rem; }
#J7AT9XWqlrfz1taPHkEIMIZVcFBbvHuT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#lWmTvNaUfQxBQedoJVMZ0JlwVIz2VdIB { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:11.375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#ZRmarlCo0Cm5e267ziNQaNJMfzVWOG4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nyEAwuOL9S9lHibeMaghg9uuJFCailS2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.5) ;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:"toyota text";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:11.375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:0rem;left:11.15625rem;display:block; }
#AsQZfmpBlMVXIqUNLTSUWaaU977MXScl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { position:relative;display:block; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { background-color: transparent; background-image: none; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container > .video-iframe-container { display: none; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row > .video-iframe-container { display: none; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .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); }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { border-width: 0; border-radius: 0; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .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; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .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.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LxrX4iuAAeAK4Mq6z1tCnyPs7UkDGQIx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:1.6187496185302rem;left:0rem;height:4.199225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e7ea260-9a2c-40d9-9dfc-46ec6bd7c39b/TOY_bZ4X_2021_PRELAUNCH_HUB_BRAND_IMG_KV_Front_insitu.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO.adaptive-delivery-prevent-bg, #oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO.lazyload, #oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO.lazyloading { background-image: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container { background-color: transparent; background-image: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container > .video-iframe-container { display: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row > .video-iframe-container { display: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .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); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container { border-width: 0; border-radius: 0; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#ik2kRTCiQ5q6gJPHAAMhBTHHTTqBTRXx { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),0.77);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:45.3125rem;width:22.8125rem;top:0rem;left:52.1875rem;display:block; }
#wpe55twH3sESwKxckpFoMSpgW2mDQexE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:1.6875rem;left:55.84375rem;height:1.54375rem;font-style:normal;display:block; }
#DfTVkD9nRnqfJ0lhKh20GW2rpsa9WLgS { background-color:transparent;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.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:34.981250762939rem;left:57.0625rem;display:none; }
#vvyGkeK1NZeX7JixRz0vVFFAgxoTK6Lq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJdxpEgsVTxET93FS5ofZ9uhCi4z2ilk { background-color:transparent;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.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.452083587646rem;left:58.375rem;display:block; }
#EJaLBF2QAbTNs2BdG4hpDpCBvxfQJI56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZlJ3sgMEgFxWlQ5hhSHfer9P8aDanbE { background-color:transparent;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.0625rem solid rgba(var(--color-tertiary-0),1);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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:42.6875rem;left:57.375rem;display:block; }
#fEL6LSVlT9N0IRUENMn15hbJyVXqnOdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-form-header {  }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:17.5rem;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; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-text {padding-top: 0; padding-bottom: 0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);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:17.5rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-0),0.67);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-select {padding-top: 0; padding-bottom: 0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:6.4375rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .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);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-container:first-of-type{padding-top:0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-container:last-of-type{padding-bottom:0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH  { background-color:transparent;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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.59375rem;top:3.8837890625rem;z-index:15021;position:absolute; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH {display:block;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH { background-color:transparent;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:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:53.59375rem;top:3.8837890625rem;z-index:15021;position:absolute; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #czeCfNopiAniNrwi4JJtT7ms5GTD1ZLp { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #kniAl1vRWOQpzn3dS067c86QlTZ05K6k { position:relative;display:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #ShuWOCqHEOQkiuqs4dGDKJvayOaUuZLk { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #reP33TxIZUnuWQdg3qM12gtL8KyZMI5k { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Xqt2xmeSC47y3fVNNzoIZ9Tr8DlZkBTL { position:relative;display:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #iksiRL85pV4T8dOkEsJoBMWRR9Othfyu { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #KTomhnFle9PmVIQ42G5LdEE83TNgzFva { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #NUVMxn8Ttm1wglCQVmyDzEAauwfkpvCU { position:relative;display:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Hv0TnDA4DJ0pii8C0xLT8NGVVli4wssa { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #TFDRHdXANT5Un4UX85CifC4cq1HbUyLn { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #L89Anf48eN5yhIHIcVyHxRzBEusGENKi { position:relative;display:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Xeyaq1DhMHWfzEplEwPuLwEUBXdHmW17 { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #xbWgaoSgoFniI9NwmCa1Nig8DmU6qRLX { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #pTtHEUEGVfE9wPRldtuvz6yq9CEbKKc7 { position:relative;display:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Ispq5MlbkE8FBguV2Tf3OPLWme7liD4a { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #rgpgooJafgqg3409eu7IfM62fK8g6xOT { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #CcRW2HaGWx5Ovapk3y1XNWggAdSlthZW { position:relative;display:none; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #DlDRNLTT9u0sUsOBu1BAO9TIQHDlo8qZ { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #mznexwU5XzM609W6m2TPZXX69PhkoAMR { position:relative;display:block;z-index:15000; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #HyAue4iHwrDVT3uMVByskPGhxTdFf5uI { position:relative;display:block;z-index:15000; }
#IiZh789dTJ0bJR30M4wsaF2xa7wbk7ak { position:relative;display:block;z-index:100000;display:block; }
#udh3snLMX60aoTQDg2vLL9b6JOx8hlTg { position:relative;display:block;z-index:100000;display:block; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #z7RZrqucxgwQqPUka4gw6sbJ8icZTeAR { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #TiemVkKIs5BTqvvIFyveZJ002bQXdlIv { position:relative;z-index:2; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #XdThTc0261dIN0I6dnDhO2hHMlFV5zpP { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #LDATsU9bsTKcGs0KSpithu0tu3tsxcIg { position:relative; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #E1rs8qxu4w8R0TQDNxb0WEfxWtF0rKaU { position:relative; }
#QAG9xFxnkqokPGH7nsZXUqueoHOGPBRu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.68);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:15.875rem;width:23.375rem;top:4.6875rem;left:1.75rem;display:block; }
#LZ2inISzuco4bMaf1Xl3QvahkMkITgGE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.1875rem;height:3.0859375rem;display:block; }
#Csc3uCAqsuk5aqd6er35aubkKcDOahIJ { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:10.375rem;left:3.1875rem;display:block; }
#C4V6FfB4nJWTr3WaPNpK8bOsfKVt7T5E { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.5rem;left:3.3125rem;display:block; }
#rniVq5RrhhCau7VGHFpuyxqmgFAKoFCs { background-color:transparent;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: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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:10.875rem;left:6rem;display:block; }
#Im3WF8GatTWz7twyfLTfwMD7zycswFGV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbFehFpzuQZXX5tFSIlIXx2qBoO5yOFK { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.875rem;left:3.1875rem;display:block; }
#qZg8z5GXXAcZFbtyd6xH9SXpxokP5lyX { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13rem;left:3.3125rem;display:block; }
#GbTvn5bJzAT1vns7KrT5UGD9AZtvxrPP { background-color:transparent;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: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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:13.4375rem;left:6.375rem;display:block; }
#tm0JeAc46lEldKAVBS4ifyOgiMdQlQp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QVcwNMeZfssSdOsyqVPrwWqqnE60TGiz { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),0.68);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:15.75rem;width:23.375rem;top:4.6875rem;left:26.5625rem;display:block; }
#PqKZDSebEGpu4u2iXQCJSwgeHFTBaz9x { background-color:rgba(var(--color-tertiary-0),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: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-4),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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.125rem;left:3.1875rem;display:block; }
#owsHTC0SysqeVpFqrKlWr5sfqceSvCZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kzP8S9UFu32vJKDmTU47GVAgdm6p6b2E { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.375rem;height:3.0859375rem;display:block; }
#Q5JAZEuILo7isJdT7l2gnGTHKP1KUd7B { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:10.625rem;left:28.375rem;display:block; }
#sXLbT8CpZvAeaSV7KKKtUiMb9LRVvEXL { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.75rem;left:28.5rem;display:block; }
#QlklGChxuJ6kF8EbiAMKfF5kmpJ4pSVk { background-color:transparent;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: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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:1.375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:11.125rem;left:31.1875rem;display:block; }
#AyGrFXMuuysgTiT0ywvwp5hT6iLVZW6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NywqmZO7VHaXIADFOkUJ9VWcixlbSWnX { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:13.125rem;left:28.375rem;display:block; }
#eTPtVd33TdPbAS716vMiIhhq6d9WBW5X { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.25rem;left:28.5rem;display:block; }
#NTGXCKZ8nb9E0QU1R3g09o5RFIKfVeJX { background-color:transparent;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: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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:13.625rem;left:31.5625rem;display:block; }
#fX1TnqUFUrXGph4OnfsxtaxRlKOph2ex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXq5cVsqNtSWKsnc5AQa0i78NZGH90KR { background-color:rgba(var(--color-tertiary-0),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: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-4),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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:17.125rem;left:28.375rem;display:block; }
#z5ePnxVzi5l0lg6mItCVybnGRZh9PXmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0aHe35m8B3hbLVC8Wdu9JLqc5el55nk { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:21.125rem;left:1.75rem;display:block; }
#TcRSvcQcy7kEzL2lmWrFv1EQJdfTDKzz { position:absolute;display:block;z-index:15037;height:14.9375rem;width:23.375rem;top:21.125rem;left:26.5625rem;display:block; }
#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x { position:relative;display:block; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x { background-color: transparent; background-image: none; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .row .container > .video-iframe-container { display: none; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .row > .video-iframe-container { display: none; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .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); }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x { border-width: 0; border-radius: 0; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .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; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .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:19.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#comomlGoOu2CwbN7vqysICVFVfSCg9oA { background-color:transparent;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: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:#58595b;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:35.125rem;display:block; }
#cnEUyXDAXF7aPJue2VLJlFOBG4CKPr8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cnu4RI77q3qpwkhxZ2JBORlbunz8vTOB { background-color:transparent;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: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:#58595b;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:45.1875rem;display:block; }
#XhqvRZ81wfkrvPp3XyawAxZw4PZeXWTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9KMrOhtAvgcwPH6IO1umG03IOSGCqvR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:1.78125rem;left:0rem;overflow:hidden;display:block; }
#uho0WNXnp5MdrUdBUTZtqu9Lh3F8ffi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:5.46875rem;height:1.1375rem;font-style:normal;display:block; }
#CDu8qaTrQnDEifKD3bPl5Rvm5utegT4a { background-color:transparent;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: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:#58595b;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:58.3125rem;display:block; }
#Rcwl2GJBHhB86hIvHEvKkUwIIDBJO5UB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { display:block; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { width:7.25rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZgJBZ9TSDxHHLeKoBOyKRg5CWvdMA14 { display:block; }
 }@media only screen and (max-width: 763px) { #a48hv7sQs5pLVTulQPkWTTN795467eXK { width:7.25rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMOUynDEKqrqled5QFEeSgKecAhBxWU { display:block; }
 }@media only screen and (max-width: 763px) { #mev0Lkei8zeOHE3ht7PVM7fKdUX7ZeCW { width:9rem;height:2.8125rem;top:0.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block; }
 }@media only screen and (max-width: 763px) { #kqZpAokdBZ6sNznmemWUfu1oZNLeplQU { width:10.0625rem;height:2.8125rem;top:0.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRaZhg1hCOar6aaCzZNK9sAEuaOnAcp7 { display:block; }
 }@media only screen and (max-width: 763px) { #slu3AN67pvnUT3Q7mH2z0nhmP0do3dTi { top:0.125rem;left:17.125rem;width:30.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7e2HuzfOUTISr5SPT5zGil6Csl7wzgJ { width:17.0625rem;height:2.8125rem;top:0.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTKpJ71O2dMZbTXxzz7ZZLnHxF8sqPR { display:block; }
 }@media only screen and (max-width: 763px) { #cga3hMxM5PghOsITWqQ80Xz15VPAFTAL { width:47.75rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { display:block; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { top:0.875rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2xL0pdwriN4iLgGHudWX2EdTc0oIWxH { top:7.1875rem;left:0rem;width:47.75rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd7MLSOFfsSuT0W6dgMBkMEHea6cmH0c { top:1.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF {display:block;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #kaAo3WSfIzJKhmFziyayyd5M6gMHxqT6 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #eByDQFsd9OEnHOgMbgXKzXsBgfxXlTqM { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #ysdENGb0BMDJ01zdbqOa4VpViyr2G36v {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #M4p2vibl6oPKorBSVDhT00CSzgeIfBSb {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #leMOd8TT1K2LWodUM6SLOUdAUHXlZWgi { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rMZQGKeMOOao9sSh2p1OLOUkcX8OGq2o {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oFSXuzQ5w3M6mS6VfyZM1TClSGJPAkTx {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #VrET8n7LFi5mKcZiG6iRH2x7OlBZJtiG { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #JkKNbizsPZl02hBkSG5LFlDbV8BWTs60 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #Q7ScWch7kF7ySrWvvMTsrQIMPoVK0r0G {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dTQWGQqCIa0VKsz2h6LX0cDDlyzv9nDe { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #f94feKMpSk3eoLM05vchdAcAt7GmLo2D {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #BK2WTiohC8pMnd1rkePGPMa8yMezhUTO {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #lHrTvTVqwg6vkhX9Hyg7IcNOpLh1n1ik { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #KRHbftorKAqNFeGMGJgJcDV8M0lxpwzQ {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #muuTw4s459woFEyWU0naifawrTSuh5vX {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dxBTx9cPOx0pd6GnUo0eVrURAWLRNcxq {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #IaTLTfXRWRsdgw6ed54XMS438o9UV111 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #coOJkTEskkmWDFI0OsgQqR14BncCkGXt {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #wWAv5FMymSaMbbbngbgwq6FtTAG7PUTh {  }
 }@media only screen and (max-width: 763px) { #MPKvH6SXzGROekSxRcXpCF0RrKZr3xuG { display:block; }
 }@media only screen and (max-width: 763px) { #icHhQlJw6laWsXGkNP1JWmMfny7HEou9 { display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rzDDOrfn4LIrUE0bHaOeo8FSWsvTJZht {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #h9NQL79wtw9clX6sCQ1PmTnwCqb2XLTh {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #nxVNwOPlOXpVAug5T0epbIZo5sgpKWIm {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k9OefFhlLbAT5vllL35asCX7bRqWM3mC {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k3BTTmD8UDcrZq6Q1f6LC3U056czAuTg {  }
 }@media only screen and (max-width: 763px) { #DI01idXSbSgbpf4hPr9iwF5vTxAy3odI { top:1.5rem;left:33.75rem;width:14rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { top:0rem;left:28.25rem;width:19.375rem;height:47.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPr2nUGKWpAqVl451R6XWS3f9olrEHO { width:23.3125rem;height:3.8125rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbrCTWiVXfQxC4Ltf7bpfZFQadsuSMkQ { display:block; }
 }@media only screen and (max-width: 763px) { #ADPOTc1ArURGLWBSPOkPvQD2r09nIaUv { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #XOaOgHKOBKinzKi3a4bRsKJT6xUCBibH { display:block; }
 }@media only screen and (max-width: 763px) { #mLJKwgHqZVz9sLGAlB26cFMtSa6WKTwQ { width:11.625rem;height:1.0625rem;top:45.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUvqutoWiLvQDEei7MTBnzaz9sWyfL7Q { display:block; }
 }@media only screen and (max-width: 763px) { #WOnim8hsMkUPFEX94vndyrUadox5XIs8 { width:12.6875rem;height:1.0625rem;top:46.5625rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUxyTa5BXoLIswREIGlcgyHkygIiFtKQ { display:block; }
 }@media only screen and (max-width: 763px) { #vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { display:block; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { top:2.625rem;left:0rem;width:47.75rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuNzZwxaIIPm7tsqWFZdvBJm9SXFG8T { top:14.0625rem;left:0rem;width:16.5625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb { display:block; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk { display:block; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCCCCkUFBGe8Xnzb1GwwScRQbOUlZ2no { width:36.625rem;height:19.5rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88xslc95rF1u9xT1r4CTDP3Qib4CWr4 { width:20.3125rem;height:15.1875rem;top:18.125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TotdJX8Zx9P59k9qkpwfDHNv9ltU5sFa { width:17.5625rem;height:13.125rem;top:20.3125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpPpDpExJclDTcnqq4JLCBZ1Z9nGDm0 { width:13.125rem;height:9.75rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWlDomIRlfKTe8R2pAs0DwUP5yqibB3B { width:13.1875rem;height:9.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXxkyyeiAe6L4k9NMVJ2Onm2JlD2Vdc3 { width:20.5rem;height:15.375rem;top:0rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8DlQovJ1DefQ3r5RrU6RVoD7ESsNzl { width:17.5625rem;height:13.125rem;top:20.3125rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RroVp8inxw9c29txvbZi11G7PiB3ohdA { width:13.1875rem;height:9.875rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv { display:block; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHzGhKwVbwIZVu85XVRsQtaiRCbDXqTd { top:1.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi { display:block; }#e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAyKk7exGirfL3Sdl1o2Z60Tfr6DzFGG { width:9.5rem;height:4.5rem;top:0rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANvAr9Ao70EF5H6mQtz98Ba2XNu3Uc4n { display:block; }
 }@media only screen and (max-width: 763px) { #MPUcvU0W3vaWEfTsyN2LraMvSZtVFiDz { width:9.5rem;height:4.5rem;top:0rem;left:29.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz99MzlJeBHTUGiwnrTzK4y7DGuIdSr9 { display:block; }
 }@media only screen and (max-width: 763px) { #gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 { display:block; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHwxL3tIUQslSDIATIXvdkDAuIfATbo { width:17.375rem;height:2.8125rem;top:42.1875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UorXG1xCluUqa5F3GdBU0Z9sRSzvWk3t { display:block; }
 }@media only screen and (max-width: 763px) { #fJxn7rodHzGN4WzQqttF6a1eJPcQtip1 { width:17.375rem;height:2.8125rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRGJvNGtI0ycoouxm1OyboWeGH8NdOcC { display:block; }
 }@media only screen and (max-width: 763px) { #y3ufBfDeFyiX0BvtICVOdx6TGMDneHoW { width:17.375rem;height:2.8125rem;top:42.1875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJZJHsg2FiGwnryTeqPPPRsh3KzAoi3D { display:block; }
 }@media only screen and (max-width: 763px) { #q6gQxqcmsgMbirCTT1qBu3lUWEATrHeq { top:1.875rem;left:12.90625rem;width:21.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZds2CSTx4qQZwC973KAG0NCN6WuVhy3 { top:1.875rem;left:25.9375rem;width:21.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7JmDFQucmC1ib645Leh22ekLwwx14d { top:1.875rem;left:0rem;width:21.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN3UpgkTMNmshwmkbQlCEJm4uagCqUmr { top:1.0625rem;left:0rem;width:22.75rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt2CmfRAF9F0BnrGCA6ihRBhN37WymTx { top:1.125rem;left:12.4375rem;width:22.75rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHb61biN15Texy0pAUzPixA7mm79tJFN { top:1.125rem;left:24.875rem;width:22.75rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idpknnr5udTqdc89lUcOyBPUskamSVf0 { top:20.125rem;left:0rem;width:19.375rem;height:18.625rem;font-size:0.75rem;display:block; }#idpknnr5udTqdc89lUcOyBPUskamSVf0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZkQMJ5y3fJXwlv6bPNquL2Skwqe46ywh { top:15.875rem;left:0rem;width:47.625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohf0xyqA0SqrVSIa5GoEdTng841DTwdy { width:6.6875rem;height:2rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGWsi68wkTo471NMr4FSNXk5eEttps09 { display:block; }
 }@media only screen and (max-width: 763px) { #BBVvvXv5uKbKxyiMAhcmeoSZIUdV29w5 { width:6.6875rem;height:2.0625rem;top:45.5625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnx5ISJqXW1pLnIT9ZU9exvTLbGso0LO { display:block; }
 }@media only screen and (max-width: 763px) { #zOiVpxf55ASLVX5iwenlzPDbZQ89Swhr { width:6.6875rem;height:2.0625rem;top:45.5625rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD3s132rsTgBMTh2cxPaSTxthI2t8dku { display:block; }
 }@media only screen and (max-width: 763px) { #TGMp1yvINqGFnGwFV184N96HK6zLQu30 { top:13.5625rem;left:0rem;width:8.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3PhGHCbU0EZRMESqhCVHa1xE2HaBQ2i { top:13.5625rem;left:13.75rem;width:8.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VC3MJdpopgyWixXVwilEGNC5q1M3Q { top:13.5rem;left:37.6875rem;width:8.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7SuFKbQD38xvwMEAezz9dSiOdVekBdO { top:20.125rem;left:14.1875rem;width:19.375rem;height:16.1875rem;font-size:0.75rem;display:block; }#y7SuFKbQD38xvwMEAezz9dSiOdVekBdO li:before{  }
 }@media only screen and (max-width: 763px) { #keM1IeefKg4Amwpl5NfDHuJhi1kPySVJ { top:15.75rem;left:13.84375rem;width:21.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCyCg3LmeqU1Jrxok0vi0Nq3MpOVJbTV { top:15.75rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utFO2FcE8l6MlLXiRtypaV0eM1tEVVh3 { top:15.5625rem;left:26.6875rem;width:21.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMg2I2k21cOFA8chdtbz6tHvEGPHk5cx { top:20.125rem;left:28.375rem;width:19.375rem;height:;font-size:0.75rem;display:block; }#ZMg2I2k21cOFA8chdtbz6tHvEGPHk5cx li:before{  }
 }@media only screen and (max-width: 763px) { #McP2mU0HIcKEV06JNQer0KPJyS7872uT { display:block; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { top:2.1875rem;left:11.84375rem;width:27.0625rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { display:block; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTN9y0yAhBedgaycdKmzXdDr1LMCJ7N9 { top:0rem;left:0rem;width:38.875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { top:8.8125rem;left:18.3125rem;width:29.4375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUvarKckVTrcEqDqXQw0buSJ3IdVvHDp { top:6.1875rem;left:0rem;width:38.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV { display:block; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8Co4VbQ3MZCug7sWhW19gxAwNK7dS5e { top:8.625rem;left:0rem;width:29.4375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAWVEXxyhAncz4829ibdCTW9620MQDNf { top:0rem;left:8.875rem;width:38.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoG97fEy1kEV5iiLfUwHzwOnv9mv2keE { top:5.1875rem;left:0rem;width:39.5625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { display:block; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOoPXL6MQmwJFT8uH38pOrerJcU8G7u4 { top:0rem;left:0rem;width:38.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxED8tBH5MKyQLNwwXczlkc9icElncT { top:8.875rem;left:19.375rem;width:28.375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sch7Kxim3fei4wvWTEa1qUHvfltcTHt4 { top:6.25rem;left:0rem;width:39.125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { display:block; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGmkSuT2n5WQwsJpTOaOKbUL3qlx4t5O { top:0rem;left:8.875rem;width:38.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhDlIs9bsWMEWZAgRvEVxQkf2WxD1FMe { top:10.9375rem;left:0rem;width:29.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpwfON71rcf4uorb9gsyUvbIBEwlqSy { top:6.3125rem;left:0rem;width:39.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { display:block; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaBNeWJ9tgdsRdnSAPaJVFKS3Ex9fD4 { top:0rem;left:0rem;width:38.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQdP4JdlWTorHTB44TMMvgJGFohQVwOM { top:7.875rem;left:18.3125rem;width:29.4375rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBthkSHmT1LiJKP5rPJPZQr2Q4xLwciT { top:5.25rem;left:0rem;width:39.25rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdc4TsKiiviwZW25237oGLgTkrKvPNe { display:block; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbVTCXb0DAaCr9AUpxD7TyeQ8v5qQsbZ { top:9.875rem;left:0rem;width:29.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUOp9q2EkvNn85VgtRDsDwG1m2UHgLqN { top:0rem;left:8.875rem;width:38.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2QgUsyaLErBOES7Rf3Az5gIypfkSQu { top:5.25rem;left:0rem;width:39.125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { display:block; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqQE8lMlLhF9U1WDzuJMofo1vMwA0WzZ { top:9.0625rem;left:18.3125rem;width:29.4375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fMepq33BVCLxzvtiMMl879m5TU282c { top:0rem;left:0rem;width:38.875rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBtibRxotKOiRiOOchdDTDI8B9agKhf { top:5.125rem;left:0rem;width:39.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD { display:block; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0kOcwSq8yAZBU92O4QGv6UEanSxERTv { top:2rem;left:20.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmuDID9IGTXrChriFJnpAghUeHEGh3C { top:2rem;left:21.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGoyGFet0uPnMCc0TQVWyDBJFxhsqMBD { top:2rem;left:22.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJfNL0sXSK9UOfAOhQqTrpaPeKlO4AB { top:2rem;left:23.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIeDCXFZ02Z9hgccSIncqXt7FFF7poev { top:2rem;left:24.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz6EHLOniylQEtduk8erCRm0UFeTSt6r { top:2rem;left:25.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmHeTbqX0X42GSyw738L6NwmGtHA9Iqa { top:2rem;left:26.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW { display:block; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6fAKmD91PiNHm4dSZkToucLVyPXnqx5 { top:2rem;left:6rem;width:35.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTeqrp2Q6uox1eHT7L02Mh32SvU5I9ix { top:5.5625rem;left:4.625rem;width:38.5rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS { display:block; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnGGJAC3t32iLikqf7q063zH0sbGmaNP { top:9.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#EnGGJAC3t32iLikqf7q063zH0sbGmaNP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zSZm6NWAnHnBCtr4X3tTvOJgTNcoeUBc { top:7.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxqc2uGohS5rwfuit1TT2OgIdXWw8I6 { width:13.75rem;height:11.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqWK7yNkShbI8T6zVpmK1NXggbJC0dLu { display:block; }
 }@media only screen and (max-width: 763px) { #iUu7JDaoc9KOLeb4xMUiiW4PWv6q4Bry { top:1.5625rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqpcxpHyAJQLp9IfmFdTG21rkWtBeoFw { top:1.1875rem;left:12.4375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgK3fuKawax86iakz0iObAXA9tsXNWSL { width:13.75rem;height:11.375rem;top:0.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQETcTtxtey2ShRVubi0F1gDBu8GQBC0 { display:block; }
 }@media only screen and (max-width: 763px) { #EnDVTOgqy07E66eLD9qeqsJAq4VuMwTD { width:13.75rem;height:11.375rem;top:0.875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKoGCMmkZxtUkycOkCXMFaxa1hKGcZeL { display:block; }
 }@media only screen and (max-width: 763px) { #qXg8QNkRZNWJoeWqE4wrS5I9OCTOvNWU { width:13.75rem;height:11.375rem;top:0.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9pHH3OXdpWUHKVTOUiqGui3xI0J6Jhf { display:block; }
 }@media only screen and (max-width: 763px) { #SdO2cR2e7x96CKZB2ZaBKJpZfspwWvqQ { width:13.75rem;height:11.375rem;top:13.875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzfQIVTqSt7tbGotfmxexzJ6Efb8SQbH { display:block; }
 }@media only screen and (max-width: 763px) { #DuwCTTkO9C0Z4SGUWx8VkNRuUztsNhZx { width:13.75rem;height:11.375rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn8uUvrITaIZqaDbledKpF4SdQdVa7uE { display:block; }
 }@media only screen and (max-width: 763px) { #z4QU6F5iFJi5tdrJ4hRLtkC1Z0fWdTCi { width:13.75rem;height:11.375rem;top:13.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ0PkBMpfolGGqT31PgUw6y9z34Xc92I { display:block; }
 }@media only screen and (max-width: 763px) { #E5bmhpukJLoCSpxTpAmBohpP2GxRcIgU { top:7.75rem;left:10.40625rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQCcUirxvb9NnTu8oEBUc9SN6BivCaqJ { top:9.8125rem;left:14.1875rem;width:1.875rem;height:1.875rem;display:block; }
#sQCcUirxvb9NnTu8oEBUc9SN6BivCaqJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cgIwWyhP3rAce3KTBphOfe35k1I1zPoK { top:1.25rem;left:30rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwHteiyL1GkkkJ6Z02Vzqmfa3aTgUnV { top:7.75rem;left:26.78125rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka3wJNJSFLDHDtaXEkifu9uyJqM65WEt { top:9.8125rem;left:31.75rem;width:1.875rem;height:1.875rem;display:block; }
#ka3wJNJSFLDHDtaXEkifu9uyJqM65WEt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #IsfU440EMUpJB0WM56L8kO46cSfOiLqs { top:1.5625rem;left:42.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9gJ3XUNtSaBEHMXSoQr2Afoq4puXIDH { top:7.75rem;left:37.625rem;width:10.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfOXWTGJtVwgsNhIXg7Zeadp7HvdKVM { top:9.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#PlfOXWTGJtVwgsNhIXg7Zeadp7HvdKVM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BRit4SviaI52ctWRgTwynk2l54mT57Pn { top:14.5625rem;left:3.59375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVyEyT6caZt3rbneErUH2aEBNZTukdWR { top:20.5625rem;left:2.375rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6P90kyltZCr2uJ5KbiuFdI6oAQEIB8M { top:22.8125rem;left:5.34375rem;width:1.875rem;height:1.875rem;display:block; }
#Z6P90kyltZCr2uJ5KbiuFdI6oAQEIB8M > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kTWxl6G4zF87bZDS8wqw4nhtflwMb6Dp { top:14.3125rem;left:22.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Ixrth5OVoHslFyxVNWTwLLNLFTtVBh { top:16.5rem;left:22.375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqcq2xKzmLKor3XkHEG2lXb0844bf2Bg { top:20.5625rem;left:20.28125rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWwzWlBufg50FwTgk201Tl0xmxtemhL { top:22.8125rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#TwWwzWlBufg50FwTgk201Tl0xmxtemhL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hJkCetRQMzOOzqPnJbbiIZeD8Zgma0zL { top:14.5625rem;left:39.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5pbyd7TBJ9qmszwdfGtQ7uwQ6U7UMCk { top:20.5625rem;left:38.34375rem;width:8.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6Tsfb0Lqk2rTMMDth4eLtbwKAdRscJ { top:22.8125rem;left:40.625rem;width:1.875rem;height:1.875rem;display:block; }
#DE6Tsfb0Lqk2rTMMDth4eLtbwKAdRscJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF { display:block; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czUnpTnQVa87KmCoRCPlJ8J7rqyPkK2w { top:1rem;left:12.96875rem;width:24.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC { display:block; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ30BfZKLSdBlniFJUJznIl7ccI03I3v { top:2.3125rem;left:1.28125rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIisTyanqB3WXbibDoygk9muGoH7Tn1d { top:4.8125rem;left:0rem;width:17.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLyQVSpRFk1TILZn4JtllBNniE6T4a2G { top:4.8125rem;left:13.6875rem;width:18.0625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTnIocyP400cQ9h2MPCnqV4HuzrUIys { top:2.25rem;left:15.625rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K36Ta6pkAFg0Ok9kkQNXrOlWxxdZctNa { top:4.875rem;left:29.5625rem;width:18.0625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgpfZARrSBokJvxcKIZcJwGidxbFtpQJ { top:2.25rem;left:37.125rem;width:5.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCDJKkin5ddCQgPX68HCB6PucbCnlq6o { display:block; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chbSAmlfT7iyLriqZokqc5RMvc3qZZE9 { top:2.8125rem;left:0.0625rem;width:15.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPunnUIUDQGlaT5Ek1rFNHq9yQEOv4lm { top:5.4375rem;left:0rem;width:17.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5J5QkrkTKTq0cxh4Pm8gIckAA13KUy { top:2.8125rem;left:16.40625rem;width:14.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ9CrU7fIdn0vuLpzkSs7mJ8caTT1Wz { top:5.4375rem;left:13.8125rem;width:17.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V90Pf3C7xRbG6LecKlTTlB2KKdBvLNpg { top:2.8125rem;left:34.5625rem;width:10.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApDzDKrPLzB9obTwUbt2HlONpJMaXwTO { top:5.4375rem;left:29.5625rem;width:18.0625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO { display:block; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNC54pocRJi2JTribTSnv26ETUco6DZg { top:2rem;left:24.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsS4ZhSdeh7ekUPHAWbzigb4IIbTftbv { top:2rem;left:22.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g { display:block; }#qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boPJScz6Gas4rnwBU5IHoT63iseeTSXT { top:2rem;left:6rem;width:35.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZRyki0QTqeM1b1xRKTOz8tkqJK9HFr { top:5.5625rem;left:4.625rem;width:38.5rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6BLm05IFDenq5osaJrlsfy65TVzbagi { display:block; }#m6BLm05IFDenq5osaJrlsfy65TVzbagi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQh4C7RiFyfwoftliMnwOFeZ1N3bVGs9 { top:9.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#AQh4C7RiFyfwoftliMnwOFeZ1N3bVGs9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #mUR0wmasrBpRhG368RKXTx9t6rr7WyJF { top:6.125rem;left:0rem;width:7.0625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQeD0pW5XVqQq7dOIyRpEUxOGBr0EEEK { top:0.625rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW4xykJtqtAfBHfpPEgsE5CqyOcSg4cz { top:0rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t17agRRK6XQmHQ34hnthwgpWtwIAGHcB { width:8.75rem;height:11.375rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhFgSThrA43lwqbusTrcMSqeBddemKvI { display:block; }
 }@media only screen and (max-width: 763px) { #AO0F1k1t5FMFV6X8nyzsXp0054nu6PGe { width:8.75rem;height:11.375rem;top:0rem;left:19.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOnEJERCvKu0QJghlkNTqxmEkwMgwzVK { display:block; }
 }@media only screen and (max-width: 763px) { #WAE1TM9kg1vSn7g5L9WFvxnFhc8Qqool { width:8.75rem;height:11.375rem;top:0rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAVHlie6sR0WMu7m5Kl5KdSIMtkXRiTx { display:block; }
 }@media only screen and (max-width: 763px) { #fr5kzoQSgkde8KfSh5N5iyHT2PTSoH3Z { width:8.75rem;height:11.375rem;top:0rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxuIl666yBUIHM3Ztar5OqoT9MgqGW0R { display:block; }
 }@media only screen and (max-width: 763px) { #RnG8CsKt9SbDTDQWvHHIv2ld4aRNTuDJ { width:8.75rem;height:11.375rem;top:0rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGvqUW8V4snul2KnfcFbPZl0LgcUD1R { display:block; }
 }@media only screen and (max-width: 763px) { #HJr4pAENsIXDOvBorLcife103TtskAN1 { top:6.125rem;left:0rem;width:5.4375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTaloxFEaiZOd3pIbtoqJvIQ0HoTSgdV { top:9.0625rem;left:0.96875rem;width:1.875rem;height:1.875rem;display:block; }
#UTaloxFEaiZOd3pIbtoqJvIQ0HoTSgdV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BvMwWc5hOCKk6btbWArqOTVdWBtUBiXU { top:0rem;left:10.125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WESccx9uk3CTHa6JtGMfTkcwI1ilygBZ { top:6.125rem;left:10.125rem;width:5.25rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfLTaNxdWBIgCHyiodf6ZNcewSOT5rWD { top:9.0625rem;left:11.875rem;width:1.875rem;height:1.875rem;display:block; }
#kfLTaNxdWBIgCHyiodf6ZNcewSOT5rWD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tuuSTzUi3ydskbotfzdJTZBls0OANONy { top:0.25rem;left:21.25rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmaeFUXgiMbVwVFWSw6WqZVL1TrTBuc4 { top:6.125rem;left:21.03125rem;width:5.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7t9A2wTPSP13GRmlBXkPh19MRSOZ7d { top:9.0625rem;left:34.0625rem;width:1.875rem;height:1.875rem;display:block; }
#TW7t9A2wTPSP13GRmlBXkPh19MRSOZ7d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bQkDaoHyXUxa6CyxiqULOx2EA8DBU6IQ { top:0.4375rem;left:32.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4ehp9XwQE5mH3ovmmg1VucVqu5RzOn { top:6.125rem;left:32.9375rem;width:4.125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waDTvdeP8NRlR9f3ob4Tw0x83gByKp2i { top:9.0625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#waDTvdeP8NRlR9f3ob4Tw0x83gByKp2i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rv6Td08B8H5xEJ8IpoUCEs8Nr2mzGheW { top:0rem;left:44.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WMwc9v2RsawwzQlaaUsIrTctsE8D4o { top:2.1875rem;left:44.25rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxG86yuv8JodOePcuWZi13Ues7AckyTu { top:6.125rem;left:43.0625rem;width:4.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiRaWongoG4A4sno4enW5tMGIUcN9ddE { top:9.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#EiRaWongoG4A4sno4enW5tMGIUcN9ddE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MulTyKCBEDch6EpUevBDTHygcWSbvdQP { top:0rem;left:42.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAHCH6GwspfVOrrpx4oUNTpUU56fQQt9 { top:6.125rem;left:43.8125rem;width:3.9375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7AT9XWqlrfz1taPHkEIMIZVcFBbvHuT { top:9.0625rem;left:44.9375rem;width:1.875rem;height:1.875rem;display:block; }
#J7AT9XWqlrfz1taPHkEIMIZVcFBbvHuT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lWmTvNaUfQxBQedoJVMZ0JlwVIz2VdIB { width:8.75rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRmarlCo0Cm5e267ziNQaNJMfzVWOG4k { display:block; }
 }@media only screen and (max-width: 763px) { #nyEAwuOL9S9lHibeMaghg9uuJFCailS2 { width:8.75rem;height:11.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsQZfmpBlMVXIqUNLTSUWaaU977MXScl { display:block; }
 }@media only screen and (max-width: 763px) { #oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { display:block; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxrX4iuAAeAK4Mq6z1tCnyPs7UkDGQIx { top:1.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO { display:block; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ik2kRTCiQ5q6gJPHAAMhBTHHTTqBTRXx { top:0rem;left:19.8125rem;width:22.8125rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpe55twH3sESwKxckpFoMSpgW2mDQexE { top:1.6875rem;left:32.25rem;width:15.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTVkD9nRnqfJ0lhKh20GW2rpsa9WLgS { width:7.9375rem;height:1.0625rem;top:34.9375rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvyGkeK1NZeX7JixRz0vVFFAgxoTK6Lq { display:block; }
 }@media only screen and (max-width: 763px) { #EJdxpEgsVTxET93FS5ofZ9uhCi4z2ilk { width:10.4375rem;height:1.0625rem;top:40.4375rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJaLBF2QAbTNs2BdG4hpDpCBvxfQJI56 { display:block; }
 }@media only screen and (max-width: 763px) { #ZZlJ3sgMEgFxWlQ5hhSHfer9P8aDanbE { width:12.4375rem;height:1.0625rem;top:42.6875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEL6LSVlT9N0IRUENMn15hbJyVXqnOdw { display:block; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-text {padding-top: 0; padding-bottom: 0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-select {padding-top: 0; padding-bottom: 0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH {display:block;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #czeCfNopiAniNrwi4JJtT7ms5GTD1ZLp {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #kniAl1vRWOQpzn3dS067c86QlTZ05K6k { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #ShuWOCqHEOQkiuqs4dGDKJvayOaUuZLk {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #reP33TxIZUnuWQdg3qM12gtL8KyZMI5k {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Xqt2xmeSC47y3fVNNzoIZ9Tr8DlZkBTL { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #iksiRL85pV4T8dOkEsJoBMWRR9Othfyu {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #KTomhnFle9PmVIQ42G5LdEE83TNgzFva {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #NUVMxn8Ttm1wglCQVmyDzEAauwfkpvCU { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Hv0TnDA4DJ0pii8C0xLT8NGVVli4wssa {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #TFDRHdXANT5Un4UX85CifC4cq1HbUyLn {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #L89Anf48eN5yhIHIcVyHxRzBEusGENKi { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Xeyaq1DhMHWfzEplEwPuLwEUBXdHmW17 {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #xbWgaoSgoFniI9NwmCa1Nig8DmU6qRLX {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #pTtHEUEGVfE9wPRldtuvz6yq9CEbKKc7 { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Ispq5MlbkE8FBguV2Tf3OPLWme7liD4a {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #rgpgooJafgqg3409eu7IfM62fK8g6xOT {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #CcRW2HaGWx5Ovapk3y1XNWggAdSlthZW {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #DlDRNLTT9u0sUsOBu1BAO9TIQHDlo8qZ {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #mznexwU5XzM609W6m2TPZXX69PhkoAMR {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #HyAue4iHwrDVT3uMVByskPGhxTdFf5uI {  }
 }@media only screen and (max-width: 763px) { #IiZh789dTJ0bJR30M4wsaF2xa7wbk7ak { display:block; }
 }@media only screen and (max-width: 763px) { #udh3snLMX60aoTQDg2vLL9b6JOx8hlTg { display:block; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #z7RZrqucxgwQqPUka4gw6sbJ8icZTeAR {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #TiemVkKIs5BTqvvIFyveZJ002bQXdlIv {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #XdThTc0261dIN0I6dnDhO2hHMlFV5zpP {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #LDATsU9bsTKcGs0KSpithu0tu3tsxcIg {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #E1rs8qxu4w8R0TQDNxb0WEfxWtF0rKaU {  }
 }@media only screen and (max-width: 763px) { #QAG9xFxnkqokPGH7nsZXUqueoHOGPBRu { top:4.6875rem;left:0rem;width:23.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ2inISzuco4bMaf1Xl3QvahkMkITgGE { top:6.0625rem;left:0rem;width:12.8125rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csc3uCAqsuk5aqd6er35aubkKcDOahIJ { top:10.375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4V6FfB4nJWTr3WaPNpK8bOsfKVt7T5E { top:10.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rniVq5RrhhCau7VGHFpuyxqmgFAKoFCs { width:10.9375rem;height:1.375rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im3WF8GatTWz7twyfLTfwMD7zycswFGV { display:block; }
 }@media only screen and (max-width: 763px) { #VbFehFpzuQZXX5tFSIlIXx2qBoO5yOFK { top:12.875rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZg8z5GXXAcZFbtyd6xH9SXpxokP5lyX { top:13rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTvn5bJzAT1vns7KrT5UGD9AZtvxrPP { width:6.4375rem;height:1.375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm0JeAc46lEldKAVBS4ifyOgiMdQlQp6 { display:block; }
 }@media only screen and (max-width: 763px) { #QVcwNMeZfssSdOsyqVPrwWqqnE60TGiz { top:4.6875rem;left:12.9375rem;width:23.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKZDSebEGpu4u2iXQCJSwgeHFTBaz9x { width:14.25rem;height:2.3125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owsHTC0SysqeVpFqrKlWr5sfqceSvCZl { display:block; }
 }@media only screen and (max-width: 763px) { #kzP8S9UFu32vJKDmTU47GVAgdm6p6b2E { top:6.3125rem;left:14.75rem;width:20.4375rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5JAZEuILo7isJdT7l2gnGTHKP1KUd7B { top:10.625rem;left:14.75rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXLbT8CpZvAeaSV7KKKtUiMb9LRVvEXL { top:10.75rem;left:14.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlklGChxuJ6kF8EbiAMKfF5kmpJ4pSVk { width:16.0625rem;height:1.375rem;top:11.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGrFXMuuysgTiT0ywvwp5hT6iLVZW6u { display:block; }
 }@media only screen and (max-width: 763px) { #NywqmZO7VHaXIADFOkUJ9VWcixlbSWnX { top:13.125rem;left:14.75rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTPtVd33TdPbAS716vMiIhhq6d9WBW5X { top:13.25rem;left:14.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTGXCKZ8nb9E0QU1R3g09o5RFIKfVeJX { width:7.3125rem;height:1.375rem;top:13.625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX1TnqUFUrXGph4OnfsxtaxRlKOph2ex { display:block; }
 }@media only screen and (max-width: 763px) { #hXq5cVsqNtSWKsnc5AQa0i78NZGH90KR { width:14.25rem;height:2.3125rem;top:17.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ePnxVzi5l0lg6mItCVybnGRZh9PXmL { display:block; }
 }@media only screen and (max-width: 763px) { #U0aHe35m8B3hbLVC8Wdu9JLqc5el55nk { top:21.125rem;left:0rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRSvcQcy7kEzL2lmWrFv1EQJdfTDKzz { top:21.125rem;left:12.9375rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x { display:block; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #comomlGoOu2CwbN7vqysICVFVfSCg9oA { width:9.25rem;height:3.4375rem;top:1.375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnEUyXDAXF7aPJue2VLJlFOBG4CKPr8L { display:block; }
 }@media only screen and (max-width: 763px) { #Cnu4RI77q3qpwkhxZ2JBORlbunz8vTOB { width:12.5625rem;height:3.4375rem;top:1.375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhqvRZ81wfkrvPp3XyawAxZw4PZeXWTQ { display:block; }
 }@media only screen and (max-width: 763px) { #O9KMrOhtAvgcwPH6IO1umG03IOSGCqvR { top:1.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uho0WNXnp5MdrUdBUTZtqu9Lh3F8ffi6 { top:7.75rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDu8qaTrQnDEifKD3bPl5Rvm5utegT4a { width:16.6875rem;height:3.4375rem;top:1.375rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcwl2GJBHhB86hIvHEvKkUwIIDBJO5UB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm { display:block; }#qlsBXwgBOmmOPuAmc2PzDUCEb86Z3qNm > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { width:7.25rem;height:2.125rem;top:5.875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZgJBZ9TSDxHHLeKoBOyKRg5CWvdMA14 { display:block; }
 }@media only screen and (max-width: 763px) { #a48hv7sQs5pLVTulQPkWTTN795467eXK { width:7.25rem;height:1.75rem;top:8.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMOUynDEKqrqled5QFEeSgKecAhBxWU { display:block; }
 }@media only screen and (max-width: 763px) { #mev0Lkei8zeOHE3ht7PVM7fKdUX7ZeCW { width:10.0625rem;height:1.5625rem;top:11.4375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block; }
 }@media only screen and (max-width: 763px) { #kqZpAokdBZ6sNznmemWUfu1oZNLeplQU { width:10.0625rem;height:2.8125rem;top:12.0625rem;left:4.96875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #JRaZhg1hCOar6aaCzZNK9sAEuaOnAcp7 { display:block; }
 }@media only screen and (max-width: 763px) { #slu3AN67pvnUT3Q7mH2z0nhmP0do3dTi { width:16.875rem;height:2.0625rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M7e2HuzfOUTISr5SPT5zGil6Csl7wzgJ { width:17.0625rem;height:1.5rem;top:14.25rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTKpJ71O2dMZbTXxzz7ZZLnHxF8sqPR { display:block; }
 }@media only screen and (max-width: 763px) { #cga3hMxM5PghOsITWqQ80Xz15VPAFTAL { top:0rem;left:0rem;width:20rem;height:4.4375rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8e72a513-e3cd-4a55-922d-01e5f638ee38/topmobilelandingi5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.adaptive-delivery-prevent-bg, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyload, #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah.lazyloading { background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { background-color: transparent; background-image: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { display: none; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .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); }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { border-width: 0; border-radius: 0; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { width:12.5rem;height:1.99375rem;top:8.75rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.08);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2xL0pdwriN4iLgGHudWX2EdTc0oIWxH { width:15.75rem;height:2.8875rem;top:10.74374961853rem;left:0rem;font-size:1.3125rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.56);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zd7MLSOFfsSuT0W6dgMBkMEHea6cmH0c { width:3.75rem;height:3.75rem;top:6.6875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;width:0.8125rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-input-button { width:6.4375rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;height:2.5625rem;font-size:1rem;overflow:hidden; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:first-of-type{padding-top:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .widget-container:last-of-type{padding-bottom:0;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF  { width:17.5rem;height:auto;top:31.125rem;left:0rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF {display:block;}#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF { width:17.5rem;height:auto;top:31.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #kaAo3WSfIzJKhmFziyayyd5M6gMHxqT6 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #eByDQFsd9OEnHOgMbgXKzXsBgfxXlTqM { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #ysdENGb0BMDJ01zdbqOa4VpViyr2G36v {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #M4p2vibl6oPKorBSVDhT00CSzgeIfBSb {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #leMOd8TT1K2LWodUM6SLOUdAUHXlZWgi { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rMZQGKeMOOao9sSh2p1OLOUkcX8OGq2o {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oFSXuzQ5w3M6mS6VfyZM1TClSGJPAkTx {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #VrET8n7LFi5mKcZiG6iRH2x7OlBZJtiG { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #JkKNbizsPZl02hBkSG5LFlDbV8BWTs60 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #Q7ScWch7kF7ySrWvvMTsrQIMPoVK0r0G {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dTQWGQqCIa0VKsz2h6LX0cDDlyzv9nDe { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #f94feKMpSk3eoLM05vchdAcAt7GmLo2D {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #BK2WTiohC8pMnd1rkePGPMa8yMezhUTO {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #lHrTvTVqwg6vkhX9Hyg7IcNOpLh1n1ik { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #KRHbftorKAqNFeGMGJgJcDV8M0lxpwzQ {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #muuTw4s459woFEyWU0naifawrTSuh5vX {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #dxBTx9cPOx0pd6GnUo0eVrURAWLRNcxq { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #IaTLTfXRWRsdgw6ed54XMS438o9UV111 {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #coOJkTEskkmWDFI0OsgQqR14BncCkGXt {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #wWAv5FMymSaMbbbngbgwq6FtTAG7PUTh {  }
 }@media only screen and (max-width: 763px) { #MPKvH6SXzGROekSxRcXpCF0RrKZr3xuG { display:block; }
 }@media only screen and (max-width: 763px) { #icHhQlJw6laWsXGkNP1JWmMfny7HEou9 { display:block; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #rzDDOrfn4LIrUE0bHaOeo8FSWsvTJZht {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #h9NQL79wtw9clX6sCQ1PmTnwCqb2XLTh {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #nxVNwOPlOXpVAug5T0epbIZo5sgpKWIm {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k9OefFhlLbAT5vllL35asCX7bRqWM3mC {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #k3BTTmD8UDcrZq6Q1f6LC3U056czAuTg {  }
 }@media only screen and (max-width: 763px) { #DI01idXSbSgbpf4hPr9iwF5vTxAy3odI { width:19.0625rem;height:1.54375rem;top:30.393750190735rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { width:19.375rem;height:35.375rem;top:29.75rem;left:0.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #GAPr2nUGKWpAqVl451R6XWS3f9olrEHO { width:19rem;height:3.8125rem;top:41.0625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbrCTWiVXfQxC4Ltf7bpfZFQadsuSMkQ { display:block; }
 }@media only screen and (max-width: 763px) { #ADPOTc1ArURGLWBSPOkPvQD2r09nIaUv { top:24.5625rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15052;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:toyotatype;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOaOgHKOBKinzKi3a4bRsKJT6xUCBibH { display:block; }
 }@media only screen and (max-width: 763px) { #mLJKwgHqZVz9sLGAlB26cFMtSa6WKTwQ { width:11.625rem;height:1.0625rem;top:62.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUvqutoWiLvQDEei7MTBnzaz9sWyfL7Q { display:block; }
 }@media only screen and (max-width: 763px) { #WOnim8hsMkUPFEX94vndyrUadox5XIs8 { width:13.5625rem;height:1.0625rem;top:63.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUxyTa5BXoLIswREIGlcgyHkygIiFtKQ { display:block; }
 }@media only screen and (max-width: 763px) { #vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { display:block; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { width:16.6875rem;height:16.5rem;top:0.78125rem;left:1.71875rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #DKuNzZwxaIIPm7tsqWFZdvBJm9SXFG8T { width:7.625rem;height:10.1875rem;top:17.5625rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb { display:block; }#i73Tpy7xkaQD1ctpnvSsQCcxGJzFiuWb > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk { display:block; }#lk6JM1ExvHuvacMRPBS0QKbVJQsq9Nyk > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCCCCkUFBGe8Xnzb1GwwScRQbOUlZ2no { width:20rem;height:10.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w88xslc95rF1u9xT1r4CTDP3Qib4CWr4 { width:11.5rem;height:8.4375rem;top:20.65625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TotdJX8Zx9P59k9qkpwfDHNv9ltU5sFa { width:20rem;height:14.875rem;top:30.09375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lJpPpDpExJclDTcnqq4JLCBZ1Z9nGDm0 { width:6.9375rem;height:5.1875rem;top:17.28125rem;left:12.916158536586rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WWlDomIRlfKTe8R2pAs0DwUP5yqibB3B { width:7rem;height:5.1875rem;top:11.1875rem;left:12.889851485149rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXxkyyeiAe6L4k9NMVJ2Onm2JlD2Vdc3 { width:11.6875rem;height:8.75rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8DlQovJ1DefQ3r5RrU6RVoD7ESsNzl { width:20rem;height:14.9375rem;top:45.59375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RroVp8inxw9c29txvbZi11G7PiB3ohdA { width:7.3125rem;height:5.4375rem;top:23.5625rem;left:12.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv { display:block; }#RyIv6X5e4TAP05uV0Hv0IuNvJeHXiAIv > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHzGhKwVbwIZVu85XVRsQtaiRCbDXqTd { width:20rem;height:1.7875rem;top:1.1249904632568rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi { display:none; }#e4Fy1SA4cc6W5Wm7PZyMBZ8p4xP9eAvi > .row .container { width:20rem;height:16rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FAyKk7exGirfL3Sdl1o2Z60Tfr6DzFGG { width:17.5rem;height:6.125rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANvAr9Ao70EF5H6mQtz98Ba2XNu3Uc4n { display:block; }
 }@media only screen and (max-width: 763px) { #MPUcvU0W3vaWEfTsyN2LraMvSZtVFiDz { width:17.5rem;height:6.125rem;top:8.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz99MzlJeBHTUGiwnrTzK4y7DGuIdSr9 { display:block; }
 }@media only screen and (max-width: 763px) { #gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 { display:block; }#gwTpCAwBa0bxvWTcvwvkUBicvatACPl2 > .row .container { width:20rem;height:144.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNHwxL3tIUQslSDIATIXvdkDAuIfATbo { width:17.375rem;height:2.8125rem;top:86.5625rem;left:1.3125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #UorXG1xCluUqa5F3GdBU0Z9sRSzvWk3t { display:block; }
 }@media only screen and (max-width: 763px) { #fJxn7rodHzGN4WzQqttF6a1eJPcQtip1 { width:17.375rem;height:2.8125rem;top:39.0625rem;left:1.3125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #tRGJvNGtI0ycoouxm1OyboWeGH8NdOcC { display:block; }
 }@media only screen and (max-width: 763px) { #y3ufBfDeFyiX0BvtICVOdx6TGMDneHoW { width:17.375rem;height:2.8125rem;top:135.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJZJHsg2FiGwnryTeqPPPRsh3KzAoi3D { display:block; }
 }@media only screen and (max-width: 763px) { #q6gQxqcmsgMbirCTT1qBu3lUWEATrHeq { width:20rem;height:11.1875rem;top:49.8125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dZds2CSTx4qQZwC973KAG0NCN6WuVhy3 { width:20rem;height:11.1875rem;top:97.59375rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7JmDFQucmC1ib645Leh22ekLwwx14d { width:20rem;height:11.1875rem;top:2.625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dN3UpgkTMNmshwmkbQlCEJm4uagCqUmr { width:19.375rem;height:45rem;top:2.0625rem;left:0.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #vt2CmfRAF9F0BnrGCA6ihRBhN37WymTx { width:19.375rem;height:45rem;top:49.0625rem;left:0.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #mHb61biN15Texy0pAUzPixA7mm79tJFN { width:19.375rem;height:45rem;top:96.8125rem;left:0.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #idpknnr5udTqdc89lUcOyBPUskamSVf0 { width:19rem;height:17.4375rem;top:19.19687461853rem;left:1rem;font-size:0.75rem;z-index:15042;display:block; }#idpknnr5udTqdc89lUcOyBPUskamSVf0 li:before{  }
 }@media only screen and (max-width: 763px) { #ZkQMJ5y3fJXwlv6bPNquL2Skwqe46ywh { width:19.875rem;height:26.3125rem;top:126.5rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ohf0xyqA0SqrVSIa5GoEdTng841DTwdy { width:6.6875rem;height:2.0625rem;top:43.125rem;left:6.65625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #hGWsi68wkTo471NMr4FSNXk5eEttps09 { display:block; }
 }@media only screen and (max-width: 763px) { #BBVvvXv5uKbKxyiMAhcmeoSZIUdV29w5 { width:6.6875rem;height:2.0625rem;top:90.6875rem;left:6.90625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #mnx5ISJqXW1pLnIT9ZU9exvTLbGso0LO { display:block; }
 }@media only screen and (max-width: 763px) { #zOiVpxf55ASLVX5iwenlzPDbZQ89Swhr { width:6.6875rem;height:2.0625rem;top:138.9375rem;left:6.65625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #LD3s132rsTgBMTh2cxPaSTxthI2t8dku { display:block; }
 }@media only screen and (max-width: 763px) { #TGMp1yvINqGFnGwFV184N96HK6zLQu30 { width:8.125rem;height:2.03125rem;top:13.8125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3PhGHCbU0EZRMESqhCVHa1xE2HaBQ2i { width:8.125rem;height:2.03125rem;top:61.1875rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym9VC3MJdpopgyWixXVwilEGNC5q1M3Q { width:8.125rem;height:2.03125rem;top:108.78125rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7SuFKbQD38xvwMEAezz9dSiOdVekBdO { width:17.875rem;height:15.175rem;top:67.721874237062rem;left:0.625rem;font-size:0.75rem;display:block; }#y7SuFKbQD38xvwMEAezz9dSiOdVekBdO li:before{  }
 }@media only screen and (max-width: 763px) { #keM1IeefKg4Amwpl5NfDHuJhi1kPySVJ { width:16.9375rem;height:3.16875rem;top:63.53125rem;left:1.21875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCyCg3LmeqU1Jrxok0vi0Nq3MpOVJbTV { width:18.5rem;height:2.1125rem;top:15.875rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utFO2FcE8l6MlLXiRtypaV0eM1tEVVh3 { width:16.5625rem;height:3.16875rem;top:111.40625rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZMg2I2k21cOFA8chdtbz6tHvEGPHk5cx { width:17rem;height:17.75rem;top:116.15937423706rem;left:0.5rem;font-size:0.75rem;display:block; }#ZMg2I2k21cOFA8chdtbz6tHvEGPHk5cx li:before{  }
 }@media only screen and (max-width: 763px) { #McP2mU0HIcKEV06JNQer0KPJyS7872uT { display:block; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { width:17.3125rem;height:4.875rem;top:0.78125rem;left:1.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { display:block; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTN9y0yAhBedgaycdKmzXdDr1LMCJ7N9 { width:20rem;height:14.91961414791rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { width:16.875rem;height:18.2rem;top:17.857291221619rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUvarKckVTrcEqDqXQw0buSJ3IdVvHDp { width:18.0625rem;height:21.9375rem;top:15.032287597656rem;left:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV { display:block; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8Co4VbQ3MZCug7sWhW19gxAwNK7dS5e { width:16.875rem;height:14.3rem;top:1.0625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAWVEXxyhAncz4829ibdCTW9620MQDNf { width:20rem;height:13.9229375rem;top:16.418750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoG97fEy1kEV5iiLfUwHzwOnv9mv2keE { width:18.0625rem;height:16.8125rem;top:0.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { display:block; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOoPXL6MQmwJFT8uH38pOrerJcU8G7u4 { width:20rem;height:14.983922829582rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxED8tBH5MKyQLNwwXczlkc9icElncT { width:16.875rem;height:19.5rem;top:17.234375rem;left:1.5625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Sch7Kxim3fei4wvWTEa1qUHvfltcTHt4 { width:18.0625rem;height:22.8125rem;top:15.078125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { display:block; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGmkSuT2n5WQwsJpTOaOKbUL3qlx4t5O { width:20rem;height:14.984375rem;top:15.018749237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhDlIs9bsWMEWZAgRvEVxQkf2WxD1FMe { width:16.875rem;height:11.7rem;top:1.875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpwfON71rcf4uorb9gsyUvbIBEwlqSy { width:18.0625rem;height:16.8125rem;top:0rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { display:block; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaBNeWJ9tgdsRdnSAPaJVFKS3Ex9fD4 { width:20rem;height:13.922829581994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQdP4JdlWTorHTB44TMMvgJGFohQVwOM { width:16.875rem;height:19.5rem;top:16.985416412354rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBthkSHmT1LiJKP5rPJPZQr2Q4xLwciT { width:18.0625rem;height:24rem;top:13.766666412354rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdc4TsKiiviwZW25237oGLgTkrKvPNe { display:block; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbVTCXb0DAaCr9AUpxD7TyeQ8v5qQsbZ { width:16.875rem;height:14.3rem;top:2.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUOp9q2EkvNn85VgtRDsDwG1m2UHgLqN { width:20rem;height:13.922829581994rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL2QgUsyaLErBOES7Rf3Az5gIypfkSQu { width:18.0625rem;height:18.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { display:block; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqQE8lMlLhF9U1WDzuJMofo1vMwA0WzZ { width:16.875rem;height:13rem;top:16.985416412354rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fMepq33BVCLxzvtiMMl879m5TU282c { width:20rem;height:13.922829581994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBtibRxotKOiRiOOchdDTDI8B9agKhf { width:18.0625rem;height:17.9375rem;top:13.672916412354rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD { display:block; }#FDovZ39mhoNx2kSm1ti2lPJPxfcEahaD > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0kOcwSq8yAZBU92O4QGv6UEanSxERTv { width:0.625rem;height:0.625rem;top:1.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmuDID9IGTXrChriFJnpAghUeHEGh3C { width:0.625rem;height:0.625rem;top:1.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGoyGFet0uPnMCc0TQVWyDBJFxhsqMBD { width:0.625rem;height:0.625rem;top:1.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJfNL0sXSK9UOfAOhQqTrpaPeKlO4AB { width:0.625rem;height:0.625rem;top:1.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIeDCXFZ02Z9hgccSIncqXt7FFF7poev { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz6EHLOniylQEtduk8erCRm0UFeTSt6r { width:0.625rem;height:0.625rem;top:1.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmHeTbqX0X42GSyw738L6NwmGtHA9Iqa { width:0.625rem;height:0.625rem;top:1.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW { display:block; }#S2SqCRsDTdF1RpfS1AyB8VCqMWTnhJPW > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6fAKmD91PiNHm4dSZkToucLVyPXnqx5 { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTeqrp2Q6uox1eHT7L02Mh32SvU5I9ix { width:20rem;height:3.0875rem;top:6.4500007629394rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS { display:block; }#omJ2ot1akKBiJ8o4e39hO5zTvH8XmxFS > .row .container { width:20rem;height:90.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnGGJAC3t32iLikqf7q063zH0sbGmaNP { width:1.875rem;height:1.875rem;top:10.21249961853rem;left:9.0625rem;display:block; }
#EnGGJAC3t32iLikqf7q063zH0sbGmaNP > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zSZm6NWAnHnBCtr4X3tTvOJgTNcoeUBc { width:12.25rem;height:1.3rem;top:8.125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxqc2uGohS5rwfuit1TT2OgIdXWw8I6 { width:13.75rem;height:11.375rem;top:1.25rem;left:3.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #WqWK7yNkShbI8T6zVpmK1NXggbJC0dLu { display:block; }
 }@media only screen and (max-width: 763px) { #iUu7JDaoc9KOLeb4xMUiiW4PWv6q4Bry { width:4.9375rem;height:4.9375rem;top:2.0625rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqpcxpHyAJQLp9IfmFdTG21rkWtBeoFw { width:5.375rem;height:5.375rem;top:14.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgK3fuKawax86iakz0iObAXA9tsXNWSL { width:13.75rem;height:11.375rem;top:14.125rem;left:3.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #lQETcTtxtey2ShRVubi0F1gDBu8GQBC0 { display:block; }
 }@media only screen and (max-width: 763px) { #EnDVTOgqy07E66eLD9qeqsJAq4VuMwTD { width:13.75rem;height:11.375rem;top:27.112499237061rem;left:3.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #rKoGCMmkZxtUkycOkCXMFaxa1hKGcZeL { display:block; }
 }@media only screen and (max-width: 763px) { #qXg8QNkRZNWJoeWqE4wrS5I9OCTOvNWU { width:13.75rem;height:11.375rem;top:39.97500038147rem;left:3.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #z9pHH3OXdpWUHKVTOUiqGui3xI0J6Jhf { display:block; }
 }@media only screen and (max-width: 763px) { #SdO2cR2e7x96CKZB2ZaBKJpZfspwWvqQ { width:13.75rem;height:11.375rem;top:65.449999809262rem;left:3.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #XzfQIVTqSt7tbGotfmxexzJ6Efb8SQbH { display:block; }
 }@media only screen and (max-width: 763px) { #DuwCTTkO9C0Z4SGUWx8VkNRuUztsNhZx { width:13.75rem;height:11.375rem;top:52.887499809265rem;left:3.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #Wn8uUvrITaIZqaDbledKpF4SdQdVa7uE { display:block; }
 }@media only screen and (max-width: 763px) { #z4QU6F5iFJi5tdrJ4hRLtkC1Z0fWdTCi { width:13.75rem;height:11.375rem;top:78.012500762938rem;left:3.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #kQ0PkBMpfolGGqT31PgUw6y9z34Xc92I { display:block; }
 }@media only screen and (max-width: 763px) { #E5bmhpukJLoCSpxTpAmBohpP2GxRcIgU { width:9.9375rem;height:1.3rem;top:20.862500190735rem;left:5.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQCcUirxvb9NnTu8oEBUc9SN6BivCaqJ { width:1.875rem;height:1.875rem;top:23rem;left:9.0625rem;display:block; }
#sQCcUirxvb9NnTu8oEBUc9SN6BivCaqJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cgIwWyhP3rAce3KTBphOfe35k1I1zPoK { width:5.375rem;height:5.375rem;top:27.737499237061rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InwHteiyL1GkkkJ6Z02Vzqmfa3aTgUnV { width:11.8125rem;height:1.3rem;top:34rem;left:4.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka3wJNJSFLDHDtaXEkifu9uyJqM65WEt { width:1.875rem;height:1.875rem;top:35.9375rem;left:9.0625rem;display:block; }
#ka3wJNJSFLDHDtaXEkifu9uyJqM65WEt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #IsfU440EMUpJB0WM56L8kO46cSfOiLqs { width:5.375rem;height:5.375rem;top:40.28750038147rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9gJ3XUNtSaBEHMXSoQr2Afoq4puXIDH { width:10.125rem;height:1.3rem;top:46.78750038147rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfOXWTGJtVwgsNhIXg7Zeadp7HvdKVM { width:1.875rem;height:1.875rem;top:48.762499809265rem;left:9.0625rem;display:block; }
#PlfOXWTGJtVwgsNhIXg7Zeadp7HvdKVM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BRit4SviaI52ctWRgTwynk2l54mT57Pn { width:5.375rem;height:5.375rem;top:53.325000762939rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVyEyT6caZt3rbneErUH2aEBNZTukdWR { width:8.0625rem;height:1.3rem;top:59.637499809265rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6P90kyltZCr2uJ5KbiuFdI6oAQEIB8M { width:1.875rem;height:1.875rem;top:61.5rem;left:9.1875rem;display:block; }
#Z6P90kyltZCr2uJ5KbiuFdI6oAQEIB8M > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kTWxl6G4zF87bZDS8wqw4nhtflwMb6Dp { width:3.5rem;height:3.5rem;top:65.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9Ixrth5OVoHslFyxVNWTwLLNLFTtVBh { width:3.3125rem;height:3.3125rem;top:67.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqcq2xKzmLKor3XkHEG2lXb0844bf2Bg { width:8.0625rem;height:1.3rem;top:72rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwWwzWlBufg50FwTgk201Tl0xmxtemhL { width:1.875rem;height:1.875rem;top:73.9375rem;left:9.0625rem;display:block; }
#TwWwzWlBufg50FwTgk201Tl0xmxtemhL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hJkCetRQMzOOzqPnJbbiIZeD8Zgma0zL { width:5.375rem;height:5.375rem;top:78.137499809262rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5pbyd7TBJ9qmszwdfGtQ7uwQ6U7UMCk { width:8.0625rem;height:1.3rem;top:84.4375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6Tsfb0Lqk2rTMMDth4eLtbwKAdRscJ { width:1.875rem;height:1.875rem;top:86.625rem;left:9.4375rem;display:block; }
#DE6Tsfb0Lqk2rTMMDth4eLtbwKAdRscJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF { display:block; }#V4ZvMfgkvLRkgJgbheuHEaKKfbDDg2WF > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czUnpTnQVa87KmCoRCPlJ8J7rqyPkK2w { width:17.4375rem;height:4.875rem;top:1.25rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC { display:block; }#LmFd9GJ2KfQgBimaFtDlGZSuJIkc4QDC > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQ30BfZKLSdBlniFJUJznIl7ccI03I3v { width:13.3125rem;height:1.3rem;top:1.5625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIisTyanqB3WXbibDoygk9muGoH7Tn1d { height:9.9375rem;width:17.9375rem;top:3.8rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLyQVSpRFk1TILZn4JtllBNniE6T4a2G { height:9.9375rem;width:18.0625rem;top:17.5375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTnIocyP400cQ9h2MPCnqV4HuzrUIys { width:16.125rem;height:1.3rem;top:15.3625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K36Ta6pkAFg0Ok9kkQNXrOlWxxdZctNa { height:9.9375rem;width:18.0625rem;top:31.275rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgpfZARrSBokJvxcKIZcJwGidxbFtpQJ { width:5.125rem;height:1.3rem;top:29.225rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCDJKkin5ddCQgPX68HCB6PucbCnlq6o { display:block; }#kCDJKkin5ddCQgPX68HCB6PucbCnlq6o > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #chbSAmlfT7iyLriqZokqc5RMvc3qZZE9 { width:15.75rem;height:1.3rem;top:1.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPunnUIUDQGlaT5Ek1rFNHq9yQEOv4lm { height:9.9375rem;width:17.9375rem;top:3.8rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5J5QkrkTKTq0cxh4Pm8gIckAA13KUy { width:14.8125rem;height:1.3rem;top:15.3rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJ9CrU7fIdn0vuLpzkSs7mJ8caTT1Wz { height:9.9375rem;width:17.9375rem;top:17.5375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V90Pf3C7xRbG6LecKlTTlB2KKdBvLNpg { width:10.25rem;height:1.3rem;top:29.0375rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApDzDKrPLzB9obTwUbt2HlONpJMaXwTO { height:9.9375rem;width:18.0625rem;top:31.275rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO { display:block; }#yRFCKWPD7qq1Qx2RghANUBLEoAnfLdEO > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNC54pocRJi2JTribTSnv26ETUco6DZg { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsS4ZhSdeh7ekUPHAWbzigb4IIbTftbv { width:0.625rem;height:0.625rem;top:1.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g { display:none; }#qzyTCv4qeJuCnRKaiCfbyVDBOys8xR7g > .row .container { width:20rem;height:10.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #boPJScz6Gas4rnwBU5IHoT63iseeTSXT { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsZRyki0QTqeM1b1xRKTOz8tkqJK9HFr { width:20rem;height:3.0875rem;top:6.4500007629394rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6BLm05IFDenq5osaJrlsfy65TVzbagi { display:none; }#m6BLm05IFDenq5osaJrlsfy65TVzbagi > .row .container { width:20rem;height:90.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AQh4C7RiFyfwoftliMnwOFeZ1N3bVGs9 { width:1.875rem;height:1.875rem;top:10.21249961853rem;left:9.0625rem;display:block; }
#AQh4C7RiFyfwoftliMnwOFeZ1N3bVGs9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #mUR0wmasrBpRhG368RKXTx9t6rr7WyJF { width:12.25rem;height:1.3rem;top:8.125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQeD0pW5XVqQq7dOIyRpEUxOGBr0EEEK { width:4.9375rem;height:4.9375rem;top:2.0625rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW4xykJtqtAfBHfpPEgsE5CqyOcSg4cz { width:5.375rem;height:5.375rem;top:14.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t17agRRK6XQmHQ34hnthwgpWtwIAGHcB { width:13.75rem;height:11.375rem;top:27.112499237061rem;left:3.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #AhFgSThrA43lwqbusTrcMSqeBddemKvI { display:block; }
 }@media only screen and (max-width: 763px) { #AO0F1k1t5FMFV6X8nyzsXp0054nu6PGe { width:13.75rem;height:11.375rem;top:39.97500038147rem;left:3.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #uOnEJERCvKu0QJghlkNTqxmEkwMgwzVK { display:block; }
 }@media only screen and (max-width: 763px) { #WAE1TM9kg1vSn7g5L9WFvxnFhc8Qqool { width:13.75rem;height:11.375rem;top:65.449999809262rem;left:3.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #tAVHlie6sR0WMu7m5Kl5KdSIMtkXRiTx { display:block; }
 }@media only screen and (max-width: 763px) { #fr5kzoQSgkde8KfSh5N5iyHT2PTSoH3Z { width:13.75rem;height:11.375rem;top:52.887499809265rem;left:3.125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #HxuIl666yBUIHM3Ztar5OqoT9MgqGW0R { display:block; }
 }@media only screen and (max-width: 763px) { #RnG8CsKt9SbDTDQWvHHIv2ld4aRNTuDJ { width:13.75rem;height:11.375rem;top:78.012500762938rem;left:3.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #ZdGvqUW8V4snul2KnfcFbPZl0LgcUD1R { display:block; }
 }@media only screen and (max-width: 763px) { #HJr4pAENsIXDOvBorLcife103TtskAN1 { width:9.9375rem;height:1.3rem;top:20.862500190735rem;left:5.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTaloxFEaiZOd3pIbtoqJvIQ0HoTSgdV { width:1.875rem;height:1.875rem;top:23rem;left:9.0625rem;display:block; }
#UTaloxFEaiZOd3pIbtoqJvIQ0HoTSgdV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BvMwWc5hOCKk6btbWArqOTVdWBtUBiXU { width:5.375rem;height:5.375rem;top:27.737499237061rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WESccx9uk3CTHa6JtGMfTkcwI1ilygBZ { width:11.8125rem;height:1.3rem;top:34rem;left:4.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfLTaNxdWBIgCHyiodf6ZNcewSOT5rWD { width:1.875rem;height:1.875rem;top:35.9375rem;left:9.0625rem;display:block; }
#kfLTaNxdWBIgCHyiodf6ZNcewSOT5rWD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tuuSTzUi3ydskbotfzdJTZBls0OANONy { width:5.375rem;height:5.375rem;top:40.28750038147rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmaeFUXgiMbVwVFWSw6WqZVL1TrTBuc4 { width:10.125rem;height:1.3rem;top:46.78750038147rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7t9A2wTPSP13GRmlBXkPh19MRSOZ7d { width:1.875rem;height:1.875rem;top:48.762499809265rem;left:9.0625rem;display:block; }
#TW7t9A2wTPSP13GRmlBXkPh19MRSOZ7d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bQkDaoHyXUxa6CyxiqULOx2EA8DBU6IQ { width:5.375rem;height:5.375rem;top:53.325000762939rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4ehp9XwQE5mH3ovmmg1VucVqu5RzOn { width:8.0625rem;height:1.3rem;top:59.637499809265rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #waDTvdeP8NRlR9f3ob4Tw0x83gByKp2i { width:1.875rem;height:1.875rem;top:61.5rem;left:9.1875rem;display:block; }
#waDTvdeP8NRlR9f3ob4Tw0x83gByKp2i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rv6Td08B8H5xEJ8IpoUCEs8Nr2mzGheW { width:3.5rem;height:3.5rem;top:65.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WMwc9v2RsawwzQlaaUsIrTctsE8D4o { width:3.3125rem;height:3.3125rem;top:67.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxG86yuv8JodOePcuWZi13Ues7AckyTu { width:8.0625rem;height:1.3rem;top:72rem;left:6.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiRaWongoG4A4sno4enW5tMGIUcN9ddE { width:1.875rem;height:1.875rem;top:73.9375rem;left:9.0625rem;display:block; }
#EiRaWongoG4A4sno4enW5tMGIUcN9ddE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #MulTyKCBEDch6EpUevBDTHygcWSbvdQP { width:5.375rem;height:5.375rem;top:78.137499809262rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAHCH6GwspfVOrrpx4oUNTpUU56fQQt9 { width:8.0625rem;height:1.3rem;top:84.4375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7AT9XWqlrfz1taPHkEIMIZVcFBbvHuT { width:1.875rem;height:1.875rem;top:86.625rem;left:9.4375rem;display:block; }
#J7AT9XWqlrfz1taPHkEIMIZVcFBbvHuT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lWmTvNaUfQxBQedoJVMZ0JlwVIz2VdIB { width:13.75rem;height:11.375rem;top:1.25rem;left:3.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #ZRmarlCo0Cm5e267ziNQaNJMfzVWOG4k { display:block; }
 }@media only screen and (max-width: 763px) { #nyEAwuOL9S9lHibeMaghg9uuJFCailS2 { width:13.75rem;height:11.375rem;top:14.125rem;left:3.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #AsQZfmpBlMVXIqUNLTSUWaaU977MXScl { display:block; }
 }@media only screen and (max-width: 763px) { #oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { display:block; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container { width:20rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxrX4iuAAeAK4Mq6z1tCnyPs7UkDGQIx { width:19.0625rem;height:11.2125rem;top:1.25rem;left:0.4375rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5e7ea260-9a2c-40d9-9dfc-46ec6bd7c39b/TOY_bZ4X_2021_PRELAUNCH_HUB_BRAND_IMG_KV_Front_insitu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO.adaptive-delivery-prevent-bg, #oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO.lazyload, #oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO.lazyloading { background-image: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container { background-color: transparent; background-image: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container > .video-iframe-container { display: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row > .video-iframe-container { display: none; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .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); }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container { border-width: 0; border-radius: 0; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oLTJ6Lc8QaSDnLD7DIG2US4tX5dRHmgO > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ik2kRTCiQ5q6gJPHAAMhBTHHTTqBTRXx { width:20rem;height:45.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpe55twH3sESwKxckpFoMSpgW2mDQexE { width:15.5rem;height:1.54375rem;top:65.831249237062rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTVkD9nRnqfJ0lhKh20GW2rpsa9WLgS { width:7.9375rem;height:1.0625rem;top:34.9375rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvyGkeK1NZeX7JixRz0vVFFAgxoTK6Lq { display:block; }
 }@media only screen and (max-width: 763px) { #EJdxpEgsVTxET93FS5ofZ9uhCi4z2ilk { width:11.625rem;height:1.0625rem;top:100.10625076294rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJaLBF2QAbTNs2BdG4hpDpCBvxfQJI56 { display:block; }
 }@media only screen and (max-width: 763px) { #ZZlJ3sgMEgFxWlQ5hhSHfer9P8aDanbE { width:13.5625rem;height:1.0625rem;top:101.625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEL6LSVlT9N0IRUENMn15hbJyVXqnOdw { display:block; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-text {padding-top: 0; padding-bottom: 0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-select {padding-top: 0; padding-bottom: 0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-input-button { width:6.4375rem;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:5.5rem;height:2.1875rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-container:first-of-type{padding-top:0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .widget-container:last-of-type{padding-bottom:0;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH  { width:17.5rem;height:auto;top:67.375rem;left:0rem; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH {display:block;}#PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH { width:17.5rem;height:auto;top:67.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #czeCfNopiAniNrwi4JJtT7ms5GTD1ZLp {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #kniAl1vRWOQpzn3dS067c86QlTZ05K6k { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #ShuWOCqHEOQkiuqs4dGDKJvayOaUuZLk {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #reP33TxIZUnuWQdg3qM12gtL8KyZMI5k {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Xqt2xmeSC47y3fVNNzoIZ9Tr8DlZkBTL { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #iksiRL85pV4T8dOkEsJoBMWRR9Othfyu {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #KTomhnFle9PmVIQ42G5LdEE83TNgzFva {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #NUVMxn8Ttm1wglCQVmyDzEAauwfkpvCU { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Hv0TnDA4DJ0pii8C0xLT8NGVVli4wssa {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #TFDRHdXANT5Un4UX85CifC4cq1HbUyLn {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #L89Anf48eN5yhIHIcVyHxRzBEusGENKi { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Xeyaq1DhMHWfzEplEwPuLwEUBXdHmW17 {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #xbWgaoSgoFniI9NwmCa1Nig8DmU6qRLX {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #pTtHEUEGVfE9wPRldtuvz6yq9CEbKKc7 { display:none; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #Ispq5MlbkE8FBguV2Tf3OPLWme7liD4a {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #rgpgooJafgqg3409eu7IfM62fK8g6xOT {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #CcRW2HaGWx5Ovapk3y1XNWggAdSlthZW {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #DlDRNLTT9u0sUsOBu1BAO9TIQHDlo8qZ {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #mznexwU5XzM609W6m2TPZXX69PhkoAMR {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #HyAue4iHwrDVT3uMVByskPGhxTdFf5uI {  }
 }@media only screen and (max-width: 763px) { #IiZh789dTJ0bJR30M4wsaF2xa7wbk7ak { display:block; }
 }@media only screen and (max-width: 763px) { #udh3snLMX60aoTQDg2vLL9b6JOx8hlTg { display:block; }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #z7RZrqucxgwQqPUka4gw6sbJ8icZTeAR {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #TiemVkKIs5BTqvvIFyveZJ002bQXdlIv {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #XdThTc0261dIN0I6dnDhO2hHMlFV5zpP {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #LDATsU9bsTKcGs0KSpithu0tu3tsxcIg {  }
 }@media only screen and (max-width: 763px) { #PTnbtegJ2OcUEmhakwJBn64LLWoPmuiH #E1rs8qxu4w8R0TQDNxb0WEfxWtF0rKaU {  }
 }@media only screen and (max-width: 763px) { #QAG9xFxnkqokPGH7nsZXUqueoHOGPBRu { width:20rem;height:14.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ2inISzuco4bMaf1Xl3QvahkMkITgGE { width:18.4375rem;height:2.7625rem;top:2.625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csc3uCAqsuk5aqd6er35aubkKcDOahIJ { width:2.375rem;height:2.375rem;top:6.9375rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4V6FfB4nJWTr3WaPNpK8bOsfKVt7T5E { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rniVq5RrhhCau7VGHFpuyxqmgFAKoFCs { width:10.5625rem;height:1.3125rem;top:7.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im3WF8GatTWz7twyfLTfwMD7zycswFGV { display:block; }
 }@media only screen and (max-width: 763px) { #VbFehFpzuQZXX5tFSIlIXx2qBoO5yOFK { width:2.4375rem;height:2.4375rem;top:9.4375rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZg8z5GXXAcZFbtyd6xH9SXpxokP5lyX { width:2.1875rem;height:2.1875rem;top:9.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbTvn5bJzAT1vns7KrT5UGD9AZtvxrPP { width:6.4375rem;height:1.125rem;top:10rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm0JeAc46lEldKAVBS4ifyOgiMdQlQp6 { display:block; }
 }@media only screen and (max-width: 763px) { #QVcwNMeZfssSdOsyqVPrwWqqnE60TGiz { width:20rem;height:15.75rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKZDSebEGpu4u2iXQCJSwgeHFTBaz9x { width:16.625rem;height:2.3125rem;top:12.5rem;left:1.6875rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #owsHTC0SysqeVpFqrKlWr5sfqceSvCZl { display:block; }
 }@media only screen and (max-width: 763px) { #kzP8S9UFu32vJKDmTU47GVAgdm6p6b2E { width:18.25rem;height:2.7625rem;top:34.375rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5JAZEuILo7isJdT7l2gnGTHKP1KUd7B { width:2.375rem;height:2.375rem;top:38.625rem;left:0.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXLbT8CpZvAeaSV7KKKtUiMb9LRVvEXL { width:2.1875rem;height:2.1875rem;top:38.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlklGChxuJ6kF8EbiAMKfF5kmpJ4pSVk { width:16.0625rem;height:1.375rem;top:39.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGrFXMuuysgTiT0ywvwp5hT6iLVZW6u { display:block; }
 }@media only screen and (max-width: 763px) { #NywqmZO7VHaXIADFOkUJ9VWcixlbSWnX { width:2.4375rem;height:2.4375rem;top:41.125rem;left:0.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTPtVd33TdPbAS716vMiIhhq6d9WBW5X { width:2.1875rem;height:2.1875rem;top:41.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTGXCKZ8nb9E0QU1R3g09o5RFIKfVeJX { width:7.3125rem;height:1.375rem;top:41.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX1TnqUFUrXGph4OnfsxtaxRlKOph2ex { display:block; }
 }@media only screen and (max-width: 763px) { #hXq5cVsqNtSWKsnc5AQa0i78NZGH90KR { width:14.25rem;height:2.3125rem;top:44.6875rem;left:2.875rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z5ePnxVzi5l0lg6mItCVybnGRZh9PXmL { display:block; }
 }@media only screen and (max-width: 763px) { #U0aHe35m8B3hbLVC8Wdu9JLqc5el55nk { width:20rem;height:14.9375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRSvcQcy7kEzL2lmWrFv1EQJdfTDKzz { width:20rem;height:14.9375rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x { display:block; }#XAmLuodprP2PBXIJz7GiTS1ho3PZJO3x > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #comomlGoOu2CwbN7vqysICVFVfSCg9oA { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnEUyXDAXF7aPJue2VLJlFOBG4CKPr8L { display:block; }
 }@media only screen and (max-width: 763px) { #Cnu4RI77q3qpwkhxZ2JBORlbunz8vTOB { width:20rem;height:2.4375rem;top:3.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhqvRZ81wfkrvPp3XyawAxZw4PZeXWTQ { display:block; }
 }@media only screen and (max-width: 763px) { #O9KMrOhtAvgcwPH6IO1umG03IOSGCqvR { width:4.0625rem;height:2.625rem;top:10.9375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uho0WNXnp5MdrUdBUTZtqu9Lh3F8ffi6 { width:20rem;height:2.68125rem;top:16.700000762939rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDu8qaTrQnDEifKD3bPl5Rvm5utegT4a { width:16.6875rem;height:3.4375rem;top:6.0625rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcwl2GJBHhB86hIvHEvKkUwIIDBJO5UB { display:block; }
 }