.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:"ToyotaType";--paragraphs-font-family:"ToyotaType"; }@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; }#qvo7fbI4QT5hgdBNN7N3FQxCS5ASJIDx { 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:2.625rem;width:4.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#Wr659GUieur8hrzG62ymilpllKXbbwWn { position:absolute;display:block;z-index:15010;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.6875rem;width:10.1875rem;top:0.1875rem;left:64.8125rem;overflow:hidden;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:toyota;font-size:1.125rem;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:36rem;display:none; }
#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:toyota;font-size:1.125rem;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:25.6875rem;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:toyota;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:34.125rem;display:block; }
#F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yAm1l6z2RL0Fw5c96EwNxSgxJiWH7RHW { 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:toyota;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.6875rem;left:19.3125rem;display:block; }
#G8wO1mtKHvTuWGdyEnnG5seHSEU5wXdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr3cEWyOtsn4Wo5pkQy0iirooW88Ze8E { 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:toyota;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; }
#lShW9THGHVeQAhJvMLLQLqo3ULIlTHcF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jg0nlwWCOaTsWIIzcmIDwD93d0354g5k { 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:toyota;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.6875rem;left:44.75rem;display:block; }
#O0kA5rfDQsNJtm2LnC3xyNrbAhO2Vy4Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d573ace4-af30-4cd8-b21e-f63b8f1a687c/CHR_PreLaunch_Shot13_WithoutTalent.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:50.4375rem;width:75rem;position:relative;display:block; }#TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:toyota;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:5.2937498092651rem;left:0rem;height:10.875rem;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:toyota;font-size:2rem;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:3.1429686546326rem;left:0rem;height:2.2rem;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:var(--paragraphs-font-family);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:toyota;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:toyota;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:toyota;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:toyota;overflow:hidden; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;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:toyota;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:5.7895832061767rem;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:toyota;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:5.7895832061767rem;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 #rttGNBh9GpuP569fad1gkp0Td2H9ikFE { position:relative; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oZitvS4d5DCUfygiLlt891ZutbKI0FSp { position:relative;display:none; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #tVGswTB5SQfG9w79TC6hdqJI23RCVPoD { 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:16.25rem;position:absolute;font-family:toyota;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:2.8125rem;left:56.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RqCpkTwMQbB1glrJChyQPdDrRXCtllJy { 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:toyota;font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:47.450000762939rem;left:60.6875rem;display:block; }
#l4mTabIlatMCsi3ezquSSchTJtwh9zDe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.12);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:50.25rem;width:20.3125rem;top:0.018750190734863rem;left:54.625rem;display:block; }
#dd4CacyuG2g4wxlZNvuiXp6otb6fiygs { 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: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:15049;text-align:center;text-align-last:center;top:39.631248474121rem;left:0rem;display:none; }
#RvXSgPwxfENxUml41Trp9Mb7vJITIb4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0bULieGh7xEhvdKSkuF44WsvUiQ2Gb6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#I8BeUpZ4DNH6sbH2mEe6dpCrtFqcluTU { 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; }
#iP8EoB8aS7FPUUm4sonGC89hCp7HRAGq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sn0MoPuyVutpe0XPdOV0wmatO6K6vKDT { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:toyota;font-size:2.0625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.38);top:44.4375rem;left:0rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:toyota;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:11.125rem;left:0rem;height:10.2rem;text-align:left;text-align-last:left;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; }
#IlT9M9czDXloQRQQvaimHl3SvBXfwZTc { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:9.2625rem;display:block; }
#Qif7eC1VTMA1JiNZALbZggh91voRWpNu { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;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.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23rem;left:0rem;display:block; }
#BNE5lmJLOJyWau5u7FtAhXEXa8ivy8Vg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2BgfgXUxfiHtBbgdLTqMBr6d9NdT2vB { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #282830;border-left:0.0625rem solid #282830;border-right:0.0625rem solid #282830;border-bottom:0.0625rem solid #282830;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.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.0625rem;left:13.6875rem;display:block; }
#JC82PsWt6Xp6bad2nVoTNMkOTIhPRdak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyVgPbTtMc3sbDWT4kGU0IUJ0o1JvCaU { position:absolute;display:block;z-index:15008;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:23.6875rem;width:39.5625rem;top:2rem;left:35.4375rem;overflow:hidden;display:block; }
#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:18.9375rem;width:75rem;position:relative;display:block; }#CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:1.3125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZ3TK1aLOGXyygc5K09ouome7VzDtbTc { color:rgba(var(--color-primary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.5625rem;left:26.625rem;height:1.3rem;display:block; }
#a486Z988ctre7B8TTVHx7KCbO0nN04xL { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.0625rem;left:17.3125rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/302352a2-b6a0-4e0b-bc34-9bdd1aa5acb4/CHR_PreLaunch_Shot16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.adaptive-delivery-prevent-bg, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyload, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyloading { background-image: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:5.09375rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#cKs1wrmfU4tVHdgdi8GR5WoiUQ0bIqm0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQTz07AhNBIgd4X7XA5I7Kd5G1dR5f3C { position:absolute;display:block;z-index:15003;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:4.625rem;left:7.125rem;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; }#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.1875rem;width:36.25rem;top:0rem;left:38.75rem;overflow:hidden;display:block; }
#PVykUCpeuxD6Vizktw02EG8qIBpPaO0J { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:7.5rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Og9JEEOoFX2hFkxlDz2ciWJC3Feo15Wl { position:absolute;display:block;z-index:15004;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:11.8125rem;left:15.875rem;display:block; }
#G3Q3532ycdJQXRz4FdNQDTuPMEudLz6G { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.75rem;left:8.4375rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/60c78b9d-d0d7-4a37-9d31-bf808db9c0c0/CHR_PreLaunch_Shot17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.adaptive-delivery-prevent-bg, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyload, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyloading { background-image: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#C2D486PGs4AfddfxciVR4oCNErQzTlSU { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:51.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cl7ixAQ9ou7K9bRVCs2Bft3nMtqTUoWx { position:absolute;display:block;z-index:15005;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:7.4375rem;left:59.125rem;display:block; }
#q3u6aBpF3TLfCyNyrEoIE8CtK9JBZE6s { color:rgba(var(--color-tertiary-0),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:51.5625rem;height:6.90625rem;font-style:normal;text-align:center;text-align-last:center;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:31.6875rem;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; }#ig2xhrqQR3AW9CTuFBlVrpuoCzfUTD84 { 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.1875rem rgba(var(--color-tertiary-4),0.5) ;height:31.5625rem;width:30.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KiiTsSgVWsU0egXfO8AZTZW6PnhrSC2i { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:42.9375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asD4XcVBS34EoBwJf9ETv1fUcQpkJFlP { position:absolute;display:block;z-index:15007;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:14rem;left:51.3125rem;display:block; }
#rOzTZIHWbJc3cS8N2EV8iDcziRX64VLI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.9375rem;left:44rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VAeD3ynwBCL6KRfQ81KN1ssPCHSi3EN9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.9375rem;left:44rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SSLDBlMiEgPCMi7nFCifRKmAwKPTacdB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5rem;left:42.9375rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1e73b1ea-6002-4ddb-8761-378287e0467b/CHR_PreLaunch_Shot39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.adaptive-delivery-prevent-bg, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyload, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyloading { background-image: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#GBS0rtn5wPOAe69a9MNbkeuTpWxbuJEB { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:4.625rem;height:4.14375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mF8WZXrkopBTiRQJqTUVsPdiy4h9prQT { position:absolute;display:block;z-index:15010;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:9.5625rem;left:11.5625rem;display:block; }
#ecytpx6Ch0RuGarvTntv8IbGqBNtV60q { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.15625rem;height:0;text-align:center;text-align-last:center;font-style:normal;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; }
#yX75oP76slfq1iEJudJukmAulLkZBqgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { background-color: transparent; background-image: none; }#yX75oP76slfq1iEJudJukmAulLkZBqgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container > .video-iframe-container { display: none; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row > .video-iframe-container { display: none; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .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); }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { border-width: 0; border-radius: 0; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#D36rQJPSkJuiBi0GENWR4kUtPgTGMmmU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:1.3125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P3REtTC2T3QaehnZG0Vf7qOETzebJTA5 { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.6999998092651rem;left:29.59375rem;height:1.3rem;display:block; }
#SA72iwFmEbJ2T8vkgUqVKWZvO8bUJ2Mh { color:rgba(var(--color-tertiary-4),1);display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.0625rem;left:17.3125rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#MLdc4TsKiiviwZW25237oGLgTkrKvPNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a82de543-32c6-4fd5-a408-aee5884db801/CHR_PreLaunch_Shot28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe.adaptive-delivery-prevent-bg, #MLdc4TsKiiviwZW25237oGLgTkrKvPNe.lazyload, #MLdc4TsKiiviwZW25237oGLgTkrKvPNe.lazyloading { background-image: none; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#T8Qn8MkM18bFi8omrnlyFQnbimVwGJeG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.03125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WmacHuTDCq543ukZCXKZy30MKgoU3onf { position:absolute;display:block;z-index:15013;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:8rem;left:11.4375rem;display:block; }
#yVPffgGmVezsHuerULsVnN4KDl82VaGz { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.1875rem;left:1.4375rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;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:26.25rem;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; }#JkG54U7qoLFo4b6dVp80KviFlz5sT9Vr { 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:26.3125rem;width:35.4375rem;top:0rem;left:39.5625rem;overflow:hidden;display:block; }
#kfbLat6CpxUTc5FQb0G2lVoOzBl5CuQ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.125rem;left:8.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qr9bomNsJVk5wTw1vSQKeOWnZZzGo1SE { position:absolute;display:block;z-index:15016;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:9.8125rem;left:16.6875rem;display:block; }
#CCdh2AdnWGASQ0OhgRTTWIxVdnBgrkPB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12rem;left:6.6875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKNswHKVosV2mv5MXorZC9R1P1WJ6qEd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12rem;left:6.6875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bafa6fb2-adad-4f02-a709-e96368e6d68a/CHR_PreLaunch_Shot26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.adaptive-delivery-prevent-bg, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyload, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyloading { background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { background-color: transparent; background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .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); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { border-width: 0; border-radius: 0; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#gLCoDd9mTw1hsshQBDphVG0OwOefuCsN { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0125007629394rem;left:44.53125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbzofkkLot3LwwhMXf10mgBwJx3k4nTI { position:absolute;display:block;z-index:15016;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:13.4375rem;left:53.4375rem;display:block; }
#h3woaiqrNiBo3kW5VEOwCuOBzfnT2b21 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.625rem;left:43.4375rem;height:9.66875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { position:relative;display:block; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { background-color: transparent; background-image: none; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container > .video-iframe-container { display: none; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row > .video-iframe-container { display: none; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .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); }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { border-width: 0; border-radius: 0; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .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; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;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; }#ENlJeGe0xILtcd80z2esx1TX4OLrGe3c { 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:26.3125rem;width:35.0625rem;top:0rem;left:39.9375rem;overflow:hidden;display:block; }
#cOENkd1ygRpcF4Ht05tK89pAJkshB4yd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.125rem;left:6.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3qiJUcCciTA9JJUPxlCKJOTI2GFhCf3 { position:absolute;display:block;z-index:15016;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:9.8125rem;left:16.6875rem;display:block; }
#g8xE0ZnpkxWGNltMSdEN9s5WIhDJKaPe { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:6.21875rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/50aa8e7c-3f59-4400-8d58-52befbfbcc20/CHR_PreLaunch_Shot08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.adaptive-delivery-prevent-bg, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyload, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyloading { background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { background-color: transparent; background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .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); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { border-width: 0; border-radius: 0; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#MenS6i93c2gU6viTUkZnd9ueHPIPM6DB { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:toyota;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.5rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJFJmestzGM9bT6Qbm6CGwddeMW4NAOg { position:absolute;display:block;z-index:15016;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:5.125rem;top:14.125rem;left:12.375rem;display:block; }
#Fi6oSVuECAK9tH2FzmOAWxyi8k6HpBuH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3125rem;left:2.375rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal { 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; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { background-color: transparent; background-image: none; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container > .video-iframe-container { display: none; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row > .video-iframe-container { display: none; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .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); }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { border-width: 0; border-radius: 0; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#m1QEiVR9qvWUPg40FoLHgIxcTwT3lTip { 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:36.1875rem;display:block; }
#DPpUcZZs8mMH4lLspAcHmRtIc0ZvwbxF { 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:37.25rem;display:block; }
#chUiKtDOZn5eC17vtmAzhKIT3PL34p6M { 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:38.3125rem;display:block; }
#x5JulrpuApGfLqFBQwncnSmCXeIHeVK8 { 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:39.375rem;display:block; }
#nlCMTLL2OlFgFh7hPVZ3Mv95xbzqdBSP { 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:40.5rem;display:block; }
#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { background-color: transparent; background-image: none; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container > .video-iframe-container { display: none; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row > .video-iframe-container { display: none; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .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); }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { border-width: 0; border-radius: 0; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#hrLQ7r2sAkA4FkhkyodThAzJEQJcHplW { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.25rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#c4h6ad6RKAhG0w2J1qaSRUO3zLHABPbN { color:rgba(var(--color-primary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1.8125rem;left:25.9375rem;height:1.3rem;display:block; }
#kZWnECtRL1dcCDMe4GOePPL6oRR5eSzA { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { position:relative;display:block; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { background-color: transparent; background-image: none; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container > .video-iframe-container { display: none; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row > .video-iframe-container { display: none; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .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); }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { border-width: 0; border-radius: 0; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .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; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .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:24.5rem;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; }#rXxnpLTkuVTCwDVieFwR2E1osrJExOJU { 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:2.0625rem;width:3.3125rem;top:2.4812507629394rem;left:6.40625rem;overflow:hidden;display:block; }
#iOXC5cUdUN5JBXppgcLTTsZAb8AcIAi5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:10.40625rem;height:2.1125rem;font-style:normal;display:block; }
#SUr9nya5pppwEGa0tdbFtRWo5KJRPGh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:5.375rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7teUwbVVUVsIRC34U3wllZwHZxUnqmO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:54.4375rem;height:2.1125rem;font-style:normal;display:block; }
#JXfB2Pa2aLHPxB4dW4NHfsbvZnov1m83 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:2.9375rem;top:2.625rem;left:50.5rem;overflow:hidden;display:block; }
#GzJ5vEwUOXFrDUtcg6fOeKEpVs63wkK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:42.875rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECGy8KsLtMnsUuhb5bfT18JAb84M8SzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLX5nPt7SEqTxMiink54OrllDsTtRIKx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;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:14.75rem;left:3.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#B63HGdouR3cWGZwEcFqT0RFKDlMEZoT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.125rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HswNeiT3lJJRPe6MxdcRKHR3Pus0H5TM { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;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:18.3125rem;left:3.3125rem;height:1.3rem;display:block; }
#JDiEvVzs6QT6iWeTzavzrZ8mtNW5q5A9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:23.0625rem;height:1.3rem;display:block; }
#FJlWM92zZUDzQCpCRraVL7tVuXIwEsTR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pibVCuL27RCpxGhsnI1muUsVy2bDiFoI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.125rem;left:23.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5QzITDG9FX7QQmqdKlOVOSJutS1f4NP { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.25rem;left:23.0625rem;height:1.3rem;display:block; }
#uqZbkJVXf2NNG2pTTaaZ1ZGGxl8rWfa4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.4375rem;left:2.6875rem;height:2.1125rem;font-style:normal;display:block; }
#LrliztNSGh9f01eIgp1a7lk7eCHPC93A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:17.1875rem;left:15.3125rem; }
#g4ybLp38RhvlGmwbrceZKLXnHhbQKCo6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.0625rem;left:33.3125rem; }
#nTfgpRAmlN3QGyyubOsZEnzZOm0Z4k7u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.5625rem;left:1.5625rem; }
#hZKieLxL0KUMluTnIg1XqqSsqbcJVy0o { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:12.15625rem;left:12.5rem;display:block; }
#Bz3BsakMIWw98qIgvdFKLLrExELJCSTU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.875rem;left:42.25rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sCkqeRwm8p6u5tOv265R2kkhRIDI63FA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.0625rem;left:42.25rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#Nzfmpqfs0r92IDJz9w0fsQHTlVOMw5d4 { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.5rem;top:12.3125rem;left:50rem;display:block; }
#csH06mr6c9aeJNfEAaa1NdADOSW2qMe1 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:15.8125rem;left:55.875rem;height:1.3rem;display:block; }
#t8fAP8SMgzJxfenrd0TTvTTWZQI7qNH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.6875rem;left:55.875rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JNTuiIlWw2HlLqsT54nBCKX4QDdTQOiG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.75rem;left:61.5rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Udxxnez1fM5Xm0vJOT6ywS8vf2HtS0Eg { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:15.875rem;left:61.5rem;height:1.3rem;display:block; }
#cME08gTROhsFkg7FKPDbZu1gEyg53dLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.6875rem;left:71.75rem; }
#maKdEkTTr8rA6zdPIGh6tSuH7TPnmRLm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:20.943748474121rem;left:40.8125rem;height:2.1125rem;font-style:normal;display:block; }
#H22Ac1eTv9Tvr7R9sFABTXE0NvaHv8C1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.1875rem;left:39.5rem; }
#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:toyota;font-size:1.625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:1.7687492370606rem;left:0rem;height:3.9rem;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; }
#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824899f-176d-4572-a63f-81376586c245/bg5.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:none; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG.adaptive-delivery-prevent-bg, #CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG.lazyload, #CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG.lazyloading { background-image: none; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row .container { border-width: 0; border-radius: 0; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG::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; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:none; }#sE5r9qZUpBEr748kAGZgLU2Dki8iuhgt { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.4375rem;height:3.0875rem;display:block; }
#otqkRgwUhR7zMeaKgUh8C9dS81vTErM0 { 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:19.375rem;top:4.1875rem;left:0rem;display:block; }
#Ep2Uxq2eTVAkqSl33vTytfTMU78LOQHZ { position:absolute;display:block;z-index:15009;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:19.375rem;top:4.25rem;left:21.8125rem;display:block; }
#CoeNOaAaFkJigavr37Po3mlRdFvzUHCB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:23.5625rem;height:3.0875rem;display:block; }
#y0D9IPnMO3d15nUCkXQTt14yuXWfwSei { 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:toyota;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:15.9375rem;left:2.5625rem;display:block; }
#ificyfEDGwKtT6HMu5aVkkRxmuOpiOPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXpXALiXtxLDhJH3HbLVWI9TnsTdhd4d { 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:toyota;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:15.9375rem;left:24.375rem;display:block; }
#NGfTJXx9NdVn268NfNt8T5Ebn2LthgaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRGZqa86llqVUc2hpH5p0XnCdMrgMIUl { 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:9.875rem;left:1.4375rem;display:block; }
#fK9nQFrV31Hd4Aal66mJA5xiUqAgJ1JV { 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:10rem;left:1.5625rem;display:block; }
#NQMRMKcIOTiAWykGLiNq65DJkfO2CFwN { 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.375rem;left:1.4375rem;display:block; }
#vHfeGP4v8NfH9S5BFFhw1hvqrqxpaaBZ { 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:12.5rem;left:1.5625rem;display:block; }
#SauJUWARwKgNwsvSZ5d7Gxo8BBWX7NBg { 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:15028;top:9.875rem;left:23.375rem;display:block; }
#zuOGmpD74EASGoDPwWIsKNgcEXSgAJMy { position:absolute;display:block;z-index:15027;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:10rem;left:23.5rem;display:block; }
#fl7hESuyG08ODqTdi0h0u7Ew5JWu8CMi { 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:15031;top:12.4375rem;left:23.375rem;display:block; }
#g63pg0Q2V8wBhil0XhPMq5xcB8X0qCtz { position:absolute;display:block;z-index:15030;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:12.5625rem;left:23.5rem;display:block; }
#opNfCzNK14rkn4gQR7k5X23h8FHRcyVw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.5rem;left:4.4375rem;height:1.1375rem;font-style:normal;display:block; }
#FXyoVqpGzbuSlMm1V7zud9h2uaRZCE2m { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13rem;left:4.4375rem;height:2.275rem;font-style:normal;display:block; }
#cI9LaGFKayh5VWkXalhsM4GEnMnXlTn7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:10.5625rem;left:26.3125rem;height:1.1375rem;font-style:normal;display:block; }
#FB9QzeGKxF92TQSfM2yAMO9Ekx7nVgbe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:13.0625rem;left:26.3125rem;height:1.1375rem;font-style:normal;display:block; }
#kpgxCTW4rDHOtGHxi6UywByQH1sakmFu { position:absolute;display:block;z-index:15036;height:12.5rem;width:19.375rem;top:21.137500762939rem;left:0rem;display:block; }
#kPiCncBgHULy8f07rJNhp8neuAZEgbxz { position:absolute;display:block;z-index:15037;height:12.5rem;width:19.375rem;top:21.137500762939rem;left:21.8125rem;display:block; }
#FZ5meq0M39tL4S6OXnC3L5xaWPnuE9fh { position:absolute;display:block;z-index:15036;height:12.5rem;width:18.1875rem;top:19.9375rem;left:0rem;display:none; }
#BC3Fs4bDUDCbqJgqMwG8cfOQ6U1fJUOn { position:absolute;display:block;z-index:15037;height:12.5rem;width:18.1875rem;top:19.9375rem;left:20rem;display:none; }
#ogsKebaKzabB3xbaqd2bUkTaeNSn8elA { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.5625rem;left:4.0625rem;display:block; }
#B5vBwkLCNfdhkW1OMTzu3m2pkHp4QTrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lhCulqc0UVf6QOlm7q6wqf8kyuTDm6gZ { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:12.65625rem;left:26.0625rem;display:block; }
#toeCDUFBzbBVgfQ9yOM1y7z1BJDpRC7W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P7iAmL4sxGEh4B6JbwkbE7xBOIzgQEXk { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:1.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:10.40625rem;left:4.375rem;display:block; }
#fb2qcNiT7ANOEQmwk4v8UsUfUykJ2W7P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BV7rCqHWAWbo2U40GydrE7z2g8qhaUnZ { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:1.3125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:10.40625rem;left:4.125rem;display:block; }
#IfloB63qPkw5niRDSKmRZhT89OVGUflo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3yxVZW22s5TbVHMel4sAC8qAP9kDCmK { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:10.40625rem;left:25.9375rem;display:block; }
#ikLDW5AsnrAF8m3aI4mkSqPI9ouSqKtz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-form-header {  }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:toyota;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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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.9375rem;margin-bottom:0.25rem;margin-left:5.625rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:6.25rem;height:2.625rem;font-family:toyota;overflow:hidden; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:toyota;font-size:0.875rem; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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:toyota;font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.75rem;overflow:hidden;font-style:normal;line-height:1.5; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-container:first-of-type{padding-top:0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-container:last-of-type{padding-bottom:0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ  { 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.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:54.21875rem;top:6.8531494140625rem;z-index:15016;position:absolute; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-info-text { display:block;height:auto;font-family:toyota;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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ {display:block;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ { 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.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:54.21875rem;top:6.8531494140625rem;z-index:15016;position:absolute;display:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #LbksHndhS3KL5aJDqTwh2ZrpETd8SMze { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #s5Ibk11SeXQ2HpLpCi2UlVtdUXBxgPVt { position:relative;display:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #Q5PSMrf8H4JlbuBKTqugyk5i93Mmlg6b { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #KNruhzO1tfNcrD3LMyRaHT6bmN0hESsG { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #oXrAzwf5wA5d9K9Sw5Fzv8FMAdwglEtB { position:relative;display:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #KwqHu4KTJdVxcLMOpq8OTJltaZITbpam { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #TyUtFpCWun7U8Rp9RD6pyX3FfRXJ4Ihx { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ZCFXq6W64cS5ghbtQW96Uf6weI8xL9is { position:relative;display:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #qKZv6uU9gBQ5PbT59gzPihtN8crXX4ng { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #SfDOyHWwsZ7t3XcdPmaU8NOCHR1oheeI { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ad30oxorMLvEp8XNqcnxtqTx7eTwTm9X { position:relative;display:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #LC00aozKWTMSEdMgoI2TopkOTAFgRIoJ { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #blBbiC9JPx9Vgq2GL9gGqd14B0Fn8e1b { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ihZRU4gOIwfZ1IsZNXrqELDEGc2bwTRh { position:relative;display:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #oDEXXx7bwtys6TPh6g0J07Qn2PvO2tst { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #GJvLmUwiUhvPakUHI54mxZruvosfQxVT { position:relative;display:block;z-index:15000; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #zp9tAHar3m4Bk1agz90ftRCofOodE0hm { position:relative;display:block;z-index:15000; }
#JfLFhrSqMCKEnD3w1ILlvwihpwIvNpSF { position:relative;display:block;z-index:100000;display:block; }
#f758CmoO6GmE2QQFPXpolc19IZ8AcMom { position:relative;display:block;z-index:100000;display:block; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #wqbSNgWZcN3mlaGZTc2vWVPwGgeCvlCQ { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #PM11FfgUMPJegQRuQCSJQTnFDeDsnhQ1 { position:relative;z-index:2; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #T03lmk6RASNJRtILEHPEIZ2VAHbu0c73 { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #fAdxd8c9UWIhbuByV58caRBPhbTP7NsR { position:relative; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #rAXzoBTuQDIkwduEVE30nstRHB5bFkxU { position:relative; }
#GrafrARLkqsMsCv6Qbrol0mVVPTQxTW5 { position:absolute;display:block;z-index:15009;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:36.625rem;width:27.9375rem;top:0rem;left:47.0625rem;display:none; }
#mWnWPmswDctRLBkFTBc1LCTB8q7Hs3yr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:0.65312576293944rem;left:53.28125rem;height:1.54375rem;font-style:normal;display:none; }
#qiNCMBqCCtyqKerKfLmGbw7fMBUVemaT { 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:toyota;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:15014;text-align:center;text-align-last:center;top:34.724998474121rem;left:57.0625rem;display:none; }
#qy7pRCskOhyH32HcznKuwmkEWxGRU7yK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acb9615a-10cd-49c6-8b4d-efb181a549db/CHR_PreLaunch_Shot06.jpg");background-position:bottom 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; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2.adaptive-delivery-prevent-bg, #gNTfEDXJVQio12BnUEJ3BSirP92nIlw2.lazyload, #gNTfEDXJVQio12BnUEJ3BSirP92nIlw2.lazyloading { background-image: none; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row .container { background-color: transparent; background-image: none; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row .container > .video-iframe-container { display: none; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .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); }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row > .video-iframe-container { display: none; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .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); }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row .container { border-width: 0; border-radius: 0; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2::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; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#BGrldToLBzrPt5KuwGC6yTz0tBRURscF { position:absolute;display:block;z-index:15009;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:36.625rem;width:21.25rem;top:0rem;left:50.3125rem;display:block; }
#aCQ3IWc0ciKo3S6rIcm3kZd97an4GgvT { 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:toyota;font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:1.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.724975585938rem;left:57.0625rem;display:block; }
#vrs2x9iQTWTSfbLdCeH5iB7stP9P2SEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cpz03vRKrAAtGKZFtZ3txwfJC8T5Jl6e { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.4375rem;height:3.0875rem;display:block; }
#rRbX9Iu69EwXsReOSMGWrN7c6pUa3ow8 { 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:19.375rem;top:4.1875rem;left:0rem;display:block; }
#iROW3MQgmOBEUAOeqTxeQXrkg2i2vg3z { position:absolute;display:block;z-index:15009;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:19.375rem;top:4.25rem;left:21.8125rem;display:block; }
#sn9lKH7wCaGRPCS7yOGgDkiNsqxdaXPD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:23.5625rem;height:3.0875rem;display:block; }
#C8ocoHxThGts6dSkV2CkPryZqqZ0yRoM { 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:toyota;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:15.9375rem;left:2.5625rem;display:block; }
#E92ZDDGDX4yxR8Iy67fbwNmwZERHItK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQgwtlM1xvwFGzMqyMDGc4gyNfJN6q2y { 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:toyota;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:15.9375rem;left:24.375rem;display:block; }
#wrbrV2qwm7AVmTRhs91VL2O9Sngh6fPz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2irvivQndsHrxuFFvpkfTcrvNv65srS { 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:9.875rem;left:1.4375rem;display:block; }
#fo4pHf4JgyKhCtTPipHwTVgpFpiGrcDW { 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:10rem;left:1.5625rem;display:block; }
#TU4ypdJRAtcx6yMEzaE7PSiWAaHAvSHV { 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.375rem;left:1.4375rem;display:block; }
#Cxc7gw9dCSJx3X74aeJcgycAei4kTzkw { 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:12.5rem;left:1.5625rem;display:block; }
#I7DCbkExiVnNscoGsl48SMFh1407LLJW { 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:15028;top:9.875rem;left:23.375rem;display:block; }
#RA3XiJE9FUMtwGakJbnXs1yZZnx271im { position:absolute;display:block;z-index:15027;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:10rem;left:23.5rem;display:block; }
#Ic6OTWBD3lNzcdoMbLNrkiZSOx7vZJff { 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:15031;top:12.4375rem;left:23.375rem;display:block; }
#XKCspv7SPa79lq8El9cK0E4EMR3B8UuI { position:absolute;display:block;z-index:15030;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:12.5625rem;left:23.5rem;display:block; }
#KUUBHSDQCPlzWtrzCyNWcsAw8A4FHNpx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.5rem;left:4.4375rem;height:1.1375rem;font-style:normal;display:block; }
#B5wd5JbaV60IRHNIvoqOeO30i8OX8MmU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13rem;left:4.4375rem;height:2.275rem;font-style:normal;display:block; }
#uwBSqGeblgD3WcHlHvUxAqggV026AhBV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:10.5625rem;left:26.3125rem;height:1.1375rem;font-style:normal;display:block; }
#uphriWWwXCTfTUNciEOtHzxJwkBI3lXk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:13.0625rem;left:26.3125rem;height:1.1375rem;font-style:normal;display:block; }
#CmoTZXBEB0zvBniSwmx8QyOBcEL0gqKD { position:absolute;display:block;z-index:15036;height:13.375rem;width:19.625rem;top:21.012512207031rem;left:0rem;display:block; }
#bl3SmlbBt4V56WlALrxzbsBSktJ5zI5B { position:absolute;display:block;z-index:15037;height:13.4375rem;width:19.6875rem;top:21.012512207031rem;left:21.96875rem;display:block; }
#Uv0FVyVkFqzqtT6RUruWJgyOViO8tBaQ { position:absolute;display:block;z-index:15036;height:12.5rem;width:18.1875rem;top:19.9375rem;left:0rem;display:none; }
#fScOK4NSaU9vpGxLgHAFJiu5CB5TPeeA { position:absolute;display:block;z-index:15037;height:12.5rem;width:18.1875rem;top:19.9375rem;left:20rem;display:none; }
#u98cH8tFVPipLSZ5sIlid6ybulgLLcxi { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.5625rem;left:4.0625rem;display:block; }
#hqM0b1T4V5PnUViuQa2rNbJNvtTXPpc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZggzFJLkNoXO59tiykhoGfzWVSfhh9W { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:12.65625rem;left:26.0625rem;display:block; }
#FJRJ5sGUGZU0p0uwS5owFC3qAhhdgCKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCPgHWrTRbUJiR6IC04Sep6urLiZHGBV { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:1.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:10.40625rem;left:4.375rem;display:block; }
#osrWOJaEWmAGc19PyzMXI1sKscc7rMXr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKQeCWvpr2ltbv3MScVFyZkBWT0pm8lJ { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:1.3125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:10.40625rem;left:4.125rem;display:block; }
#T4WOUutvzn3vZgbxvs9GoeJpENra8gqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rx7QOpcCbT8inJOCoKlQM1cJuQ6r5NAf { 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:toyota;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:1.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:10.40625rem;left:25.9375rem;display:block; }
#odKbsGdiiduZaweccVpEn45kcfIcZ5yF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhqARh4oTFT1cFJl0IqLDMHymuHZppO8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5rem;position:absolute;font-family:toyota;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:0.65312576293944rem;left:53.28125rem;height:1.54375rem;font-style:normal;display:block; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-form-header {  }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color: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:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color: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:toyota;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color: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:toyota;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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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:toyota;overflow:hidden; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:toyota;font-size:0.875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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:toyota;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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:first-of-type{padding-top:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:last-of-type{padding-bottom:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB  { 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:50.875rem;top:1.6333618164062rem;z-index:15017;position:absolute; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-info-text { display:block;height:auto;font-family:toyota;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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB {display:block;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB { 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:50.875rem;top:1.6333618164062rem;z-index:15017;position:absolute; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wPeipkfSpQ42eGhASJ7FTIZ1EOt2BVzA { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #VaZuyZpnT8e3oN7GTzvokcIcWnrU4Zmm { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #rNkUTDRNF5igPkrMF7GcAIaaU845PU0i { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #TcRkOlpIeC3MEpNJdWNPEdf0FnNsNgrt { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #LLXBGUEUd2S7d8mHhTtlCRNNUTV26lsW { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #R75NBZa3kWUUpvKWav9IteTuTZkEL1TD { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #uqcx8lJwKr7aMVQyQ8F3F63kJIcUFJsk { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #hAxqbaucb48LO4dWlT6FTd90y7V40cPi { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #lVPc8Ug6SxcWlJcDGQdfHxoqk1edGayX { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #zSi3LT0PexDF95QhTk6KLmGMspHTC4Tl { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Jy82Rg9mKhuJo2zTNS3oLM5ngSmnFP91 { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oUurS4TdbdVDLlwxLVQTZBn8UkPwJh3v { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wUZ5GdJuJQu8AncEZ4RrcM4FvK3RnLLa { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #ZPU8Bxd41xoV01yrQgDyC5aPi6F7kiym { position:relative;display:none; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #bb0mRAFIlyeAlc0KTMn5NZ1pZEdFR0GX { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #iToGobcWWGVIr0JVlayHHdiX3KtHvv1a { position:relative;display:block;z-index:15000; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oLCOe5lZHOfNmfWoQWo2VcE1XIJ7IqDP { position:relative;display:block;z-index:15000; }
#W0XE2Ji6pwCpec4qdxS1gpXTbFk7npCk { position:relative;display:block;z-index:100000;display:block; }
#RTuMJ9XW6J37TGD1Ceh3bgJAA0BErTRv { position:relative;display:block;z-index:100000;display:block; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Vlu5Hk5GWBgJXyTb4iqpeRq0D27tCuek { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #FnCclL6KNSTJrEZZ6cZo8mDbCyiRhtsQ { position:relative;z-index:2; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #DaIkX9vT7Af69xKUAVmvXkoa0OCfGTnn { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #KJFEMHCLStlrA65riEgHHvXUTi5BTc7f { position:relative; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #y6ODiv6h6ghJPs1cF2n5xFcRJeTnOGH1 { position:relative; }
#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { position:relative;display:block; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { background-color: transparent; background-image: none; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container > .video-iframe-container { display: none; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row > .video-iframe-container { display: none; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .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); }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { border-width: 0; border-radius: 0; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .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; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .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:5.9375rem;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; }#RdvsTVhUHwBVUhHyz4DpLz4iEl4nlJ5m { 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:toyota;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.8125rem;left:56rem;display:block; }
#it2EwQlUuAqVpsGId7JVhREKBxUvIkEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zcIhxes6IEtknJeSzGgCVwrG76qTT1QI { 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:toyota;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8125rem;left:64.625rem;display:block; }
#JvDqz4te4lTQIBRacmn1XrUiIuwREZ05 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cuuHrSMpPEbzo7KO3XVne1Dka5z7ZwtA { 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; }
#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { position:relative;display:block; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { background-color: transparent; background-image: none; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container > .video-iframe-container { display: none; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row > .video-iframe-container { display: none; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .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); }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { border-width: 0; border-radius: 0; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .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; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .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:3.9375rem;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; }#pheF4VkfBCfl5pS0gzfHq6DZwvdn2wE7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3992195129394rem;left:0rem;height:7.9625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF { position:relative;display:block; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF { background-color: transparent; background-image: none; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .row .container > .video-iframe-container { display: none; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .row > .video-iframe-container { display: none; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .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); }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF { border-width: 0; border-radius: 0; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .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; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .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:18.75rem;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; }#Bmwzwruw70aBJ8T1uKNPX1y97xbzJsa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:16rem;left:10.4375rem;height:1.1375rem;font-style:normal;display:block; }
#SkxWsBRZuXzc4vkwnFVSPd4Umtbk9EHv { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16rem;left:15.375rem;height:1.1375rem;font-style:normal;display:block; }
#hXy4NTzWDNphJCPlJHZr5SH7HAWUIpSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#aZGNopDs01XJHeWmslc4VnleWS7EEMwG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:1.1375rem;font-style:normal;display:block; }
#JTLRq972Rt1nlzRNMkn8VDOcLMHZ2Mkk { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:17.4375rem;left:12.6875rem;height:1.1375rem;font-style:normal;display:block; }
#BdZiWb1onMEtSHglhaE7zZ2qd0ZXE2kp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:toyota;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.4375rem;left:17.5625rem;height:1.1375rem;font-style:normal;display:block; }
#tF7wes64tV0paRxkkc0UcOfMGOJvLeOV { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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:1.25rem;width:0.125rem;top:15.9375rem;left:14.9375rem;display:block; }
#VvaWn7E5h8DlgqTIEym0AeZnzK8841JQ { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;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:1.25rem;width:0.125rem;top:17.5rem;left:17.25rem;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) { #qvo7fbI4QT5hgdBNN7N3FQxCS5ASJIDx { top:0.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr659GUieur8hrzG62ymilpllKXbbwWn { top:0.1875rem;left:37.5625rem;width:10.1875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { width:7.25rem;height:2.8125rem;top:0.6875rem;left:22.375rem;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:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHMOUynDEKqrqled5QFEeSgKecAhBxWU { display:block; }
 }@media only screen and (max-width: 763px) { #mev0Lkei8zeOHE3ht7PVM7fKdUX7ZeCW { width:10.0625rem;height:2.8125rem;top:0.6875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block; }
 }@media only screen and (max-width: 763px) { #yAm1l6z2RL0Fw5c96EwNxSgxJiWH7RHW { width:5.75rem;height:2.8125rem;top:0.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8wO1mtKHvTuWGdyEnnG5seHSEU5wXdI { display:block; }
 }@media only screen and (max-width: 763px) { #cr3cEWyOtsn4Wo5pkQy0iirooW88Ze8E { width:10.0625rem;height:2.8125rem;top:0.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lShW9THGHVeQAhJvMLLQLqo3ULIlTHcF { display:block; }
 }@media only screen and (max-width: 763px) { #Jg0nlwWCOaTsWIIzcmIDwD93d0354g5k { width:18.625rem;height:2.8125rem;top:0.6875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0kA5rfDQsNJtm2LnC3xyNrbAhO2Vy4Q { display:block; }
 }@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:5.25rem;left:0rem;width:38.1875rem;height:10.875rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2xL0pdwriN4iLgGHudWX2EdTc0oIWxH { top:3.125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2rem;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 #rttGNBh9GpuP569fad1gkp0Td2H9ikFE {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oZitvS4d5DCUfygiLlt891ZutbKI0FSp { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #tVGswTB5SQfG9w79TC6hdqJI23RCVPoD {  }
 }@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:2.8125rem;left:31.5rem;width:16.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqCpkTwMQbB1glrJChyQPdDrRXCtllJy { width:8.625rem;height:1.0625rem;top:47.4375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mTabIlatMCsi3ezquSSchTJtwh9zDe { display:block; }
 }@media only screen and (max-width: 763px) { #v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { top:0rem;left:27.3125rem;width:20.3125rem;height:50.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd4CacyuG2g4wxlZNvuiXp6otb6fiygs { width:23.3125rem;height:3.8125rem;top:39.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvXSgPwxfENxUml41Trp9Mb7vJITIb4N { display:block; }
 }@media only screen and (max-width: 763px) { #w0bULieGh7xEhvdKSkuF44WsvUiQ2Gb6 { display:none; }
 }@media only screen and (max-width: 763px) { #I8BeUpZ4DNH6sbH2mEe6dpCrtFqcluTU { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #iP8EoB8aS7FPUUm4sonGC89hCp7HRAGq { display:block; }
 }@media only screen and (max-width: 763px) { #sn0MoPuyVutpe0XPdOV0wmatO6K6vKDT { top:44.4375rem;left:0rem;width:38.6875rem;height:4.125rem;font-size:2.0625rem;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:11.125rem;left:0rem;width:27.75rem;height:10.1875rem;font-size:0.75rem;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) { #IlT9M9czDXloQRQQvaimHl3SvBXfwZTc { top:1.4375rem;left:0rem;width:28.5625rem;height:9.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qif7eC1VTMA1JiNZALbZggh91voRWpNu { width:12.5rem;height:3rem;top:23rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNE5lmJLOJyWau5u7FtAhXEXa8ivy8Vg { display:block; }
 }@media only screen and (max-width: 763px) { #s2BgfgXUxfiHtBbgdLTqMBr6d9NdT2vB { width:12.375rem;height:3rem;top:23.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC82PsWt6Xp6bad2nVoTNMkOTIhPRdak { display:block; }
 }@media only screen and (max-width: 763px) { #EyVgPbTtMc3sbDWT4kGU0IUJ0o1JvCaU { top:2rem;left:8.1875rem;width:39.5625rem;height:23.6875rem;display:block; }
 }@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:13.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3TK1aLOGXyygc5K09ouome7VzDtbTc { top:1.5625rem;left:13rem;width:20.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a486Z988ctre7B8TTVHx7KCbO0nN04xL { top:3.0625rem;left:3.6875rem;width:39.3125rem;height:8.9375rem;font-size:1.625rem;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) { #e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { top:1.1875rem;left:0rem;width:9.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKs1wrmfU4tVHdgdi8GR5WoiUQ0bIqm0 { top:6rem;left:0rem;width:20.125rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQTz07AhNBIgd4X7XA5I7Kd5G1dR5f3C { top:4.625rem;left:0rem;width:5.125rem;height:0.375rem;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) { #tAWVEXxyhAncz4829ibdCTW9620MQDNf { top:0rem;left:11.5rem;width:36.25rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVykUCpeuxD6Vizktw02EG8qIBpPaO0J { top:6.3125rem;left:0rem;width:21.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og9JEEOoFX2hFkxlDz2ciWJC3Feo15Wl { top:11.8125rem;left:2.25rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Q3532ycdJQXRz4FdNQDTuPMEudLz6G { top:13.75rem;left:0rem;width:20.0625rem;height:5.5rem;font-size:0.75rem;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) { #C2D486PGs4AfddfxciVR4oCNErQzTlSU { top:3.3125rem;left:27.25rem;width:20.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl7ixAQ9ou7K9bRVCs2Bft3nMtqTUoWx { top:7.4375rem;left:42.625rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u6aBpF3TLfCyNyrEoIE8CtK9JBZE6s { top:9.5rem;left:27.5rem;width:20.25rem;height:6.875rem;font-size:0.75rem;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) { #ig2xhrqQR3AW9CTuFBlVrpuoCzfUTD84 { top:0rem;left:0rem;width:30.375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiiTsSgVWsU0egXfO8AZTZW6PnhrSC2i { top:8.5rem;left:25.8125rem;width:21.9375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #asD4XcVBS34EoBwJf9ETv1fUcQpkJFlP { top:14rem;left:37.6875rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzTZIHWbJc3cS8N2EV8iDcziRX64VLI { top:15.9375rem;left:27.9375rem;width:19.8125rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAeD3ynwBCL6KRfQ81KN1ssPCHSi3EN9 { top:27.5625rem;left:0rem;width:18.375rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSLDBlMiEgPCMi7nFCifRKmAwKPTacdB { top:23.0625rem;left:0rem;width:20rem;height:0;font-size:1.5rem;display:none; }
 }@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) { #GBS0rtn5wPOAe69a9MNbkeuTpWxbuJEB { top:11.5rem;left:0rem;width:19rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF8WZXrkopBTiRQJqTUVsPdiy4h9prQT { top:9.5625rem;left:0rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecytpx6Ch0RuGarvTntv8IbGqBNtV60q { top:5.9375rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;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) { #yX75oP76slfq1iEJudJukmAulLkZBqgr { display:block; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D36rQJPSkJuiBi0GENWR4kUtPgTGMmmU { top:13rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3REtTC2T3QaehnZG0Vf7qOETzebJTA5 { top:1.6875rem;left:15.96875rem;width:14.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA72iwFmEbJ2T8vkgUqVKWZvO8bUJ2Mh { top:3.0625rem;left:3.6875rem;width:39.3125rem;height:8.9375rem;font-size:1.625rem;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) { #T8Qn8MkM18bFi8omrnlyFQnbimVwGJeG { top:4.3125rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmacHuTDCq543ukZCXKZy30MKgoU3onf { top:8rem;left:0rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVPffgGmVezsHuerULsVnN4KDl82VaGz { top:10.1875rem;left:0rem;width:25.1875rem;height:8.25rem;font-size:0.75rem;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) { #JkG54U7qoLFo4b6dVp80KviFlz5sT9Vr { top:0rem;left:12.3125rem;width:35.4375rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfbLat6CpxUTc5FQb0G2lVoOzBl5CuQ0 { top:6.125rem;left:0rem;width:21.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr9bomNsJVk5wTw1vSQKeOWnZZzGo1SE { top:9.8125rem;left:3.0625rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCdh2AdnWGASQ0OhgRTTWIxVdnBgrkPB { top:12rem;left:0rem;width:25.1875rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKNswHKVosV2mv5MXorZC9R1P1WJ6qEd { top:12rem;left:0rem;width:25.1875rem;height:5.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd { display:block; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLCoDd9mTw1hsshQBDphVG0OwOefuCsN { top:8rem;left:24.8125rem;width:22.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbzofkkLot3LwwhMXf10mgBwJx3k4nTI { top:13.4375rem;left:39.8125rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3woaiqrNiBo3kW5VEOwCuOBzfnT2b21 { top:15.625rem;left:22.5625rem;width:25.1875rem;height:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { display:block; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENlJeGe0xILtcd80z2esx1TX4OLrGe3c { top:0rem;left:12.6875rem;width:35.0625rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOENkd1ygRpcF4Ht05tK89pAJkshB4yd { top:6.125rem;left:0rem;width:26.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3qiJUcCciTA9JJUPxlCKJOTI2GFhCf3 { top:9.8125rem;left:3.0625rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xE0ZnpkxWGNltMSdEN9s5WIhDJKaPe { top:12.125rem;left:0rem;width:26.0625rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp { display:block; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MenS6i93c2gU6viTUkZnd9ueHPIPM6DB { top:8.6875rem;left:0rem;width:22.9375rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJFJmestzGM9bT6Qbm6CGwddeMW4NAOg { top:14.125rem;left:0rem;width:5.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi6oSVuECAK9tH2FzmOAWxyi8k6HpBuH { top:16.3125rem;left:0rem;width:25.1875rem;height:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3HUAulVUDpbxTrLolZm8cnEUaOCCal { display:block; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1QEiVR9qvWUPg40FoLHgIxcTwT3lTip { top:2rem;left:22.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPpUcZZs8mMH4lLspAcHmRtIc0ZvwbxF { top:2rem;left:23.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chUiKtDOZn5eC17vtmAzhKIT3PL34p6M { top:2rem;left:24.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5JulrpuApGfLqFBQwncnSmCXeIHeVK8 { top:2rem;left:25.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCMTLL2OlFgFh7hPVZ3Mv95xbzqdBSP { top:2rem;left:26.875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk { display:block; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrLQ7r2sAkA4FkhkyodThAzJEQJcHplW { top:3.125rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4h6ad6RKAhG0w2J1qaSRUO3zLHABPbN { top:1.8125rem;left:12.3125rem;width:23.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZWnECtRL1dcCDMe4GOePPL6oRR5eSzA { top:12.9375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { display:block; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXxnpLTkuVTCwDVieFwR2E1osrJExOJU { top:2.4375rem;left:0rem;width:3.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXC5cUdUN5JBXppgcLTTsZAb8AcIAi5 { top:2.375rem;left:2.875rem;width:21rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUr9nya5pppwEGa0tdbFtRWo5KJRPGh7 { top:5.5625rem;left:0rem;width:26.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7teUwbVVUVsIRC34U3wllZwHZxUnqmO { top:2.4375rem;left:34rem;width:7.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXfB2Pa2aLHPxB4dW4NHfsbvZnov1m83 { top:2.625rem;left:30.0625rem;width:2.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzJ5vEwUOXFrDUtcg6fOeKEpVs63wkK6 { top:5.5625rem;left:21rem;width:26.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECGy8KsLtMnsUuhb5bfT18JAb84M8SzJ { top:13.5625rem;left:0rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX5nPt7SEqTxMiink54OrllDsTtRIKx { top:14.75rem;left:0rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B63HGdouR3cWGZwEcFqT0RFKDlMEZoT2 { top:17.125rem;left:0rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HswNeiT3lJJRPe6MxdcRKHR3Pus0H5TM { top:18.3125rem;left:0rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDiEvVzs6QT6iWeTzavzrZ8mtNW5q5A9 { top:14.6875rem;left:16.25rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJlWM92zZUDzQCpCRraVL7tVuXIwEsTR { top:13.5625rem;left:13.5rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pibVCuL27RCpxGhsnI1muUsVy2bDiFoI { top:17.125rem;left:13.5rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5QzITDG9FX7QQmqdKlOVOSJutS1f4NP { top:18.25rem;left:16.25rem;width:6.125rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqZbkJVXf2NNG2pTTaaZ1ZGGxl8rWfa4 { top:21.4375rem;left:0rem;width:33.25rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrliztNSGh9f01eIgp1a7lk7eCHPC93A { top:17.1875rem;left:8.5rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ybLp38RhvlGmwbrceZKLXnHhbQKCo6 { top:17.0625rem;left:23rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTfgpRAmlN3QGyyubOsZEnzZOm0Z4k7u { top:21.5625rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZKieLxL0KUMluTnIg1XqqSsqbcJVy0o { top:12.125rem;left:5.6875rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3BsakMIWw98qIgvdFKLLrExELJCSTU { top:14.875rem;left:23.875rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkqeRwm8p6u5tOv265R2kkhRIDI63FA { top:16.0625rem;left:23.875rem;width:11.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nzfmpqfs0r92IDJz9w0fsQHTlVOMw5d4 { top:12.3125rem;left:29.5625rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csH06mr6c9aeJNfEAaa1NdADOSW2qMe1 { top:15.8125rem;left:35.4375rem;width:3.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8fAP8SMgzJxfenrd0TTvTTWZQI7qNH9 { top:14.6875rem;left:35.4375rem;width:2.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNTuiIlWw2HlLqsT54nBCKX4QDdTQOiG { top:14.75rem;left:37.375rem;width:10.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udxxnez1fM5Xm0vJOT6ywS8vf2HtS0Eg { top:15.875rem;left:41.0625rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cME08gTROhsFkg7FKPDbZu1gEyg53dLV { top:14.6875rem;left:46.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maKdEkTTr8rA6zdPIGh6tSuH7TPnmRLm { top:20.9375rem;left:14.5rem;width:33.25rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H22Ac1eTv9Tvr7R9sFABTXE0NvaHv8C1 { top:21.1875rem;left:23.875rem;width:0.875rem;height:0.875rem;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.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG { display:none; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sE5r9qZUpBEr748kAGZgLU2Dki8iuhgt { top:5.5625rem;left:0rem;width:14.1875rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otqkRgwUhR7zMeaKgUh8C9dS81vTErM0 { top:4.1875rem;left:0rem;width:19.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep2Uxq2eTVAkqSl33vTytfTMU78LOQHZ { top:4.25rem;left:8.1875rem;width:19.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoeNOaAaFkJigavr37Po3mlRdFvzUHCB { top:5.625rem;left:9.9375rem;width:14.1875rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0D9IPnMO3d15nUCkXQTt14yuXWfwSei { width:14.25rem;height:2.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ificyfEDGwKtT6HMu5aVkkRxmuOpiOPR { display:block; }
 }@media only screen and (max-width: 763px) { #AXpXALiXtxLDhJH3HbLVWI9TnsTdhd4d { width:14.25rem;height:2.3125rem;top:15.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGfTJXx9NdVn268NfNt8T5Ebn2LthgaO { display:block; }
 }@media only screen and (max-width: 763px) { #JRGZqa86llqVUc2hpH5p0XnCdMrgMIUl { top:9.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK9nQFrV31Hd4Aal66mJA5xiUqAgJ1JV { top:10rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQMRMKcIOTiAWykGLiNq65DJkfO2CFwN { top:12.375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHfeGP4v8NfH9S5BFFhw1hvqrqxpaaBZ { top:12.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SauJUWARwKgNwsvSZ5d7Gxo8BBWX7NBg { top:9.875rem;left:9.75rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuOGmpD74EASGoDPwWIsKNgcEXSgAJMy { top:10rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl7hESuyG08ODqTdi0h0u7Ew5JWu8CMi { top:12.4375rem;left:9.75rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63pg0Q2V8wBhil0XhPMq5xcB8X0qCtz { top:12.5625rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNfCzNK14rkn4gQR7k5X23h8FHRcyVw { top:10.5rem;left:0rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXyoVqpGzbuSlMm1V7zud9h2uaRZCE2m { top:13rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI9LaGFKayh5VWkXalhsM4GEnMnXlTn7 { top:10.5625rem;left:12.6875rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB9QzeGKxF92TQSfM2yAMO9Ekx7nVgbe { top:13.0625rem;left:12.6875rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpgxCTW4rDHOtGHxi6UywByQH1sakmFu { top:21.125rem;left:0rem;width:19.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPiCncBgHULy8f07rJNhp8neuAZEgbxz { top:21.125rem;left:8.1875rem;width:19.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ5meq0M39tL4S6OXnC3L5xaWPnuE9fh { top:19.9375rem;left:0rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BC3Fs4bDUDCbqJgqMwG8cfOQ6U1fJUOn { top:19.9375rem;left:6.375rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogsKebaKzabB3xbaqd2bUkTaeNSn8elA { width:6.4375rem;height:1.875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vBwkLCNfdhkW1OMTzu3m2pkHp4QTrg { display:block; }
 }@media only screen and (max-width: 763px) { #lhCulqc0UVf6QOlm7q6wqf8kyuTDm6gZ { width:6.125rem;height:1.875rem;top:12.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toeCDUFBzbBVgfQ9yOM1y7z1BJDpRC7W { display:block; }
 }@media only screen and (max-width: 763px) { #P7iAmL4sxGEh4B6JbwkbE7xBOIzgQEXk { width:14.6875rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb2qcNiT7ANOEQmwk4v8UsUfUykJ2W7P { display:block; }
 }@media only screen and (max-width: 763px) { #BV7rCqHWAWbo2U40GydrE7z2g8qhaUnZ { width:14.4375rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfloB63qPkw5niRDSKmRZhT89OVGUflo { display:block; }
 }@media only screen and (max-width: 763px) { #T3yxVZW22s5TbVHMel4sAC8qAP9kDCmK { width:11.8125rem;height:1.3125rem;top:10.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLDW5AsnrAF8m3aI4mkSqPI9ouSqKtz { display:block; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ {display:block;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ { width:18.5rem;height:auto;top:19.625rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #LbksHndhS3KL5aJDqTwh2ZrpETd8SMze {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #s5Ibk11SeXQ2HpLpCi2UlVtdUXBxgPVt { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #Q5PSMrf8H4JlbuBKTqugyk5i93Mmlg6b {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #KNruhzO1tfNcrD3LMyRaHT6bmN0hESsG {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #oXrAzwf5wA5d9K9Sw5Fzv8FMAdwglEtB { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #KwqHu4KTJdVxcLMOpq8OTJltaZITbpam {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #TyUtFpCWun7U8Rp9RD6pyX3FfRXJ4Ihx {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ZCFXq6W64cS5ghbtQW96Uf6weI8xL9is { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #qKZv6uU9gBQ5PbT59gzPihtN8crXX4ng {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #SfDOyHWwsZ7t3XcdPmaU8NOCHR1oheeI {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ad30oxorMLvEp8XNqcnxtqTx7eTwTm9X { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #LC00aozKWTMSEdMgoI2TopkOTAFgRIoJ {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #blBbiC9JPx9Vgq2GL9gGqd14B0Fn8e1b {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ihZRU4gOIwfZ1IsZNXrqELDEGc2bwTRh { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #oDEXXx7bwtys6TPh6g0J07Qn2PvO2tst {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #GJvLmUwiUhvPakUHI54mxZruvosfQxVT {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #zp9tAHar3m4Bk1agz90ftRCofOodE0hm {  }
 }@media only screen and (max-width: 763px) { #JfLFhrSqMCKEnD3w1ILlvwihpwIvNpSF { display:block; }
 }@media only screen and (max-width: 763px) { #f758CmoO6GmE2QQFPXpolc19IZ8AcMom { display:block; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #wqbSNgWZcN3mlaGZTc2vWVPwGgeCvlCQ {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #PM11FfgUMPJegQRuQCSJQTnFDeDsnhQ1 {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #T03lmk6RASNJRtILEHPEIZ2VAHbu0c73 {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #fAdxd8c9UWIhbuByV58caRBPhbTP7NsR {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #rAXzoBTuQDIkwduEVE30nstRHB5bFkxU {  }
 }@media only screen and (max-width: 763px) { #GrafrARLkqsMsCv6Qbrol0mVVPTQxTW5 { top:0rem;left:19.8125rem;width:27.9375rem;height:36.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWnWPmswDctRLBkFTBc1LCTB8q7Hs3yr { top:0.625rem;left:32.25rem;width:15.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiNCMBqCCtyqKerKfLmGbw7fMBUVemaT { width:7.9375rem;height:1.0625rem;top:34.6875rem;left:39.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qy7pRCskOhyH32HcznKuwmkEWxGRU7yK { display:block; }
 }@media only screen and (max-width: 763px) { #gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 { display:block; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGrldToLBzrPt5KuwGC6yTz0tBRURscF { top:0rem;left:26.5rem;width:21.25rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQ3IWc0ciKo3S6rIcm3kZd97an4GgvT { width:8.375rem;height:1.0625rem;top:34.6875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrs2x9iQTWTSfbLdCeH5iB7stP9P2SEV { display:block; }
 }@media only screen and (max-width: 763px) { #cpz03vRKrAAtGKZFtZ3txwfJC8T5Jl6e { top:5.5625rem;left:0rem;width:14.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRbX9Iu69EwXsReOSMGWrN7c6pUa3ow8 { top:4.1875rem;left:0rem;width:19.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iROW3MQgmOBEUAOeqTxeQXrkg2i2vg3z { top:4.25rem;left:8.1875rem;width:19.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn9lKH7wCaGRPCS7yOGgDkiNsqxdaXPD { top:5.625rem;left:9.9375rem;width:14.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ocoHxThGts6dSkV2CkPryZqqZ0yRoM { width:14.25rem;height:2.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E92ZDDGDX4yxR8Iy67fbwNmwZERHItK1 { display:block; }
 }@media only screen and (max-width: 763px) { #XQgwtlM1xvwFGzMqyMDGc4gyNfJN6q2y { width:14.25rem;height:2.3125rem;top:15.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbrV2qwm7AVmTRhs91VL2O9Sngh6fPz { display:block; }
 }@media only screen and (max-width: 763px) { #P2irvivQndsHrxuFFvpkfTcrvNv65srS { top:9.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4pHf4JgyKhCtTPipHwTVgpFpiGrcDW { top:10rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU4ypdJRAtcx6yMEzaE7PSiWAaHAvSHV { top:12.375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxc7gw9dCSJx3X74aeJcgycAei4kTzkw { top:12.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7DCbkExiVnNscoGsl48SMFh1407LLJW { top:9.875rem;left:9.75rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA3XiJE9FUMtwGakJbnXs1yZZnx271im { top:10rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic6OTWBD3lNzcdoMbLNrkiZSOx7vZJff { top:12.4375rem;left:9.75rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKCspv7SPa79lq8El9cK0E4EMR3B8UuI { top:12.5625rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUUBHSDQCPlzWtrzCyNWcsAw8A4FHNpx { top:10.5rem;left:0rem;width:12.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5wd5JbaV60IRHNIvoqOeO30i8OX8MmU { top:13rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwBSqGeblgD3WcHlHvUxAqggV026AhBV { top:10.5625rem;left:12.6875rem;width:12.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uphriWWwXCTfTUNciEOtHzxJwkBI3lXk { top:13.0625rem;left:12.6875rem;width:12.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmoTZXBEB0zvBniSwmx8QyOBcEL0gqKD { top:21rem;left:0rem;width:19.625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl3SmlbBt4V56WlALrxzbsBSktJ5zI5B { top:21rem;left:8.34375rem;width:19.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv0FVyVkFqzqtT6RUruWJgyOViO8tBaQ { top:19.9375rem;left:0rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fScOK4NSaU9vpGxLgHAFJiu5CB5TPeeA { top:19.9375rem;left:6.375rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u98cH8tFVPipLSZ5sIlid6ybulgLLcxi { width:6.4375rem;height:1.875rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqM0b1T4V5PnUViuQa2rNbJNvtTXPpc8 { display:block; }
 }@media only screen and (max-width: 763px) { #MZggzFJLkNoXO59tiykhoGfzWVSfhh9W { width:6.125rem;height:1.875rem;top:12.625rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJRJ5sGUGZU0p0uwS5owFC3qAhhdgCKM { display:block; }
 }@media only screen and (max-width: 763px) { #iCPgHWrTRbUJiR6IC04Sep6urLiZHGBV { width:14.6875rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #osrWOJaEWmAGc19PyzMXI1sKscc7rMXr { display:block; }
 }@media only screen and (max-width: 763px) { #QKQeCWvpr2ltbv3MScVFyZkBWT0pm8lJ { width:14.4375rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WOUutvzn3vZgbxvs9GoeJpENra8gqA { display:block; }
 }@media only screen and (max-width: 763px) { #Rx7QOpcCbT8inJOCoKlQM1cJuQ6r5NAf { width:11.8125rem;height:1.3125rem;top:10.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odKbsGdiiduZaweccVpEn45kcfIcZ5yF { display:block; }
 }@media only screen and (max-width: 763px) { #XhqARh4oTFT1cFJl0IqLDMHymuHZppO8 { top:0.625rem;left:32.25rem;width:15.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB {display:block;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wPeipkfSpQ42eGhASJ7FTIZ1EOt2BVzA {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #VaZuyZpnT8e3oN7GTzvokcIcWnrU4Zmm { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #rNkUTDRNF5igPkrMF7GcAIaaU845PU0i {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #TcRkOlpIeC3MEpNJdWNPEdf0FnNsNgrt {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #LLXBGUEUd2S7d8mHhTtlCRNNUTV26lsW { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #R75NBZa3kWUUpvKWav9IteTuTZkEL1TD {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #uqcx8lJwKr7aMVQyQ8F3F63kJIcUFJsk {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #hAxqbaucb48LO4dWlT6FTd90y7V40cPi { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #lVPc8Ug6SxcWlJcDGQdfHxoqk1edGayX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #zSi3LT0PexDF95QhTk6KLmGMspHTC4Tl {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Jy82Rg9mKhuJo2zTNS3oLM5ngSmnFP91 { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oUurS4TdbdVDLlwxLVQTZBn8UkPwJh3v {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wUZ5GdJuJQu8AncEZ4RrcM4FvK3RnLLa {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #ZPU8Bxd41xoV01yrQgDyC5aPi6F7kiym { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #bb0mRAFIlyeAlc0KTMn5NZ1pZEdFR0GX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #iToGobcWWGVIr0JVlayHHdiX3KtHvv1a {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oLCOe5lZHOfNmfWoQWo2VcE1XIJ7IqDP {  }
 }@media only screen and (max-width: 763px) { #W0XE2Ji6pwCpec4qdxS1gpXTbFk7npCk { display:block; }
 }@media only screen and (max-width: 763px) { #RTuMJ9XW6J37TGD1Ceh3bgJAA0BErTRv { display:block; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Vlu5Hk5GWBgJXyTb4iqpeRq0D27tCuek {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #FnCclL6KNSTJrEZZ6cZo8mDbCyiRhtsQ {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #DaIkX9vT7Af69xKUAVmvXkoa0OCfGTnn {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #KJFEMHCLStlrA65riEgHHvXUTi5BTc7f {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #y6ODiv6h6ghJPs1cF2n5xFcRJeTnOGH1 {  }
 }@media only screen and (max-width: 763px) { #NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { display:block; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdvsTVhUHwBVUhHyz4DpLz4iEl4nlJ5m { width:9.25rem;height:3.4375rem;top:1.8125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #it2EwQlUuAqVpsGId7JVhREKBxUvIkEV { display:block; }
 }@media only screen and (max-width: 763px) { #zcIhxes6IEtknJeSzGgCVwrG76qTT1QI { width:10.375rem;height:3.4375rem;top:1.8125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvDqz4te4lTQIBRacmn1XrUiIuwREZ05 { display:block; }
 }@media only screen and (max-width: 763px) { #cuuHrSMpPEbzo7KO3XVne1Dka5z7ZwtA { top:1.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { display:block; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pheF4VkfBCfl5pS0gzfHq6DZwvdn2wE7 { top:1.375rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF { display:block; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bmwzwruw70aBJ8T1uKNPX1y97xbzJsa6 { top:16rem;left:0rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkxWsBRZuXzc4vkwnFVSPd4Umtbk9EHv { top:16rem;left:1.75rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXy4NTzWDNphJCPlJHZr5SH7HAWUIpSZ { top:16rem;left:0rem;width:10.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZGNopDs01XJHeWmslc4VnleWS7EEMwG { top:17.375rem;left:0rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLRq972Rt1nlzRNMkn8VDOcLMHZ2Mkk { top:17.4375rem;left:0rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdZiWb1onMEtSHglhaE7zZ2qd0ZXE2kp { top:17.4375rem;left:3.9375rem;width:4.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF7wes64tV0paRxkkc0UcOfMGOJvLeOV { top:15.9375rem;left:1.3125rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvaWn7E5h8DlgqTIEym0AeZnzK8841JQ { top:17.5rem;left:3.625rem;width:0.125rem;height:1.25rem;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:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvo7fbI4QT5hgdBNN7N3FQxCS5ASJIDx { width:4.0625rem;height:2.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr659GUieur8hrzG62ymilpllKXbbwWn { width:9rem;height:3.1875rem;top:0.1875rem;left:10.871710526316rem;display:block; }
 }@media only screen and (max-width: 763px) { #sggQcOWGcCmKkWiXOqdzF8LhKlWwSLeW { width:7.25rem;height:2.8125rem;top:6.125rem;left:6.375rem;font-size:1rem;display:none; }
 }@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:6.6875rem;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.6875rem;top:8.875rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9mFLQHcK8tPVvWT8woqauZTwhtHdJEm { display:block; }
 }@media only screen and (max-width: 763px) { #yAm1l6z2RL0Fw5c96EwNxSgxJiWH7RHW { width:10.125rem;height:1.4375rem;top:4.6875rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8wO1mtKHvTuWGdyEnnG5seHSEU5wXdI { display:block; }
 }@media only screen and (max-width: 763px) { #cr3cEWyOtsn4Wo5pkQy0iirooW88Ze8E { width:10.0625rem;height:2.8125rem;top:11.8125rem;left:4.96875rem;font-size:1rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #lShW9THGHVeQAhJvMLLQLqo3ULIlTHcF { display:block; }
 }@media only screen and (max-width: 763px) { #Jg0nlwWCOaTsWIIzcmIDwD93d0354g5k { width:18.625rem;height:2rem;top:11.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0kA5rfDQsNJtm2LnC3xyNrbAhO2Vy4Q { display:block; }
 }@media only screen and (max-width: 763px) { #F5dcRGfDcuqzryxDwkeXTe5NqTrULyah { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acb9615a-10cd-49c6-8b4d-efb181a549db/CHR_PreLaunch_Shot06.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; }#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:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TFIbP6gUxw4fxW8r2lOdUuKdn6V6mf1d { width:12.5rem;height:3.9875rem;top:4.75rem;left:3.625rem;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:11.9375rem;height:1.44375rem;top:10.3125rem;left:4.4375rem;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:0rem;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;font-weight:300;font-style:normal;font-size:0.6875rem;overflow:hidden; }
#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; }
#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 [class*="-text"]:-moz-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-moz-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]:-ms-input-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF [class*="-text"]::-webkit-input-placeholder { font-weight:300;font-style:normal;font-size:0.6875rem; }
#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:15.0625rem;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:15.0625rem;left:0rem;display:none; }
 }@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 #rttGNBh9GpuP569fad1gkp0Td2H9ikFE {  }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #oZitvS4d5DCUfygiLlt891ZutbKI0FSp { display:none; }
 }@media only screen and (max-width: 763px) { #fPPaVuBmrX7mUzqPTUscVFf1ARsq2TXF #tVGswTB5SQfG9w79TC6hdqJI23RCVPoD {  }
 }@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:20rem;height:0;top:14.4375rem;left:0.0625rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #RqCpkTwMQbB1glrJChyQPdDrRXCtllJy { width:7.9375rem;height:1.0625rem;top:46.625rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4mTabIlatMCsi3ezquSSchTJtwh9zDe { display:block; }
 }@media only screen and (max-width: 763px) { #v57mi4IuF8WwSBmfCA4Np1zw2QvWtNTx { width:19.375rem;height:35.125rem;top:13.9375rem;left:0.3125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #dd4CacyuG2g4wxlZNvuiXp6otb6fiygs { width:14.4375rem;height:2.6875rem;top:17rem;left:6.96875rem;font-size:0.875rem;z-index:15050;display:none; }
 }@media only screen and (max-width: 763px) { #RvXSgPwxfENxUml41Trp9Mb7vJITIb4N { display:block; }
 }@media only screen and (max-width: 763px) { #w0bULieGh7xEhvdKSkuF44WsvUiQ2Gb6 { top:9.4375rem;left:6.1875rem;width:7.375rem;height:0.125rem;z-index:15051;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I8BeUpZ4DNH6sbH2mEe6dpCrtFqcluTU { top:58.8125rem;left:2.125rem;width:15.75rem;height:3rem;z-index:15052;font-family:toyotatype;background-color:#e3001f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP8EoB8aS7FPUUm4sonGC89hCp7HRAGq { display:block; }
 }@media only screen and (max-width: 763px) { #sn0MoPuyVutpe0XPdOV0wmatO6K6vKDT { width:20rem;height:0;top:63.0625rem;left:0rem;font-size:2rem;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) { #vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ { display:block; }#vTaEX3yPO1ns3EEJikJbIsGg9Q6xmVnQ > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Exz9fuAtSQXuhNv0vQrzzayMwX3GlbAl { width:16.6875rem;height:8.4rem;top:5.75rem;left:1.6875rem;font-size:0.75rem;line-height:1.6;text-align:center;text-align-last:center;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) { #IlT9M9czDXloQRQQvaimHl3SvBXfwZTc { width:20rem;height:4.225rem;top:0.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qif7eC1VTMA1JiNZALbZggh91voRWpNu { width:13.375rem;height:2.3125rem;top:15.125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNE5lmJLOJyWau5u7FtAhXEXa8ivy8Vg { display:block; }
 }@media only screen and (max-width: 763px) { #s2BgfgXUxfiHtBbgdLTqMBr6d9NdT2vB { width:13.375rem;height:2.3125rem;top:18.25rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC82PsWt6Xp6bad2nVoTNMkOTIhPRdak { display:block; }
 }@media only screen and (max-width: 763px) { #EyVgPbTtMc3sbDWT4kGU0IUJ0o1JvCaU { width:20rem;height:12.0791875rem;top:21.762500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #McP2mU0HIcKEV06JNQer0KPJyS7872uT { display:block; }#McP2mU0HIcKEV06JNQer0KPJyS7872uT > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CsPILLQGHcSNmwfTKupw3ctVOBO1oxSf { width:17.3125rem;height:3.9rem;top:8.7874984741213rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ3TK1aLOGXyygc5K09ouome7VzDtbTc { width:20rem;height:1.05625rem;top:1.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a486Z988ctre7B8TTVHx7KCbO0nN04xL { width:20rem;height:4.225rem;top:3.8rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/302352a2-b6a0-4e0b-bc34-9bdd1aa5acb4/CHR_PreLaunch_Shot16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.adaptive-delivery-prevent-bg, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyload, #mUplD7fQW92RWIi9AGWS5B41BqH5ls7w.lazyloading { background-image: none; }#mUplD7fQW92RWIi9AGWS5B41BqH5ls7w > .row .container { 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 > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1fz3vTeKkNNNfCqs1ib6orR980E3ORz { width:6.3125rem;height:1.3rem;top:0.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cKs1wrmfU4tVHdgdi8GR5WoiUQ0bIqm0 { width:13.5rem;height:2.925rem;top:2.6875rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bQTz07AhNBIgd4X7XA5I7Kd5G1dR5f3C { width:5.125rem;height:0.25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV { display:block; }#QJLMilZfkfaXJRH7cnE3lXRL0VfIFtfV > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAWVEXxyhAncz4829ibdCTW9620MQDNf { width:18.5rem;height:13.875rem;top:8.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVykUCpeuxD6Vizktw02EG8qIBpPaO0J { width:20rem;height:2.6rem;top:1.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Og9JEEOoFX2hFkxlDz2ciWJC3Feo15Wl { width:5.125rem;height:0.25rem;top:4.0375003814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Q3532ycdJQXRz4FdNQDTuPMEudLz6G { width:20rem;height:2.925rem;top:4.6624984741211rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60c78b9d-d0d7-4a37-9d31-bf808db9c0c0/CHR_PreLaunch_Shot17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.adaptive-delivery-prevent-bg, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyload, #nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb.lazyloading { background-image: none; }#nGUJwdwCWT2yf2vdUQuvR3WQKGAAzlrb > .row .container { 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 > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2D486PGs4AfddfxciVR4oCNErQzTlSU { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cl7ixAQ9ou7K9bRVCs2Bft3nMtqTUoWx { width:5.125rem;height:0.25rem;top:2.9250030517578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u6aBpF3TLfCyNyrEoIE8CtK9JBZE6s { width:20rem;height:2.925rem;top:3.3624992370606rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m { display:block; }#lEHXcO4WLgdGzs29dNQ87Ayq1MhL1V4m > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig2xhrqQR3AW9CTuFBlVrpuoCzfUTD84 { width:20rem;height:20.7823125rem;top:6.7177085876462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiiTsSgVWsU0egXfO8AZTZW6PnhrSC2i { width:20rem;height:0;top:23.2823125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #asD4XcVBS34EoBwJf9ETv1fUcQpkJFlP { width:5.125rem;height:0.25rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOzTZIHWbJc3cS8N2EV8iDcziRX64VLI { width:13.0625rem;height:0;top:26.944793701172rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VAeD3ynwBCL6KRfQ81KN1ssPCHSi3EN9 { width:18.375rem;height:2.925rem;top:3.3125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SSLDBlMiEgPCMi7nFCifRKmAwKPTacdB { width:20rem;height:1.3rem;top:0.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e73b1ea-6002-4ddb-8761-378287e0467b/CHR_PreLaunch_Shot39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.adaptive-delivery-prevent-bg, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyload, #RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni.lazyloading { background-image: none; }#RmWCbKn6EvcsDsnV3U6fNVQb63vSAGni > .row .container { 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 > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBS0rtn5wPOAe69a9MNbkeuTpWxbuJEB { width:19rem;height:1.95rem;top:2.8500003814698rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mF8WZXrkopBTiRQJqTUVsPdiy4h9prQT { width:5.125rem;height:0.25rem;top:2.3500003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecytpx6Ch0RuGarvTntv8IbGqBNtV60q { width:20rem;height:1.3rem;top:0.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;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:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihmuDID9IGTXrChriFJnpAghUeHEGh3C { width:0.625rem;height:0.625rem;top:1.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGoyGFet0uPnMCc0TQVWyDBJFxhsqMBD { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMJfNL0sXSK9UOfAOhQqTrpaPeKlO4AB { width:0.625rem;height:0.625rem;top:1.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIeDCXFZ02Z9hgccSIncqXt7FFF7poev { width:0.625rem;height:0.625rem;top:1.4375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX75oP76slfq1iEJudJukmAulLkZBqgr { display:block; }#yX75oP76slfq1iEJudJukmAulLkZBqgr > .row .container { width:20rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D36rQJPSkJuiBi0GENWR4kUtPgTGMmmU { width:17.3125rem;height:5.85rem;top:9.5rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3REtTC2T3QaehnZG0Vf7qOETzebJTA5 { width:14.75rem;height:1.05625rem;top:1.25rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SA72iwFmEbJ2T8vkgUqVKWZvO8bUJ2Mh { width:20rem;height:4.225rem;top:3.8rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLdc4TsKiiviwZW25237oGLgTkrKvPNe { display:block; }#MLdc4TsKiiviwZW25237oGLgTkrKvPNe > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8Qn8MkM18bFi8omrnlyFQnbimVwGJeG { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WmacHuTDCq543ukZCXKZy30MKgoU3onf { width:5.125rem;height:0.25rem;top:3.1125001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVPffgGmVezsHuerULsVnN4KDl82VaGz { width:20rem;height:4.875rem;top:3.7375001907349rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ { display:block; }#af9CaFvlUPNGMU4kirTnSxIboR6P1kJQ > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkG54U7qoLFo4b6dVp80KviFlz5sT9Vr { width:20rem;height:14.85rem;top:8.106249809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfbLat6CpxUTc5FQb0G2lVoOzBl5CuQ0 { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qr9bomNsJVk5wTw1vSQKeOWnZZzGo1SE { width:5.125rem;height:0.25rem;top:2.9249992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCdh2AdnWGASQ0OhgRTTWIxVdnBgrkPB { width:20rem;height:0;top:3.8624992370606rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mKNswHKVosV2mv5MXorZC9R1P1WJ6qEd { width:20rem;height:3.9rem;top:3.3625001907349rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bafa6fb2-adad-4f02-a709-e96368e6d68a/CHR_PreLaunch_Shot26.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.adaptive-delivery-prevent-bg, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyload, #TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd.lazyloading { background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { background-color: transparent; background-image: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row > .video-iframe-container { display: none; }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .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); }#TEAdg4DpE4KbUaZpncgPflqSFQTFBCvd > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLCoDd9mTw1hsshQBDphVG0OwOefuCsN { width:20rem;height:1.3rem;top:7rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbzofkkLot3LwwhMXf10mgBwJx3k4nTI { width:5.125rem;height:0.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3woaiqrNiBo3kW5VEOwCuOBzfnT2b21 { width:20rem;height:5.85rem;top:10.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn { display:block; }#fwdFI3JTsAvbVNqTgxDm3GDbWoHEBtdn > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENlJeGe0xILtcd80z2esx1TX4OLrGe3c { width:20rem;height:15.009375rem;top:7.71249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOENkd1ygRpcF4Ht05tK89pAJkshB4yd { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W3qiJUcCciTA9JJUPxlCKJOTI2GFhCf3 { width:5.125rem;height:0.25rem;top:2.8624992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8xE0ZnpkxWGNltMSdEN9s5WIhDJKaPe { width:20rem;height:3.9rem;top:3.2999992370606rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50aa8e7c-3f59-4400-8d58-52befbfbcc20/CHR_PreLaunch_Shot08.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.adaptive-delivery-prevent-bg, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyload, #vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp.lazyloading { background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { background-color: transparent; background-image: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row > .video-iframe-container { display: none; }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .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); }#vWcZ34eFg9ZO3qFBaCw0d2okbxlqDzDp > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MenS6i93c2gU6viTUkZnd9ueHPIPM6DB { width:20rem;height:1.3rem;top:0.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJFJmestzGM9bT6Qbm6CGwddeMW4NAOg { width:5.125rem;height:0.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi6oSVuECAK9tH2FzmOAWxyi8k6HpBuH { width:20rem;height:4.875rem;top:2.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Di3HUAulVUDpbxTrLolZm8cnEUaOCCal { display:block; }#Di3HUAulVUDpbxTrLolZm8cnEUaOCCal > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1QEiVR9qvWUPg40FoLHgIxcTwT3lTip { width:0.625rem;height:0.625rem;top:1.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPpUcZZs8mMH4lLspAcHmRtIc0ZvwbxF { width:0.625rem;height:0.625rem;top:1.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chUiKtDOZn5eC17vtmAzhKIT3PL34p6M { width:0.625rem;height:0.625rem;top:1.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5JulrpuApGfLqFBQwncnSmCXeIHeVK8 { width:0.625rem;height:0.625rem;top:1.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlCMTLL2OlFgFh7hPVZ3Mv95xbzqdBSP { width:0.625rem;height:0.625rem;top:1.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk { display:block; }#Pvb1uF6LOx6WId7AxQRPcl4Cu8mVJKUk > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrLQ7r2sAkA4FkhkyodThAzJEQJcHplW { width:20rem;height:4.225rem;top:3.0999984741211rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4h6ad6RKAhG0w2J1qaSRUO3zLHABPbN { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZWnECtRL1dcCDMe4GOePPL6oRR5eSzA { width:20rem;height:5.85rem;top:7.9625015258787rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K1hb0TAg7vIunmTSaf63EIF6X61mqUkz { display:block; }#K1hb0TAg7vIunmTSaf63EIF6X61mqUkz > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXxnpLTkuVTCwDVieFwR2E1osrJExOJU { width:3.3125rem;height:2.0625rem;top:1.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOXC5cUdUN5JBXppgcLTTsZAb8AcIAi5 { width:15.0625rem;height:1.625rem;top:3.3125rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUr9nya5pppwEGa0tdbFtRWo5KJRPGh7 { width:20rem;height:3.9rem;top:5.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7teUwbVVUVsIRC34U3wllZwHZxUnqmO { width:7.75rem;height:1.625rem;top:27.6875rem;left:6.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXfB2Pa2aLHPxB4dW4NHfsbvZnov1m83 { width:2.9375rem;height:1.75rem;top:25.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzJ5vEwUOXFrDUtcg6fOeKEpVs63wkK6 { width:16.5625rem;height:4.875rem;top:29.8125rem;left:1.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECGy8KsLtMnsUuhb5bfT18JAb84M8SzJ { width:7.5625rem;height:1.1375rem;top:11.375rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLX5nPt7SEqTxMiink54OrllDsTtRIKx { width:9.1875rem;height:2.6rem;top:12.5625rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B63HGdouR3cWGZwEcFqT0RFKDlMEZoT2 { width:8.0625rem;height:2.275rem;top:16rem;left:2.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HswNeiT3lJJRPe6MxdcRKHR3Pus0H5TM { width:3.625rem;height:1.3rem;top:18.375rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDiEvVzs6QT6iWeTzavzrZ8mtNW5q5A9 { width:3.625rem;height:1.3rem;top:12.625rem;left:12.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJlWM92zZUDzQCpCRraVL7tVuXIwEsTR { width:3.0625rem;height:1.1375rem;top:11.4375rem;left:12.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pibVCuL27RCpxGhsnI1muUsVy2bDiFoI { width:6.875rem;height:2.275rem;top:16rem;left:12.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J5QzITDG9FX7QQmqdKlOVOSJutS1f4NP { width:6.125rem;height:1.3rem;top:18.25rem;left:12.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uqZbkJVXf2NNG2pTTaaZ1ZGGxl8rWfa4 { width:17.75rem;height:1.7875rem;top:21.3125rem;left:1.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LrliztNSGh9f01eIgp1a7lk7eCHPC93A { display:flex;width:0.875rem;height:0.875rem;top:16.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #g4ybLp38RhvlGmwbrceZKLXnHhbQKCo6 { display:flex;width:0.875rem;height:0.875rem;top:21.375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #nTfgpRAmlN3QGyyubOsZEnzZOm0Z4k7u { display:flex;width:0.875rem;height:0.875rem;top:16rem;left:18rem; }
 }@media only screen and (max-width: 763px) { #hZKieLxL0KUMluTnIg1XqqSsqbcJVy0o { width:12.5rem;height:0.1875rem;top:9.77499961853rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3BsakMIWw98qIgvdFKLLrExELJCSTU { width:7.5625rem;height:1.1375rem;top:37.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCkqeRwm8p6u5tOv265R2kkhRIDI63FA { width:8.0625rem;height:2.6rem;top:38.875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nzfmpqfs0r92IDJz9w0fsQHTlVOMw5d4 { width:12.5rem;height:0.1875rem;top:35.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csH06mr6c9aeJNfEAaa1NdADOSW2qMe1 { width:3.625rem;height:1.3rem;top:38.875rem;left:12.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8fAP8SMgzJxfenrd0TTvTTWZQI7qNH9 { width:2.75rem;height:1.1375rem;top:37.75rem;left:12.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNTuiIlWw2HlLqsT54nBCKX4QDdTQOiG { width:7.75rem;height:2.275rem;top:42.6875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Udxxnez1fM5Xm0vJOT6ywS8vf2HtS0Eg { width:6.125rem;height:1.3rem;top:45rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cME08gTROhsFkg7FKPDbZu1gEyg53dLV { display:flex;width:0.875rem;height:0.875rem;top:42.6875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #maKdEkTTr8rA6zdPIGh6tSuH7TPnmRLm { width:17.6875rem;height:1.7875rem;top:47.574999809265rem;left:1.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H22Ac1eTv9Tvr7R9sFABTXE0NvaHv8C1 { display:flex;width:0.875rem;height:0.875rem;top:47.700000762939rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #oB3aogNhWipgLuFlqLC7fTiyiWrTr00d { display:block; }#oB3aogNhWipgLuFlqLC7fTiyiWrTr00d > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxrX4iuAAeAK4Mq6z1tCnyPs7UkDGQIx { width:19.0625rem;height:5.2rem;top:0.75rem;left:0.46875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acb9615a-10cd-49c6-8b4d-efb181a549db/CHR_PreLaunch_Shot06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG.adaptive-delivery-prevent-bg, #CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG.lazyload, #CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG.lazyloading { background-image: none; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row .container { background-color: transparent; background-image: none; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row .container > .video-iframe-container { display: none; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .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); }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row > .video-iframe-container { display: none; }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .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); }#CTnDUUQT1PZsxAbCP7nw8gLkpPkHqKnG > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE5r9qZUpBEr748kAGZgLU2Dki8iuhgt { width:18.4375rem;height:2.7625rem;top:42.0625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otqkRgwUhR7zMeaKgUh8C9dS81vTErM0 { width:20rem;height:14.9375rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep2Uxq2eTVAkqSl33vTytfTMU78LOQHZ { width:20rem;height:15rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoeNOaAaFkJigavr37Po3mlRdFvzUHCB { width:9.9375rem;height:2.7625rem;top:66.3125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0D9IPnMO3d15nUCkXQTt14yuXWfwSei { width:16.625rem;height:2.3125rem;top:52.3125rem;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) { #ificyfEDGwKtT6HMu5aVkkRxmuOpiOPR { display:block; }
 }@media only screen and (max-width: 763px) { #AXpXALiXtxLDhJH3HbLVWI9TnsTdhd4d { width:16.625rem;height:2.3125rem;top:76.875rem;left:1.6875rem;font-size:0.75rem;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) { #NGfTJXx9NdVn268NfNt8T5Ebn2LthgaO { display:block; }
 }@media only screen and (max-width: 763px) { #JRGZqa86llqVUc2hpH5p0XnCdMrgMIUl { width:2.375rem;height:2.375rem;top:46.375rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK9nQFrV31Hd4Aal66mJA5xiUqAgJ1JV { width:2.1875rem;height:2.1875rem;top:46.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQMRMKcIOTiAWykGLiNq65DJkfO2CFwN { width:2.4375rem;height:2.4375rem;top:48.875rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHfeGP4v8NfH9S5BFFhw1hvqrqxpaaBZ { width:2.1875rem;height:2.1875rem;top:49rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SauJUWARwKgNwsvSZ5d7Gxo8BBWX7NBg { width:2.375rem;height:2.375rem;top:70.5rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuOGmpD74EASGoDPwWIsKNgcEXSgAJMy { width:2.1875rem;height:2.1875rem;top:70.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl7hESuyG08ODqTdi0h0u7Ew5JWu8CMi { width:2.4375rem;height:2.4375rem;top:73.0625rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g63pg0Q2V8wBhil0XhPMq5xcB8X0qCtz { width:2.1875rem;height:2.1875rem;top:73.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNfCzNK14rkn4gQR7k5X23h8FHRcyVw { width:9.1875rem;height:1.05625rem;top:47rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXyoVqpGzbuSlMm1V7zud9h2uaRZCE2m { width:5.25rem;height:2.1125rem;top:49.5rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cI9LaGFKayh5VWkXalhsM4GEnMnXlTn7 { width:8.3125rem;height:1.05625rem;top:70.875rem;left:4.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FB9QzeGKxF92TQSfM2yAMO9Ekx7nVgbe { width:6rem;height:1.05625rem;top:73.75rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpgxCTW4rDHOtGHxi6UywByQH1sakmFu { width:18.1875rem;height:12.5rem;top:67rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPiCncBgHULy8f07rJNhp8neuAZEgbxz { width:18.1875rem;height:12.5rem;top:80.75rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZ5meq0M39tL4S6OXnC3L5xaWPnuE9fh { width:20rem;height:6.25rem;top:56.75rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #BC3Fs4bDUDCbqJgqMwG8cfOQ6U1fJUOn { width:20rem;height:6.25rem;top:81.3125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #ogsKebaKzabB3xbaqd2bUkTaeNSn8elA { width:6.4375rem;height:1.125rem;top:49.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5vBwkLCNfdhkW1OMTzu3m2pkHp4QTrg { display:block; }
 }@media only screen and (max-width: 763px) { #lhCulqc0UVf6QOlm7q6wqf8kyuTDm6gZ { width:5.5rem;height:1.875rem;top:73.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #toeCDUFBzbBVgfQ9yOM1y7z1BJDpRC7W { display:block; }
 }@media only screen and (max-width: 763px) { #P7iAmL4sxGEh4B6JbwkbE7xBOIzgQEXk { width:13.6875rem;height:1.375rem;top:46.875rem;left:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb2qcNiT7ANOEQmwk4v8UsUfUykJ2W7P { display:block; }
 }@media only screen and (max-width: 763px) { #BV7rCqHWAWbo2U40GydrE7z2g8qhaUnZ { width:10.5625rem;height:1.3125rem;top:7.46875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfloB63qPkw5niRDSKmRZhT89OVGUflo { display:block; }
 }@media only screen and (max-width: 763px) { #T3yxVZW22s5TbVHMel4sAC8qAP9kDCmK { width:11.0625rem;height:1.375rem;top:71rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLDW5AsnrAF8m3aI4mkSqPI9ouSqKtz { display:block; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .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; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-radio-label { float:none; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-container:first-of-type{padding-top:0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .widget-container:last-of-type{padding-bottom:0;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ  { width:17.5rem;height:auto;top:2.5rem;left:0rem;z-index:15020; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ {display:block;}#Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ { width:17.5rem;height:auto;top:2.5rem;left:0rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #LbksHndhS3KL5aJDqTwh2ZrpETd8SMze {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #s5Ibk11SeXQ2HpLpCi2UlVtdUXBxgPVt { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #Q5PSMrf8H4JlbuBKTqugyk5i93Mmlg6b {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #KNruhzO1tfNcrD3LMyRaHT6bmN0hESsG {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #oXrAzwf5wA5d9K9Sw5Fzv8FMAdwglEtB { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #KwqHu4KTJdVxcLMOpq8OTJltaZITbpam {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #TyUtFpCWun7U8Rp9RD6pyX3FfRXJ4Ihx {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ZCFXq6W64cS5ghbtQW96Uf6weI8xL9is { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #qKZv6uU9gBQ5PbT59gzPihtN8crXX4ng {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #SfDOyHWwsZ7t3XcdPmaU8NOCHR1oheeI {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ad30oxorMLvEp8XNqcnxtqTx7eTwTm9X { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #LC00aozKWTMSEdMgoI2TopkOTAFgRIoJ {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #blBbiC9JPx9Vgq2GL9gGqd14B0Fn8e1b {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #ihZRU4gOIwfZ1IsZNXrqELDEGc2bwTRh { display:none; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #oDEXXx7bwtys6TPh6g0J07Qn2PvO2tst {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #GJvLmUwiUhvPakUHI54mxZruvosfQxVT {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #zp9tAHar3m4Bk1agz90ftRCofOodE0hm {  }
 }@media only screen and (max-width: 763px) { #JfLFhrSqMCKEnD3w1ILlvwihpwIvNpSF { display:block; }
 }@media only screen and (max-width: 763px) { #f758CmoO6GmE2QQFPXpolc19IZ8AcMom { display:block; }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #wqbSNgWZcN3mlaGZTc2vWVPwGgeCvlCQ {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #PM11FfgUMPJegQRuQCSJQTnFDeDsnhQ1 {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #T03lmk6RASNJRtILEHPEIZ2VAHbu0c73 {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #fAdxd8c9UWIhbuByV58caRBPhbTP7NsR {  }
 }@media only screen and (max-width: 763px) { #Jv9RuBq8KdDKlUFldxfPMVbT4vv9kKHQ #rAXzoBTuQDIkwduEVE30nstRHB5bFkxU {  }
 }@media only screen and (max-width: 763px) { #GrafrARLkqsMsCv6Qbrol0mVVPTQxTW5 { width:19.375rem;height:38.5rem;top:0rem;left:0.375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #mWnWPmswDctRLBkFTBc1LCTB8q7Hs3yr { width:16.9375rem;height:1.54375rem;top:1rem;left:2.1875rem;font-size:1.1875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #qiNCMBqCCtyqKerKfLmGbw7fMBUVemaT { width:8.0625rem;height:1.0625rem;top:34.9375rem;left:6rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #qy7pRCskOhyH32HcznKuwmkEWxGRU7yK { display:block; }
 }@media only screen and (max-width: 763px) { #gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824899f-176d-4572-a63f-81376586c245/bg5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2.adaptive-delivery-prevent-bg, #gNTfEDXJVQio12BnUEJ3BSirP92nIlw2.lazyload, #gNTfEDXJVQio12BnUEJ3BSirP92nIlw2.lazyloading { background-image: none; }#gNTfEDXJVQio12BnUEJ3BSirP92nIlw2 > .row .container { width:20rem;height:84.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BGrldToLBzrPt5KuwGC6yTz0tBRURscF { width:19.375rem;height:34.0625rem;top:33rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCQ3IWc0ciKo3S6rIcm3kZd97an4GgvT { width:8.0625rem;height:1.0625rem;top:64.740625381469rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrs2x9iQTWTSfbLdCeH5iB7stP9P2SEV { display:block; }
 }@media only screen and (max-width: 763px) { #cpz03vRKrAAtGKZFtZ3txwfJC8T5Jl6e { width:8.8125rem;height:2.1125rem;top:3.9375rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRbX9Iu69EwXsReOSMGWrN7c6pUa3ow8 { width:9.375rem;height:20rem;top:3rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iROW3MQgmOBEUAOeqTxeQXrkg2i2vg3z { width:9.375rem;height:24.5rem;top:3rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn9lKH7wCaGRPCS7yOGgDkiNsqxdaXPD { width:7.125rem;height:2.1125rem;top:3.9375rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8ocoHxThGts6dSkV2CkPryZqqZ0yRoM { width:9.125rem;height:1.375rem;top:14.9375rem;left:0.4375rem;font-size:0.5625rem;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) { #E92ZDDGDX4yxR8Iy67fbwNmwZERHItK1 { display:block; }
 }@media only screen and (max-width: 763px) { #XQgwtlM1xvwFGzMqyMDGc4gyNfJN6q2y { width:9.125rem;height:1.375rem;top:14.9375rem;left:10.5rem;font-size:0.5625rem;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) { #wrbrV2qwm7AVmTRhs91VL2O9Sngh6fPz { display:block; }
 }@media only screen and (max-width: 763px) { #P2irvivQndsHrxuFFvpkfTcrvNv65srS { width:2.375rem;height:2.375rem;top:6.875rem;left:3.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo4pHf4JgyKhCtTPipHwTVgpFpiGrcDW { width:2.1875rem;height:2.1875rem;top:7rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU4ypdJRAtcx6yMEzaE7PSiWAaHAvSHV { width:2.4375rem;height:2.4375rem;top:10.75rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxc7gw9dCSJx3X74aeJcgycAei4kTzkw { width:2.1875rem;height:2.1875rem;top:10.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7DCbkExiVnNscoGsl48SMFh1407LLJW { width:2.375rem;height:2.375rem;top:6.875rem;left:13.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA3XiJE9FUMtwGakJbnXs1yZZnx271im { width:2.1875rem;height:2.1875rem;top:6.9375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic6OTWBD3lNzcdoMbLNrkiZSOx7vZJff { width:2.4375rem;height:2.4375rem;top:10.75rem;left:13.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKCspv7SPa79lq8El9cK0E4EMR3B8UuI { width:2.1875rem;height:2.1875rem;top:10.875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUUBHSDQCPlzWtrzCyNWcsAw8A4FHNpx { width:9.1875rem;height:0.8125rem;top:9.375rem;left:0.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B5wd5JbaV60IRHNIvoqOeO30i8OX8MmU { width:5.25rem;height:1.625rem;top:13.3125rem;left:2.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwBSqGeblgD3WcHlHvUxAqggV026AhBV { width:8.3125rem;height:0.8125rem;top:9.375rem;left:10.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uphriWWwXCTfTUNciEOtHzxJwkBI3lXk { width:6rem;height:0.8125rem;top:13.3125rem;left:12.0625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CmoTZXBEB0zvBniSwmx8QyOBcEL0gqKD { width:18.1875rem;height:12.5rem;top:67rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bl3SmlbBt4V56WlALrxzbsBSktJ5zI5B { width:18.1875rem;height:12.5rem;top:80.75rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uv0FVyVkFqzqtT6RUruWJgyOViO8tBaQ { width:9.375rem;height:12.5rem;top:17.9375rem;left:0.3125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #fScOK4NSaU9vpGxLgHAFJiu5CB5TPeeA { width:9.375rem;height:12.5rem;top:17.9375rem;left:10.375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #u98cH8tFVPipLSZ5sIlid6ybulgLLcxi { width:6.4375rem;height:1.875rem;top:78.79375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqM0b1T4V5PnUViuQa2rNbJNvtTXPpc8 { display:block; }
 }@media only screen and (max-width: 763px) { #MZggzFJLkNoXO59tiykhoGfzWVSfhh9W { width:6.125rem;height:1.875rem;top:81.91875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJRJ5sGUGZU0p0uwS5owFC3qAhhdgCKM { display:block; }
 }@media only screen and (max-width: 763px) { #iCPgHWrTRbUJiR6IC04Sep6urLiZHGBV { width:14.6875rem;height:1.3125rem;top:73.66875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osrWOJaEWmAGc19PyzMXI1sKscc7rMXr { display:block; }
 }@media only screen and (max-width: 763px) { #QKQeCWvpr2ltbv3MScVFyZkBWT0pm8lJ { width:14.4375rem;height:1.3125rem;top:43.481250762939rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4WOUutvzn3vZgbxvs9GoeJpENra8gqA { display:block; }
 }@media only screen and (max-width: 763px) { #Rx7QOpcCbT8inJOCoKlQM1cJuQ6r5NAf { width:11.8125rem;height:1.3125rem;top:76.23125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #odKbsGdiiduZaweccVpEn45kcfIcZ5yF { display:block; }
 }@media only screen and (max-width: 763px) { #XhqARh4oTFT1cFJl0IqLDMHymuHZppO8 { width:16.9375rem;height:1.54375rem;top:33.25rem;left:2.34375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-regular-label { width:0;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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text { width:0;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-text {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-textarea { width:0;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select { width:0;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.625rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-select {padding-top: 0; padding-bottom: 0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .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; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-input-button { width:0;margin-top:0.25rem;margin-right:5.5rem;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-checkbox-label { width:-1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:first-of-type{padding-top:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .widget-container:last-of-type{padding-bottom:0;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB  { width:0;height:0;top:85.043762207031rem;left:8.75rem; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB .radio-container { width:0;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB {display:block;}#EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB { width:0;height:0;top:85.043762207031rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wPeipkfSpQ42eGhASJ7FTIZ1EOt2BVzA {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #VaZuyZpnT8e3oN7GTzvokcIcWnrU4Zmm { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #rNkUTDRNF5igPkrMF7GcAIaaU845PU0i {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #TcRkOlpIeC3MEpNJdWNPEdf0FnNsNgrt {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #LLXBGUEUd2S7d8mHhTtlCRNNUTV26lsW { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #R75NBZa3kWUUpvKWav9IteTuTZkEL1TD {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #uqcx8lJwKr7aMVQyQ8F3F63kJIcUFJsk {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #hAxqbaucb48LO4dWlT6FTd90y7V40cPi { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #lVPc8Ug6SxcWlJcDGQdfHxoqk1edGayX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #zSi3LT0PexDF95QhTk6KLmGMspHTC4Tl {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Jy82Rg9mKhuJo2zTNS3oLM5ngSmnFP91 { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oUurS4TdbdVDLlwxLVQTZBn8UkPwJh3v {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #wUZ5GdJuJQu8AncEZ4RrcM4FvK3RnLLa {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #ZPU8Bxd41xoV01yrQgDyC5aPi6F7kiym { display:none; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #bb0mRAFIlyeAlc0KTMn5NZ1pZEdFR0GX {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #iToGobcWWGVIr0JVlayHHdiX3KtHvv1a {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #oLCOe5lZHOfNmfWoQWo2VcE1XIJ7IqDP {  }
 }@media only screen and (max-width: 763px) { #W0XE2Ji6pwCpec4qdxS1gpXTbFk7npCk { display:block; }
 }@media only screen and (max-width: 763px) { #RTuMJ9XW6J37TGD1Ceh3bgJAA0BErTRv { display:block; }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #Vlu5Hk5GWBgJXyTb4iqpeRq0D27tCuek {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #FnCclL6KNSTJrEZZ6cZo8mDbCyiRhtsQ {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #DaIkX9vT7Af69xKUAVmvXkoa0OCfGTnn {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #KJFEMHCLStlrA65riEgHHvXUTi5BTc7f {  }
 }@media only screen and (max-width: 763px) { #EguL6Ll6lW6DkBRfEoGGvetvvqcmulrB #y6ODiv6h6ghJPs1cF2n5xFcRJeTnOGH1 {  }
 }@media only screen and (max-width: 763px) { #NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F { display:block; }#NssobQ5TmSK5sh3kAiDKGLu0xRgfuZ1F > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdvsTVhUHwBVUhHyz4DpLz4iEl4nlJ5m { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #it2EwQlUuAqVpsGId7JVhREKBxUvIkEV { display:block; }
 }@media only screen and (max-width: 763px) { #zcIhxes6IEtknJeSzGgCVwrG76qTT1QI { width:20rem;height:2.4375rem;top:2.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvDqz4te4lTQIBRacmn1XrUiIuwREZ05 { display:block; }
 }@media only screen and (max-width: 763px) { #cuuHrSMpPEbzo7KO3XVne1Dka5z7ZwtA { width:4.0625rem;height:2.625rem;top:5.625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p { display:block; }#dV4pDyRzwaLRG5xxLM4hJCk5OgWufU8p > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pheF4VkfBCfl5pS0gzfHq6DZwvdn2wE7 { width:20rem;height:2.68125rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF { display:block; }#ZpB738Hom4Z7tW8En8dtfcilRqJ5FynF > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bmwzwruw70aBJ8T1uKNPX1y97xbzJsa6 { width:4.4375rem;height:1.1375rem;top:23.375rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkxWsBRZuXzc4vkwnFVSPd4Umtbk9EHv { width:4.4375rem;height:1.1375rem;top:23.375rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXy4NTzWDNphJCPlJHZr5SH7HAWUIpSZ { width:10.1875rem;height:1.1375rem;top:21.6875rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZGNopDs01XJHeWmslc4VnleWS7EEMwG { width:12.375rem;height:1.1375rem;top:25.625rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLRq972Rt1nlzRNMkn8VDOcLMHZ2Mkk { width:4.4375rem;height:1.1375rem;top:27.4375rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdZiWb1onMEtSHglhaE7zZ2qd0ZXE2kp { width:4.4375rem;height:1.1375rem;top:27.4375rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF7wes64tV0paRxkkc0UcOfMGOJvLeOV { width:0.125rem;height:1.25rem;top:23.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvaWn7E5h8DlgqTIEym0AeZnzK8841JQ { width:0.125rem;height:1.25rem;top:27.5rem;left:9.875rem;display:block; }
 }