.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:223,230,244;--color-primary-1:150,172,218;--color-primary-2:44,89,181;--color-primary-3:22,45,91;--color-primary-4:7,13,27;--color-secondary-0:255,217,222;--color-secondary-1:255,128,145;--color-secondary-2:255,0,34;--color-secondary-3:128,0,17;--color-secondary-4:38,0,5;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:Toyota Type;--paragraphs-font-family:Toyota Type; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#09003c;background-image:url("https://images.assets-landingi.com/uc/cfc73341-4c3b-43f9-bc74-84282f2f1b9d/1920x10802landing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:block; }#RlogwHJINl9O0ZqiyXSFmHIawsWgU6Ha { background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:8.75rem;left:29.9375rem;display:none; }
#MnRpTF1bpsOg2I2nfTeq92bLvCyoRdcd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQzrHgg9OQd55Cpl9psefPsRUzeIFN61 { background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.125rem;left:29.9375rem;display:none; }
#yitDudceWEngM7eTIkVP5eRaLvzhUTsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-form-header {  }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.1875rem;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; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0.17);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:21.1875rem;box-sizing:border-box;height:2.9375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0.17);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:21.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:toyota;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .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:rgba(0,0,0,0.17);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:21.1875rem;box-sizing:border-box;height:2.9375rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#1a1a15;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:21.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.66);vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;float:none; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .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:toyota;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-container:first-of-type{padding-top:0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-container:last-of-type{padding-bottom:0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0625rem;left:50.937496185302rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-info-text { display:block;height:auto;font-family:toyota;font-size:0.75rem;line-height:1.3;font-weight:300;color:#e9e9e9;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC {display:block;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.0625rem;left:50.937496185302rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #FiEu2cwsx2xksNrpE5vwmKrTrXHuXx5n { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #ELsPBB0Sl1U3nBom2y2DibbWgsTHJ3Sd { position:relative;display:none; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #FTCSam3ARVqcAkkFSMiWT1GLeOF8tG3c { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Qy5VnpbaxEbBnfFfUnZqGQ0raITVbgt5 { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #kJvsdTfoLTT4t2CPsggnPTSU5lo3ceLu { position:relative;display:none; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #uXgJZ8JmoAKhSCLoberdBpcgRZDbx3J4 { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #hO5T1moFDiGKk2X0C7A9xpWM7f5mkH02 { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #ekixb0G1E2wb1oNFwSMKEhAyAyoTUgCZ { position:relative;display:none; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #h17di8IvVOWwiUL5JbFx26leiUDnBEgm { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #AoQsfVGDq17XPf92W62I6LRapyoWsJgK { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #svJZv8C9uReBE0kPfGuTPwU3vRTk1T1T { position:relative;display:block; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #M6qaTRselXiSyWsDAavu4QV09B9WKqlV { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #UhSoqtkmVzItrJ9Aroqs3TfASbg8ZB8F { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #l6lHsVExXbTiQmVR9UzvNUnzA822FOZR { position:relative;z-index:2; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Isc0zlafHABl0t1lGVHuTwWnUQd6smgd { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #oS4oyNPAbSbfn9HJC6DZ9c5J047ZnEq8 { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #fcTU0VU0gE8uNN9PIvt4twz5hnLLeV0l { position:relative;z-index:2; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Xup94l7tS8uRLDfmccHyPaxCJC4C9tEu { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #DUkg3pfwnTuq0Q7lIDbuACTuhLBcBIhI { position:relative; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #RaKTOCnybhWL1gKCxC2wff3fPUT13epf { position:relative; }
#UKpwmMSoagpx9ZWxeDyUtxbJgspTPnko { color:rgba(var(--color-tertiary-0),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:52.1875rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h76POgLQdy697TXChkFe42A3Rr79QtiB { 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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.06206875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:45.716146469116rem;left:57.96549987793rem;display:block; }
#LinAMlq6X8lWJ3AOn6DtzgiJOGTu5PG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GVm7tLL5F8JxcC6L3ZUER3U6KdeVT1sE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9373125rem;height:2.37413125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:49.200307846069rem;left:58.058815002441rem;display:block; }
#T3ROlyhba3GppMymtp4ZGL1Tre5VTFME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s95v3wxIE7kImOB18Ca9SlrUqQo13zBS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:34.15625rem;left:28.437500953674rem; }
#STPl78UdI0rTcLq3ew9Cdp7PqISrX3kB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.716146469116rem;left:44.958770751953rem;height:9.3424375rem;font-style:normal;display:block; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:#ff004c;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:38.1875rem;left:52.906246185302rem;z-index:15012; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #b6AFo1LWXTshcSpVy3IoQT86z951NhOL { display:flex;position:relative;top:0rem;left:0rem; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #cNT2oO9KtETumRLcotBXn6XqgdGeguNw { width:auto; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #mJTdMKeFQgZnAZ8FvU9r4ym6cRwMppDT {  }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #pGGMkicmF39QBumQneUIkMuvKdBAhp5B { display:flex;position:relative;top:0rem;left:0rem; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #dfV4dq98k4FEBTJDEGc6yAG2O7yzvb60 {  }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #aMyvTGCOzL5nATsS9iRJAwktiQGdyr4a {  }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #VE13Nq6Pl4T9xkLdT1ykeiE6ntTuQRPE { display:flex;position:relative;top:0rem;left:0rem; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #R8lLBaWEvVmQOccgk2Nza7Vg73BbZ2Kc {  }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #fmQn48dfUsxwg6RtrJ3ylvnoGacz3uF5 {  }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #pIaZbFK6mAz2Ze0pAhMwLHxAnRMKWDpn { display:flex;position:relative;top:0rem;left:0rem; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #GkPyd8S8ZoZ0NrfQmAhvuN5vnAoeuBxD {  }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #IKCr3hTuw9xTT8bHBHd4G2TCSdHhPUh1 {  }
#WJtz7BaxFmpzOAP0sn5qU2a2iEhFd1oO { background-color:#ff0022;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);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:52.315542221069rem;left:44.958770751953rem;display:block; }
#zBUUQTMm8Sqbow7uHscQQqlTASsdZHUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c497MUR8xSliwWcODR2stkyx8TM1Q8bh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#201b1c;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; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row .container { background-color: transparent; background-image: none; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row .container > .video-iframe-container { display: none; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row > .video-iframe-container { display: none; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .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); }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row .container { border-width: 0; border-radius: 0; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#qeH9yDQTHqpew3xE45N75ezCg9CFbxNt { color:rgba(var(--color-tertiary-0),0.23);display:block;width:14.125rem;position:absolute;font-family:toyota;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:1.8125rem;left:24.90625rem;height:1.50065rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Le4VDIfd7COHfBnx8fxKCbFEIBCsCemb { 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),0.23);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyota;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.84375rem;left:38.15625rem;display:block; }
#mm3xiI6XocQkkuCgrm9CBKeozBVOMeMU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlogwHJINl9O0ZqiyXSFmHIawsWgU6Ha { width:20rem;height:3.75rem;top:8.75rem;left:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnRpTF1bpsOg2I2nfTeq92bLvCyoRdcd { display:block; }
 }@media only screen and (max-width: 763px) { #CQzrHgg9OQd55Cpl9psefPsRUzeIFN61 { width:20rem;height:3.75rem;top:13.125rem;left:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yitDudceWEngM7eTIkVP5eRaLvzhUTsd { display:block; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-regular-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-text { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-textarea { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-select { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-button { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC  { width:21.1875rem;height:auto;top:4.0625rem;left:24.0625rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .radio-container { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC {display:block;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC { width:21.1875rem;height:auto;top:4.0625rem;left:24.0625rem; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #FiEu2cwsx2xksNrpE5vwmKrTrXHuXx5n {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #ELsPBB0Sl1U3nBom2y2DibbWgsTHJ3Sd { display:none; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #FTCSam3ARVqcAkkFSMiWT1GLeOF8tG3c {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Qy5VnpbaxEbBnfFfUnZqGQ0raITVbgt5 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #kJvsdTfoLTT4t2CPsggnPTSU5lo3ceLu { display:none; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #uXgJZ8JmoAKhSCLoberdBpcgRZDbx3J4 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #hO5T1moFDiGKk2X0C7A9xpWM7f5mkH02 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #ekixb0G1E2wb1oNFwSMKEhAyAyoTUgCZ { display:none; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #h17di8IvVOWwiUL5JbFx26leiUDnBEgm {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #AoQsfVGDq17XPf92W62I6LRapyoWsJgK {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #svJZv8C9uReBE0kPfGuTPwU3vRTk1T1T {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #M6qaTRselXiSyWsDAavu4QV09B9WKqlV {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #UhSoqtkmVzItrJ9Aroqs3TfASbg8ZB8F {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #l6lHsVExXbTiQmVR9UzvNUnzA822FOZR {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Isc0zlafHABl0t1lGVHuTwWnUQd6smgd {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #oS4oyNPAbSbfn9HJC6DZ9c5J047ZnEq8 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #fcTU0VU0gE8uNN9PIvt4twz5hnLLeV0l {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Xup94l7tS8uRLDfmccHyPaxCJC4C9tEu {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #DUkg3pfwnTuq0Q7lIDbuACTuhLBcBIhI {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #RaKTOCnybhWL1gKCxC2wff3fPUT13epf {  }
 }@media only screen and (max-width: 763px) { #UKpwmMSoagpx9ZWxeDyUtxbJgspTPnko { top:1.5rem;left:26.875rem;width:20.875rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h76POgLQdy697TXChkFe42A3Rr79QtiB { width:13.125rem;height:3rem;top:45.6875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LinAMlq6X8lWJ3AOn6DtzgiJOGTu5PG9 { display:block; }
 }@media only screen and (max-width: 763px) { #GVm7tLL5F8JxcC6L3ZUER3U6KdeVT1sE { width:12.875rem;height:2.3125rem;top:49.1875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ROlyhba3GppMymtp4ZGL1Tre5VTFME { display:block; }
 }@media only screen and (max-width: 763px) { #s95v3wxIE7kImOB18Ca9SlrUqQo13zBS { top:34.125rem;left:14.812500953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STPl78UdI0rTcLq3ew9Cdp7PqISrX3kB { top:45.6875rem;left:24.625rem;width:23.125rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E { width:18.5rem;height:5.1875rem;display:flex;top:36.5rem;left:28.5rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #b6AFo1LWXTshcSpVy3IoQT86z951NhOL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #cNT2oO9KtETumRLcotBXn6XqgdGeguNw {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #mJTdMKeFQgZnAZ8FvU9r4ym6cRwMppDT {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #pGGMkicmF39QBumQneUIkMuvKdBAhp5B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #dfV4dq98k4FEBTJDEGc6yAG2O7yzvb60 {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #aMyvTGCOzL5nATsS9iRJAwktiQGdyr4a {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #VE13Nq6Pl4T9xkLdT1ykeiE6ntTuQRPE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #R8lLBaWEvVmQOccgk2Nza7Vg73BbZ2Kc {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #fmQn48dfUsxwg6RtrJ3ylvnoGacz3uF5 {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #pIaZbFK6mAz2Ze0pAhMwLHxAnRMKWDpn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #GkPyd8S8ZoZ0NrfQmAhvuN5vnAoeuBxD {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #IKCr3hTuw9xTT8bHBHd4G2TCSdHhPUh1 {  }
 }@media only screen and (max-width: 763px) { #WJtz7BaxFmpzOAP0sn5qU2a2iEhFd1oO { width:26.125rem;height:3.8125rem;top:52.3125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBUUQTMm8Sqbow7uHscQQqlTASsdZHUD { display:block; }
 }@media only screen and (max-width: 763px) { #c497MUR8xSliwWcODR2stkyx8TM1Q8bh { display:block; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeH9yDQTHqpew3xE45N75ezCg9CFbxNt { top:1.75rem;left:11.280599594116rem;width:14.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le4VDIfd7COHfBnx8fxKCbFEIBCsCemb { width:11.4375rem;height:3.4375rem;top:0.8125rem;left:24.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm3xiI6XocQkkuCgrm9CBKeozBVOMeMU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1167e3c0-2bd5-4d27-98e3-abef2731ed79/SM_1080x1920.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:117.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RlogwHJINl9O0ZqiyXSFmHIawsWgU6Ha { width:20rem;height:3.75rem;top:83.0125rem;left:0rem;z-index:15006;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnRpTF1bpsOg2I2nfTeq92bLvCyoRdcd { display:block; }
 }@media only screen and (max-width: 763px) { #CQzrHgg9OQd55Cpl9psefPsRUzeIFN61 { width:20rem;height:3.75rem;top:88.0125rem;left:0rem;z-index:15006;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yitDudceWEngM7eTIkVP5eRaLvzhUTsd { display:block; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .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; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#ffffff;display:block;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]:-moz-placeholder { color:#ffffff; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]::-moz-placeholder { color:#ffffff; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]:-ms-input-placeholder { color:#ffffff; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC [class*="-text"]::-webkit-input-placeholder { color:#ffffff; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(56,55,49,0.66); }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC  { width:17.5rem;height:auto;top:47.601999282837rem;left:0rem; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC {display:block;}#oZ5eSktZvZyN7brNV62iHNcBtVmBHChC { width:17.5rem;height:auto;top:47.601999282837rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #FiEu2cwsx2xksNrpE5vwmKrTrXHuXx5n {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #ELsPBB0Sl1U3nBom2y2DibbWgsTHJ3Sd { display:none; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #FTCSam3ARVqcAkkFSMiWT1GLeOF8tG3c {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Qy5VnpbaxEbBnfFfUnZqGQ0raITVbgt5 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #kJvsdTfoLTT4t2CPsggnPTSU5lo3ceLu { display:none; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #uXgJZ8JmoAKhSCLoberdBpcgRZDbx3J4 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #hO5T1moFDiGKk2X0C7A9xpWM7f5mkH02 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #ekixb0G1E2wb1oNFwSMKEhAyAyoTUgCZ { display:none; }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #h17di8IvVOWwiUL5JbFx26leiUDnBEgm {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #AoQsfVGDq17XPf92W62I6LRapyoWsJgK {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #svJZv8C9uReBE0kPfGuTPwU3vRTk1T1T {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #M6qaTRselXiSyWsDAavu4QV09B9WKqlV {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #UhSoqtkmVzItrJ9Aroqs3TfASbg8ZB8F {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #l6lHsVExXbTiQmVR9UzvNUnzA822FOZR {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Isc0zlafHABl0t1lGVHuTwWnUQd6smgd {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #oS4oyNPAbSbfn9HJC6DZ9c5J047ZnEq8 {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #fcTU0VU0gE8uNN9PIvt4twz5hnLLeV0l {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #Xup94l7tS8uRLDfmccHyPaxCJC4C9tEu {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #DUkg3pfwnTuq0Q7lIDbuACTuhLBcBIhI {  }
 }@media only screen and (max-width: 763px) { #oZ5eSktZvZyN7brNV62iHNcBtVmBHChC #RaKTOCnybhWL1gKCxC2wff3fPUT13epf {  }
 }@media only screen and (max-width: 763px) { #UKpwmMSoagpx9ZWxeDyUtxbJgspTPnko { width:17.1875rem;height:2.11263125rem;top:45.558815002441rem;left:1.4062500596046rem;font-size:1.625rem;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h76POgLQdy697TXChkFe42A3Rr79QtiB { width:17.5rem;height:3.4375rem;top:107.68338394165rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LinAMlq6X8lWJ3AOn6DtzgiJOGTu5PG9 { display:block; }
 }@media only screen and (max-width: 763px) { #GVm7tLL5F8JxcC6L3ZUER3U6KdeVT1sE { width:17.5rem;height:3.4375rem;top:102.87110137939rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ROlyhba3GppMymtp4ZGL1Tre5VTFME { display:block; }
 }@media only screen and (max-width: 763px) { #s95v3wxIE7kImOB18Ca9SlrUqQo13zBS { display:flex;width:3.125rem;height:3.125rem;top:87.142707824706rem;left:1.40625rem; }
 }@media only screen and (max-width: 763px) { #STPl78UdI0rTcLq3ew9Cdp7PqISrX3kB { width:12.5rem;height:15.59245625rem;top:91.378044128419rem;left:3.7500002980233rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-text.counter-number { padding-top:0.4475rem;padding-right:0.38875rem;padding-bottom:0.4475rem;padding-left:0.38875rem;width:2.329375rem;min-width:2.329375rem;height:2.40375rem;font-size:1.788125rem;line-height:38.46px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.06375rem solid #ff004c;border-right:0.06375rem solid #ff004c;border-bottom:0.06375rem solid #ff004c;border-left:0.06375rem solid #ff004c; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.279375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.10625rem;height:0.950625rem;font-size:0.670625rem;line-height:15.21px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E { width:16.936875rem;height:4.65495rem;display:flex;top:84.563806533812rem;left:0.97547751665113rem;z-index:15012;padding-top:0.55875rem;padding-right:0.554375rem;padding-bottom:0.55875rem;padding-left:0.554375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #b6AFo1LWXTshcSpVy3IoQT86z951NhOL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #cNT2oO9KtETumRLcotBXn6XqgdGeguNw {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #mJTdMKeFQgZnAZ8FvU9r4ym6cRwMppDT {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #pGGMkicmF39QBumQneUIkMuvKdBAhp5B { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #dfV4dq98k4FEBTJDEGc6yAG2O7yzvb60 {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #aMyvTGCOzL5nATsS9iRJAwktiQGdyr4a {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #VE13Nq6Pl4T9xkLdT1ykeiE6ntTuQRPE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #R8lLBaWEvVmQOccgk2Nza7Vg73BbZ2Kc {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #fmQn48dfUsxwg6RtrJ3ylvnoGacz3uF5 {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #pIaZbFK6mAz2Ze0pAhMwLHxAnRMKWDpn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #GkPyd8S8ZoZ0NrfQmAhvuN5vnAoeuBxD {  }
 }@media only screen and (max-width: 763px) { #SuPCKgWtVQ0380Z1VMTou8yL9aNHJn9E #IKCr3hTuw9xTT8bHBHd4G2TCSdHhPUh1 {  }
 }@media only screen and (max-width: 763px) { #WJtz7BaxFmpzOAP0sn5qU2a2iEhFd1oO { width:19rem;height:3.8125rem;top:112.3708820343rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBUUQTMm8Sqbow7uHscQQqlTASsdZHUD { display:block; }
 }@media only screen and (max-width: 763px) { #c497MUR8xSliwWcODR2stkyx8TM1Q8bh { display:block; }#c497MUR8xSliwWcODR2stkyx8TM1Q8bh > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeH9yDQTHqpew3xE45N75ezCg9CFbxNt { width:14.125rem;height:1.50065rem;top:1.25rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Le4VDIfd7COHfBnx8fxKCbFEIBCsCemb { width:11.4375rem;height:2.25rem;top:4rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm3xiI6XocQkkuCgrm9CBKeozBVOMeMU { display:block; }
 }