.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:188,188,188;--color-tertiary-2:144,144,144;--color-tertiary-3:107,107,107;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota";--paragraphs-font-family:"Toyota"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:4.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qUCK4ST191o0oAQS7ehmNqqK18gWBfyV { 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; }
#effxkFhEwzhDUmfgAZ7Insvo84Uhgyy0 { 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:3.75rem;width:10.1875rem;top:0.125rem;left:64.8125rem;overflow:hidden;display:block; }
#c0XOIe4acLFN7ES7n1UAiq7eQ88TTqWv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:9.3125rem;display:block; }
#FVtVPM8yF6w1gFEDVXJPbB2cBXSJ01ET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkGRMcXHaU30Adifg1SRRgc2dSiDZfqP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:32.0625rem;display:block; }
#Rd2kF68uyGlAocwo0K1w1ZsQq13HvQrq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ea5nUcq67I2eUFC0UWKFSkeXl19qpJCn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:20.375rem;display:block; }
#KstCvisk9USIJzkzVNMSXHzXIKJ8vlJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgDCb3iWNpmDiTNdX67loC82rov6Tkw1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:43.125rem;display:block; }
#cWOeT0q0JHoxvlTPbxqFqxdMT9d7sbf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLtUUSgbhLIJnt6XE7bZRvxwL56JR0kx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.375rem;left:54.5625rem;display:block; }
#UyeFVwfuFV07cTWVx6q7MpkW6HSLC3Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PL3gDZwPkTuEdHh8tTBq3B6bU7dM4UZs { position:absolute;display:block;z-index:15019;height:3.75rem;width:3.75rem;top:0rem;left:4.65625rem;display:block; }
#vzVfDHudQTS37g5nLoAbwARkInU26ymU { position:relative;display:none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU { border-width: 0; border-radius: 0; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .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; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .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:none; }#FV2d4CoSAneT39KylxouTczBPeI27fO4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:5.4375rem;display:none; }
#SJTzAzmV27D2R6L3qomTbUilNFoOfIkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wsmfnrag3M0oSWKDxvaZ3o5R2mxrqa5a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:18.5rem;display:none; }
#ZAbUwTn8I5fkuc8O9EpZWB2zgxMFlDZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZEPTG01ftDkH9pDywoDEFdSux38iILF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.375rem;left:44.25rem;display:none; }
#hnckyV0nVcc7qWLoDOqa6OIuSfVolwcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3XEORacayBdTwZSITiM7Z7MAi3QlexS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:31.5625rem;display:none; }
#S2G5bzm99TH8hMzutu4lL6PMMrp3xFRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTctoh7Gmpdw4hUJ0ULfTIHdtUhPdFKx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:50.8125rem;display:none; }
#gROTNkElMuhi5DReSfvUOBk5aCUrEXy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWBwAKsSL3geMt02CB5BOCHGsWJ19WmU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:50.8125rem;display:none; }
#KD53OkTn1Emdxm8M4ZuXdG6si2XT6meI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF { 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/f4471573-a588-45f0-b12f-023c5a8a3c22/Toyota_Wyprzeda2025_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.adaptive-delivery-prevent-bg, #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.lazyload, #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.lazyloading { background-image: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container { border-width: 0; border-radius: 0; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:none; }#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-form-header {  }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-regular-label { height:auto;display:block;font-family:toyotatype;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; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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;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.3125rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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(40,40,48,0.5);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.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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.625rem;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:var(--paragraphs-font-family);overflow:hidden; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container:first-of-type{padding-top:0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container:last-of-type{padding-bottom:0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ  { 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:4.095458984375rem;z-index:15014;position:absolute; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ {display:block;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ { 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:4.095458984375rem;z-index:15014;position:absolute; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #V3WtPwwrk5UhClwMV1v2neKta8Kg2Ka1 { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LGwchZiqDKK4sLQbH384O7tFtc3bbFlU { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #SlAOR6pnFp11nV4PwCOuiTTnz1Gn2cwe { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AOlfdF7RzNRakOMSGAXzlK8kU65Tk3HU { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #rhP4QGfA2uW2HJAcbccSPxaAZ2rdq98d { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #JRzlQhTtLPTfJIs9J5VZupMcUEo46RsX { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #CTGJ85dvvIGd04fblsWUBXnM4mCbirwV { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #xezikTaGU3ccNWNGCtDyTLBxxSUJDhz5 { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #tvHTKHVQClonzRSbmb2aFmZUQrvgZvw1 { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ESQcWzPh3H7Eye5R5G3Xig4coyAaDTZq { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #TqReSb67IsFT53vTMKr4dgJ43XpWtd59 { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #IT5kvuolBT1HSCL8aTDT3qCIAkUSRNbf { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #asGbGNMhRTE0dMzPew0l97C4kXxIAlUX { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #KUiUeNBk8KeosGFVnWMv1XiEUCvy5yA7 { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #a0X8UZvDIoKS0sAZxkdvhx22cwvZTOpg { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ET2K0e1TFfahF7hw1qSCtEliTVk3lfea { position:relative;display:block;z-index:15000; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Fliat9sXUXECG4XSDTWCtGM4xiS1fJaP { position:relative;display:block;z-index:15000; }
#MTH509FawSzRvL1swPTalenTxbdZU9FE { position:relative;display:block;z-index:100000;display:block; }
#FacHTsGNhusSK5PdA696L7kT7SUscvNq { position:relative;display:block;z-index:100000;display:block; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #R9dkMDzv4rM7oP2VXfptscJvTbFnzsuT { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Rz31vB9Zo3pwDtFtLFeqxFNbbZoXlr4r { position:relative;z-index:2; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AVG2OWFu41gwnq8sXCCKHRvUkD8QogET { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LQ40guZMc2Nt0Lh6fPVWg5w0o3pd3bRS { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Pptik6znGvGoU2MA0EADdxhMcCwgpHr2 { position:relative; }
#uAoe1zTKKEwUqX7N1muAM50emv5EzrNh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:55.74951171875rem;height:1.7875rem;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; }
#nFaerWuw8VX2B5MmgWscrxwbzFQdAoC1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:20rem;top:0rem;left:55.000000953674rem;display:block; }
#iVC7ewbDXZ1hWBw5nkJ3T1ElTSFIakrf { 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.6875rem;width:14.5625rem;top:0rem;left:0rem;display:block; }
#eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.471874237061rem;left:60.718750953674rem;display:block; }
#qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnqGhRX77qZiyqNI5sAuyNUurIOZnEhf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:15rem;display:none; }
#rfOunT9AbNF5fEp8TXTUnlVg7WAd6T32 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.250782012939rem;left:2.83203125rem;height:9.0175625rem;display:block; }
#mByP3iGn5DGU7LScpPTvc0BxyFzakV3Q { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:35.900783538818rem;left:2.8343744277954rem;height:3.00625rem;display:block; }
#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 { 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/39386344-b830-48d0-a616-3fa02e14e634/lptoyota.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8.adaptive-delivery-prevent-bg, #y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8.lazyload, #y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8.lazyloading { background-image: none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container { background-color: transparent; background-image: none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container > .video-iframe-container { display: none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row > .video-iframe-container { display: none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .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); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container { border-width: 0; border-radius: 0; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-form-header {  }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-regular-label { height:auto;display:block;font-family:toyotatype;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; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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;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.3125rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-text {padding-top: 0; padding-bottom: 0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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(40,40,48,0.5);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.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-select {padding-top: 0; padding-bottom: 0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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.625rem;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:var(--paragraphs-font-family);overflow:hidden; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-container:first-of-type{padding-top:0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-container:last-of-type{padding-bottom:0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS  { 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:4.095458984375rem;z-index:15014;position:absolute; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS {display:block;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS { 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:4.095458984375rem;z-index:15014;position:absolute; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #Wwd2mGdTwFG14Fxwo3H4BSUu0DOfQPJu { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #ge1ltCMbVSnCQZammfuH5F3zEyQrEkOd { position:relative;display:none; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #EQULuUQ4T4ql3q8E2Of9Ue0w4VUlPv0z { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #oWx6f3n1up2gLMAFtPJSOxu4UULPMJrX { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #BAsDmIMGAfqTllADZKBZvGeQ0EgMr4Lv { position:relative;display:none; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #hqszq5umvt0PDg2XhxLTxbp2AguhkSUM { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #lqwivR7TkJAlEIi3UkTXZIhTrzgDzPxb { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #rXNq06p2Vv8ZQZBUuVN9JUdLEnS3fanV { position:relative;display:none; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #He0hfzf1puXvcoXrSa0Coy8z1bnJBH5R { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WULBHPdhfyPo7JR9WUNbCudod0Hn7BZd { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #vofvnu4F6sagDesaM2TCfLRPWJ1Es905 { position:relative;display:none; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #o8w7VG2SDqJCqBmTlPr4QVpx3g4gMbVX { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #Omsvct61sncS9WM9TEAAwwoqPc4cDwBG { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #MGZWRFW7rcyUwLZB8k8WmQu7kO6ReIfH { position:relative;display:none; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #NWmB4SJev0CnzL9V1IuS1mzGO9npbBFN { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #w7PRiDnxnGBZLomCSd0EUJNcOH48db0Q { position:relative;display:block;z-index:15000; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #SrVEFBomySd5rZ0vMRmOkPdRcdvbglGc { position:relative;display:block;z-index:15000; }
#xa4HHBGdsE23Jrbc8l6Hak2cmKQJGb1V { position:relative;display:block;z-index:100000;display:block; }
#rLdU0ERGm6kqAFZKlX0wRMyrMQ9lobPL { position:relative;display:block;z-index:100000;display:block; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #lGyqGggWkENW4f0XbiunxL5n1TkpO2yD { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WFrC6ShBD80seaOPmTveyAmsIkKxU3BC { position:relative;z-index:2; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WnnA6SGf3AyaQmlHHWEQ4rsVMRcKRCDB { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #hHk2PHP1QQRKuTrTGv68db07Zvx3cMEu { position:relative; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #wB98lgRiPe8DviqmspShq496qa10JXw1 { position:relative; }
#TKdDyXHeh3SPXZFTS0I5aPvt51nBRsby { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:55.74951171875rem;height:1.7875rem;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; }
#kAeQqeAD0GXrKJwEGC6667s80JMy4Thr { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:20rem;top:0rem;left:55.000000953674rem;display:block; }
#gWfmPi6QfNTN38M7ydQpUzbNW1AKiGJl { 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.6875rem;width:14.5625rem;top:0rem;left:0rem;display:block; }
#hOkw4QxgeMZ3hdu6kRMEQ1pTTKoeEIh2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:42.102081298828rem;left:60.71875rem;display:block; }
#fsmDROXP9wWUCwybXhDbCBVMLNqS2mEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J4L572OqWaOTVTpE7fLTOyDbMAoEC8MN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:14.25rem;display:none; }
#Dv939NceszPW8bi53dmbNt3z9EaPWmSv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.8125rem;left:6.8125rem;display:none; }
#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 { 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/20de1e46-5b22-4a47-b299-3562e5b8c357/AYGO.png");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;display:block; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6.adaptive-delivery-prevent-bg, #Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6.lazyload, #Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6.lazyloading { background-image: none; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container { background-color: transparent; background-image: none; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container > .video-iframe-container { display: none; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row > .video-iframe-container { display: none; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .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); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container { border-width: 0; border-radius: 0; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#V4kWN15bnZvnKonDMkbku6w84LkVBc1n { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6749992370606rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IlUwFxpcRyv06cc9KIS7bnhZa1c1E4kW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IvKA2TSCmDMEO3oaZ1Lz1Hwz4gnXQTul { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:20rem;top:0.019790649414062rem;left:55rem;display:block; }
#huH9FO2KC3RXaRnopeINP1Oy6vyXtSBV { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.2890625rem;left:54.8779296875rem;height:1.54375rem;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; }
#SsiUPnv1ofWttvu6ESdQ6kMP4aTZbclX { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.34375rem;height:0;display:none; }
#b2oM3sTlOzMWs2HhRhXVmzuTpiqm8XHf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.8125rem;left:6.8125rem;display:none; }
#JewcFDPSLN6TmLQToZSTQvDAI2QkCpyB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.3125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:0.662109375rem;left:2.6875rem;height:9.50625rem;font-style:normal;display:block; }
#T5FWC6GktbyDiPEAd2LlUDzEwTomkFnx { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.167709350586rem;left:2.6875rem;height:7.3125rem;display:block; }
#ixsJa2TnPKTRqaMiEP9kxesf3mux1Pkp { box-sizing:content-box;height:14.0625rem;width:1.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:0rem;display:block; }
#Wks4UxmFq2IPetNDfc6GwGz7apqx1aSQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:22.125rem;left:0rem;display:block; }
#Z7UED0cp3R3aAVovhqFkqt3FltCIvXT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-form-header {  }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-regular-label { height:auto;display:block;font-family:toyotatype;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; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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;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.3125rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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(40,40,48,0.5);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.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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.625rem;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:var(--paragraphs-font-family);overflow:hidden; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-container:first-of-type{padding-top:0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-container:last-of-type{padding-bottom:0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88  { 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.1729164123535rem;z-index:15015;position:absolute; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 {display:block;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 { 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.1729164123535rem;z-index:15015;position:absolute; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #dtVaoagATJiDkCVpgSaXDEiVGqN1Ltgp { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #amdsz16yrx4DKMztl9QpgnQeUyfWrisB { position:relative;display:none; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #qFeQNyDbnrO5Cxl20fmvlMuu845Reiil { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #RkH88ZxTm0LdlLIE9GLS05G4ocAlaI0d { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #B7KgEDto8NgRSCxmevZo0tkOl4LZ4gug { position:relative;display:none; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #TxT2twF1yTV2MpFmOxlmchP0T1k4cab1 { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #PgbcBaKtvhdBVIn2ADlDtSxnU5eHoMI7 { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #VtDeUk12yrg6EFoKfbfCaNmneuzeXbnK { position:relative;display:none; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #M7ar3xdBsEkc7lIyZNTR1aKU8wHgPhtn { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #kmJ7mHys8tPhDMyl0m75LsSiXlrJO2HR { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #zOa9zu94pzv36JGPgDT85hv77ROTcSMn { position:relative;display:none; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #DURH0rp02ufrURiWtH4odvQKyIltwV0X { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #pWebdKADx6tthOPSBuBrCthswv5TfPDf { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #qCRf5r8SW7FdVl4JUEQb8G9Fs7pfW0Kl { position:relative;display:none; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #Nw9J0Z1ubiBV5I9ED6X2RB5momBpdksl { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #sgRRTGcNRR5JOo18SCyqHZUiP9KC12rc { position:relative;display:block;z-index:15000; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #zMi2DSL89yuhDOuFZlPVTI9oXsdgyc4C { position:relative;display:block;z-index:15000; }
#AaqCqKcNN0RuX7dBd9nb7NREsoE09IhZ { position:relative;display:block;z-index:100000;display:block; }
#PuGk5a0ZHai1FnV9gwAeEb2fio78JKy2 { position:relative;display:block;z-index:100000;display:block; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #UzDMH96dyxiuKs9HwXsrkeFmNAhqyu37 { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #FOSzVfD42OTTZgRATlhuid6UUEsEJ42m { position:relative;z-index:2; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #cHqUIMU7moouNIWTN43ttlLiRlEA8aX5 { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #rKMTewq310SQT0noQCNSQDlUL3JBbrbd { position:relative; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #w0m2DhbD0mOPvPUciwMvQ5M7iS5aD1Tg { position:relative; }
#oK5PyQESTOguBsJwuUAMKbCFTRXN9cba { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:42.179166793823rem;left:60.71875rem;display:block; }
#TMQOBZokTULe3EQhVPxkADUoyDPubZey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRwQE3X5nQOQt3iF0dXKG3wnglENEMmT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:17.25rem;left:0rem;display:none; }
#ri0gTSoZc2g44u4a2n0bXAOAm4TKh7Iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq { 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/6c943418-8806-46d7-9ce8-de5f42bcb583/RAV4.png");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;display:block; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq.adaptive-delivery-prevent-bg, #aDhTaDbAV9smtG29WeD2ISiceaXbOiuq.lazyload, #aDhTaDbAV9smtG29WeD2ISiceaXbOiuq.lazyloading { background-image: none; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container { background-color: transparent; background-image: none; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container > .video-iframe-container { display: none; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row > .video-iframe-container { display: none; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .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); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container { border-width: 0; border-radius: 0; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:block; }#G2J3F1Zzfsq9s9GHEg83wd7hLNrTeqMD { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6749992370606rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BZKfNIL3y6ZAZ5dta9uTVLOqgLNpL0lw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UcdaTbpXqAeNMyhel8NOxa6lN0IDcRI8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.625rem;width:20rem;top:0.019791603088379rem;left:55rem;display:block; }
#tfOLNR0QO3wPkEWuypqUM0Dhse7lQwu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1220625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.2890625rem;left:54.8779296875rem;height:1.54375rem;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; }
#R68xXPdsybbAbiy9k3tC0g3tkktZA5C9 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.34375rem;height:0;display:none; }
#NL7k479n66ETTk5JnSHaeJiWJ0RT4fPT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.8125rem;left:6.8125rem;display:none; }
#Ha3JOLFCOPmIk5zU9u9h32R9epKaXlvi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.3125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:0.662109375rem;left:2.6875rem;height:9.50625rem;font-style:normal;display:block; }
#asHOKIQERzxxWTdyAkfvUPAzrICDVBfC { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.16796875rem;left:2.6875rem;height:2.4375rem;display:block; }
#i4CxwWLfwrADzpceT41sIBHF9wf0QflT { box-sizing:content-box;height:9.375rem;width:1.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:0rem;display:block; }
#pluz7iZ88ahDHeESlXPHTnaqh6GMM3yv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:17.25rem;left:0rem;display:block; }
#ov3UHitMN0TTHHzH6Sk3nQl0SO8ulTTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-form-header {  }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-regular-label { height:auto;display:block;font-family:toyotatype;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; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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;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.3125rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-text {padding-top: 0; padding-bottom: 0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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(40,40,48,0.5);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.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-select {padding-top: 0; padding-bottom: 0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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.625rem;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:var(--paragraphs-font-family);overflow:hidden; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.4375rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-container:first-of-type{padding-top:0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-container:last-of-type{padding-bottom:0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf  { 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.1875rem;z-index:15016;position:absolute; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf {display:block;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf { 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.1875rem;z-index:15016;position:absolute; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #nhLScDOJRebcKi6FBzhDO0ig3nmJs9zG { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #IOq8aD0WtECqt2Wc8BhMChpyKmqzJHKe { position:relative;display:none; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #VLPHyFZTELF6KfVG0y7DimAUgsXsX4nf { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Db18esCAOaiWAN4J0ERH2OImpNNtgJxR { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #xKoZbmWIT0l9BmIxD7hqMLfy5f2RMO0T { position:relative;display:none; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #QS47SbzXuWS14yVWUbTO3oeZyTeDVXr0 { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #awv7BzQTdgbTQ69c8MwE84NWChEDbaft { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #kfvwVNetTorpQnPc2f38oZT6567vQx0U { position:relative;display:none; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #PMTybAKN9SXOogZnVkTdRxNcS5hWOavQ { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Sou0bmZJgioGswaxcmZLVrznxklwH2Ul { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #qH3f1cTXXgOTAtTvZtTlrPQofaTlUATu { position:relative;display:none; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #yX9KOdEDyr9Fd9rBTWz0AIb7EWTHrMLs { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #MbMTLDrgI5tnz5qRb2zVxwOyxToLKZOk { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #UC8Tp9Tr6zSxbxNQnDwfhUERzGiGF6PH { position:relative;display:none; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #go0df4ERgmPQKpNq6qpT3ZyWa2e7yetd { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #TXDF97hQ42ooWGzQhiu7DSmGwofzm3Mc { position:relative;display:block;z-index:15000; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #FeSAFQmCZ6JmEUgyzqX4umkqVRpLR4dv { position:relative;display:block;z-index:15000; }
#UHteSNQW3Qxbfhqfc34TDf7OKPF7HMdG { position:relative;display:block;z-index:100000;display:block; }
#eNy11LuPNOAlseEH1DsksKNy8ohu50D3 { position:relative;display:block;z-index:100000;display:block; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #mI46gJ0FlOw1MSb1lfqx1Dq82DeZsbXe { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #X9B8m4lGTeaqs6cWaLuNRkuEMpIPhPNI { position:relative;z-index:2; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #zM3olCL1saPpypJBgpTunKvGDcstEEnK { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Owy4LMZIWodRMaCtingTfU1Hvgsy5EsT { position:relative; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #cklrZcNwXPzEsfSINHULwpCT0piEevvI { position:relative; }
#pzpJXgCAdlaGMifTbMXQpFODFGN0dNW5 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:42.162498474121rem;left:60.71875rem;display:block; }
#BdSOTo4g2AwOoRNiGfMUnvwgPkE9KDr4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxe4PDBKwk2Tr59JkXWFXGIiCdEacpHm { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.3125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:0.662109375rem;left:2.6875rem;height:9.50625rem;font-style:normal;display:none; }
#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 { 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; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row .container { background-color: transparent; background-image: none; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row .container > .video-iframe-container { display: none; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row > .video-iframe-container { display: none; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .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); }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row .container { border-width: 0; border-radius: 0; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#v0tRAiTd4sfTwu5qlfIWgXrXFGm1tkux { 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; }
#Gth6cScFUzQsL2eLU90dyf5Xq90WFO0H { 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; }
#EJiI2AO5aKbTL5L2tUmCORKgp1IWcGNN { 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; }
#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { position:relative;display:block; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { background-color: transparent; background-image: none; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row .container > .video-iframe-container { display: none; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row > .video-iframe-container { display: none; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .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); }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { border-width: 0; border-radius: 0; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .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; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .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:25.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2914066314698rem;left:51.965626716614rem;height:2.1125rem;display:block; }
#VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.69140625rem;left:0rem;height:2.03125rem;display:block; }
#NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.3625011444094rem;left:0rem;height:3.25rem;display:block; }
#v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.03750038147rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.06015625rem;top:1.00390625rem;left:45.905468940735rem;overflow:hidden;display:block; }
#cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54375rem;display:none; }
#yofW7gsG4JfBWSiZ6e8RT40PusAkNNMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.97500038147rem;left:0.75rem; }
#QO7CW4QEUZoaUpeTBg1kxDf0q6i4xXVf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.7484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.368751525879rem;left:45.905468940735rem;height:3.0875rem;display:block; }
#rDAknyf3WihZkZ6aJguevKHnU1UTh8Pt { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.33203125rem;left:0rem;height:2.03125rem;display:block; }
#aVxu7Df4Tcabd5sPnQeTzWRcJ9J25ExQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.41250038147rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#i7sTbkT5MknKT876UqDEQhwkDAgQTieQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.35000038147rem;left:0.75rem; }
#Lb4Hcyy36ZFMDkTymTCNiCbBGWm4vrvK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:20.28125rem;left:1.4375rem;display:none; }
#r7sqTg09yrGyL0idHsT9Tn0UFRlvKz4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTpKVhQDoSl5GoHkvAzeGHHISAuqroap { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54375rem;display:none; }
#KqSBL7qlM5ymfplWn3yg5TgHQN6UkSzF { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.10000038147rem;left:0.75rem;height:1.625rem;font-style:normal;display:block; }
#TFySdJZiwW4RlDST8FmMo2xeya9ulUIS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:15.037502288818rem;left:45.905468940735rem;display:block; }
#X34oWLFOUTtxT0hy6zsTIcl86Ik7TyFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM { position:relative;display:none; }#ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM { border-width: 0; border-radius: 0; }#ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM > .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; }#ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM > .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:25.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y3W8b4MXa3w9pTdhpviNWASRTErMCRn5 { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.2875003814698rem;left:52.028126716614rem;height:2.1125rem;display:block; }
#F3wvl9mE6ZWDBq1V7CblRyyPWT6O3A1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.00390625rem;left:0rem;height:2.03125rem;display:block; }
#vhmbSSqFk1uKVTbJbwKfTu0b52OTAc3s { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.69140625rem;left:0rem;height:3.25rem;display:block; }
#oWUSltVAueZeBufUMQlVgJ1W2yypwP2a { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.03750038147rem;left:3.625rem;height:1.625rem;font-style:normal;display:block; }
#bpLb5bVgF5CthaNNvrQaiA2F10rctsrO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.06015625rem;top:0rem;left:45.405468940735rem;overflow:hidden;display:block; }
#qSND0kQboGATzWBbcMGSacge1r0CWTKI { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54375rem;display:none; }
#bqS7K8XxD0BfwvNzcU5gM0IbM6uhpQRc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.97500038147rem;left:0.6875rem; }
#Ro2TSfhUTNlB6K9pbMl7LQK11dUG2zgS { color:rgba(var(--color-tertiary-4),1);display:block;width:20.7484375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:20.912502288818rem;left:1.5625rem;height:3.0875rem;display:block; }
#KDKeXopoVN27NJnKQT3xuRsSCiPDh2Rs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.84375rem;left:1.5625rem;display:block; }
#VBaFKZ7mDdkE5o3Nd0yoG3mDW5oR7Tff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDuHc70oz4ydQ8ex2LTJqzWsIn9ezdis { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:19.8125rem;top:5.03515625rem;left:46.327343940735rem;overflow:hidden;display:block; }
#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { position:relative;display:none; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { border-width: 0; border-radius: 0; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .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; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .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:19rem;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:none; }#h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.549072265625rem;left:1.309814453125rem;height:6.825rem;font-style:normal;display:block; }
#wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.18701171875rem;left:1.309814453125rem;height:4.14375rem;display:block; }
#Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0598125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:39.5rem;height:5.3625rem;display:block; }
#OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.5rem;left:39.5rem; }
#xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.5rem;left:41.9375rem;height:4.8rem;display:block; }
#CQNLkRRbKQxuiWAirT6d8twKdrDFpwyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.25rem;left:0rem;display:none; }
#pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6851875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#s1cefn705zP3n5wbSzfQMWcIMaZ8DvQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.5rem;left:0rem;display:none; }
#MBv79cilPzerSyA8R85xsGB7cXNC7nBH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.9375rem;left:39.5rem; }
#C8lrCxGUXMlAs5Q7eZXMqMyP2XsDKLJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.1875rem;left:39.5rem; }
#xeTDV8hIMPhdyy3JeT9Nevh0WiJHezLN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:24.050001144409rem;left:2.4375rem;height:0;display:none; }
#nTFI2gX1FgkbVNToNp2TCREgUPnE6RKO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.125rem;left:39.5rem; }
#rP2tNC4KN39BJ8IXCWkzqD6wmkaiPHWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.3125rem;left:39.5rem; }
#akQTdxPMoLgVe6HCg1Z5ULqlgA6Z98qB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.93124961853rem;left:0rem;display:none; }
#UtfhZKQSpLnfobxQrFTdAXGL8af0X2ne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.93124961853rem;left:0rem;display:none; }
#N2e35GDUg2As88MW863TeQEDxQ5Ce2Xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.875rem;left:0.625rem;display:none; }
#vDI2qBDiEFaoI4WK6ncvuHPBdBadwzZF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:11.3125rem;left:41.8125rem;height:4.8rem;display:block; }
#U3gL4Wt276KJWd1wnMmFOatzpf9Qx3mM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.873291015625rem;left:6.373291015625rem;display:block; }
#N1xGd9WGkWx5eQsn2gs2ZIlOyAkdpwRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { position:relative;display:none; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { border-width: 0; border-radius: 0; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .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; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.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:none; }#zUiNzgi5VUqzw9a5ysbdiUusQ70Zs9pb { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.54931640625rem;left:33.375244140625rem;height:0;display:none; }
#KuRdf9DdehbwlQHGUTeXMasTXUB934v8 { color:rgba(var(--color-primary-2),1);display:block;width:41.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3818359375rem;left:33.375244140625rem;height:2.68125rem;font-style:normal;display:block; }
#mZ9TTGaRfSrGCLx0D4fHSa8niEoyBNXk { 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:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.124267578125rem;left:33.375244140625rem;display:block; }
#zqA8POobEZWlNeemdUam9IeR3agySV5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBkbebXludNy7BvZmXUt8Vm7z1EEdOvx { color:#19c72e;display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:5.3625rem;font-style:normal;display:none; }
#JoO7LLO7JBu5mOb9kZzHTOAtrfViRmoz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:31.125rem;top:5.78125rem;left:0rem;overflow:hidden;display:block; }
#FVEtqWe4gUdK8nEvAwIrAfHpXIHxzesm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:1.54375rem;display:none; }
#BPlEVEaqTZtF19att9qISgPVgMTQKARa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.148681640625rem;left:33.375244140625rem;height:1.4625rem;display:block; }
#wDwpKFeMZwRfCD8F5BNxRx9RLOTbkw93 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.101806640625rem;left:33.375244140625rem;height:1.54375rem;display:block; }
#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz { 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:none; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { border-width: 0; border-radius: 0; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:none; }#qF58nGJN0NXSknKrnTIELlBCcUkUTVTW { 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:18.75rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:18.21875rem;display:block; }
#vx4XELxtUXxVVIr4yAJKRrxSRlen6a32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJOwyz0xPTeFr5i6M6TNmqoJFQAuuBsX { 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:18.75rem;height:4.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:38.21875rem;display:block; }
#dMOSkmwLxhCIJ781xpxt90EWWOmkz69B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 { 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/0d7cf572-d84d-4ef6-bc1d-4165dcf880fd/tlonalanding.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:none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.adaptive-delivery-prevent-bg, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyload, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyloading { background-image: none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { border-width: 0; border-radius: 0; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:none; }#VxlKb64tXBl7nfSxTVUPlobUsdbq4Wwq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4968757629394rem;left:0rem;height:3.81875rem;text-align:center;text-align-last:center;display:block; }
#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe { 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:none; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { border-width: 0; border-radius: 0; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:none; }#uAmRQpNQDtXvPNxW8n9TM08i3FId8vcx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1749992370606rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { border-width: 0; border-radius: 0; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:none; }#lVyNEhLL0sBsAHz5q0OHVqlOEgnGTTzp { position:absolute;display:block;z-index:15004;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:2rem;width:2.9375rem;top:3.0625rem;left:0.625rem;overflow:hidden;display:block; }
#p3ITKEzF6zo3zRoOFPGUyHQz58vyeRCO { color:rgba(var(--color-primary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.4375rem;height:2.6rem;font-style:normal;display:block; }
#pdIEA7KdKpy9TOvJuCdT7MgFO9IFgQhd { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:15.4375rem;height:2.6rem;font-style:normal;display:block; }
#ZUFqXTbtVWyBOevacWLqFTggzylgMlbT { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:36rem;height:2.6rem;font-style:normal;display:block; }
#tuHzilaxfuLsp40UIXHXkgqr7r38KAkR { 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:2.125rem;width:3.125rem;top:2.9375rem;left:32.125rem;overflow:hidden;display:block; }
#uulBe5wTey19T4ez2o0tERrDPpXDpR7X { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8125rem;left:12.125rem;overflow:hidden;display:block; }
#UKw8E5TZ2mTA9AwCVKcewJxiA4pXCIQ5 { position:absolute;display:block;z-index:15013;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:6.25rem;width:0.0625rem;top:0.9375rem;left:11.1875rem;display:block; }
#zLghwsX2TPogPF8cVTbRSqi8p9ldeq3K { position:absolute;display:block;z-index:15014;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:6.25rem;width:0.0625rem;top:0.9375rem;left:31rem;display:block; }
#WThNp7KiwSefWwfWpgozm8G4RF3aD8vC { 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:6.25rem;width:0.0625rem;top:0.90625rem;left:53.9375rem;display:block; }
#RyDREXqT4XbAJfeIZl279osRLV3S0sEh { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0625rem;left:57.3125rem;height:3.9rem;font-style:normal;display:block; }
#Wx2u2KrQ0yXprAkNeRtTBv0MXvEPlvpP { color:rgba(var(--color-primary-2),1);display:block;width:0.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4375rem;left:64.3125rem;height:0.8125rem;font-style:normal;display:block; }
#RRWVArJOOnOk3lJZUssBTrrJJcrEJDET { color:rgba(var(--color-primary-2),1);display:block;width:0.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.75rem;left:68.125rem;height:0.8125rem;font-style:normal;display:block; }
#Ly6l4kw9RnMbm1a9Hx7HnKheMXiyAmh0 { 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:15018;opacity:1;top:2.46875rem;left:53.9375rem; }
#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { border-width: 0; border-radius: 0; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#NKhkoLKhDVwgVvcn8knU7iiixknKePSD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4406242370606rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPdezf2EraRR5e510yGc16TyeKXoeUxx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row .container { background-color: transparent; background-image: none; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row .container > .video-iframe-container { display: none; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row > .video-iframe-container { display: none; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .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); }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row .container { border-width: 0; border-radius: 0; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#pxtygGmsDBNBqa9Ghfzb1FFlx91qN5VN { color:#19c72e;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.5rem;left:13.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 { 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; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row .container { background-color: transparent; background-image: none; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row .container > .video-iframe-container { display: none; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row > .video-iframe-container { display: none; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .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); }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row .container { border-width: 0; border-radius: 0; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#z63sSubyyoEKRxcOIggAqhHETRfyDrfN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:28.0625rem;left:13.25rem;height:0;font-style:normal;display:none; }
#CWbiamdGIu0FEh0u54pEg0VtVXpoGCLU { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.375rem;top:0rem;left:25.25rem;display:block; }#CWbiamdGIu0FEh0u54pEg0VtVXpoGCLU.adaptive-delivery-prevent-bg, #CWbiamdGIu0FEh0u54pEg0VtVXpoGCLU.lazyload, #CWbiamdGIu0FEh0u54pEg0VtVXpoGCLU.lazyloading { background-image: none; }
#CMov2PJn4lRyLivnbBXUxMTbZX5hTTy0 { position:absolute;display:block;z-index:14979;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.375rem;top:0rem;left:50.4375rem;display:block; }#CMov2PJn4lRyLivnbBXUxMTbZX5hTTy0.adaptive-delivery-prevent-bg, #CMov2PJn4lRyLivnbBXUxMTbZX5hTTy0.lazyload, #CMov2PJn4lRyLivnbBXUxMTbZX5hTTy0.lazyloading { background-image: none; }
#SXTHCGK2Zx6brTXH52fKlg1gzBvpePsh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.6864585876465rem;left:1.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PHKpPapPsIq5wtgccl2EO6fh1UJ71gLT { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:3.6364593505859rem;left:1.875rem;height:1.1375rem;font-style:italic;display:block; }
#yDpJqrKII0PFQxFrLMQUEhzGwqQfVbQ5 { position:absolute;display:block;z-index:15159;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:13.625rem;width:20.625rem;top:10rem;left:1.9375rem;overflow:hidden;display:block; }
#mczWa3Dg6a8sOFphir1gcQbARhzZryNF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:31.875rem;left:2.90625rem;display:block; }
#SPi0FeHx3VrrOT1NQFf1LH5IbCoRoBKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgBCAOLwGyD7AqhgNbgdP4B6trm3dIGx { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:3.6364583969116rem;left:27.1875rem;height:1.1375rem;font-style:italic;display:block; }
#HEDHIoByc3bH0xFdzKBqLif4bd7pSO7f { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:31.875rem;left:28.8125rem;display:block; }
#NityertMK2wn6B6t6rIqxMhGhdFRVD3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlDHr6MiaTiVxh6cFi2E5O73K1enPvH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:1.625rem;left:52.40625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OoArBKol5gvIaADZDT91JPaHM6zLCLBg { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:3.5749998092651rem;left:52.40625rem;height:1.1375rem;font-style:italic;display:block; }
#J1uKQdix5ckqBWJnskiJKoAkiEP1cNHK { position:absolute;display:block;z-index:15158;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:13.625rem;width:20.625rem;top:10.0625rem;left:52.375rem;overflow:hidden;display:block; }
#iceoQOsISMp9MowGnkTkfWAPtZiKptaZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.875rem;left:54rem;display:block; }
#J7z2UJCVIxET3o6AginX748II5M1g8iy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RkcfTUJ03dSrOoAQ9KiU9AopWlwKWOIc { color:rgba(var(--color-tertiary-1),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.21249961853rem;left:1.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zle81IFcJpUpWLF3GzTrEP8TBzUh9rgT { color:rgba(var(--color-tertiary-1),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.21249961853rem;left:27.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cumUE0wRx3uGaFG3DxZsnTSrkAZvzKxm { color:rgba(var(--color-tertiary-1),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.21249961853rem;left:52.40625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xvgqHm4dJcRdLVToFMwHkIyKUFgJSlyo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.35000038147rem;left:1.875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EGEwrtGsfcrS7rVKs1mJDcoUlwnZeLSi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:35.6875rem;left:9.78125rem;display:block; }
#so1hDO07FbSno7OV6Mq6Rz4QnlAMut7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oasti6ytdTEB60NZGqDWSkrKFub2edJT { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.21249961853rem;left:13.375rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bUig2BrsenIQ3ZTspc9todubahyahaou { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.21249961853rem;left:38.625rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mQydE7u6dVuN8b5mwAP8aTUninMCPpKJ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.35000038147rem;left:12.875rem;height:2.1125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xUKlukgdnB9qiH9sVH4dJxRxkKOvehUU { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.21249961853rem;left:63.84375rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FIuEAbaJrqR6c4lScrO0MlstvgCWUpfT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.35000038147rem;left:37.1875rem;height:2.1125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#B4o1QIWsW4oACTbqsd0BM4yb7CnyTmAF { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:62.09375rem;height:2.1125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SZgQyFfEDOQTh5OTzh0DErswlDLnnT2m { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:27.1875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nXz8r2DLnezT4Hl87Lie1di3wqt4XCcI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:52.40625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hKKSJoZhNVQ81psRKMJtfq83XcEXcGoI { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:1.6864585876465rem;left:27.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KeeBrTu5RtQHJhcH6uqM6kLreuDS2duE { position:absolute;display:block;z-index:15159;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:13.625rem;width:20.625rem;top:10rem;left:27.1875rem;overflow:hidden;display:block; }
#KLVc4sUoTC3Hm3awfJ8pUl1C33LcGQp9 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:5.7374992370606rem;left:2.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QqEvpgry368XSoK1oHwXTJ38nHwwz2SN { color:#19c72e;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:6.6052093505863rem;left:2.1875rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pSmRz5yWkDOSNt6P8c5x551TW5Do1Jxg { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:4.1875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:5.2114582061767rem;left:1.875rem;display:block; }
#eTJWWfPJ5J2yOOanvZRusUkZgRmkBDhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJafwqqhigcP9pTKHbZ4LxmWImQ3Bg2P { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.375rem;top:0rem;left:0rem;display:block; }#kJafwqqhigcP9pTKHbZ4LxmWImQ3Bg2P.adaptive-delivery-prevent-bg, #kJafwqqhigcP9pTKHbZ4LxmWImQ3Bg2P.lazyload, #kJafwqqhigcP9pTKHbZ4LxmWImQ3Bg2P.lazyloading { background-image: none; }
#e2FP5kctwS8o3rAJ8B7AGDm5Xv2ltmbT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:35.6875rem;left:35.6875rem;display:block; }
#q40nR7717NlJhCaq0gIRbnQv2gHes0WK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvT7CiiHgUzGiNu57VIQTWFlBXvNrSZt { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:4.1875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:5.1875rem;left:27.1875rem;display:block; }
#aQE6XFluIaROot6T9AtTquJFI9CWelHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQXi1JDy6vZ9KuZwTiGttCWEEJ2uVdhb { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:4.1875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:5.1875rem;left:52.40625rem;display:block; }
#P4yWbF1lX6dEfsbrocgIy0w1XzSQXlgI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgATkQGBtVTInFOFKD2NFx7APnGbdJcm { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:5.7374992370606rem;left:27.5rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LIbmZy9DJypxub6GIcNdWzTUISWWmC1H { color:#19c72e;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:6.6052093505863rem;left:27.575000762939rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJxg9ss5g5DLuEnP8Ik3dDpy9H5aLa6a { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:29.123958587646rem;left:1.84375rem;height:0.89375rem;font-style:normal;display:block; }
#uWD840UhRQmozb77FbQXpBOfD2xvtH4x { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.46249961853rem;left:12.125rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GQHAOpKSVs07G7Gn0l9P2Sdt9Wkz4klT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:29.123958587646rem;left:27.1875rem;height:0.89375rem;font-style:normal;display:block; }
#EaPoPh7GZeSWxXamw2dz1wdJhTFFdDFR { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.46249961853rem;left:37.387500762939rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kV0V8zmyzGxUaiDoisKCN3B3XU0PT6BJ { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:27.46249961853rem;left:62.4375rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zAmMxS5lBRpdQlf1Imw5AKvHM3NB4WXF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:29.123958587646rem;left:52.4375rem;height:0.89375rem;font-style:normal;display:block; }
#grtv7KPB1oJleM40GkIvZMwxmOAqhDWJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:35.6875rem;left:60.875rem;display:block; }
#AfZtQRNIGulvMP676hVzZcmdl6QM60Cv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t24I7vbETmf4HrMgTfr5ESHV8pPHTTuN { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:5.7374992370606rem;left:52.71875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EHia7VubzoGT6gm6qlCGzb7Uqwm5CECF { color:#19c72e;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:6.6052093505863rem;left:52.84375rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF { 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; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row .container { background-color: transparent; background-image: none; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row .container > .video-iframe-container { display: none; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row > .video-iframe-container { display: none; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .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); }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row .container { border-width: 0; border-radius: 0; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#UAhGTDCF70nQ0NclpAx8tt1D9qmamJp4 { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.4375rem;top:0rem;left:0rem;display:block; }#UAhGTDCF70nQ0NclpAx8tt1D9qmamJp4.adaptive-delivery-prevent-bg, #UAhGTDCF70nQ0NclpAx8tt1D9qmamJp4.lazyload, #UAhGTDCF70nQ0NclpAx8tt1D9qmamJp4.lazyloading { background-image: none; }
#kgwTVd46PFsDqoK9GtcJm16aW2N6yBoS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:28.0625rem;left:13.25rem;height:0;font-style:normal;display:none; }
#VPAkpUqoE9uzTbn7f4ooyZnbqPCW6o4P { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.4375rem;top:0rem;left:25.21875rem;display:block; }#VPAkpUqoE9uzTbn7f4ooyZnbqPCW6o4P.adaptive-delivery-prevent-bg, #VPAkpUqoE9uzTbn7f4ooyZnbqPCW6o4P.lazyload, #VPAkpUqoE9uzTbn7f4ooyZnbqPCW6o4P.lazyloading { background-image: none; }
#SnSMJKdTPvw0WStUpSRffLllOSDTcJFe { position:absolute;display:block;z-index:14979;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:24.4375rem;top:0rem;left:50.437500953674rem;display:block; }#SnSMJKdTPvw0WStUpSRffLllOSDTcJFe.adaptive-delivery-prevent-bg, #SnSMJKdTPvw0WStUpSRffLllOSDTcJFe.lazyload, #SnSMJKdTPvw0WStUpSRffLllOSDTcJFe.lazyloading { background-image: none; }
#ut0mSLNqqTiDMhfxZEE7KhzVZCOWvWIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.625rem;left:1.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l8kfTbRm9T6CR1cdRI7fHvlTgw3CNhy9 { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:3.5750007629394rem;left:1.875rem;height:1.1375rem;font-style:italic;display:block; }
#K0i7T9L7ozyIlP9FxdC8hP5LogHzFOTL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:31.875rem;left:2.90625rem;display:block; }
#v8dWLPieB7HSCFQ1I77bek04glUIil9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEf1QcRz2wEcZEOkwinN3TnzgINP2LDq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:1.625rem;left:27.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xBVGw0Z51i9tfFSDAUURd1aACuQ3STTo { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:3.5749998092651rem;left:27.1875rem;height:1.1375rem;font-style:italic;display:block; }
#DND5N9NsZ7A2RaBTKu5w7gloAFSwezAp { position:absolute;display:block;z-index:15160;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:13.625rem;width:20.625rem;top:10.0625rem;left:1.96875rem;overflow:hidden;display:block; }
#C1P1uOl31aCvbmOp6s4T7nmPybD6nNUs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:31.875rem;left:28.8125rem;display:block; }
#nAwNxrk3gyUOTkI9B3KAhS6RS14qdlvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ool7v7qU1Z3oCOFxlzRzqhufhK7NTDk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:1.625rem;left:52.40625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4geVAd2gkU2nLSNH88UMf7tBmxUsxpl { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:3.5749998092651rem;left:52.40625rem;height:1.1375rem;font-style:italic;display:block; }
#cgzClsZRt0i1xz28IO0wIle0RlqeKKR9 { position:absolute;display:block;z-index:15158;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:13.625rem;width:20.625rem;top:10.0625rem;left:52.40625rem;overflow:hidden;display:block; }
#BcN2w2WNsbOmXVzbfTUkuT3nPQ1v2yOa { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.875rem;left:54.018750190735rem;display:block; }
#EaRvlFIwTvfpx2sXQraTDrS9z1y5BXJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuCRJM23bX7NZhpsupzTf2o4Jrs2bN3C { color:rgba(var(--color-primary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.1875rem;left:27.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hIqC3styMTpE6OW6Emnp2Aw3VEuQ30XQ { position:absolute;display:block;z-index:15159;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:13.625rem;width:20.625rem;top:10.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#V08hTMahk8fgVzhVISMsEwqrPvLf7ZnN { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.1875rem;left:52.40625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uia0gz9q4IURcHm2mKf7NVF8q4H6Xae5 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.1875rem;left:1.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyS8yxg2IVUFBR0mtw6fLSnFbkPbm6GT { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:4.1875rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:5.1875rem;left:1.875rem;display:block; }
#V5JhZtxkHICGKx8B70Lu9XueC6c6q58y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQhNnw8kFbHV04J0hCpEQrXGT4o8Uhp8 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:5.75rem;left:2.1875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XPyxEiD8TQXIPkcoKrEmzGqVTNW4Tdph { color:#19c72e;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:6.625rem;left:2.1875rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S49kSoflDQeaB8nQHtPlCqzT2FcMz7mo { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.375rem;left:1.875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UQD5MLXp0p9oLi8ePTfDRsZeATGnr14k { color:rgba(var(--color-tertiary-1),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.1875rem;left:13.375rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Vh0HJT8Pwlyk22rTN6HKX6k2oc3lTAoP { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.375rem;left:11.9375rem;height:2.1125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N1ANRxTPkmHWpmS5DWKp9rQw8Zk9nTzL { color:rgba(var(--color-tertiary-1),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.4375rem;left:12.1875rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mHkgmFg9Ut4pA1WEDvJzNxNMBHI5Fzqa { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:29.125rem;left:1.875rem;height:0.89375rem;font-style:normal;display:block; }
#Guz80HUVhxsnSf6ff2o5WffwqWHa2VD2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:35.6875rem;left:9.8125rem;display:block; }
#zm3LTH8drKZUweNeLBNqXuHuKretlIHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb { 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; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row .container { background-color: transparent; background-image: none; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row .container > .video-iframe-container { display: none; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row > .video-iframe-container { display: none; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .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); }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row .container { border-width: 0; border-radius: 0; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#vxtcrCXe1HJx8C0J7vraXMZPSgbZFAca { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:24.4375rem;top:0rem;left:9.5624990463256rem;display:block; }#vxtcrCXe1HJx8C0J7vraXMZPSgbZFAca.adaptive-delivery-prevent-bg, #vxtcrCXe1HJx8C0J7vraXMZPSgbZFAca.lazyload, #vxtcrCXe1HJx8C0J7vraXMZPSgbZFAca.lazyloading { background-image: none; }
#pTM57P525gzgGPBEMlMDJKRpXQRO5DLV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:28.0625rem;left:13.25rem;height:0;font-style:normal;display:none; }
#A3wPFOhiTwI41glTMl1Fmyy9tkN11rRF { position:absolute;display:block;z-index:14979;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.875rem;width:24.4375rem;top:0rem;left:35.9375rem;display:block; }#A3wPFOhiTwI41glTMl1Fmyy9tkN11rRF.adaptive-delivery-prevent-bg, #A3wPFOhiTwI41glTMl1Fmyy9tkN11rRF.lazyload, #A3wPFOhiTwI41glTMl1Fmyy9tkN11rRF.lazyloading { background-image: none; }
#lEmuesrP5HAysU35MMJXN68PsO0bZms3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:1.0614585876465rem;left:11.392707824707rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lNTqgGmMOCoTZLEhpKq0Il384yAy5SyL { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:3.0114593505859rem;left:11.392707824707rem;height:1.1375rem;font-style:italic;display:block; }
#ksIvIc4dyTSsdTca7myiTmo0SX0g9xS1 { position:absolute;display:block;z-index:15158;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:13.625rem;width:20.8125rem;top:5.875rem;left:11.392707824707rem;overflow:hidden;display:block; }
#uUq8v1sHAsFsb61xTE9XLGoatFQJ7Sak { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:22.1875rem;left:13.111718177796rem;display:block; }
#MHzHZ68D6XhvFTXVgnZTniTPvx13uTQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FVUrH2SJoy7lSBGTXsLVZFvl7bDRZNk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1rem;left:37.8125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3RKK5szTGvR1K2xWNkwlTsgLKpsnAp5 { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:2.9500007629394rem;left:37.8125rem;height:1.1375rem;font-style:italic;display:block; }
#WT8gNfqqDBML5SbUTl2BWi24W8AroDCy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:22.1875rem;left:39.53125rem;display:block; }
#MfF8vPeFP1TgV4d0fztDH13Pw5KF73ZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hv2Qy6IUkLlGT61DeidkveLzbJMqPxuM { position:absolute;display:block;z-index:15159;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:13.625rem;width:20.8125rem;top:5.875rem;left:37.8125rem;overflow:hidden;display:block; }
#aKrIz42bZR2KdseG18XQUnnrFvh3VCQy { color:rgba(var(--color-primary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.6875rem;left:11.392707824707rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XZ5TMbnfMDXx6bXs1TmlTpDaTIF20E9n { color:rgba(var(--color-primary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.6875rem;left:37.8125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container { background-color: transparent; background-image: none; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container > .video-iframe-container { display: none; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row > .video-iframe-container { display: none; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .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); }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container { border-width: 0; border-radius: 0; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#M6MzgPFHhp11KF6SIvp6WHuPGVz0xVov { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.5625rem;left:13.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { 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; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { background-color: transparent; background-image: none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container > .video-iframe-container { display: none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row > .video-iframe-container { display: none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .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); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { border-width: 0; border-radius: 0; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n { 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; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row .container { background-color: transparent; background-image: none; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row .container > .video-iframe-container { display: none; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row > .video-iframe-container { display: none; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .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); }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row .container { border-width: 0; border-radius: 0; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#iH94mQTkS85dDpgefWRXU234FnmoMrgK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:26.125000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gGLTfyvoS4kMgQTvUHQXM6kwGxDRn8gJ { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:0rem;display:block; }#gGLTfyvoS4kMgQTvUHQXM6kwGxDRn8gJ.adaptive-delivery-prevent-bg, #gGLTfyvoS4kMgQTvUHQXM6kwGxDRn8gJ.lazyload, #gGLTfyvoS4kMgQTvUHQXM6kwGxDRn8gJ.lazyloading { background-image: none; }
#QzDkWBU1UkNuUCPTln2ArCMIIndPnhCJ { position:absolute;display:block;z-index:14988;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.125rem;width:22.5rem;top:7.375rem;left:1.25rem;overflow:hidden;display:block; }
#rPw0gHXolc3aB2L78MwGUN7bZ5nSAGEg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.875rem;left:0.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7s7bcf8I6q5qht1aHkgDp4vTHiQvcH6 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.78750038147rem;left:0.375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9MyFodV2NuPAxzAHQ7Jd2InilQdfCaB { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.625rem;left:13.624999046326rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CMFc1xU3LJaG4w5UeXB3BiVmNCXeB4pK { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:13.5rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WVTzVxaU9TC6OBy9D2P7L4N5XUF9EUOg { color:rgba(var(--color-tertiary-2),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25rem;left:13.562499046326rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wgGTflDAKMd88FeTZMIlX7lbgvXTJGkp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.4375rem;left:3.5625rem;display:block; }
#H3Tn6JEvUBmLPxfhhWMU2qXfAJyg8NQC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaVf2sarPfGvdIIBM5pGIG9L9vLH6kAF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.041666875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.748699188233rem;left:11.270835876465rem;display:block; }
#M4dypLX4NAFrVxwyfPcvb37X4hyDxv6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZGDE994aRCaCJICAR8Fcs69b3FvGZTW { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:4.40625rem;left:0rem;display:block; }
#asQVEFchXT64saNpU9LxQeknxXHxEM3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPLD8MlNtqivIu9pgxDTP1yMSOrhlKJA { color:#19c72e;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:4.46875rem;left:0.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dNAkd3T8ftBsSU2aFDW4oZoi9viusbEC { color:#19c72e;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:5.4750003814697rem;left:0.625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qRBoBaEaFJhhM4soaoiIz9Qm1EgTmF6f { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.025rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.25rem;left:10.174218177796rem;display:block; }
#KlcnOh7KIaSpiZNcDGMhkvUfwlQ0TSd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSHz7F0b7hl2iiBDwqhta56NXr0i5aDU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:28.0625rem;left:13.25rem;height:0;font-style:normal;display:none; }
#M8l7L3GKuw7c1M3REu0PTnTth27ud4Tm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:0.9375rem;left:51.000000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D43mSKxnTe0mPBime3580ZKHP41NTpAI { position:absolute;display:block;z-index:15131;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:11.9375rem;width:21rem;top:7.46875rem;left:52.17448425293rem;overflow:hidden;display:block; }
#Eu9wxSkpT4z5csITquSRVEcE0d1T2BeL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:2.8875007629394rem;left:51.000000953674rem;height:0.975rem;font-style:italic;display:block; }
#wdlZfB1GbMZ8mATzIiW6Dsf0E6hzvSso { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.787502288818rem;left:51.000000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jb93qTV2Im9JaQUKNgN5cH1Tirt6vPk1 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.787490844726rem;left:64.375000953675rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TiE9qATpKNPMo5T8z1vkC4i5W8XlShTR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:22.875rem;left:51.000000953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GLyBUP6gpIXFkmDJMwfAlTkJCxFnx6vT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:22.875rem;left:64.500000953675rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KIBric85MtHHbZK6WuHh5ZCfeqgVVbXG { color:rgba(var(--color-tertiary-2),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:24.986709594726rem;left:64.750000953675rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F4lMZgwk23NvSg4krolxzAdfwuV893sR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:30.4375rem;left:53.987500190735rem;display:block; }
#LFhTmZ3S325erCWQa1ktDrtVhGpVZPBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m44NuBZynQlVbA1OywfCKI6CmagPEvaH { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }#m44NuBZynQlVbA1OywfCKI6CmagPEvaH.adaptive-delivery-prevent-bg, #m44NuBZynQlVbA1OywfCKI6CmagPEvaH.lazyload, #m44NuBZynQlVbA1OywfCKI6CmagPEvaH.lazyloading { background-image: none; }
#RWlgvtZ6aTpVQqDZpdmQTvv6FBU5NAOR { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:4.375rem;left:51.000000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kykPW5vbQ5FD3q3DLov3CETT9HfDTsUb { color:#19c72e;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:5.4750003814697rem;left:50.812500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BSZWzI4ZbMafhmNXorzr18mTvUlB6v4c { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5375rem;height:3.2875rem;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:4.1374998092651rem;left:50.387501716614rem;display:block; }
#v135E3yOCO6Onsuux1N7DeFHLfdBT2an { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mcX5SwU8fmsdhUytZ9A6T5Nzy5BATQ9v { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:26.875rem;left:0.4375rem;height:3.65625rem;font-style:normal;display:block; }
#DCUJcqZfPSrTy6fM2bckcsTdU9vTUOCN { position:absolute;display:block;z-index:14979;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:50.4375rem;display:block; }#DCUJcqZfPSrTy6fM2bckcsTdU9vTUOCN.adaptive-delivery-prevent-bg, #DCUJcqZfPSrTy6fM2bckcsTdU9vTUOCN.lazyload, #DCUJcqZfPSrTy6fM2bckcsTdU9vTUOCN.lazyloading { background-image: none; }
#sLstncphq3X36DWTDhh3FRvk3UFeh9tG { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:26.831249237061rem;left:51.000000953674rem;height:3.65625rem;font-style:normal;display:block; }
#cblDkUIuen7LNhy4XvQSnboSSfkVkIcL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:2.025rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.231250762939rem;left:61.362504005432rem;display:block; }
#HvkUhtQJTz38W7F2KrtyGSiuwgtpeVZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJawNq5d1T0owtcSsyGQOgMyLqMZyR7q { position:absolute;display:block;z-index:15138;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:4.375rem;width:12rem;top:2.8875007629394rem;left:62.737504005431rem;overflow:hidden;display:none; }
#ZVWQiePPFTV9UPwlx6TepVTHprpTIfoy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vhy6XssBVmKoIDvsA725pA6gnviPR0pp { position:absolute;display:block;z-index:15152;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.125rem;width:23rem;top:7.46875rem;left:25.78125rem;overflow:hidden;display:block; }
#K2fCFfVTdTt5NGFBvsIoUXwau3uKI71f { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:26.125000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bD8A7OJZGVQIdsVR9dMo7wEt2mdvdQmK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.875rem;left:26.125000953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xkCdn7CCoMIWl1Tq7h27nnFdl5OTD4UK { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.787490844726rem;left:38.374218940735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oWvuVRVFam6r1ZcyTisFzcC5vdUaSbgO { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.875rem;left:38.436718940735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGwrPH9EtPJBlGUnWPLkTGRpKiC4s03f { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.987503051757rem;left:38.499218940735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rEoQaudiaI4eQkqruIJf42QyAnyCHTq3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:26.831251144409rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#CiqtwUrCW732loTAc7TToPmNNCN2Mwpg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.75rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:2.8875002861023rem;left:26.299218177796rem;height:0.975rem;font-style:italic;display:block; }
#tSJrhadO3oh9Si3R26V6Xw0IhXhStz0f { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.4375rem;left:28.812500953674rem;display:block; }
#PEeASD1gCCc9bXbgbkJ2JFJCVZxBeBD4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IbRf8txRa4puhqS7KtUrGrSSF24hDRTi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:1.966148125rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:18.776042938233rem;left:36.302085876465rem;display:block; }
#eHrD2g35X7vy2wZODHXLvVpAL5QZqDMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McuDCOAkTXqTaR7TRTMOcwExNh5Q7HKL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.9875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.25rem;left:35.687500953674rem;display:block; }
#Md3ZM8kAThPm9ebHT8hHnJ7lsa0Mb3CU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQyKZMEyWTXEZmzExze4Ugt1fsrudtZT { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:4.0625rem;left:25.312500953674rem;display:block; }
#W3CF3qLLXZHiwg0U6AJ2bpCl5nwHlxSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mFD5NqRIwJ35laGStaxbRLaJxv5MKZtP { color:#19c72e;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.46875rem;left:25.750000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S7k6SGWHzyahMm2XHJnsgF2Go9yWVhQO { color:#19c72e;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:5.4750003814697rem;left:25.875000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo { 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; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row .container { background-color: transparent; background-image: none; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row .container > .video-iframe-container { display: none; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row > .video-iframe-container { display: none; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .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); }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row .container { border-width: 0; border-radius: 0; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#IKMCv3Fn4VAU50J93SQGST8zFcMSonG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.25rem;height:0;font-style:italic;display:none; }
#ecPHLWt69ugqJvP6FUTN3eECApFZw9LI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:3.2687492370606rem;left:26.53125rem;height:0;font-style:italic;display:none; }
#XdAcgA2Gk1a8glv2Seu73JKTfqwZIqTN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:2.6875rem;left:51.6875rem;height:0;font-style:italic;display:none; }
#G4EoLD72Hmk5l7ltuT5lcv7hMpkECLpT { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.875rem;top:22.25rem;left:0rem;display:none; }
#FRv3z1cyWImSNm55798m7raGyDVzI1W7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0375003814698rem;left:25.250000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lN7WQ6xJIgb7QGHRui57tF3TDC3vnJQq { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:1.9625000953674rem;left:0rem;display:block; }#lN7WQ6xJIgb7QGHRui57tF3TDC3vnJQq.adaptive-delivery-prevent-bg, #lN7WQ6xJIgb7QGHRui57tF3TDC3vnJQq.lazyload, #lN7WQ6xJIgb7QGHRui57tF3TDC3vnJQq.lazyloading { background-image: none; }
#JpRtpdPkZITc21w79SB2dTDpysz3aTFI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:4.9875001907349rem;left:25.250000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#FaW0I3ePyE6zNQy1MTmyPlkdRkKXvGFJ { position:absolute;display:block;z-index:14984;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:11.75rem;width:21.0625rem;top:9.1875rem;left:52.143750190735rem;overflow:hidden;display:block; }
#O4Oo1qd7pskPJ54RBwyk91K8JgSPpi2w { position:absolute;display:block;z-index:14980;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:2.0125000476837rem;left:25.262501716614rem;display:block; }#O4Oo1qd7pskPJ54RBwyk91K8JgSPpi2w.adaptive-delivery-prevent-bg, #O4Oo1qd7pskPJ54RBwyk91K8JgSPpi2w.lazyload, #O4Oo1qd7pskPJ54RBwyk91K8JgSPpi2w.lazyloading { background-image: none; }
#TGfiGSIPGxEb2FK87qRxGrS9SGayXxfJ { position:absolute;display:block;z-index:14988;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:9.5rem;width:22.625rem;top:10.3125rem;left:26.187500953674rem;overflow:hidden;display:block; }
#tT0zdx9PPpUncOSyrGSQ6h5uMOWBe5Gc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:4.8875007629394rem;left:51.112500190735rem;height:1.13769375rem;font-style:italic;display:block; }
#whueGoc0BTLTrxlJrTvICc3WgT1wB8Db { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:51.112500190735rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3Xvh472TLbA7st4mGbmD2Qpfv2emMS0 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.125rem;left:26.187500953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lp6lassNnJiiawC3TEKs1sOT3Fb019ay { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.125rem;left:51.112500190735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQTL426sU3biWs5TvIodyJAmJUTThzOt { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.125rem;left:64.006249427794rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRxX7ynfDlqt2gTP39mAQA8GZ6Xhu8xZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.262500762939rem;left:26.156250953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oZ0NIl8WkKRlnWFycrTQ2b0SL0I4y9u5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.262500762939rem;left:51.112500190735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#unPBcLy1OOBwrHinX9ZSqUx9J5iv0dNJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.262496948243rem;left:64.187500953675rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uaHEsW6AoM0zdhKstO0kDBH1gAatbbur { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:26.487499237061rem;left:64.375000953675rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mce0m5PxVwJrFzL8glwNDkyOJIvVVX18 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.875rem;left:28.812500953674rem;display:block; }
#MKbHZ1la6bhB7pZC7OcFHTQJUBkCIebt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qaZlKu8vhZD2rD1mbFRN1PbuKcAKMTh2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.875rem;left:54.625000953674rem;display:block; }
#a28VtxVoLiISQGii0867T2GcGLaM3XG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#at4Ph20AFUqrRz7N6iGQi5pT4b6OtG5e { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:1.9625000953674rem;left:50.524998664856rem;display:block; }#at4Ph20AFUqrRz7N6iGQi5pT4b6OtG5e.adaptive-delivery-prevent-bg, #at4Ph20AFUqrRz7N6iGQi5pT4b6OtG5e.lazyload, #at4Ph20AFUqrRz7N6iGQi5pT4b6OtG5e.lazyloading { background-image: none; }
#H6fvLFw1su9Z05KVpvsDTwkZiLynl4TD { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.83749961853rem;left:26.187500953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rm2XQmqbVqBxNZtAk2Revdo4nRvRSWSC { color:#19c72e;display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0554695129394rem;left:26.093750953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#glbTtTzTTGdvGlckFDCvZfNRPTqy43Bk { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:3.3125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:6.5625rem;left:25.812500953674rem;display:block; }
#TMTsQZxhZg4cuwPeMyI2QOS3UgB2AyrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glpWTIm8MXoXbA3lEDg0JCPXs2P0LyqW { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.8367195129394rem;left:52.143750190735rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7RRKEfuN6WRB0yM4lmT3W3U5WxPUyav { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0554695129394rem;left:52.143750190735rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uRCWfx7X4tltznT3vtrlkvRAxrn75giV { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:3.375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:6.57421875rem;left:51.675000190735rem;display:block; }
#er5Zme0TduTTpMkZr2gaznqzymuRxF8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fcb4GVqXsOsctx7WPvlveJvTSnvllR5o { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:28.268749237061rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#oMqNtwdSiFWxXfqBLvO2FLuczI2DXxMS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:28.268749237061rem;left:51.300000190735rem;height:3.65625rem;font-style:normal;display:block; }
#VJxPRwGLCvkrsMhE1eQ4q76RWEJSvbo5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:2.025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.356250762939rem;left:35.593750953674rem;display:block; }
#fDXrqzy0qXfMOUteXaFsoFSWIeZCTrCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1ElVPTUsKq923HLAav3ftf1PTy3PlfD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2.025rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.375rem;left:61.125000953674rem;display:block; }
#qBZlbBNXDTP660ZiDcQQy6K9bvHDKEaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2MxBf8EKVvdWXksGehtXHOLliDwTpke { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.125rem;left:39.087498664856rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wc86i9JZw0wOqdM2bz5dIJOvlZeIdZhw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.262500762939rem;left:39.087498664856rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sSpuntp22AWGiSyHN4a8A4UEiS7y4qUn { color:rgba(var(--color-tertiary-2),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:26.487495422363rem;left:39.237500190735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOW0FP5vTOkNySrEHpEpAZLUHGLR25Gx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:3.0367188453674rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ElTICSO91lc0Si1xxuZQ851zOCOGpvTf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:4.9867210388184rem;left:1.25rem;height:1.13769375rem;font-style:italic;display:block; }
#W1Zm2KxEMr9d6sSy1Tn8ykAn8nNmPiyw { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:24.0625rem;top:9.1875rem;left:0rem;overflow:hidden;display:block; }
#bUZ0eFnhzM9HEVuoWVf9mXSeZ0gbqiDK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:1.966148125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.9375rem;left:11.895835876465rem;display:block; }
#v4wDm5q96IAAiENl7bCgF9K5MT0dUlfh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBcXfpxJVbePMAZaPLoRC61tpaVkvdQe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:31.875rem;left:3.5492181777954rem;display:block; }
#I8IlBuPWCWJ5JIdmHPoTf7VJFL8R8QK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5MoTEwxd6VXsTxJkez267RBDKVCU6q3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.8125rem;height:2.025rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:36.337501525879rem;left:9.561718940735rem;display:block; }
#WqKtihl7JlEDI2xBb3BGxDvWl7TXqTS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqb5gGnf3B5Bwkd6KzaDHEZbVgATTTsl { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:28.268749237061rem;left:0.86171817779544rem;height:3.65625rem;font-style:normal;display:block; }
#oCUuZnF1dNSEURy95EgR15vkKiE2AEJv { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.25rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZrV6sSOoIlbKF6bNhOJ9QEqRCDC8Muk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:24.262500762939rem;left:1.25rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tPypZu1oBdEDLHxk1b96QG5rmr3v89Ha { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:23.125rem;left:13.374218940735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CFAssCaNodH3aTM8tPkKy7X2bqAiplnJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.262496948243rem;left:13.555468559265rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTv1FsaGbfqlUnqnHUdczEzXmnUlncsq { color:rgba(var(--color-tertiary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:26.375rem;left:13.524218559265rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i7szPbswTpnmANeWBzTDipQGmDVN1lJs { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:3.625rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:6.625rem;left:0.5rem;display:block; }
#pO4ldXNlg4DcHGgC5Pte49TMOg4lmrTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sgWhTPy5v4elkuBLkAxAqeNn3tVADV0U { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.8367195129394rem;left:1.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LR2LJuM0U9vcgg3rETDrITaXx3IRetbZ { color:#19c72e;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:8.0062561035156rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 { 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; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { background-color: transparent; background-image: none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container > .video-iframe-container { display: none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row > .video-iframe-container { display: none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .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); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { border-width: 0; border-radius: 0; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:block; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp { 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; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container { background-color: transparent; background-image: none; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container > .video-iframe-container { display: none; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row > .video-iframe-container { display: none; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .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); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container { border-width: 0; border-radius: 0; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#N0WOrJOw6b7UDDdcyqTVOJ6Q4LNgvxVt { position:absolute;display:block;z-index:14980;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:0rem;display:block; }#N0WOrJOw6b7UDDdcyqTVOJ6Q4LNgvxVt.adaptive-delivery-prevent-bg, #N0WOrJOw6b7UDDdcyqTVOJ6Q4LNgvxVt.lazyload, #N0WOrJOw6b7UDDdcyqTVOJ6Q4LNgvxVt.lazyloading { background-image: none; }
#rD1LSqUdcIPtbampy7AhcXdXTiBmL7Do { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.98750019073488rem;left:25.724999427796rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VSxdTQeBolsbVZTn3Vt9UaECONEfSuDD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.8875002861023rem;left:25.724999427796rem;height:1.13769375rem;font-style:italic;display:block; }
#fxZPz3viNP2IuG3rokl9pLVD1VksO4SQ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:20.875rem;top:7.9742193222044rem;left:26.468750953674rem;overflow:hidden;display:block; }
#gOw1mtTKnXekJmNZXrXkXhdIIHSD2x9q { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.4375rem;left:25.724999427796rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WbnAEbWBkIrwm0wTmidgZ11TRM80JDgx { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.4375rem;left:38.300000190735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O1PMphTBf2p5FyLtfoDNT6e3RFU7xOBx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.575000762939rem;left:25.724999427796rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PvCNkhczQz3R5ibp3zM0uBgk6ku3zByr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.575000762939rem;left:38.093750953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xesc10M0FrUTyiSciagisPsgJ16lvVqq { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24.856250762939rem;left:38.125000953674rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Di0nCTxMiuROHlqZxE3SuwAJkz8X8Ndf { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.3304691314697rem;left:26.312500953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d9Uzn4KW2LyrAbQtNu0I29cEFvNA8Jsz { color:#19c72e;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.54921913147rem;left:26.312500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bgp7vBZm5rtn6zhvix9TKUBVS8VycHmO { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.625rem;text-decoration:none;z-index:15146;text-align:center;text-align-last:center;top:5.1429748535156rem;left:25.724999427796rem;display:block; }
#PZ7FnW1AklOX82VXp4Iu2v595LoBUaTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mv0IOqxnzgm6ABP4Z43nXhFk4zJJBHtu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.456250190735rem;left:28.375000953674rem;display:block; }
#JBO5rwu0t1rmGCXa9O6qZR5nKMk5OOmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ffU116QUNaoE046WVKDTBJ1PhDPBAliG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.003904375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.64192199707rem;left:36.614585876465rem;display:block; }
#mas0sTnrzuBRaaTmD2LWQLwqWTQP9faE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ung22XdGrdTJB8Obud6RfJ9EMVVtJzTI { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:50.524998664856rem;display:block; }#ung22XdGrdTJB8Obud6RfJ9EMVVtJzTI.adaptive-delivery-prevent-bg, #ung22XdGrdTJB8Obud6RfJ9EMVVtJzTI.lazyload, #ung22XdGrdTJB8Obud6RfJ9EMVVtJzTI.lazyloading { background-image: none; }
#B8q6UKWcDONf5gWsKEeV2L2JB37EpSuQ { position:absolute;display:block;z-index:14978;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:25.262501716614rem;display:block; }#B8q6UKWcDONf5gWsKEeV2L2JB37EpSuQ.adaptive-delivery-prevent-bg, #B8q6UKWcDONf5gWsKEeV2L2JB37EpSuQ.lazyload, #B8q6UKWcDONf5gWsKEeV2L2JB37EpSuQ.lazyloading { background-image: none; }
#nc2QkdrTZJXwRgKqn746qnQeBPDp1Pct { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:0.9375rem;left:51.012501716614rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nsgbPUdi6Kl9HS9M7lAktzFUAC1AISuP { position:absolute;display:block;z-index:15036;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:11.625rem;width:20.875rem;top:7.9739799499513rem;left:52.35807800293rem;overflow:hidden;display:block; }
#UOQepP5dCcv1JzQsEKlTGlDySWtqKs8c { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:21.4375rem;left:51.500000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZKATos7RFHTMNCDmDGUBR5m9kb41Hvht { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.4375rem;left:64.312500953675rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8seWIOJNNbFCbZx0n7gRituIBy3m3LL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.575000762939rem;left:51.500000953674rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lOHxT6pVRo9JQPbBm8K67KS3BtPvJxf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22.575000762939rem;left:64.312500953675rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D0IBiBzA9ULFIRKVZgxWaNdktPrpPqm3 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:24.856250762939rem;left:64.375000953675rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wK8veEnkb2JO5LG1cKLgmTg6ZtvhfgFf { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:4.5867195129394rem;left:51.500000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8tTsg8KfT0iFyuurGRH0IG6HvRZ8x8n { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.05rem;height:3.55rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:4.4734382629394rem;left:51.012501716614rem;display:block; }
#DO8LPRDcRvWl3wiC6s2E1XZwZelw7ttH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIxbTTCMCBPLvVunxdB4xGfGeGXgJu29 { color:#19c72e;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:6.0734386444092rem;left:51.500000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#keN2vFoZsHInt9NoVxNaMyI6LemEg8Gs { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:31.456250190735rem;left:54.075001716614rem;display:block; }
#Mwlsw1Q3STeFbL66qgUuTm3r9Hmdc4HR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AQPdqPekM0STL8mDNWHwkvBU4dO1J9Zf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:1.8rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:34.93124961853rem;left:61.312500953674rem;display:block; }
#nFVduC9GcZabB759Sb9fKmlSuUffcpa4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJzNJBHmcbOX5ySVUMwWkmf8mz9FUsHe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:1.945310625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:18.671865463257rem;left:62.345054626465rem;display:block; }
#Jo5znKHMkpxl07knoTBeo8Q1wUd5eOfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPTak3JH52wtlrdNJMud7xqOi3piFAw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:2.8875002861023rem;left:51.500000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#XZyJKGKzTz3PxPELzavSJA7VyiAaKzhf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:27.018750190735rem;left:26.218750953674rem;height:3.65625rem;font-style:normal;display:block; }
#l7SVuiQ9WIhUkpA2BC01NTV3JISxG17P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:1.8rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.950000762939rem;left:35.500000953674rem;display:block; }
#SeNGoXBm5WF9hEGT7KxWwn8y7WThZbc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2wQ3rMDnvIBTTK3gtVpikbGEMaeBE4H { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:27.018750190735rem;left:51.387501716614rem;height:3.65625rem;font-style:normal;display:block; }
#uGrl4hLzhTs7OwcZ3JJWaHF5tw1hxLC0 { position:absolute;display:block;z-index:15139;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:4.375rem;width:12rem;top:2.8875007629394rem;left:10.986718177796rem;overflow:hidden;display:none; }
#SZeL0KJs713VL0X1pT6XUnt8QkILmVpp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.6875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k2Fgcz4cN5CzAaqbgeH3SQ2WL0ubKJTR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:2.8875002861023rem;left:0.6875rem;height:1.13769375rem;font-style:italic;display:block; }
#fQcvOMply098c9JW3z9BDVH4TPdcsTUP { position:absolute;display:block;z-index:14985;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:10.5625rem;width:22.625rem;top:9.0867195129394rem;left:0.92421817779544rem;overflow:hidden;display:block; }
#ra3SUC8sgZTmu0lsh0s49akWsLIAn61y { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:5.4265747070312rem;left:1.375rem;display:block; }
#S4mSIf8sMLN3hEWM2FRMHLoB5356MX5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVGLOQ3mpnGhiukov3049G5ZlzNHkwBB { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:5.9679698944092rem;left:1.7429685592651rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lk7psy4kE3Z6Wda1WRRlLWOZV47M3kBB { color:#19c72e;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:7.0500011444094rem;left:1.7421875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#btLP58TEM5KnbTZRx9UbBkTIHTfp0aS0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.456250190735rem;left:2.71875rem;display:block; }
#CaOxunt0mLlkCCpSo4nTtRZPFb6u2BwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCJlwQghBI6AdHWpxVmq5KbmWeQwRm9v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:1.9875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.875rem;left:9.530468940735rem;display:block; }
#zcxlTNUZTmn2SxZOPJWlMSiWrSZt87sq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3gpH2KhWcn2dhbxkvI4XnhTmNDqJcu2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:27.018750190735rem;left:0.86171817779544rem;height:3.65625rem;font-style:normal;display:block; }
#tUiFnGUd5X6RCeAgSgMa26gmHnOvdh0z { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.4375rem;left:0.6875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ufun5XPSJT2AOfkU1XIs9e9COcsGD81w { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.4375rem;left:13.186718940735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3yPWovcIfNkPTaDoocse5cnPHDXewuy { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.575000762939rem;left:0.6875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QXyNOeH6VKRpnvZfvTVExF0Egcf8ULxs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.575000762939rem;left:13.186718940735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a79CesamBmEFdty8ivTdHWfSX89m23wK { color:rgba(var(--color-tertiary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:24.931247711182rem;left:13.462500572204rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eHWEvQ3SCmtMcrgdnwABOcJiBul1fMue { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:24.375rem;top:39.312480926514rem;left:50.458335876465rem;display:block; }#eHWEvQ3SCmtMcrgdnwABOcJiBul1fMue.adaptive-delivery-prevent-bg, #eHWEvQ3SCmtMcrgdnwABOcJiBul1fMue.lazyload, #eHWEvQ3SCmtMcrgdnwABOcJiBul1fMue.lazyloading { background-image: none; }
#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg { 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; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row .container { background-color: transparent; background-image: none; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row .container > .video-iframe-container { display: none; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row > .video-iframe-container { display: none; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .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); }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row .container { border-width: 0; border-radius: 0; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#aOXHGWaEJqzRSZPiGE5X9OEs52Fxn8si { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }#aOXHGWaEJqzRSZPiGE5X9OEs52Fxn8si.adaptive-delivery-prevent-bg, #aOXHGWaEJqzRSZPiGE5X9OEs52Fxn8si.lazyload, #aOXHGWaEJqzRSZPiGE5X9OEs52Fxn8si.lazyloading { background-image: none; }
#yAKhZRxZMOcVkZH6FUyd5sJ7bHeOVbM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0625rem;left:51.250000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v9MmlzbV3iAoAQBVl5IT8yaTC81XSVZ6 { position:absolute;display:block;z-index:15004;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:12rem;width:20.4375rem;top:7.5937509536744rem;left:51.96875rem;overflow:hidden;display:block; }
#tOQDuMgw0clt3dFfdPSaHGeHMnAwIwIe { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.861721038818rem;left:51.250000953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ki6BC7yPJev9QxTXyeB1o0qQGcTBv78T { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.72500038147rem;left:51.250000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gd8dT1Evwyv9nvUJuPJxkbvPfwp0Fye8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:30.3125rem;left:53.500000953674rem;display:block; }
#e07a7LRBc4Co01wloVqJUyHFuaXHm7fS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xt3KOHFAnTDtAQlgJf5LmIgx7X8Mf8P3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.025rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:34.121875762939rem;left:61.312500953674rem;display:block; }
#Cf2aGLiyN7BqkDm4U6TDPmPPX1T1R9XE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlI2LDNf3bMJZw92ddRflZTaMQUSMGfi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:3.01171875rem;left:51.250000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#CZIaBTlu718sgVkuO1MRtEBhb2dMUl11 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:3.125rem;left:63.0625rem;height:1.625rem;font-style:normal;display:none; }
#hJNiCTtVAmlJm11mKW45yw1MWCtyavEI { position:absolute;display:block;z-index:15144;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.3125rem;width:12.5rem;top:2.8125rem;left:62.5rem;overflow:hidden;display:none; }
#nK3i8Q97fbuTOTBdohqvTxyoQcXCbGky { color:#19c72e;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:6.41015625rem;left:51.806248664856rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6Ozty9hX7QayuZZUnm7mc3rlts23HNQ { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.19140625rem;left:51.743748664856rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OdJspn90hSedXOGWEK7K1mTuqGtx2Gmo { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:4.9226684570312rem;left:51.250000953674rem;display:block; }
#ZOZAwWHMDaJW7QHs1gFfATIk0DCslRBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gOAB8z0rOFO5cqco9JOGy7rnQ1vk7gIh { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.774219512939rem;left:62.437500953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkAhS9OQ739u1do5HJfDMyHpaqMyiLRL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.8125rem;left:62.437500953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KsE8T1VvuUTnERIpkP7mN7aQwR6BNQM9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.925001144409rem;left:62.506249427794rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vbuZmlPGd5yFOP6URKnz4aQqemfW79h9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:26.706249237061rem;left:51.487500190735rem;height:3.65625rem;font-style:normal;display:block; }
#BuhHnGCoaUXOqRDeI9cDaK1cbRmPxcS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:1.0625rem;left:25.343750953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G4Rw9MUAx5qZQiXfQbCXT6JMsZ81mtZy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:3.01171875rem;left:25.312500953674rem;height:1.13769375rem;font-style:italic;display:block; }
#QbVPJPnNyuDyPWEfrLBiCol8fg9FFhc8 { color:#19c72e;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:6.3601570129394rem;left:26.868748664856rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jc18iaqD8iT5sCeTnNGEHfJR8qAi8QfV { position:absolute;display:block;z-index:15004;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.0625rem;width:20.625rem;top:7.5625rem;left:26.125000953674rem;overflow:hidden;display:block; }
#CuWf2ZmtPkPZi8E7iUfKtseTOTWJZuvy { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:4.8250122070312rem;left:26.125000953674rem;display:block; }
#M7HAeNde9QalTur9qpIuOogkFu3hQJ8E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#moZGr01s0knOSkCwinBb7L5a22Ct9JnH { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:5.3671875rem;left:26.743748664856rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xy1pFCfDA0eR57pdBITdD7pUTutGol7f { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.774219512939rem;left:37.812500953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QsPmLEr9hvScLTcTI345irlTlSksB8dH { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.774219512939rem;left:26.125000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPL7GznbqaTMd05a0IWqve0QSQ4zet45 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:37.812500953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NEKCSUIF46mvtl0a1wtZyImH0AIAuCZv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.861721038818rem;left:26.218750953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eT7qFJCID8d0qlXWKbnhWDNMiuG8gQis { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:24.97500038147rem;left:37.812500953674rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOziAF6oNhQ55nI0FylLz30RT88zqkoT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:26.706249237061rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#xQicHNgAqXTLldkuIb2Vbq9dSgDCLcLf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:30.3125rem;left:28.812500953674rem;display:block; }
#V8d9UwU18m5PgATdfsPeLEmOL1BrPBVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0sIewLU5KT6hc1KgbGqGPgbI66Jdebm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.025rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:34.121875762939rem;left:35.468750953674rem;display:block; }
#EdDRKbruwTVZPs5Nk0lSsQLo2I5Habb1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yRMpLesl17DOu9IfncXpBrcenZTfIGLF { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.625rem;left:0.75rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M4d7sOTPOzaTTuhZu3TiwrW01LR9cTQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:3.5750007629394rem;left:0.75rem;height:1.13769375rem;font-style:italic;display:block; }
#Q872Ip1Pz2bS5mk1Fl2GvcrxCgmMRnTT { position:absolute;display:block;z-index:14988;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:11.3125rem;width:20.375rem;top:8.486976623535rem;left:0.75rem;overflow:hidden;display:block; }
#zcIMQ6NL73pzkqdowN9hrJUQcey3Adgm { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.774219512939rem;left:0.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nrsuo0zE9PFwLMve8a8hR5MTU3MmPJoP { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.724220275879rem;left:13.936718940735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZfvqbSzTTskZLfiHlSNAuJxlDLZHITSr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.961719512939rem;left:0.75rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJq2wdrIRhDMgVueKP8qS7P0MOGRsCz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.961719512939rem;left:13.936718940735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KgEOb3RJ1qTSA3p1FilxkMWNpu7KDEqA { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.174221038818rem;left:13.936718940735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DrSfks7sAQA2TkQWtkF3TA4J4NOfwZXD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:26.706249237061rem;left:1.4242181777954rem;height:3.65625rem;font-style:normal;display:block; }
#lOiyTXqIvrF7AlTm6VZcd5TdFp6Vanqr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.3125rem;left:2.8125rem;display:block; }
#slaH6iA1Ex8JhdwKRry4AXBEhNGKzAFg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGlRXG3GNpFketr4Ql57U29Itz2m9Nr3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.025rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.103126525879rem;left:10.486718177796rem;display:block; }
#ODkhWcgyCG176a0lTm8iq2slxD5OeVRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExM2CtBTWy65MVsBJlS40ZfAtNe2Ky6S { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3.6875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:4.7937622070312rem;left:0.4375rem;display:block; }
#OBVGGlMAJuTbqtocbXCx8iv4sqlvIyza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P4Bb7uqQqvA12ub2MxkP6TRPd4PWzF1o { color:#19c72e;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.3671875rem;left:1.046875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XNUa8Cuc3WlmWOBgDwNFgZitOAznAI39 { color:#19c72e;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.41015625rem;left:0.75rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gXGVeKT2ux309msVMQmHLIugSvDgkApI { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:24.375rem;top:2.1934509277344E-5rem;left:0rem;display:block; }#gXGVeKT2ux309msVMQmHLIugSvDgkApI.adaptive-delivery-prevent-bg, #gXGVeKT2ux309msVMQmHLIugSvDgkApI.lazyload, #gXGVeKT2ux309msVMQmHLIugSvDgkApI.lazyloading { background-image: none; }
#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP { 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; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row .container { background-color: transparent; background-image: none; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row .container > .video-iframe-container { display: none; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row > .video-iframe-container { display: none; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .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); }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row .container { border-width: 0; border-radius: 0; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#C6TcqF3k7eoRngmEZ7xILGgcs6wVUrfo { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.875rem;top:22.25rem;left:0rem;display:none; }
#uk6KQviHaPxHRuGVLtVzTogHvOSmT2eT { position:absolute;display:block;z-index:15044;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:3rem;width:12.1875rem;top:5.1875rem;left:37.5625rem;overflow:hidden;display:none; }
#AdwUNGuqgUWVKIGMd8SiPtMGeyHNiOob { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.0625rem;width:24.4375rem;top:0rem;left:25.1875rem;display:block; }#AdwUNGuqgUWVKIGMd8SiPtMGeyHNiOob.adaptive-delivery-prevent-bg, #AdwUNGuqgUWVKIGMd8SiPtMGeyHNiOob.lazyload, #AdwUNGuqgUWVKIGMd8SiPtMGeyHNiOob.lazyloading { background-image: none; }
#xqyfzCOAeg7GKRU9UFCOfDBMlLZmk6Zi { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:24.4375rem;top:0rem;left:50.4375rem;display:block; }#xqyfzCOAeg7GKRU9UFCOfDBMlLZmk6Zi.adaptive-delivery-prevent-bg, #xqyfzCOAeg7GKRU9UFCOfDBMlLZmk6Zi.lazyload, #xqyfzCOAeg7GKRU9UFCOfDBMlLZmk6Zi.lazyloading { background-image: none; }
#PaFggKItTfyaQZVJzbUQigTZdOMXZxHo { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15139;line-height:1.3;letter-spacing:0;top:1.25rem;left:37.875rem;height:1.3rem;font-style:normal;display:none; }
#Lfnse4E0Ve1VDeOUm8eKZO1lG1akvoQa { position:absolute;display:block;z-index:15138;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.3125rem;width:12.5rem;top:0.8125rem;left:37.3125rem;overflow:hidden;display:none; }
#lgXZwfOrZTtfaDWxtNsMy3Xl7e8scqZa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.1000003814698rem;left:51.312500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uvD2Bcc4WzgzxIkEXA2JZtdIhdl6TGcE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:3.0500001907349rem;left:51.312500953674rem;height:1.13769375rem;font-style:italic;display:block; }
#pzFchPqsNkxIcMTrt7OQtvQKMp0LCU5F { 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:11.9375rem;width:24.375rem;top:8.1195335388181rem;left:50.625000953674rem;overflow:hidden;display:block; }
#uGcDbtNbfTAboy1J7UGcHRZnBRRPqcL3 { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:3.8125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:4.5625rem;left:50.437500953674rem;display:block; }
#mNUw7HTZkuVfZWJJ02gbritPRZ8uqAVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AsZuG8f6kvO6lH90PLQ29o1E2P3rC6nh { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:6.2195320129394rem;left:51.312500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LwFuFQS3yDZcaCePfMv4bCzceJ0qzhdr { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.9;letter-spacing:0;top:4.6359376907349rem;left:51.312500953674rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yN41n0omnfzU4h0ewSw7EfzlNLhvaTzc { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.5625rem;left:63.212502479556rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m2FJdCzw4paOA6Ts6ePAtnMpptgNxJPa { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:21.5625rem;left:51.312500953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wT82fIbHT7V3OuSCtMDK0S06qTHU278h { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:63.212502479556rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wtkNfSyw71qXcl5dF1sh7VLvXL29q7dB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:51.312500953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IlhLJZIVoAshuKTv6ZW0nXtpPTeHJHDm { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:24.8125rem;left:63.368752479556rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4IvRJ0VmVcXpKZxDZzkVTvnt4BEUcrZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:27.706249237061rem;left:51.300000190735rem;height:3.65625rem;font-style:normal;display:block; }
#aLOTfHlkkpIwwZKi4lgvLk8Hxhcy52bE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:31.3125rem;left:53.987500190735rem;display:block; }
#IJ9ufrGvLSKKpH2NUz8JKBLAOyFkTsda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zIhmPgpa2sgTMLt0tWqvtEvNL26UdQMQ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.97265625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:34.75rem;left:59.612504005432rem;display:block; }
#Qtd1uCpFzqdXd0zesuwfTOkWgzTCy0Ru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfSRAZdDFuL0TZ0BZTenbVTvKiAdBy50 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1000022888184rem;left:0.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ynbLtdpP6cbf7pTFhc3pair9N8wyB1fD { position:absolute;display:block;z-index:14988;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:11.375rem;width:22.4375rem;top:8.6687507629394rem;left:0.9375rem;overflow:hidden;display:block; }
#X1QyaHqSoLH4o6O1WqRm8EyfeZ4mx6iC { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6125rem;height:3.8625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:4.5rem;left:0rem;display:block; }
#g6ClzXhVTC39AiPM9tZNEaKEL0mtQkW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwuneiFHMXpmJHB4PkTRzRT19xoQy9dE { color:#19c72e;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.2195310592651rem;left:0.9375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XvB3FrbVkRT7c14TLnmSUMkGcavg5eA6 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:5.1437501907349rem;left:0.9375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ibkgWUyiMI1aqp6DbmXwTN0ZdIDTFVTT { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0.9375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xiFCo2nrXJU3e9ILMTqVuwOWFu9lnNJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:0.9375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kQmoP5BsL7aEIfrDlgFXhSbkT7SZaXcA { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:21.5625rem;left:13.175000190735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ry9IGQlQonxoMDtp9tAbCp0zu2ZVVHs2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:13.237500190735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qvs3ILSVKmymvxFePeMw2EwTV2fc2m2M { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.8125rem;left:13.175000190735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJwNuoDui74W2AVFCuEku8KcNSR71deL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:27.706249237061rem;left:1.9867181777954rem;height:3.65625rem;font-style:normal;display:block; }
#PyB3e0vtPKukxMaZAEdDo1kie9oJ0C0e { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.362499237061rem;left:2.59375rem;display:block; }
#FTW1yGQOIzMmcvJV3Pw4UFza1d95lUa4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EqAIBPcw3pVVxLrwg1mcTyOVJvW29snZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.0171875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.708595275879rem;left:9.092968940735rem;display:block; }
#b02aXWPFt8TVs1kQglSdx3eX666qtVNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J87Jcmzkga86ILA2G4BUIdzE0uaMSv9t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.1000003814698rem;left:26.250000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GVsAvIiOQthURkJyKJmcvF5r1oI19tOx { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:3.0500001907349rem;left:26.250000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#IQ03HVTALeF5TUpsLples9RDcsZnAAJ0 { position:absolute;display:block;z-index:14996;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:11.4375rem;width:22.6875rem;top:8.7018222808837rem;left:26.15625rem;overflow:hidden;display:block; }
#UJ1KRPT8sb8vSEbvofwD4GrXVOlrIJuK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.362499237061rem;left:29.656250953674rem;display:block; }
#ITiuSTk417oyGIVlNZ7mA4T6BXJnlAHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hhHxSQpPzhwewCzXJMGCTq9sXpGzQoeb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.9796875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:34.727344512939rem;left:34.437500953674rem;display:block; }
#MZ2VyUq7rctwCVsUoxsMOtLX3JGTZOA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCQrZPKpW2GKkalBTraabukDlZKCz2ss { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.5625rem;left:25.760155677796rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TRuJHQEauKw5mpZJaQBtSrmPuTLKol4r { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:25.812500953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lnJT1cJe0Bvr6b3GPMkeS3oPLM32oJCH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:27.706251144409rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#NXLyg4AEJsi47CwaUkv1pHteVGaBD6D8 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.5625rem;left:37.831250190735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKx382RJ9uUK99TJwGDSiaFclDBX1KC6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:37.800000190735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vghWeT5IeHXA6nzJiRfUkwrBspVgAwMo { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.8125rem;left:38.300000190735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOADReGDBKdBSTFTD4Tft5TKMITALMTc { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:3.5625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:4.7320318222046rem;left:25.187500953674rem;display:block; }
#kD8nZISfs3Ueb3LSLItSoSg1pIcUfFfB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAdV12WnvmLmTuIJK2yHNPZu3Zp8qPek { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.8;letter-spacing:0;top:4.5625rem;left:26.250000953674rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VI0mPrz04q5uQlP0abIX8wTCv83MAZVP { color:#19c72e;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:6.2195310592651rem;left:26.250000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oKZaXoq64HFXVX1M6oAfzx4ip62CiPpA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:1.966148125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:19.105470657349rem;left:36.677085876465rem;display:block; }
#bsxw49vbqTzQ5FtAKy5m4TxHIfimchvp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diLRLN8haJ472i7I3xZ7rHm3WptwJgdE { position:absolute;display:block;z-index:14980;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0.52083301544189rem;left:0rem;display:block; }#diLRLN8haJ472i7I3xZ7rHm3WptwJgdE.adaptive-delivery-prevent-bg, #diLRLN8haJ472i7I3xZ7rHm3WptwJgdE.lazyload, #diLRLN8haJ472i7I3xZ7rHm3WptwJgdE.lazyloading { background-image: none; }
#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu { 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; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row .container { background-color: transparent; background-image: none; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row .container > .video-iframe-container { display: none; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row > .video-iframe-container { display: none; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .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); }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row .container { border-width: 0; border-radius: 0; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#VKG8P5Mxn4XvdwRPSvobtaMrUnfTeikt { position:absolute;display:block;z-index:15027;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.375rem;width:9.1875rem;top:4.3125rem;left:15.375rem;overflow:hidden;display:none; }
#LUhxGBmNACEq9nccgqMXnREtx8k6Ci60 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:15.75rem;height:0.975rem;text-align:center;text-align-last:center;display:none; }
#JlDohNNg0aVmkE0NPTt7s1VM4WrVykf3 { position:absolute;display:block;z-index:14980;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.4375rem;top:0rem;left:0rem;display:block; }#JlDohNNg0aVmkE0NPTt7s1VM4WrVykf3.adaptive-delivery-prevent-bg, #JlDohNNg0aVmkE0NPTt7s1VM4WrVykf3.lazyload, #JlDohNNg0aVmkE0NPTt7s1VM4WrVykf3.lazyloading { background-image: none; }
#Rz2sTCkNuqCCo5JWWMTeoJ9kQhmaQ8oJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.0375001430511rem;left:51.000000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BVdQ3vWfCmuZKtDOXtmvEhbI7V2RLaTC { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:22.25rem;top:8.69921875rem;left:51rem;overflow:hidden;display:block; }
#GcIL3d0Rdu9UroSbInCoswyFC0OKa2nQ { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:2.9874999523163rem;left:51.000000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#GqVs7J4rIxDMqduDSzTMgzl8EFKygKzf { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:6.1250002384186rem;left:51.000000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrhpKG7Ov6TbFGBPLkZbF9oLZewTSwwW { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.8125rem;text-decoration:none;z-index:15157;text-align:center;text-align-last:center;top:4.44921875rem;left:50.787499427796rem;display:block; }
#TREDSJnqXVgkFXuml3pcOpTIiDvIWTJR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mccuf093NJGkyAPBKSXPoQzTTbR7tIl5 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15155;line-height:1.3;letter-spacing:0;top:4.7937500476837rem;left:51.000000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b6XunwD4iNOhbGkAUPykpG9huIIUC1fi { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.97500038147rem;left:51.000000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcCpXOFpr1uNZcLCI6eN84wyUHAx0TQw { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.97500038147rem;left:63.500000953675rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pO9VfiWamKQ0uapplqqprQAmfKNcWweN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.112501144409rem;left:51.000000953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ae5iKXcLuvwXDi7U8gLi0mZ1BD3w3aEQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:24.112501144409rem;left:63.500000953675rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xxwhpttMZDnGNq1dBiATQplmfUoFidu0 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:26.22500038147rem;left:63.500000953675rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f87C0NUxrCKCo6ZTPaZiQoQ3tN7lnlo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:29.018751144409rem;left:51.000000953674rem;height:3.65625rem;font-style:normal;display:block; }
#JqL2UBbG2oy4XTbBpIxXaAF0XHG7sqTd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.625rem;left:54.487504005432rem;display:block; }
#AFI552ntFTzc7RfEGVzPs1oSdAv9vcDs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PrB32IOWhExP46rBfC2K8XXhKGqMDEIm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:1.5875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:36.0625rem;left:60.281250953674rem;display:block; }
#O1vnsdw81Jw3KPuJny7IulZTiVkJhRs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l4AGXdZcJoqVJZfdg1UN99qTtU1TAdVI { position:absolute;display:block;z-index:14979;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.4375rem;top:0rem;left:50.462498664856rem;display:block; }#l4AGXdZcJoqVJZfdg1UN99qTtU1TAdVI.adaptive-delivery-prevent-bg, #l4AGXdZcJoqVJZfdg1UN99qTtU1TAdVI.lazyload, #l4AGXdZcJoqVJZfdg1UN99qTtU1TAdVI.lazyloading { background-image: none; }
#Sm2OovwcfbRzurrIZVvrpTEiTzGKkqCc { position:absolute;display:block;z-index:14980;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.25rem;width:24.4375rem;top:39.625rem;left:0rem;display:block; }#Sm2OovwcfbRzurrIZVvrpTEiTzGKkqCc.adaptive-delivery-prevent-bg, #Sm2OovwcfbRzurrIZVvrpTEiTzGKkqCc.lazyload, #Sm2OovwcfbRzurrIZVvrpTEiTzGKkqCc.lazyloading { background-image: none; }
#fVy4EpTNTWQTCu1RTTZHnsOL6enRKIDw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.0375001430511rem;left:25.562500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JdNGTe43DQcAKgHkiyTPJ05MA0PEO2C1 { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.9874992370606rem;left:25.562500953674rem;height:1.13769375rem;font-style:italic;display:block; }
#G50MEm9vbHf5QOReJ5Jsbf7ncy99Xy2S { position:absolute;display:block;z-index:14985;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:11.625rem;width:21.125rem;top:8.4812507629394rem;left:26.937500953674rem;overflow:hidden;display:block; }
#zaaoswhR93QCwH6Q3q08MHAM0Aq0tsFn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:1.9rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20.637500762939rem;left:37.050000190735rem;display:block; }
#DByW3JaD5TIgAHHneOAfTPO1VAk98dlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCatouVg9qB5D9llxTGa1AociMXMrWvN { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.97500038147rem;left:25.562500953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o8IN4GRJQP68ztLk4fAA1Z7wIZFrHgGs { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.97500038147rem;left:37.050000190735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QPX59XCx9P438OZWMGqtCqyV09TGCcVx { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.112501144409rem;left:25.562500953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P1v4O0O9IVPKTdHViySKuz4ca6PDn8dX { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.112501144409rem;left:37.175000190735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qT9mNB7RUbNS9zbadZhCodJbqAKJtE9v { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:26.712501525879rem;left:37.362500190735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NXRuIoDBMTR7GTgg0ZOp7Ia13eD8LQn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:29.018751144409rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#kmXeZHqfOEO6eStxNWtMPETuDRCwT2oX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.625rem;left:28.812500953674rem;display:block; }
#BVcLKygfZANpyhSdDnb0LIT9DHMfZ7u1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZUGaryxAB6nwzw2kywOyTGovk7LPPe7r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:1.7125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:35.9375rem;left:35.468750953674rem;display:block; }
#gE4g44K22FZu1899JmWdCHRSfSXwgqKV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tL6fl9k5u87MCQTq2cBsZGC4E8xEkNAW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.0375001430511rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F4zQzmW1soUM6yMt73QFMxeGgbG7GZAE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:2.9874992370606rem;left:1.25rem;height:1.13769375rem;font-style:italic;display:block; }
#PsiTXm7FfwtaKLNwwvuKpygATcb6Nkpw { position:absolute;display:block;z-index:14995;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:10.25rem;width:24.4375rem;top:8.8624992370606rem;left:0rem;overflow:hidden;display:block; }
#ksXmamxpiaa9u12Fe99umh0bSuICJM6F { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.6875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:5.6023559570312rem;left:0.46953105926514rem;display:block; }
#zKJy4yMliwsvTfTwgXee98PauyBIKJQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M9KWqev2J8dTkIqa5E1B859k9It667mW { color:#19c72e;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:7.3210945129394rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cXPRDR9mXE66R1lTXWo21uPPLtvM9yTC { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.7937507629394rem;left:1.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ar8EpNoyN6QLqTFP6dT2QSAk24ihPOR6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15152;line-height:1.3;letter-spacing:0;top:19.612499237061rem;left:12.737500190735rem;height:3.4125rem;display:block; }
#gm67aJ8c8eTmdw0nWB053v3xBrgmpEZy { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.975002288818rem;left:1.25rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZkwhBunvdtoytcrxU1BGdJOs4IkBxiPM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:24.11171913147rem;left:1.25rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E6kKx1WaislFx4X4HMZAFBowksXxlKqc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:29.018751144409rem;left:0.89296817779544rem;height:3.65625rem;font-style:normal;display:block; }
#kOGadA1MKPtFxQq5AiB9WpvS0HIQLbdl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:32.674999237061rem;left:2.75rem;display:block; }
#on5HC3mVqTX0Unyc0ZWOB7HMAvyt58pL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt9OnpXDo7wcQeZ5GP6uR3atKS7ONgcF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.025rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:35.587501525879rem;left:8.280468940735rem;display:block; }
#aogTirm2R22PBOcEaPfKQq0aB6gkte1J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGS75NGsJzNQJBagARbryDN1sUzIeBEg { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:25.22917175293rem;display:block; }#nGS75NGsJzNQJBagARbryDN1sUzIeBEg.adaptive-delivery-prevent-bg, #nGS75NGsJzNQJBagARbryDN1sUzIeBEg.lazyload, #nGS75NGsJzNQJBagARbryDN1sUzIeBEg.lazyloading { background-image: none; }
#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr { 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; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row .container { background-color: transparent; background-image: none; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row .container > .video-iframe-container { display: none; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row > .video-iframe-container { display: none; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .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); }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row .container { border-width: 0; border-radius: 0; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#k17H62nNG8uMlmUcF218ofA90xgVoLFr { position:absolute;display:block;z-index:15027;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.375rem;width:9.1875rem;top:4.3125rem;left:15.375rem;overflow:hidden;display:none; }
#cTe0zxqcRlqFuTlW0eb5bLPEvnRxbEvF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:15.75rem;height:0.975rem;text-align:center;text-align-last:center;display:none; }
#vrf0T2WNlT6UNQU2Iuzeq1ETpWhqAn8L { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:1.0609378814698rem;left:0.60546875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sxff8oOXuZZPIt8iNZAXBDIuPnypZbfE { position:absolute;display:block;z-index:14980;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.4375rem;width:20.625rem;top:6.0687513351441rem;left:1.35546875rem;overflow:hidden;display:block; }
#KTTXPSFItmceDT7bobr0Z3pWnbc9iob2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:1.925rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.5625rem;left:7.948437690735rem;display:block; }
#cpz67TNZzfVPk2O3RPpau3giSk6GS7J9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umKmfFrO6R9eIn0mGK0ipQSt3WxuJaHG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:31.0625rem;left:2.23046875rem;display:block; }
#U6zlzXXPTcGVTi9wI0tNaO2Pc1PhmvZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kdhDPlaFiNPT5TAy3nB3iEKrmxOmzVU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:26.581249237061rem;left:0.60546875rem;height:3.65625rem;font-style:normal;display:block; }
#dvRbLPzHa3p7z9X0Stn3zdevdMoOtOas { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:21.506252288818rem;left:0.60546875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b2cUO7alS4guZ9FHvig67ZGaOT9SLffw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.642971038818rem;left:0.60546875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B87zeCtiSa0N0AsBrQ12XBbIhgbq1ght { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.50625038147rem;left:13.530468940735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PeVT9E3n8BKtp6ziQehJnazk8d0l3giG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:22.643753051757rem;left:13.392968177796rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d0RgWtpoGknGZSm5FTvNHiCC29Gbshgu { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.756256103516rem;left:13.592968940735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tSa651XzRBnC4lucri4l1MEkGZxRXg2h { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.55rem;height:3.675rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:3.75rem;left:0rem;display:block; }
#PiLnWwhxkiMANHB7T3QDXzUTPsGwcbnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBQEHud9iBThu6OnXXRSf1n6Fa5FNCb6 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.60546875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Aa6H1DbgFA4u5tXhKytlwcsfMlv2z7SX { color:#19c72e;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:5.5054702758789rem;left:0.60546875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#snIuaV6naeOvmAG50Kiax5P5I9ecukfC { 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; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { background-color: transparent; background-image: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container > .video-iframe-container { display: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container { display: none; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .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); }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { border-width: 0; border-radius: 0; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh { 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; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container { background-color: transparent; background-image: none; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container > .video-iframe-container { display: none; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row > .video-iframe-container { display: none; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .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); }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container { border-width: 0; border-radius: 0; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#hMqECUu9v2CwVhl4SCaZr92QV4TVLsTg { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:0rem;left:0rem;height:18.375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { background-color: transparent; background-image: none; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container > .video-iframe-container { display: none; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row > .video-iframe-container { display: none; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .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); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { border-width: 0; border-radius: 0; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#NxvTVk0HWEodKVk99omGmAM1canBp6E6 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.5rem;left:13.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIWbovJZFvy03mpXUo7hqBahqrfERQA4 { color:rgba(var(--color-primary-2),1);display:block;width:70.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.46875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { position:relative;display:none; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { border-width: 0; border-radius: 0; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .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; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .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:32.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:none; }#kLb6TWrOPq8Be8018Orh9sRZGHGcC9kN { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6499996185302rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q767IftlTxGd0p9PT7LUii5sQ6kBkO44 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wlsnPQhQw6zIFoT9gQfPeeGtQfPXZ1ka { 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:23.5rem;width:23.5rem;top:4.375rem;left:51.5rem;overflow:hidden;display:block; }
#R4oqcJniWediicuybUBFtWrc88HUt3w0 { 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:39.25rem;width:75rem;display:none; }
#KNHxXpGTR0LV3Z9bw3DwpRp4AAdhdZIQ { 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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#x5hkDKmD6Fw71r6qiNOA9CT1zvHd8N9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7mENGSkzJ69800D1gD2kVi0RueC7sET { 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; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { background-color: transparent; background-image: none; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container > .video-iframe-container { display: none; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row > .video-iframe-container { display: none; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .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); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { border-width: 0; border-radius: 0; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#ccxFM3p8NpywHyZu1wRwLiKOHTKXPZEq { color:rgba(var(--color-tertiary-4),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.4375rem;left:7.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhcaXUKobeuWgBvpSF9Qiw3p3UDc18wT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:4.5625rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zvdmoqz1az6KsUWKCMPc2C5dquwiAu7e { 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.3125rem;width:3.125rem;top:9.8125rem;left:35.9375rem;display:block; }
#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX { 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; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { background-color: transparent; background-image: none; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container > .video-iframe-container { display: none; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row > .video-iframe-container { display: none; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .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); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { border-width: 0; border-radius: 0; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#ULJkTdWtgphWBIC5sbDSMIIeyZWezJdl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg { 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; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row .container { background-color: transparent; background-image: none; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row .container > .video-iframe-container { display: none; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row > .video-iframe-container { display: none; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .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); }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row .container { border-width: 0; border-radius: 0; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#LoP79ZsklvcbyLsTnW6icqlaDZkAHWBE { position:absolute;display:block;z-index:14984;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:9.75rem;width:21.375rem;top:9.5625rem;left:26.9375rem;overflow:hidden;display:block; }
#r2vv6CfrDLurBfFgL2DfqPgRD1tgPTgU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1rem;left:26.9375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IR2PLtT4KRNFmIHfl07GWIx3C9L9i12R { position:absolute;display:block;z-index:14985;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:10rem;width:21.125rem;top:9.4375rem;left:52.375rem;overflow:hidden;display:block; }
#CKJzNNlnJKo5HBL3J83CzJCsuOdHd8ff { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:50.625rem;display:block; }#CKJzNNlnJKo5HBL3J83CzJCsuOdHd8ff.adaptive-delivery-prevent-bg, #CKJzNNlnJKo5HBL3J83CzJCsuOdHd8ff.lazyload, #CKJzNNlnJKo5HBL3J83CzJCsuOdHd8ff.lazyloading { background-image: none; }
#ON04nTvqrR1q9OhDUNMIo8ydCfaqmDpo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1rem;left:52.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cqZCN07W7xKWxGWt7gtPgfprDyxXKgFI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.8125rem;left:25.8125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMWfPTPxtAQBBA0BgIlLSdBftvK5bIZm { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.5625rem;left:25.9375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEobkn1OQCUMEfzeebNxpf5o8BqamIC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.6875rem;left:51.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bAucrgHsupoC19KHxNToTTAgMVFKs2rS { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.4375rem;left:51.375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BOyEwcgKTaHlwKT4akFSXxOA0TMMa2Bl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31rem;left:29.0625rem;display:block; }
#zdizcJSEASqcT19ftoNWrumrrhrPyV38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#isH5ViXzbh2WPPoWpm7aXx3u8O8IeSpH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.125rem;left:54.25rem;display:block; }
#LfvrPSRPv5xJ7oMvCxS8mFKdCTPAVdEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqK21FuyfOc0M26TKloA4Vmt5MArH5Tn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:34.3125rem;left:35.4375rem;display:block; }
#gQDl1mD6XFUflVzNvsGZGBotOeT34tGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ghxyb1bs3Jxa35tflpKHXdP00Trc7HTd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.3125rem;left:60.875rem;display:block; }
#i6TRsEmx6h2bqPyPnL7pBGAi47L97fLX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FeqyTD1PF9UpT0KBqxfAppsd3tIMaqJv { position:absolute;display:block;z-index:14982;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:25.3125rem;display:block; }#FeqyTD1PF9UpT0KBqxfAppsd3tIMaqJv.adaptive-delivery-prevent-bg, #FeqyTD1PF9UpT0KBqxfAppsd3tIMaqJv.lazyload, #FeqyTD1PF9UpT0KBqxfAppsd3tIMaqJv.lazyloading { background-image: none; }
#NekEIZDB0lud3TwPrWqtwURNrWSxQ5T9 { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:3.3125rem;left:26.9375rem;height:1.13769375rem;font-style:italic;display:block; }
#y185xCK8W8TGxmVevnHHmNa36h1HNiWG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.6875rem;left:38.4375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lOaJrFN2Tqcab1zKThaUbwKMRX6sq5cs { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.8125rem;left:38.4375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WFiu6UqXcDIWHQfB0qdQ72yK06mgeSdG { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.5625rem;left:38.4375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QQxp4V9sskvQITAf72aHRs8MMhpdAz8y { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.375rem;left:63.625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zMsKwfZ5yyeb3oF42A84vvq4GHKMiDp4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.625rem;left:63.625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IXFc1JCaSaFmhN7XGoKxJHuTrJ6VAifh { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.75rem;left:63.625rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dHaktcTUB0l5QNddTTUd3nnOZRNKauWq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:0rem;display:block; }#dHaktcTUB0l5QNddTTUd3nnOZRNKauWq.adaptive-delivery-prevent-bg, #dHaktcTUB0l5QNddTTUd3nnOZRNKauWq.lazyload, #dHaktcTUB0l5QNddTTUd3nnOZRNKauWq.lazyloading { background-image: none; }
#xOsEegVV0oDL2d6yChZIkCmDsxTv5qnw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:1rem;left:1.5rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q7XmtDI4UHWLpNiOdrcCFq4WHclcmJeM { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:3.3125rem;left:1.5rem;height:1.13769375rem;font-style:italic;display:block; }
#QXkTn4sIWtB6oKmNWweb5cJwe8aQmorn { position:absolute;display:block;z-index:15007;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:9.6875rem;width:22.875rem;top:9.5937504768369rem;left:0rem;overflow:hidden;display:block; }
#BbMm5gKTXdKNkE6MvwUyw8Kc9QVJz89V { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:21.5rem;left:0.625rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FAuy51hOByJlm1KisCtywLZA8b6Vow8n { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:21.375rem;left:13.125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SyKrliChr9fHA2PloP0TTcnFDp4IwfSh { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:22.75rem;left:0.625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SvBAa7DoQUhGXa40DMxOi8ZcO126dEGn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22.625rem;left:13.125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pXLk38AykTQ9EgNn8y0H89ZAV8f7QzpG { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:24.75rem;left:13.125rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1tiNrgUK6ofMicTlywwlXifSnNSPdWp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:31rem;left:3.9375rem;display:block; }
#T46OEcIobgssWQaLk7klSsXWAGIeZmqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O3VgtFGPXyiwFlHVpWfJnNNNv7IZyqTm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:34.25rem;left:10.15625rem;display:block; }
#sIk8Ndc99c6iE4SW5r1B1kgc8mgMhVUX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTPLAF1vyR7olwZcy1eCQFCHvrEDkKWw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:5.0625rem;left:12.6875rem;height:2.1125rem;display:block; }
#V5xzqD1hdi7TrpdBHpNMSNqut1TncsGs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:7.1875rem;left:12.8125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#KaGPTSvuRVX1ZoMDJd2B8Wu4SdzXGH9K { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:3.3250122070312rem;left:52.25rem;height:1.13769375rem;font-style:italic;display:block; }
#lAWy4onS96sUW5SxQtWuuxewvtTvNNEB { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:4.875rem;left:37.9375rem;height:2.1125rem;display:block; }
#kVtTuSLCkhgnRh6xrQ5B7K6mNkNwRNkg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:7rem;left:38.0625rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#xt6Xgc2uDQrlplFhEdh1Tpx0ndlTlgT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:4.9375rem;left:63.125rem;height:2.1125rem;display:block; }
#qAV3FuqaR9drTEu2ADFgnvaMhX2rTJM0 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:7.0625rem;left:63.25rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#rQxvOoDriG8WxJcC7nT0awAG6U8GshaT { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:5.4375rem;left:25.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rvMdEeXzv5VTkKGF8mLweLwGr1yfFgKI { color:#19c72e;display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15166;line-height:1.3;letter-spacing:0;top:6.4000000953675rem;left:31.987500190735rem;height:2.6rem;display:block; }
#c7ApthXq8EqTukcxf7H2MUbfNSqScWqd { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:6.625rem;left:25.875rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQiTenKquWy5XohJdPf3OtPIoqVU4fPR { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8625rem;height:3.9875rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:5.0625004768372rem;left:0rem;display:block; }
#n6MQogHTiF1FR3uwKOeen6NXT6m65pND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBgrTLvulhD1RTOeOlws0nTERI0Cn7TW { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:5.75rem;left:51.125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTXHlCqL0K3c6Xf5rkLIRlakDfEI0fzH { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:6.9375rem;left:51.125rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFGM1MEWkXztJi2BdETGM5TlKqBFcnEJ { color:#19c72e;display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15170;line-height:1.3;letter-spacing:0;top:7.1742186546325rem;left:57.425004005432rem;height:1.3rem;display:block; }
#Vdtpywdy4VncH7zbGQwazNT5l3BR8TVX { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:4.0625rem;text-decoration:none;z-index:15086;text-align:center;text-align-last:center;top:5.5625rem;left:50.625rem;display:block; }
#VPxeTV3v8taLSpLN7faeEJ8rT7e8pcus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaEd6KtkVCuo62bgTA2HxJLX3PXPzc3N { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:26.75rem;left:25.4375rem;height:3.65625rem;font-style:normal;display:block; }
#kQeZIQNEKDnbgNTPkLSPzShPWh8S5QoZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:26.625rem;left:51.0625rem;height:3.65625rem;font-style:normal;display:block; }
#XMH2bhtmU8XH7FhA9fFbMN15PPvU5wWn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:26.749999523163rem;left:0.86171817779544rem;height:3.65625rem;font-style:normal;display:block; }
#z6rTePRc4KPo5nMJ3JJsvHhOXFSmLXLt { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8625rem;height:3.9875rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:5.5499997138977rem;left:25.687500953674rem;display:block; }
#D08wK9KTqkogmrPtPpOMGhzD2Vv41t3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5cUnM72n7i8ffqEsyEeurAx1Xsse0ep { color:#19c72e;display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:7.1741943359375rem;left:0.1875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuBud8eI08kdsywJqehG6b5cmxHMzNud { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:5.4281249046326rem;left:0.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS { 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; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row .container { background-color: transparent; background-image: none; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row .container > .video-iframe-container { display: none; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row > .video-iframe-container { display: none; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .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); }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row .container { border-width: 0; border-radius: 0; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#doNEbkVCWPeAwyuGndbunnhNdC6TzG7d { position:absolute;display:block;z-index:14984;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:10.125rem;width:21.375rem;top:9.875rem;left:1.5625rem;overflow:hidden;display:block; }
#HnRC9Gr0yW6vUCingprgqlPbAtaCsHzi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1rem;left:1.5rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fKXrVT8M1erK56zk2o85qH7JJO27KuJZ { position:absolute;display:block;z-index:14985;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:10rem;width:20.8125rem;top:9.9375rem;left:27.125rem;overflow:hidden;display:block; }
#yvFgOInqHTvlQnfI1377vnBv19fRRAko { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:25.1875rem;display:block; }#yvFgOInqHTvlQnfI1377vnBv19fRRAko.adaptive-delivery-prevent-bg, #yvFgOInqHTvlQnfI1377vnBv19fRRAko.lazyload, #yvFgOInqHTvlQnfI1377vnBv19fRRAko.lazyloading { background-image: none; }
#fR5gKtGw9FR6kFstkQM5aqVGt6v70BKA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.875rem;left:26.0625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bpRhmToSGNRupOBgMnMAslZEwtPprW1y { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.125rem;left:0.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i2u50bfrLORiDPpPD7tSq0wVXx6MfHaK { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.875rem;left:0.375rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odutAvt3H5HMalLOuMvTRpb2cwDnwGfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.1875rem;left:25.75rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ghf7TfbCxtwgwu9xJ7PEALJ9eGV4BPEV { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23rem;left:25.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ilNfuQvalzonPMo9KPTpxsmc1WMbBlNH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.625rem;left:3.875rem;display:block; }
#rLKSD4x5OrvpnAm7e7TuCNRIwmslGxsn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1o9o4QgMe1hS16aO781WivutZpsSoTh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.625rem;left:29.125rem;display:block; }
#vHpaVHLoPz5gMqDCqFVaBTf77PsrdlWD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CIZd2609tSzWHRaCCuyUWoMDS1vKLZtX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:34.8125rem;left:10.125rem;display:block; }
#XfyUKn3KHVohDgfuGf5WRlISKBiJAUgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EHrAdCkXbhSEUyiIMuWeNoK2QsW9cTRz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.1875rem;height:2.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.8125rem;left:35.40625rem;display:block; }
#m4REXAQ3KBNZIiCX2EEJSIhLJsBeMeh3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFAdpuScsFCKDRutGiAtORUPeiUdhoc7 { position:absolute;display:block;z-index:14982;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:0rem;display:block; }#BFAdpuScsFCKDRutGiAtORUPeiUdhoc7.adaptive-delivery-prevent-bg, #BFAdpuScsFCKDRutGiAtORUPeiUdhoc7.lazyload, #BFAdpuScsFCKDRutGiAtORUPeiUdhoc7.lazyloading { background-image: none; }
#p3q8f6dwBnSfZDbvpweXIJaC9vp2CoQW { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:3.0749998092651rem;left:1.5rem;height:1.13769375rem;font-style:italic;display:block; }
#G2UzfDEPMa9b7UT8cl8hZraE8Hl7hIzs { position:absolute;display:block;z-index:14983;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:50.5625rem;display:block; }#G2UzfDEPMa9b7UT8cl8hZraE8Hl7hIzs.adaptive-delivery-prevent-bg, #G2UzfDEPMa9b7UT8cl8hZraE8Hl7hIzs.lazyload, #G2UzfDEPMa9b7UT8cl8hZraE8Hl7hIzs.lazyloading { background-image: none; }
#L0xG8ZMRBaaFS38EoEtdRh82p2FpphJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1rem;left:52rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PzWOfEMNqE42KsP72yfE01RN53mXALGK { position:absolute;display:block;z-index:14988;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:10.3125rem;width:21.625rem;top:9.78125rem;left:52rem;overflow:hidden;display:block; }
#fQsShM6kB7lImgApEvCDSA0N0oBXt9qF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.125rem;left:51.125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyEJFx5yqD0Bvnxt5sQPcAxxeI5DFM3C { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.875rem;left:51.125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q6gnVyVPpr7CMZVpwGa3pdQTwIUywdlW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:31.4375rem;left:54.4375rem;display:block; }
#xdFTvX9CrG47WqRwy4dSNyhNesGXdJiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xs7uiuFJhtx57FHxRVUWgz1gQDLKNftQ { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:22.875rem;left:13.3125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vWX5BVRAJ1fspiXw9I270ItpAdt5q5Wi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:24.125rem;left:13.3125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wNkTVvaNTrpI5BGLoUORSW9HSqgLpvhs { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:26.25rem;left:13.3125rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G9UdvFnzlo6tBgL62sJxdyt5I4Uhf4fw { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:22.875rem;left:38.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxNaH8I9mqUA0ysOC5uzJJi7dI9bxBzq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:24.125rem;left:38.875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KI18I8GsIlgUl7JX04JnpaSIEpylqnhI { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:26.25rem;left:38.875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rtEM0B8wfZUFdk6OK5lOA7DGlkbGmT8S { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:2.9500007629394rem;left:26.125rem;height:1.1375rem;font-style:italic;display:block; }
#nPSJJRUTNxTZ2LP9t1179y0tJQVfoJsn { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:22.8125rem;left:64.25rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#puuTFcTrDpZyTUdzkUnRQEVHrLB2oU8p { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:24.0625rem;left:64.25rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b3GTMCpPDtyd5nkNXeZyCNKWGCcorACc { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:26.1875rem;left:64.25rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vx5NwflytoZvx80rgJJy2U0uDtKK3MPv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.0625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.8125rem;left:60.8125rem;display:block; }
#n8Q85Z7tKmf2RxhKt3kwpyprwah7TH5M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nd8fcXUugtgfSFXxGB2aUQfrfD1DaPQs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:5.4375rem;left:37.9375rem;height:2.1125rem;display:block; }
#m2hR5w6LLXOSUA0Fp49R0o1UqTB0EyNP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:7.5625rem;left:38.0625rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#FgX21V2NkfslFy8tAkUiFRGqGZeyRbtN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:5.5rem;left:12.5625rem;height:2.1125rem;display:block; }
#s6ZBWAlH51DvQPncHf8VKfsN34ZTu7aS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.625rem;left:12.6875rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#hgy17bnZhkF07o300nl0OMyOSfkPVLSt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:28rem;left:51.0625rem;height:3.65625rem;font-style:normal;display:block; }
#DCVdkvOQgQGQvNahnkgxBky89F3tO0f6 { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8625rem;height:3.9875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:4.2117195129394rem;left:0rem;display:block; }
#qeFBg5Vp4S35KNC7wvTQDHrstHhAoMbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKlUf2STMqSwys70Rd3D5Vs9z7XVNhH5 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:4.2117195129394rem;left:0.375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mqRVQb4podnGtDsIosxNPGZmQfaOeqOQ { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:5.8023414611816rem;left:0.3125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GnyMycTnT6J8BVDDofb0Cs6XFJXOCUN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:28.018750667572rem;left:0.875rem;height:3.65625rem;font-style:normal;display:block; }
#G4G5WKNOIdnIFnXaa11l8rP4TU6a6QMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:27.831250667572rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#TnqTz0s3UWA25fzidbTqzqUB8FC6HW8m { 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.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7875rem;height:3.9125rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:4.2117190361023rem;left:26.062500953674rem;display:block; }
#KpneFr8XTT1GEL2fdsKtpLiN52Qzw7sp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptd3flqTi653kOuT9dFWq8wvpoen1p16 { color:#19c72e;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:6.21875rem;left:26.625000953674rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dD0F4d7M1USNKJ59asVx1ukUTFncNHJk { color:#19c72e;display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:4.4695310592651rem;left:26.625000953674rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO { 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; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { background-color: transparent; background-image: none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container > .video-iframe-container { display: none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row > .video-iframe-container { display: none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .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); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { border-width: 0; border-radius: 0; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(113,113,113,0.08);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; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { background-color: transparent; background-image: none; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container > .video-iframe-container { display: none; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row > .video-iframe-container { display: none; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .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); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { border-width: 0; border-radius: 0; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#nrzI6s9TTCpqgIk9itn3pplrVzh0Z8uO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:0.8125rem;left:0rem;height:9.1875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { position:relative;display:none; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { border-width: 0; border-radius: 0; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .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; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF { 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:none; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { border-width: 0; border-radius: 0; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#B5OsVg14cC9TCGINyyOOHhhCFi5zcp8t { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:0.59687423706055rem;left:0rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k45apQ9gey75pzGdJRXWvtFV0D2IJxO0 { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { position:relative;display:none; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { border-width: 0; border-radius: 0; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .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; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.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:none; }#lrdkGSDn7gwZZ2eMQJAD6HOvXVkOOzI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.625rem;height:9.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vt1xTv928mKmETToozzzsM5KDx955c3o { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.75rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rccfaT0ckdxrmhqUzhUEvZX4MO2ZybSb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.875rem;left:0.0625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#TRmpy5gd2Tfny2JwO4r2WTU2wTkVOaaf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.125rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#XGkzgR9wyKeNtDwLOguo3NgQBepNT2yL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.875rem;left:0rem;height:1.70625rem;display:none; }
#BkFvXUK571zgTtvsaXyJoHF9IKq8KNeR { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.0625rem;left:0rem;height:1.70625rem;display:none; }
#hDlQlTQnaWUmhPeSIxDv7GqhGK2Wb3xG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.375rem;left:53.9375rem;height:6.09375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#atISmCCxGHDNaNWB5FvTE9ccyxNQWhpE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:5.1875rem;left:53.9375rem;height:9.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UTN63PGflymaSUzEiByNtURuVWNlXPKa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1.625rem;height:8.53125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GAonMIRClwivpuor4IdxUwaVHPfdmSFk { position:absolute;display:block;z-index:14997;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.4375rem;width:33.375rem;top:3.6875rem;left:20.8125rem;overflow:hidden;display:block; }
#Zl628qTWEiJ2sAdpQVkVmguFiVJcVkAQ { box-sizing:content-box;height:11.25rem;width:20.375rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:4.5625rem;left:1.1875rem;display:block; }
#XJqsENqNzT8007tUVVA46CmOt3GrzyCy { box-sizing:content-box;height:11.25rem;width:20.375rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:16.5rem;left:1.1875rem;display:block; }
#hnwmUe559NbCI4trC638H3WQW4kJvtoR { box-sizing:content-box;height:8.75rem;width:20.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:19.25rem;left:53.5rem;display:block; }
#z7laNpAwmX7r0eoMOOA40VPeAcpCvO07 { box-sizing:content-box;height:12.3125rem;width:20.375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:4.75rem;left:53.5rem;display:block; }
#hyGw5T8dlpWvPaGxTatmJfoDTkR9VoDe { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.837501525879rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn { 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; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { background-color: transparent; background-image: none; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container > .video-iframe-container { display: none; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row > .video-iframe-container { display: none; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .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); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { border-width: 0; border-radius: 0; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { position:relative;display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { background-color: transparent; background-image: none; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container > .video-iframe-container { display: none; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row > .video-iframe-container { display: none; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .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); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { border-width: 0; border-radius: 0; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .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; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .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:14.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; }#aTqt8SFmW6rsPyJSkCPk3D7GGOghUwzH { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.4375rem;left:13.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzIQcI9mDIgH2ZHnVgsWTBBq7IbJ674q { color:rgba(var(--color-tertiary-4),1);display:block;width:74.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:5.5625rem;left:0.375rem;height:4.78125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#E2Bkl1sGJvfuqIze2B3gDglFILHaHg72 { 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.3125rem;width:3.125rem;top:11.8125rem;left:35.9375rem;display:block; }
#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ { 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; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { background-color: transparent; background-image: none; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container > .video-iframe-container { display: none; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row > .video-iframe-container { display: none; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .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); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { border-width: 0; border-radius: 0; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#Q8rzGDyUu7n11searWZl4so5OBBM0eHq { position:absolute;display:block;z-index:15003;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.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;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:20.25rem;width:20.25rem;top:12.9375rem;left:27.5rem;display:block; }
#DrgcP7QFJUpgL3ll7fHgO4kAJUa8UvuN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.6875rem;left:6rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTtqIv6TGRCOmpdJMvwRTTLSPgHbT8uI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:17rem;left:6rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT3iFaMZwuJlInWsWz24AW2HGQb526GI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:25.8125rem;left:6rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cd04xDDdVV6ETLOxfaC21l2xg1xSOicv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:34.0625rem;left:6rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:7.1875rem;left:0rem;display:block; }#kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V.adaptive-delivery-prevent-bg, #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V.lazyload, #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V.lazyloading { background-image: none; }
#vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:23.625rem;left:0rem;display:block; }#vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH.adaptive-delivery-prevent-bg, #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH.lazyload, #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH.lazyloading { background-image: none; }
#GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:15.5rem;left:0rem;display:block; }#GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH.adaptive-delivery-prevent-bg, #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH.lazyload, #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH.lazyloading { background-image: none; }
#vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:31.8125rem;left:0rem;display:block; }#vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E.adaptive-delivery-prevent-bg, #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E.lazyload, #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E.lazyloading { background-image: none; }
#goEN9weZtF1tRf74fgmMWspfTsUSBmeJ { position:absolute;display:block;z-index:14997;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.0625rem solid rgba(113,113,113,0.08);border-left:0.0625rem solid rgba(113,113,113,0.08);border-right:0.0625rem solid rgba(113,113,113,0.08);border-bottom:0.0625rem solid rgba(113,113,113,0.08);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:33.4375rem;width:33.9375rem;top:6.3125rem;left:20.5625rem;display:block; }
#aKin9i04bPrGuiTbiC9yRw2PCy1pv0kk { position:absolute;display:block;z-index:14998;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.0625rem solid rgba(113,113,113,0.11);border-left:0.0625rem solid rgba(113,113,113,0.11);border-right:0.0625rem solid rgba(113,113,113,0.11);border-bottom:0.0625rem solid rgba(113,113,113,0.11);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:26.5625rem;width:26.9375rem;top:9.75rem;left:24.0625rem;display:block; }
#y58AbTvAnK92JimPT5QGpftR3RXHxKkU { 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:2.8125rem;width:3.125rem;top:9.4375rem;left:1.625rem;overflow:hidden;display:block; }
#OFb9IqN5E3hdnCdfnr8I19Vr5USQSf4M { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.0625rem;top:17.875rem;left:1.625rem;overflow:hidden;display:block; }
#dSPb9VldmFwCbaNQwItH8ZJDvPMIrRw7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:25.8125rem;left:2rem;overflow:hidden;display:block; }
#KBa7cnwX7I8ciKKz4HKImrfrHa7bknTD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.5625rem;top:33.9375rem;left:1.875rem;overflow:hidden;display:block; }
#ZEwX4dHlCmaJpUsDDhwulmUeEssiZgBr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.125rem;top:22.3125rem;left:31.625rem;overflow:hidden;display:block; }
#RmWvXF6NTy9RyluB5CbQibDaFimioku8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.8999996185302rem;left:53rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:7.125rem;left:53rem;display:block; }#aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU.adaptive-delivery-prevent-bg, #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU.lazyload, #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU.lazyloading { background-image: none; }
#Kshy3u2U992Lk0lJ3VU5lEoTzTOboV5w { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:8.625rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPtbdCOtxGNP7yMpWOnWdcDRqLyehtlo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:9.1875rem;left:54.6875rem;overflow:hidden;display:block; }
#WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:15.4375rem;left:53rem;display:block; }#WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3.adaptive-delivery-prevent-bg, #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3.lazyload, #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3.lazyloading { background-image: none; }
#D985mhvFSZWytRggTNTJkvvmGwgBtDOr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.9375rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TK6iSTlM5PllkUU8BoGKaJBDdU0NzQzg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.1875rem;top:17.875rem;left:54.6875rem;overflow:hidden;display:block; }
#lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:23.625rem;left:53rem;display:block; }#lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4.adaptive-delivery-prevent-bg, #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4.lazyload, #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4.lazyloading { background-image: none; }
#p0TQSRBLRRInNs6yhsZZpW6mfFwpD7DV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.125rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LqWhs65NehfXbUmt2szLRD10pAp1w890 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:25.625rem;left:54.625rem;overflow:hidden;display:block; }
#cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:31.8125rem;left:53rem;display:block; }#cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8.adaptive-delivery-prevent-bg, #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8.lazyload, #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8.lazyloading { background-image: none; }
#wqLreXIOLLN9p7V39N2Z68ThXb3WaLwn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:33.3125rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gXErcUsvSfikIKgnL41kavJicXuVu9sT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:34.0625rem;left:54.875rem;overflow:hidden;display:block; }
#cPA1p2vR7zSqbl4g0z63n7BMcQ9cEtey { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.8999996185302rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZHlstpNlveyIcEo5qgI3d6K3DD36JZ0r { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:44.0625rem;left:19.78125rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHCqd81BoZqJ8lPKCM5MVwNG1nhNcZZM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:47.3125rem;left:28.8125rem;display:block; }
#ugmSWOawAVqrA801eSbx95gBOmTmOHNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { position:relative;display:none; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { border-width: 0; border-radius: 0; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .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; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .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:none; }#lJoPrTnU6O1zrq9C2xl2QKdDqbv48MLB { 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:11.6875rem;width:75rem;top:3.53125rem;left:0rem;overflow:hidden;display:block; }
#RF5oOJnmJ3ZmS8RALhkCPHO7XC8Apkqz { 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:15.625rem;width:18.75rem;display:none; }
#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { border-width: 0; border-radius: 0; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:none; }#Q5U1cgxvuJkJ7UBnVyRi2lZe6Fr7x3oU { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.0625rem;left:13.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txRILFnSSf8rObENfeINPcWiv2imFDMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { border-width: 0; border-radius: 0; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:none; }#ZceowJT04dJ6s4eyHlu2BGBHd66DZmfT { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:1.3125rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0QPBzpkwuBQSKP0tbeWBxdb6zX6DfAx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:0rem;display:block; }
#tA3o7xe0yVmC6iD0Da25TaEPxlyBpW5I { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:16.0625rem;left:1.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCJ0HNaEXA7ZEzIJNvWLswgoiGLPTG2k { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:19.3125rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#daM6d5yXSzch2kKp9bS1fRkSuPTGkZGb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:18rem;display:block; }
#Qe7SdMTU38bX3JRbDmn9v2HZuTUx9enH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:16.0625rem;left:19.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbb2dQ8o5bG9UBG2bzLf9eoE0L6tINCO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:36.5625rem;height:20.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHypFZHgL8TkRD1IehS40EdG01VOpmNN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:36rem;display:block; }
#S2yEIoyMeJQOV3W6vHDE5pdPvseP4zSL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:22.9375rem;left:37.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1d1ydllPSKP4LviOwvV5W2zoQ6VbN8Z { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:55.3125rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bO25m3IPflt2LXHalsAqsQ1cVyV0Veqs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:54rem;display:block; }
#J3LW7esMzLLL1BbSTqPBnDSy252PJg1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:16.0625rem;left:55.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUGqycTOgydCx0mUmwCFOkHasc6WJs2I { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15019;top:11.375rem;left:71.875rem;display:block; }
#VRikWdCVKyf6E8w5cnLqT6bSFazkmJ1p { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.8125rem;width:2.8125rem;top:11.625rem;left:71.9375rem;display:block; }
#TvwVg6HkPBXZiCSFFui3AB6NughyDDAT { position:absolute;display:block;z-index:15020;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.625rem;width:4.8125rem;top:25.875rem;left:41.84375rem;overflow:hidden;display:block; }
#DkbfeQAki5oIVB742n2WEzIvbKoJzAZS { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:27.8125rem;left:43.4375rem;display:block; }
#OSE1vSqJi1xHvez4O7VVbKJEpi3tEooZ { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:27.8125rem;left:41.9375rem;display:block; }
#cmoKG7bgJyTo4mnfRJlDg5XWOux953CQ { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:27.8125rem;left:40.4375rem;display:block; }
#GCIuuSe7a8QiyJcNLtglayQll6F5Zdxr { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:27.8125rem;left:44.9375rem;display:block; }
#nBiQgkJ0g7NOQmXsCDwRbxKIFzb1aaaX { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:27.8125rem;left:46.4375rem;display:block; }
#Stl8pduUU1fNZpdHrcPCwIv48esf0UOn { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:21.0625rem;left:4.4375rem;display:block; }
#QsKQtbcdDMoye99FUVfJqZdVDmtrElDm { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:21.0625rem;left:5.9375rem;display:block; }
#ikJMuGLOTTQw7N4SB6TwkEBuh3oQbvFl { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:21.0625rem;left:7.4375rem;display:block; }
#PUnOnZppwkrLHxTluAPm0ohe44yF7B4O { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:21.0625rem;left:8.9375rem;display:block; }
#NP5DBcTNioKnG4XnJTu1nUshB19WZsdb { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:21.0625rem;left:10.4375rem;display:block; }
#CI6T5f79NeiZqFzT9Ka7nlJNAMlPpICf { position:absolute;display:block;z-index:15026;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.625rem;width:4.8125rem;top:19.125rem;left:5.875rem;overflow:hidden;display:block; }
#MJ1orO8k4Vitf9pDfNbLb5B7HePFr1M0 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:21.0625rem;left:22.4375rem;display:block; }
#PzNkcQQa2QBStA8c9aks6c5bFvuf1MK4 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:21.0625rem;left:23.9375rem;display:block; }
#Tm2AmtIlE4Cylm4xPoWeWFfQxWb1TMMG { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:21.0625rem;left:25.4375rem;display:block; }
#WtZ6fFeM81KsEBWvkHUOypG99SchOweL { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:21.0625rem;left:26.9375rem;display:block; }
#dffigCDcIfCJm2J3ibMseKJrf86GShKu { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:21.0625rem;left:28.4375rem;display:block; }
#xTmtXDDTgbkrU52L9yH5Urw9BWTLlk2o { position:absolute;display:block;z-index:15032;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.625rem;width:4.8125rem;top:19.125rem;left:23.875rem;overflow:hidden;display:block; }
#KMRQSVN8Sg1r4vxUxxXffd1oGlb0gvtJ { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:21.0625rem;left:58.4375rem;display:block; }
#MZDBeKxTMk80yxR0GOGWp7vZcLyydnP8 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:21.0625rem;left:59.9375rem;display:block; }
#payGTnkTCdvce3CC3M2Fh1dcLz5nltoa { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:21.0625rem;left:61.4375rem;display:block; }
#MhnxqNT6oIEATrb2bZe3KQnAMGUtR4ka { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:21.0625rem;left:62.9375rem;display:block; }
#NwcCdnDWK9R1WsIUwQy56vghqw2AMAN1 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:21.0625rem;left:64.4375rem;display:block; }
#V7hTkTXL6RmIMtgWrFoeCKilSLEmvG8v { position:absolute;display:block;z-index:15038;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.625rem;width:4.8125rem;top:19.125rem;left:59.875rem;overflow:hidden;display:block; }
#DTNequBJHnyffRVMmPEeIpMyRk29s8be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { border-width: 0; border-radius: 0; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:none; }#OlzWKqWEfc2NMRktuvfkkO62mNVCeNaF { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:5.875rem;height:18.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUsuqFKCOTV4FXWT0N160J45Gg1DE2Bn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:4.5625rem;display:block; }
#JeDiUJI4TfFPNSwTyG7tVtfzerEDFRlu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:20.418749809265rem;left:5.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUKSJMkvDlGmBQlpDi7RkEkJaT9wbviS { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:23.875rem;height:18.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIdwftFSLHLsnQ1fvJa7QNMTlJdCmivW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:22.5625rem;display:block; }
#aFMLmN5btWMdIcfeuMZVvPCTfhThMcK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:20.418750762939rem;left:23.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwzLbWaemc59R5PZVqez6mPnSlCUyCny { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:41.125rem;height:12.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWUpVVpSmX6DAoM5o6TeMxBSdbTLKSUC { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:40.5625rem;display:block; }
#HPXeQik29SKU8mwusyFh9KtTN6VXdfrx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:14.8125rem;left:41.8125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s22gpoonxEPsXnwB2qpFy336A3mfZE0g { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:59.875rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJUITDAiLBUSMfsqViw1JFKQDf9vz3M2 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:58.5625rem;display:block; }
#XR9KcPOle4iPIsrXmkgNN55KAwxKzsUb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:13.53125rem;left:59.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wn4aq3zgiTmOyoPTqHAUAHaNXMztOgTo { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15017;top:10.0625rem;left:0rem;display:block; }
#sVEBX6W43KDaiwpJQilEkQhvnATXdG1a { 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-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.8125rem;width:2.8125rem;top:10.25rem;left:0.25rem;display:block; }
#ph7ZiXo4wcelddCLPV6STmTe8PrQ6Kbe { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:25.5625rem;left:27rem;display:block; }
#d4oOfyrwdUgrkmLmoOBfQRuepJ5iD001 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:25.5625rem;left:28.5rem;display:block; }
#ptiUGib2ZpxQJfcx3SGLsoAqm4wVN0fP { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:25.5625rem;left:30rem;display:block; }
#FuOOzkdeCQIozW77nEvKnf4zgtGbTq0r { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:25.5625rem;left:31.5rem;display:block; }
#E76UmXaPPumv5gTeyzUkCtdy5ZuMG2uG { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:25.5625rem;left:33rem;display:block; }
#piX4q5IaxI3QoCDhLAuqL5CZ084vRDM2 { position:absolute;display:block;z-index:15044;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.625rem;width:4.8125rem;top:23.625rem;left:28.4375rem;overflow:hidden;display:block; }
#PbcGF2xJ5yTDatqeyaTAPaqMezQoeNB6 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:25.5625rem;left:9rem;display:block; }
#pb0nbtvNJ9wkm5kRsgkgqec2aHgC8b54 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:25.5625rem;left:10.5rem;display:block; }
#lm6a7eBsIcl5ZA6sVlsNKyQOE0iIWpFl { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:25.5625rem;left:12rem;display:block; }
#Ik0pCHhsJ4nezuqTvolkKZuUT2M2x3Lr { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:25.5625rem;left:13.5rem;display:block; }
#REoyov7F3NT26EJ0wPTN2muzTPuCSRGG { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:25.5625rem;left:15rem;display:block; }
#l5fX7V7rvQI7can5xhCbHbnCMTqKUKrz { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:23.625rem;left:10.4375rem;overflow:hidden;display:block; }
#DWdn483dos4GzB85rku7P7ULzpu6ugT1 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:19.9375rem;left:45rem;display:block; }
#A2TJ17u7pwchBLDQrAfGiutwRuofk2ty { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:19.9375rem;left:46.5rem;display:block; }
#a3W4T23TwJfu0yesdCT2w9rHsKrxRFDu { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:19.9375rem;left:48rem;display:block; }
#VuHDWt7sRbSCFtW2CwrOwPqyRxdeysaI { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:19.9375rem;left:49.5rem;display:block; }
#IkpbheIdWl5L7x3bg5J9vJi7VR77PQ7K { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:19.9375rem;left:51rem;display:block; }
#WycVa38T94Qkif41Q02hxr8HqM6WD7v0 { position:absolute;display:block;z-index:15056;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.625rem;width:4.8125rem;top:18rem;left:46.4375rem;overflow:hidden;display:block; }
#df1THby2I0ZFArLAgFAufVCPLXqyCq72 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:18.625rem;left:63rem;display:block; }
#J4lG2RV9PU2PCMo4qEHxJE0kDhOxx0nk { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:18.625rem;left:64.5rem;display:block; }
#twRF1lBABzsR8SGgxDZFytRqT6PTCTWp { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:18.625rem;left:66rem;display:block; }
#zT0kde94wpoA4K6lPrK4katIVPqcd13a { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:18.625rem;left:67.5rem;display:block; }
#A2GL11aCeSfvvDIHiaDJ9Jy9HsQeinIA { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:18.625rem;left:69rem;display:block; }
#Me75Iopn07vZrSX6XHnKCCLID1c6Mhdo { position:absolute;display:block;z-index:15062;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.625rem;width:4.8125rem;top:16.6875rem;left:64.4375rem;overflow:hidden;display:block; }
#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { border-width: 0; border-radius: 0; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:none; }#XJsKswwM6JWvIE8SXxTTd8hOzayTqnHS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3187484741211rem;left:8.53125rem;height:1.3rem;font-style:normal;display:block; }
#r6V2xKoeOulqAOObJty4JqkaLDstC62f { 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; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { background-color: transparent; background-image: none; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container > .video-iframe-container { display: none; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row > .video-iframe-container { display: none; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .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); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { border-width: 0; border-radius: 0; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#zrtxsrlaCogeClEKI4leTwNWcZKKZ9I7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:3.2749996185302rem;left:0rem;height:4.2rem;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; }
#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46537d29-6d28-4e9d-956f-dd4b9eb902ed/YARIS_CROSS_HYBRID130_34Front_6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.adaptive-delivery-prevent-bg, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyload, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyloading { background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { background-color: transparent; background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .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); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .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); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { border-width: 0; border-radius: 0; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::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; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { 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:block; }
#wki25Z34FdKRmkefTBJzBWGT2LQD03cU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.387500762939rem;left:56.75rem;display:block; }
#UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-form-header {  }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:24.8125rem;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; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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:24.8125rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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:24.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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;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:24.8125rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-tertiary-0),0.67);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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:7.9375rem;margin-bottom:0.25rem;margin-left:7.9375rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:8.875rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:first-of-type{padding-top:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:last-of-type{padding-bottom:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { 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:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.375rem;top:0rem;z-index:15012;position:absolute; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { 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:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.375rem;top:0rem;z-index:15012;position:absolute; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #UdgAFZNTaMEcph5naUGmChvNlm1rgqIn { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #DyOQhh39KxT1vdAa3r8b2P2zizF4QnA0 { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #VxwxGQ2lT5wJ4G5O1Tx0os7TxsUGAyTV { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #A9APCHquAwdGt8rzs1vB7570Bo7GwexZ { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #OTwLUru2s4ZFCUcsUBxhUiDv1iTTdE8a { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #O8TaRzxEKc0K2JxTBv2Lpl76lw8LU9Ko { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 { position:relative;display:block;z-index:15000; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 { position:relative;display:block;z-index:15000; }
#nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { position:relative;display:block;z-index:100000;display:block; }
#XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { position:relative;display:block;z-index:100000;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 { position:relative;z-index:2; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M { position:relative; }
#vbrL4ItqVx2liSmPv8pZMJs1leapHlnW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.4375rem;height:3.0875rem;display:block; }
#BB9rPSDDKiCL7ueeQGLAMduN9zQeWAMh { 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; }
#nWrwoBndxUaEtPqrwtd4ZgK6zIt2FdsX { 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; }
#ETurtZBnpgrVH0t9Irzl2RMlO5KcQxJ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#w1JAbexU8g41eBvvATK20FEtdNPk9s2o { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.9375rem;left:2.5625rem;display:block; }
#AmOrnR29TeWr8Dp9IpIQ7swW59PxrLgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gq6oKQBWSfle3TWsP18H5KDAyniRRrKL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.9375rem;left:24.375rem;display:block; }
#dCIwWyiZaZ1RALsr2rbEwq2vBUatUDPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGnKy4uOPhvH82Mtm3eat0dhVISsX3Aa { 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; }
#A1tM8WAaLnxE5vW14v3KTl6rZNu8K2tn { 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; }
#VqW8S5DJ7RLvscl44PAAuM2R0E68CIe9 { 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; }
#MN0wUnDArUpC2K1dNpL3ibwMxI3RQcxk { 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; }
#waaODAtb9i7VQvXU5uWL43l2LCF90bFc { 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; }
#dw1is5O3GLbAacF2ErWSJbLNECssDvBo { 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; }
#nucqu7TIcKRMSMl7xTk2XpeklhcSRCBc { 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; }
#pXBouZTn9JSXZZd5HkmTZeyVLOufTcMI { 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; }
#TuV5Hh1GQmMKNnyKNR45avXFx48SwsHP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.13769375rem;font-style:normal;display:block; }
#N7zAR2sIQbOETbLzk875Tp5KEcqTxnCy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#X3g57bo15W5AzbEpLh1kvXHkhzyFImJe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.13769375rem;font-style:normal;display:block; }
#OQu1ODcUAOS5wBECEGdxhJKBdCyBDfr6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.13769375rem;font-style:normal;display:block; }
#bs3uK72hIO8P2QsuqHvJQGwTu0LoMT2q { position:absolute;display:block;z-index:15036;height:11.375rem;width:17.75rem;top:21.200000762939rem;left:0rem;display:block; }
#NHHqSzhpANLhxpM0MJwoA63ag1rqLz5z { position:absolute;display:block;z-index:15037;height:11.375rem;width:17.75rem;top:21.200000762939rem;left:21.8125rem;display:block; }
#lNc6F71B7vKgH3gTgbE3SMQISkpIBiw8 { position:absolute;display:block;z-index:15036;height:12.5rem;width:18.1875rem;top:19.9375rem;left:0rem;display:none; }
#stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { position:absolute;display:block;z-index:15037;height:12.5rem;width:18.1875rem;top:19.9375rem;left:20rem;display:none; }
#JUzUL5u1pVIVWR0HkEO4HhgPumam1ak3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.65625025332rem;left:4.4375rem;display:block; }
#gOTAvUKLLG99RlGFUgSedUT6TKKJQMeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SvX5zwVzLUEhluAxuMrl6uf5lrPSE5uy { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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:25.75rem;display:block; }
#AXxEWsMUh5ZDFio4lq0DxOTLyGpExUHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ib3XTihslxtNB8X37kqo3VeUTMNBRtV7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#ipTGOz5liy5xirp9W5TbT2BxhriuZi9E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s3yWJS3D7ZSqMISEG1BnqXTkRBRevCVr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#yrFSTnhWPL1UC9N2baQmAHOuwu5PGVHQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KaNQTzZ0Z6R8FSdpazifxR3gJwIZhPxh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#vVNKyMfkZ3WmZ1lbmcxfpZVT2uvai237 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { 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; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { background-color: transparent; background-image: none; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container > .video-iframe-container { display: none; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row > .video-iframe-container { display: none; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .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); }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { border-width: 0; border-radius: 0; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.0625rem;left:35.1875rem;display:block; }
#SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQIed93IUFeyAbEDtVP70scqilNMxXJG { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.0625rem;left:44.3125rem;display:block; }
#JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:56rem;display:block; }
#BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:64.625rem;display:block; }
#euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { 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; }
#SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { color:rgba(var(--color-tertiary-4),1);display:block;width:64.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0875015258787rem;left:5.28125rem;height:1.13769375rem;font-style:normal;display:block; }
#I66rTFF0P1zAUvyR8edi7T73dVh962Vg { 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; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { background-color: transparent; background-image: none; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container > .video-iframe-container { display: none; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row > .video-iframe-container { display: none; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .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); }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { border-width: 0; border-radius: 0; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.375rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { position:absolute;display:block;z-index:15004;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: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:15.125rem;display:block; }
#UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { position:absolute;display:block;z-index:15005;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: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.4375rem;left:17.625rem;display:block; }
#B066UKHINBD6rkfC8TR3dF3QSKKO7fn6 { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.818748474121rem;left:9.8125rem;display:block; }
#F6hQU8Q4s9ComBOT9PcIK8tLETOdxXQp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6yn29OiWJkxo7kcTkw0Q9Xgkla4xQGp { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:1.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.849998474121rem;left:15.5625rem;display:block; }
#Xnti9S8p1NDV4tfoK4hg6yESBD9LLxT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zpxa3WFHPIzKuXB9ZtvArtAoMOl2CyxR { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.25rem;left:12.25rem;display:block; }
#cgn4TDu7ubJblTmx2rDoK8QOApm5oSwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KE5OTwVtg850Hooo4kiHe4ODWLzhxamA { background-color:rgba(var(--color-tertiary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:1.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.25rem;left:18.125rem;display:block; }
#JLN4chBuwmLbg698homrT5S6pcKN6UIy { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUCK4ST191o0oAQS7ehmNqqK18gWBfyV { top:0.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #effxkFhEwzhDUmfgAZ7Insvo84Uhgyy0 { top:0.125rem;left:37.5625rem;width:10.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XOIe4acLFN7ES7n1UAiq7eQ88TTqWv { width:10.3125rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVtVPM8yF6w1gFEDVXJPbB2cBXSJ01ET { display:block; }
 }@media only screen and (max-width: 763px) { #WkGRMcXHaU30Adifg1SRRgc2dSiDZfqP { width:10.375rem;height:3.4375rem;top:0.375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2kF68uyGlAocwo0K1w1ZsQq13HvQrq { display:block; }
 }@media only screen and (max-width: 763px) { #ea5nUcq67I2eUFC0UWKFSkeXl19qpJCn { width:10.625rem;height:3.4375rem;top:0.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KstCvisk9USIJzkzVNMSXHzXIKJ8vlJr { display:block; }
 }@media only screen and (max-width: 763px) { #OgDCb3iWNpmDiTNdX67loC82rov6Tkw1 { width:10.875rem;height:3.4375rem;top:0.375rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWOeT0q0JHoxvlTPbxqFqxdMT9d7sbf5 { display:block; }
 }@media only screen and (max-width: 763px) { #nLtUUSgbhLIJnt6XE7bZRvxwL56JR0kx { width:8.375rem;height:3.4375rem;top:0.375rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyeFVwfuFV07cTWVx6q7MpkW6HSLC3Dh { display:block; }
 }@media only screen and (max-width: 763px) { #PL3gDZwPkTuEdHh8tTBq3B6bU7dM4UZs { top:0rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzVfDHudQTS37g5nLoAbwARkInU26ymU { display:none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FV2d4CoSAneT39KylxouTczBPeI27fO4 { width:13.0625rem;height:3.4375rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJTzAzmV27D2R6L3qomTbUilNFoOfIkr { display:block; }
 }@media only screen and (max-width: 763px) { #Wsmfnrag3M0oSWKDxvaZ3o5R2mxrqa5a { width:13.0625rem;height:3.4375rem;top:0.375rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAbUwTn8I5fkuc8O9EpZWB2zgxMFlDZk { display:block; }
 }@media only screen and (max-width: 763px) { #rZEPTG01ftDkH9pDywoDEFdSux38iILF { width:6.5625rem;height:3.4375rem;top:0.375rem;left:30.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnckyV0nVcc7qWLoDOqa6OIuSfVolwcx { display:block; }
 }@media only screen and (max-width: 763px) { #h3XEORacayBdTwZSITiM7Z7MAi3QlexS { width:12.6875rem;height:3.4375rem;top:0.375rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2G5bzm99TH8hMzutu4lL6PMMrp3xFRr { display:block; }
 }@media only screen and (max-width: 763px) { #MTctoh7Gmpdw4hUJ0ULfTIHdtUhPdFKx { width:12.875rem;height:3.4375rem;top:0.375rem;left:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gROTNkElMuhi5DReSfvUOBk5aCUrEXy3 { display:block; }
 }@media only screen and (max-width: 763px) { #dWBwAKsSL3geMt02CB5BOCHGsWJ19WmU { width:12.875rem;height:3.4375rem;top:0.375rem;left:34.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KD53OkTn1Emdxm8M4ZuXdG6si2XT6meI { display:block; }
 }@media only screen and (max-width: 763px) { #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF { display:none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ {display:block;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #V3WtPwwrk5UhClwMV1v2neKta8Kg2Ka1 {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LGwchZiqDKK4sLQbH384O7tFtc3bbFlU { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #SlAOR6pnFp11nV4PwCOuiTTnz1Gn2cwe {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AOlfdF7RzNRakOMSGAXzlK8kU65Tk3HU {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #rhP4QGfA2uW2HJAcbccSPxaAZ2rdq98d { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #JRzlQhTtLPTfJIs9J5VZupMcUEo46RsX {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #CTGJ85dvvIGd04fblsWUBXnM4mCbirwV {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #xezikTaGU3ccNWNGCtDyTLBxxSUJDhz5 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #tvHTKHVQClonzRSbmb2aFmZUQrvgZvw1 {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ESQcWzPh3H7Eye5R5G3Xig4coyAaDTZq {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #TqReSb67IsFT53vTMKr4dgJ43XpWtd59 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #IT5kvuolBT1HSCL8aTDT3qCIAkUSRNbf {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #asGbGNMhRTE0dMzPew0l97C4kXxIAlUX {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #KUiUeNBk8KeosGFVnWMv1XiEUCvy5yA7 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #a0X8UZvDIoKS0sAZxkdvhx22cwvZTOpg {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ET2K0e1TFfahF7hw1qSCtEliTVk3lfea {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Fliat9sXUXECG4XSDTWCtGM4xiS1fJaP {  }
 }@media only screen and (max-width: 763px) { #MTH509FawSzRvL1swPTalenTxbdZU9FE { display:block; }
 }@media only screen and (max-width: 763px) { #FacHTsGNhusSK5PdA696L7kT7SUscvNq { display:block; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #R9dkMDzv4rM7oP2VXfptscJvTbFnzsuT {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Rz31vB9Zo3pwDtFtLFeqxFNbbZoXlr4r {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AVG2OWFu41gwnq8sXCCKHRvUkD8QogET {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LQ40guZMc2Nt0Lh6fPVWg5w0o3pd3bRS {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Pptik6znGvGoU2MA0EADdxhMcCwgpHr2 {  }
 }@media only screen and (max-width: 763px) { #uAoe1zTKKEwUqX7N1muAM50emv5EzrNh { top:2.9375rem;left:29.3125rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFaerWuw8VX2B5MmgWscrxwbzFQdAoC1 { top:0rem;left:27.75rem;width:20rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVC7ewbDXZ1hWBw5nkJ3T1ElTSFIakrf { top:0rem;left:0rem;width:14.5625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { width:8.5625rem;height:1rem;top:41.4375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block; }
 }@media only screen and (max-width: 763px) { #dnqGhRX77qZiyqNI5sAuyNUurIOZnEhf { width:15rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfOunT9AbNF5fEp8TXTUnlVg7WAd6T32 { top:29.25rem;left:0rem;width:33.1875rem;height:9rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mByP3iGn5DGU7LScpPTvc0BxyFzakV3Q { top:35.875rem;left:0rem;width:32.8125rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 { display:none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-text {padding-top: 0; padding-bottom: 0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-select {padding-top: 0; padding-bottom: 0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS {display:block;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #Wwd2mGdTwFG14Fxwo3H4BSUu0DOfQPJu {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #ge1ltCMbVSnCQZammfuH5F3zEyQrEkOd { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #EQULuUQ4T4ql3q8E2Of9Ue0w4VUlPv0z {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #oWx6f3n1up2gLMAFtPJSOxu4UULPMJrX {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #BAsDmIMGAfqTllADZKBZvGeQ0EgMr4Lv { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #hqszq5umvt0PDg2XhxLTxbp2AguhkSUM {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #lqwivR7TkJAlEIi3UkTXZIhTrzgDzPxb {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #rXNq06p2Vv8ZQZBUuVN9JUdLEnS3fanV { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #He0hfzf1puXvcoXrSa0Coy8z1bnJBH5R {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WULBHPdhfyPo7JR9WUNbCudod0Hn7BZd {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #vofvnu4F6sagDesaM2TCfLRPWJ1Es905 { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #o8w7VG2SDqJCqBmTlPr4QVpx3g4gMbVX {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #Omsvct61sncS9WM9TEAAwwoqPc4cDwBG {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #MGZWRFW7rcyUwLZB8k8WmQu7kO6ReIfH { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #NWmB4SJev0CnzL9V1IuS1mzGO9npbBFN {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #w7PRiDnxnGBZLomCSd0EUJNcOH48db0Q {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #SrVEFBomySd5rZ0vMRmOkPdRcdvbglGc {  }
 }@media only screen and (max-width: 763px) { #xa4HHBGdsE23Jrbc8l6Hak2cmKQJGb1V { display:block; }
 }@media only screen and (max-width: 763px) { #rLdU0ERGm6kqAFZKlX0wRMyrMQ9lobPL { display:block; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #lGyqGggWkENW4f0XbiunxL5n1TkpO2yD {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WFrC6ShBD80seaOPmTveyAmsIkKxU3BC {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WnnA6SGf3AyaQmlHHWEQ4rsVMRcKRCDB {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #hHk2PHP1QQRKuTrTGv68db07Zvx3cMEu {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #wB98lgRiPe8DviqmspShq496qa10JXw1 {  }
 }@media only screen and (max-width: 763px) { #TKdDyXHeh3SPXZFTS0I5aPvt51nBRsby { top:2.9375rem;left:29.3125rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAeQqeAD0GXrKJwEGC6667s80JMy4Thr { top:0rem;left:27.75rem;width:20rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWfmPi6QfNTN38M7ydQpUzbNW1AKiGJl { top:0rem;left:0rem;width:14.5625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOkw4QxgeMZ3hdu6kRMEQ1pTTKoeEIh2 { width:8.5625rem;height:1.0625rem;top:42.0625rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmDROXP9wWUCwybXhDbCBVMLNqS2mEg { display:block; }
 }@media only screen and (max-width: 763px) { #J4L572OqWaOTVTpE7fLTOyDbMAoEC8MN { width:14.25rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dv939NceszPW8bi53dmbNt3z9EaPWmSv { top:3.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 { display:block; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4kWN15bnZvnKonDMkbku6w84LkVBc1n { top:1.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlUwFxpcRyv06cc9KIS7bnhZa1c1E4kW { top:6.875rem;left:0rem;width:28.9375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvKA2TSCmDMEO3oaZ1Lz1Hwz4gnXQTul { top:0rem;left:27.75rem;width:20rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huH9FO2KC3RXaRnopeINP1Oy6vyXtSBV { top:2.25rem;left:27.6875rem;width:20.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsiUPnv1ofWttvu6ESdQ6kMP4aTZbclX { top:1.1875rem;left:0rem;width:26.5rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2oM3sTlOzMWs2HhRhXVmzuTpiqm8XHf { top:3.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JewcFDPSLN6TmLQToZSTQvDAI2QkCpyB { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5FWC6GktbyDiPEAd2LlUDzEwTomkFnx { top:10.125rem;left:0rem;width:46.9375rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsJa2TnPKTRqaMiEP9kxesf3mux1Pkp { top:3.125rem;left:0rem;width:1.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wks4UxmFq2IPetNDfc6GwGz7apqx1aSQ { width:13.625rem;height:3.8125rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7UED0cp3R3aAVovhqFkqt3FltCIvXT1 { display:block; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 {display:block;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #dtVaoagATJiDkCVpgSaXDEiVGqN1Ltgp {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #amdsz16yrx4DKMztl9QpgnQeUyfWrisB { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #qFeQNyDbnrO5Cxl20fmvlMuu845Reiil {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #RkH88ZxTm0LdlLIE9GLS05G4ocAlaI0d {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #B7KgEDto8NgRSCxmevZo0tkOl4LZ4gug { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #TxT2twF1yTV2MpFmOxlmchP0T1k4cab1 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #PgbcBaKtvhdBVIn2ADlDtSxnU5eHoMI7 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #VtDeUk12yrg6EFoKfbfCaNmneuzeXbnK { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #M7ar3xdBsEkc7lIyZNTR1aKU8wHgPhtn {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #kmJ7mHys8tPhDMyl0m75LsSiXlrJO2HR {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #zOa9zu94pzv36JGPgDT85hv77ROTcSMn { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #DURH0rp02ufrURiWtH4odvQKyIltwV0X {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #pWebdKADx6tthOPSBuBrCthswv5TfPDf {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #qCRf5r8SW7FdVl4JUEQb8G9Fs7pfW0Kl { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #Nw9J0Z1ubiBV5I9ED6X2RB5momBpdksl {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #sgRRTGcNRR5JOo18SCyqHZUiP9KC12rc {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #zMi2DSL89yuhDOuFZlPVTI9oXsdgyc4C {  }
 }@media only screen and (max-width: 763px) { #AaqCqKcNN0RuX7dBd9nb7NREsoE09IhZ { display:block; }
 }@media only screen and (max-width: 763px) { #PuGk5a0ZHai1FnV9gwAeEb2fio78JKy2 { display:block; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #UzDMH96dyxiuKs9HwXsrkeFmNAhqyu37 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #FOSzVfD42OTTZgRATlhuid6UUEsEJ42m {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #cHqUIMU7moouNIWTN43ttlLiRlEA8aX5 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #rKMTewq310SQT0noQCNSQDlUL3JBbrbd {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #w0m2DhbD0mOPvPUciwMvQ5M7iS5aD1Tg {  }
 }@media only screen and (max-width: 763px) { #oK5PyQESTOguBsJwuUAMKbCFTRXN9cba { width:8.5625rem;height:1.0625rem;top:42.125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQOBZokTULe3EQhVPxkADUoyDPubZey { display:block; }
 }@media only screen and (max-width: 763px) { #JRwQE3X5nQOQt3iF0dXKG3wnglENEMmT { width:13.625rem;height:3.8125rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ri0gTSoZc2g44u4a2n0bXAOAm4TKh7Iq { display:block; }
 }@media only screen and (max-width: 763px) { #aDhTaDbAV9smtG29WeD2ISiceaXbOiuq { display:block; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2J3F1Zzfsq9s9GHEg83wd7hLNrTeqMD { top:1.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZKfNIL3y6ZAZ5dta9uTVLOqgLNpL0lw { top:6.875rem;left:0rem;width:28.9375rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcdaTbpXqAeNMyhel8NOxa6lN0IDcRI8 { top:0rem;left:27.75rem;width:20rem;height:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfOLNR0QO3wPkEWuypqUM0Dhse7lQwu9 { top:2.25rem;left:27.6875rem;width:20.0625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R68xXPdsybbAbiy9k3tC0g3tkktZA5C9 { top:1.1875rem;left:0rem;width:26.5rem;height:8.5625rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL7k479n66ETTk5JnSHaeJiWJ0RT4fPT { top:3.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ha3JOLFCOPmIk5zU9u9h32R9epKaXlvi { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asHOKIQERzxxWTdyAkfvUPAzrICDVBfC { top:10.125rem;left:0rem;width:40.9375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4CxwWLfwrADzpceT41sIBHF9wf0QflT { top:3.125rem;left:0rem;width:1.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pluz7iZ88ahDHeESlXPHTnaqh6GMM3yv { width:13.625rem;height:3.8125rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3UHitMN0TTHHzH6Sk3nQl0SO8ulTTW { display:block; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-text {padding-top: 0; padding-bottom: 0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-select {padding-top: 0; padding-bottom: 0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf {display:block;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #nhLScDOJRebcKi6FBzhDO0ig3nmJs9zG {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #IOq8aD0WtECqt2Wc8BhMChpyKmqzJHKe { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #VLPHyFZTELF6KfVG0y7DimAUgsXsX4nf {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Db18esCAOaiWAN4J0ERH2OImpNNtgJxR {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #xKoZbmWIT0l9BmIxD7hqMLfy5f2RMO0T { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #QS47SbzXuWS14yVWUbTO3oeZyTeDVXr0 {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #awv7BzQTdgbTQ69c8MwE84NWChEDbaft {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #kfvwVNetTorpQnPc2f38oZT6567vQx0U { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #PMTybAKN9SXOogZnVkTdRxNcS5hWOavQ {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Sou0bmZJgioGswaxcmZLVrznxklwH2Ul {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #qH3f1cTXXgOTAtTvZtTlrPQofaTlUATu { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #yX9KOdEDyr9Fd9rBTWz0AIb7EWTHrMLs {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #MbMTLDrgI5tnz5qRb2zVxwOyxToLKZOk {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #UC8Tp9Tr6zSxbxNQnDwfhUERzGiGF6PH { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #go0df4ERgmPQKpNq6qpT3ZyWa2e7yetd {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #TXDF97hQ42ooWGzQhiu7DSmGwofzm3Mc {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #FeSAFQmCZ6JmEUgyzqX4umkqVRpLR4dv {  }
 }@media only screen and (max-width: 763px) { #UHteSNQW3Qxbfhqfc34TDf7OKPF7HMdG { display:block; }
 }@media only screen and (max-width: 763px) { #eNy11LuPNOAlseEH1DsksKNy8ohu50D3 { display:block; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #mI46gJ0FlOw1MSb1lfqx1Dq82DeZsbXe {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #X9B8m4lGTeaqs6cWaLuNRkuEMpIPhPNI {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #zM3olCL1saPpypJBgpTunKvGDcstEEnK {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Owy4LMZIWodRMaCtingTfU1Hvgsy5EsT {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #cklrZcNwXPzEsfSINHULwpCT0piEevvI {  }
 }@media only screen and (max-width: 763px) { #pzpJXgCAdlaGMifTbMXQpFODFGN0dNW5 { width:8.5625rem;height:1.0625rem;top:42.125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdSOTo4g2AwOoRNiGfMUnvwgPkE9KDr4 { display:block; }
 }@media only screen and (max-width: 763px) { #pxe4PDBKwk2Tr59JkXWFXGIiCdEacpHm { top:0rem;left:0rem;width:18.75rem;height:;font-size:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 { display:block; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0tRAiTd4sfTwu5qlfIWgXrXFGm1tkux { top:2rem;left:21.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gth6cScFUzQsL2eLU90dyf5Xq90WFO0H { top:2rem;left:22.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiI2AO5aKbTL5L2tUmCORKgp1IWcGNN { top:2rem;left:23.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { display:block; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { top:2.25rem;left:33.6875rem;width:14.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { top:5.6875rem;left:0rem;width:43.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { top:8.3125rem;left:0rem;width:39.875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { top:11rem;left:0rem;width:28rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { top:1rem;left:32.280468940735rem;width:6rem;height:4.6409694469511rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { top:16.5625rem;left:0rem;width:16.1875rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yofW7gsG4JfBWSiZ6e8RT40PusAkNNMN { top:10.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO7CW4QEUZoaUpeTBg1kxDf0q6i4xXVf { top:20.3125rem;left:27.0625rem;width:20.6875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDAknyf3WihZkZ6aJguevKHnU1UTh8Pt { top:2.3125rem;left:0rem;width:43.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxu7Df4Tcabd5sPnQeTzWRcJ9J25ExQ { top:13.375rem;left:0rem;width:28rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7sTbkT5MknKT876UqDEQhwkDAgQTieQ { top:13.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb4Hcyy36ZFMDkTymTCNiCbBGWm4vrvK { width:17.5rem;height:3.4375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7sqTg09yrGyL0idHsT9Tn0UFRlvKz4T { display:block; }
 }@media only screen and (max-width: 763px) { #LTpKVhQDoSl5GoHkvAzeGHHISAuqroap { top:2.125rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqSBL7qlM5ymfplWn3yg5TgHQN6UkSzF { top:21.0625rem;left:0rem;width:28rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFySdJZiwW4RlDST8FmMo2xeya9ulUIS { width:17.5rem;height:3.4375rem;top:15rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X34oWLFOUTtxT0hy6zsTIcl86Ik7TyFw { display:block; }
 }@media only screen and (max-width: 763px) { #ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM { display:block; }#ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3W8b4MXa3w9pTdhpviNWASRTErMCRn5 { top:1.25rem;left:33.6875rem;width:14.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3wvl9mE6ZWDBq1V7CblRyyPWT6O3A1Q { top:3rem;left:0rem;width:43.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhmbSSqFk1uKVTbJbwKfTu0b52OTAc3s { top:5.6875rem;left:0rem;width:39.875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWUSltVAueZeBufUMQlVgJ1W2yypwP2a { top:10rem;left:0rem;width:28rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpLb5bVgF5CthaNNvrQaiA2F10rctsrO { top:0rem;left:31.780468940735rem;width:6rem;height:4.6409694469511rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSND0kQboGATzWBbcMGSacge1r0CWTKI { top:16.5625rem;left:0rem;width:16.1875rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqS7K8XxD0BfwvNzcU5gM0IbM6uhpQRc { top:9.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro2TSfhUTNlB6K9pbMl7LQK11dUG2zgS { top:20.875rem;left:0rem;width:20.6875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDKeXopoVN27NJnKQT3xuRsSCiPDh2Rs { width:17.5rem;height:3.4375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBaFKZ7mDdkE5o3Nd0yoG3mDW5oR7Tff { display:block; }
 }@media only screen and (max-width: 763px) { #XDuHc70oz4ydQ8ex2LTJqzWsIn9ezdis { top:5rem;left:27.9375rem;width:19.8125rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { display:block; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { top:1.5rem;left:0rem;width:36.6875rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { top:9.125rem;left:0rem;width:34.0625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { top:2.3125rem;left:12.75rem;width:35rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { top:6.5rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { top:6.5rem;left:15.875rem;width:31.875rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNLkRRbKQxuiWAirT6d8twKdrDFpwyc { top:27.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { top:15.4375rem;left:14.125rem;width:33.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1cefn705zP3n5wbSzfQMWcIMaZ8DvQJ { top:25.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBv79cilPzerSyA8R85xsGB7cXNC7nBH { top:9.9375rem;left:25.875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8lrCxGUXMlAs5Q7eZXMqMyP2XsDKLJl { top:8.1875rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTDV8hIMPhdyy3JeT9Nevh0WiJHezLN { top:24rem;left:0rem;width:31.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFI2gX1FgkbVNToNp2TCREgUPnE6RKO { top:13.125rem;left:25.875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP2tNC4KN39BJ8IXCWkzqD6wmkaiPHWA { top:11.3125rem;left:25.875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #akQTdxPMoLgVe6HCg1Z5ULqlgA6Z98qB { top:20.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtfhZKQSpLnfobxQrFTdAXGL8af0X2ne { top:20.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2e35GDUg2As88MW863TeQEDxQ5Ce2Xv { top:19.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDI2qBDiEFaoI4WK6ncvuHPBdBadwzZF { top:11.3125rem;left:15.875rem;width:31.875rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3gL4Wt276KJWd1wnMmFOatzpf9Qx3mM { width:17.5rem;height:3.4375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1xGd9WGkWx5eQsn2gs2ZIlOyAkdpwRr { display:block; }
 }@media only screen and (max-width: 763px) { #rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { display:block; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUiNzgi5VUqzw9a5ysbdiUusQ70Zs9pb { top:5.5rem;left:9.375rem;width:38.3125rem;height:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRdf9DdehbwlQHGUTeXMasTXUB934v8 { top:1.375rem;left:6.1875rem;width:41.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ9TTGaRfSrGCLx0D4fHSa8niEoyBNXk { width:17.5rem;height:3.4375rem;top:21.0625rem;left:19.750244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqA8POobEZWlNeemdUam9IeR3agySV5P { display:block; }
 }@media only screen and (max-width: 763px) { #RBkbebXludNy7BvZmXUt8Vm7z1EEdOvx { top:1.6875rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoO7LLO7JBu5mOb9kZzHTOAtrfViRmoz { top:5.75rem;left:0rem;width:31.125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVEtqWe4gUdK8nEvAwIrAfHpXIHxzesm { top:11.3125rem;left:0rem;width:25.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPlEVEaqTZtF19att9qISgPVgMTQKARa { top:16.125rem;left:19.750244140625rem;width:25.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDwpKFeMZwRfCD8F5BNxRx9RLOTbkw93 { top:13.0625rem;left:19.750244140625rem;width:25.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz { display:block; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qF58nGJN0NXSknKrnTIELlBCcUkUTVTW { width:18.75rem;height:4.25rem;top:0rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4XELxtUXxVVIr4yAJKRrxSRlen6a32 { display:block; }
 }@media only screen and (max-width: 763px) { #uJOwyz0xPTeFr5i6M6TNmqoJFQAuuBsX { width:18.75rem;height:4.25rem;top:0rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMOSkmwLxhCIJ781xpxt90EWWOmkz69B { display:block; }
 }@media only screen and (max-width: 763px) { #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 { display:block; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxlKb64tXBl7nfSxTVUPlobUsdbq4Wwq { top:2.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe { display:block; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAmRQpNQDtXvPNxW8n9TM08i3FId8vcx { top:1.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ { display:block; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVyNEhLL0sBsAHz5q0OHVqlOEgnGTTzp { top:3.0625rem;left:0rem;width:2.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ITKEzF6zo3zRoOFPGUyHQz58vyeRCO { top:2.75rem;left:0rem;width:7.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdIEA7KdKpy9TOvJuCdT7MgFO9IFgQhd { top:2.75rem;left:1.8125rem;width:14.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFqXTbtVWyBOevacWLqFTggzylgMlbT { top:2.75rem;left:22.375rem;width:17.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuHzilaxfuLsp40UIXHXkgqr7r38KAkR { top:2.9375rem;left:18.5rem;width:3.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulBe5wTey19T4ez2o0tERrDPpXDpR7X { top:2.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKw8E5TZ2mTA9AwCVKcewJxiA4pXCIQ5 { top:0.9375rem;left:0rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLghwsX2TPogPF8cVTbRSqi8p9ldeq3K { top:0.9375rem;left:17.375rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WThNp7KiwSefWwfWpgozm8G4RF3aD8vC { top:0.875rem;left:40.3125rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyDREXqT4XbAJfeIZl279osRLV3S0sEh { top:2.0625rem;left:30.0625rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx2u2KrQ0yXprAkNeRtTBv0MXvEPlvpP { top:3.4375rem;left:47.0625rem;width:0.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWVArJOOnOk3lJZUssBTrrJJcrEJDET { top:4.75rem;left:47.0625rem;width:0.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly6l4kw9RnMbm1a9Hx7HnKheMXiyAmh0 { top:2.4375rem;left:40.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2gpZkg21439JV2WcNxsp1JvLHKCzuAx { display:block; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKhkoLKhDVwgVvcn8knU7iiixknKePSD { top:1.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPdezf2EraRR5e510yGc16TyeKXoeUxx { display:block; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxtygGmsDBNBqa9Ghfzb1FFlx91qN5VN { top:1.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 { display:block; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z63sSubyyoEKRxcOIggAqhHETRfyDrfN { top:28.0625rem;left:0rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbiamdGIu0FEh0u54pEg0VtVXpoGCLU { top:0rem;left:11.625rem;width:24.375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMov2PJn4lRyLivnbBXUxMTbZX5hTTy0 { top:0rem;left:23.25rem;width:24.375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTHCGK2Zx6brTXH52fKlg1gzBvpePsh { top:1.625rem;left:0rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHKpPapPsIq5wtgccl2EO6fh1UJ71gLT { top:3.625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpJqrKII0PFQxFrLMQUEhzGwqQfVbQ5 { top:10rem;left:0rem;width:20.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mczWa3Dg6a8sOFphir1gcQbARhzZryNF { width:17.375rem;height:2.8125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPi0FeHx3VrrOT1NQFf1LH5IbCoRoBKq { display:block; }
 }@media only screen and (max-width: 763px) { #OgBCAOLwGyD7AqhgNbgdP4B6trm3dIGx { top:3.625rem;left:13.5625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEDHIoByc3bH0xFdzKBqLif4bd7pSO7f { width:17.375rem;height:2.8125rem;top:31.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NityertMK2wn6B6t6rIqxMhGhdFRVD3i { display:block; }
 }@media only screen and (max-width: 763px) { #IlDHr6MiaTiVxh6cFi2E5O73K1enPvH2 { top:1.625rem;left:25.625rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoArBKol5gvIaADZDT91JPaHM6zLCLBg { top:3.5625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1uKQdix5ckqBWJnskiJKoAkiEP1cNHK { top:10.0625rem;left:27.125rem;width:20.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceoQOsISMp9MowGnkTkfWAPtZiKptaZ { width:17.375rem;height:2.8125rem;top:31.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7z2UJCVIxET3o6AginX748II5M1g8iy { display:block; }
 }@media only screen and (max-width: 763px) { #RkcfTUJ03dSrOoAQ9KiU9AopWlwKWOIc { top:24.1875rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zle81IFcJpUpWLF3GzTrEP8TBzUh9rgT { top:24.1875rem;left:13.5625rem;width:8.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cumUE0wRx3uGaFG3DxZsnTSrkAZvzKxm { top:24.1875rem;left:38.78125rem;width:8.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvgqHm4dJcRdLVToFMwHkIyKUFgJSlyo { top:25.3125rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGEwrtGsfcrS7rVKs1mJDcoUlwnZeLSi { width:3.625rem;height:2.0625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #so1hDO07FbSno7OV6Mq6Rz4QnlAMut7T { display:block; }
 }@media only screen and (max-width: 763px) { #Oasti6ytdTEB60NZGqDWSkrKFub2edJT { top:24.1875rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUig2BrsenIQ3ZTspc9todubahyahaou { top:24.1875rem;left:25rem;width:9.25rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQydE7u6dVuN8b5mwAP8aTUninMCPpKJ { top:25.3125rem;left:0rem;width:9.875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUKlukgdnB9qiH9sVH4dJxRxkKOvehUU { top:24.1875rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIuEAbaJrqR6c4lScrO0MlstvgCWUpfT { top:25.3125rem;left:23.562500953674rem;width:10.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4o1QIWsW4oACTbqsd0BM4yb7CnyTmAF { top:25.375rem;left:36.75rem;width:11rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZgQyFfEDOQTh5OTzh0DErswlDLnnT2m { top:25.375rem;left:13.562500953674rem;width:10.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXz8r2DLnezT4Hl87Lie1di3wqt4XCcI { top:25.375rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKSJoZhNVQ81psRKMJtfq83XcEXcGoI { top:1.625rem;left:13.5625rem;width:20.625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeeBrTu5RtQHJhcH6uqM6kLreuDS2duE { top:10rem;left:13.5625rem;width:20.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLVc4sUoTC3Hm3awfJ8pUl1C33LcGQp9 { top:5.75rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqEvpgry368XSoK1oHwXTJ38nHwwz2SN { top:6.5625rem;left:0rem;width:9.8125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSmRz5yWkDOSNt6P8c5x551TW5Do1Jxg { width:10.5rem;height:4.1875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJWWfPJ5J2yOOanvZRusUkZgRmkBDhc { display:block; }
 }@media only screen and (max-width: 763px) { #kJafwqqhigcP9pTKHbZ4LxmWImQ3Bg2P { top:0rem;left:0rem;width:24.375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2FP5kctwS8o3rAJ8B7AGDm5Xv2ltmbT { width:3.625rem;height:2.0625rem;top:35.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q40nR7717NlJhCaq0gIRbnQv2gHes0WK { display:block; }
 }@media only screen and (max-width: 763px) { #MvT7CiiHgUzGiNu57VIQTWFlBXvNrSZt { width:10.5rem;height:4.1875rem;top:5.1875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQE6XFluIaROot6T9AtTquJFI9CWelHF { display:block; }
 }@media only screen and (max-width: 763px) { #ZQXi1JDy6vZ9KuZwTiGttCWEEJ2uVdhb { width:10.5rem;height:4.1875rem;top:5.1875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4yWbF1lX6dEfsbrocgIy0w1XzSQXlgI { display:block; }
 }@media only screen and (max-width: 763px) { #dgATkQGBtVTInFOFKD2NFx7APnGbdJcm { top:5.6875rem;left:13.875rem;width:8.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbmZy9DJypxub6GIcNdWzTUISWWmC1H { top:6.5625rem;left:13.950000762939rem;width:9.8125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxg9ss5g5DLuEnP8Ik3dDpy9H5aLa6a { top:29.0625rem;left:0rem;width:20.875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWD840UhRQmozb77FbQXpBOfD2xvtH4x { top:27.4375rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQHAOpKSVs07G7Gn0l9P2Sdt9Wkz4klT { top:29.0625rem;left:13.5625rem;width:20.875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaPoPh7GZeSWxXamw2dz1wdJhTFFdDFR { top:27.4375rem;left:23.762500762939rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV0V8zmyzGxUaiDoisKCN3B3XU0PT6BJ { top:27.4375rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAmMxS5lBRpdQlf1Imw5AKvHM3NB4WXF { top:29.0625rem;left:26.875rem;width:20.875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grtv7KPB1oJleM40GkIvZMwxmOAqhDWJ { width:3.625rem;height:2.0625rem;top:35.6875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfZtQRNIGulvMP676hVzZcmdl6QM60Cv { display:block; }
 }@media only screen and (max-width: 763px) { #t24I7vbETmf4HrMgTfr5ESHV8pPHTTuN { top:5.6875rem;left:39.09375rem;width:8.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHia7VubzoGT6gm6qlCGzb7Uqwm5CECF { top:6.5625rem;left:37.9375rem;width:9.8125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tofoOmshtCJGuRHWzraOR6ETdiHt3LSF { display:block; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAhGTDCF70nQ0NclpAx8tt1D9qmamJp4 { top:0rem;left:0rem;width:24.4375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwTVd46PFsDqoK9GtcJm16aW2N6yBoS { top:28.0625rem;left:0rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAkpUqoE9uzTbn7f4ooyZnbqPCW6o4P { top:0rem;left:11.59375rem;width:24.4375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnSMJKdTPvw0WStUpSRffLllOSDTcJFe { top:0rem;left:23.1875rem;width:24.4375rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut0mSLNqqTiDMhfxZEE7KhzVZCOWvWIQ { top:1.625rem;left:0rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8kfTbRm9T6CR1cdRI7fHvlTgw3CNhy9 { top:3.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0i7T9L7ozyIlP9FxdC8hP5LogHzFOTL { width:17.375rem;height:2.8125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dWLPieB7HSCFQ1I77bek04glUIil9k { display:block; }
 }@media only screen and (max-width: 763px) { #mEf1QcRz2wEcZEOkwinN3TnzgINP2LDq { top:1.625rem;left:13.5625rem;width:20.625rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVGw0Z51i9tfFSDAUURd1aACuQ3STTo { top:3.5625rem;left:13.5625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DND5N9NsZ7A2RaBTKu5w7gloAFSwezAp { top:10.0625rem;left:0rem;width:20.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1P1uOl31aCvbmOp6s4T7nmPybD6nNUs { width:17.375rem;height:2.8125rem;top:31.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwNxrk3gyUOTkI9B3KAhS6RS14qdlvK { display:block; }
 }@media only screen and (max-width: 763px) { #ool7v7qU1Z3oCOFxlzRzqhufhK7NTDk3 { top:1.625rem;left:25.625rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4geVAd2gkU2nLSNH88UMf7tBmxUsxpl { top:3.5625rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzClsZRt0i1xz28IO0wIle0RlqeKKR9 { top:10.0625rem;left:27.125rem;width:20.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcN2w2WNsbOmXVzbfTUkuT3nPQ1v2yOa { width:17.375rem;height:2.8125rem;top:31.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaRvlFIwTvfpx2sXQraTDrS9z1y5BXJl { display:block; }
 }@media only screen and (max-width: 763px) { #AuCRJM23bX7NZhpsupzTf2o4Jrs2bN3C { top:24.1875rem;left:13.5625rem;width:14.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIqC3styMTpE6OW6Emnp2Aw3VEuQ30XQ { top:10.0625rem;left:13.5625rem;width:20.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V08hTMahk8fgVzhVISMsEwqrPvLf7ZnN { top:24.1875rem;left:31.625rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uia0gz9q4IURcHm2mKf7NVF8q4H6Xae5 { top:24.1875rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyS8yxg2IVUFBR0mtw6fLSnFbkPbm6GT { width:10.5rem;height:4.1875rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5JhZtxkHICGKx8B70Lu9XueC6c6q58y { display:block; }
 }@media only screen and (max-width: 763px) { #DQhNnw8kFbHV04J0hCpEQrXGT4o8Uhp8 { top:5.75rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPyxEiD8TQXIPkcoKrEmzGqVTNW4Tdph { top:6.625rem;left:0rem;width:9.8125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S49kSoflDQeaB8nQHtPlCqzT2FcMz7mo { top:25.375rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQD5MLXp0p9oLi8ePTfDRsZeATGnr14k { top:24.1875rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0HJT8Pwlyk22rTN6HKX6k2oc3lTAoP { top:25.375rem;left:0rem;width:10.8125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ANRxTPkmHWpmS5DWKp9rQw8Zk9nTzL { top:27.4375rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHkgmFg9Ut4pA1WEDvJzNxNMBHI5Fzqa { top:29.125rem;left:0rem;width:20.875rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guz80HUVhxsnSf6ff2o5WffwqWHa2VD2 { width:3.625rem;height:2.0625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm3LTH8drKZUweNeLBNqXuHuKretlIHR { display:block; }
 }@media only screen and (max-width: 763px) { #W3QlzcKNQextUV5iUdtLwKIy9aSopVDb { display:block; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxtcrCXe1HJx8C0J7vraXMZPSgbZFAca { top:0rem;left:0rem;width:24.4375rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTM57P525gzgGPBEMlMDJKRpXQRO5DLV { top:28.0625rem;left:0rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3wPFOhiTwI41glTMl1Fmyy9tkN11rRF { top:0rem;left:22.3125rem;width:24.4375rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEmuesrP5HAysU35MMJXN68PsO0bZms3 { top:1rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTqgGmMOCoTZLEhpKq0Il384yAy5SyL { top:3rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksIvIc4dyTSsdTca7myiTmo0SX0g9xS1 { top:5.875rem;left:0rem;width:20.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUq8v1sHAsFsb61xTE9XLGoatFQJ7Sak { width:17.375rem;height:2.8125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzHZ68D6XhvFTXVgnZTniTPvx13uTQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #FVUrH2SJoy7lSBGTXsLVZFvl7bDRZNk0 { top:1rem;left:24.1875rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3RKK5szTGvR1K2xWNkwlTsgLKpsnAp5 { top:2.9375rem;left:24.1875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT8gNfqqDBML5SbUTl2BWi24W8AroDCy { width:17.375rem;height:2.8125rem;top:22.1875rem;left:25.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfF8vPeFP1TgV4d0fztDH13Pw5KF73ZV { display:block; }
 }@media only screen and (max-width: 763px) { #hv2Qy6IUkLlGT61DeidkveLzbJMqPxuM { top:5.875rem;left:24.1875rem;width:20.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrIz42bZR2KdseG18XQUnnrFvh3VCQy { top:19.6875rem;left:0rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ5TMbnfMDXx6bXs1TmlTpDaTIF20E9n { top:19.6875rem;left:24.1875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXewKLk3JPqtJpkOqUamt9xfx7MLk8np { display:block; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MzgPFHhp11KF6SIvp6WHuPGVz0xVov { top:1.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { display:block; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n { display:block; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iH94mQTkS85dDpgefWRXU234FnmoMrgK { top:0.9375rem;left:12.500000953674rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGLTfyvoS4kMgQTvUHQXM6kwGxDRn8gJ { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzDkWBU1UkNuUCPTln2ArCMIIndPnhCJ { top:7.375rem;left:0rem;width:22.5rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPw0gHXolc3aB2L78MwGUN7bZ5nSAGEg { top:22.875rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7s7bcf8I6q5qht1aHkgDp4vTHiQvcH6 { top:21.75rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9MyFodV2NuPAxzAHQ7Jd2InilQdfCaB { top:21.625rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFc1xU3LJaG4w5UeXB3BiVmNCXeB4pK { top:22.875rem;left:0rem;width:9.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVTzVxaU9TC6OBy9D2P7L4N5XUF9EUOg { top:25rem;left:0rem;width:10.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGTflDAKMd88FeTZMIlX7lbgvXTJGkp { width:17.375rem;height:2.8125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Tn6JEvUBmLPxfhhWMU2qXfAJyg8NQC { display:block; }
 }@media only screen and (max-width: 763px) { #yaVf2sarPfGvdIIBM5pGIG9L9vLH6kAF { width:12.5625rem;height:2rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4dypLX4NAFrVxwyfPcvb37X4hyDxv6S { display:block; }
 }@media only screen and (max-width: 763px) { #bZGDE994aRCaCJICAR8Fcs69b3FvGZTW { width:9.6875rem;height:3.0625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQVEFchXT64saNpU9LxQeknxXHxEM3I { display:block; }
 }@media only screen and (max-width: 763px) { #LPLD8MlNtqivIu9pgxDTP1yMSOrhlKJA { top:4.4375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAkd3T8ftBsSU2aFDW4oZoi9viusbEC { top:5.4375rem;left:0rem;width:7.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRBoBaEaFJhhM4soaoiIz9Qm1EgTmF6f { width:3.625rem;height:2rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlcnOh7KIaSpiZNcDGMhkvUfwlQ0TSd4 { display:block; }
 }@media only screen and (max-width: 763px) { #MSHz7F0b7hl2iiBDwqhta56NXr0i5aDU { top:28.0625rem;left:0rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8l7L3GKuw7c1M3REu0PTnTth27ud4Tm { top:0.9375rem;left:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D43mSKxnTe0mPBime3580ZKHP41NTpAI { top:7.4375rem;left:26.75rem;width:21rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9wxSkpT4z5csITquSRVEcE0d1T2BeL { top:2.875rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlZfB1GbMZ8mATzIiW6Dsf0E6hzvSso { top:21.75rem;left:37.375000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb93qTV2Im9JaQUKNgN5cH1Tirt6vPk1 { top:21.75rem;left:38.0625rem;width:9.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE9qATpKNPMo5T8z1vkC4i5W8XlShTR { top:22.875rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLyBUP6gpIXFkmDJMwfAlTkJCxFnx6vT { top:22.875rem;left:37.25rem;width:10.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIBric85MtHHbZK6WuHh5ZCfeqgVVbXG { top:24.9375rem;left:37.125rem;width:10.125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4lMZgwk23NvSg4krolxzAdfwuV893sR { width:17.375rem;height:2.8125rem;top:30.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFhTmZ3S325erCWQa1ktDrtVhGpVZPBy { display:block; }
 }@media only screen and (max-width: 763px) { #m44NuBZynQlVbA1OywfCKI6CmagPEvaH { top:0rem;left:11.6875rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWlgvtZ6aTpVQqDZpdmQTvv6FBU5NAOR { top:4.375rem;left:37.375000953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kykPW5vbQ5FD3q3DLov3CETT9HfDTsUb { top:5.4375rem;left:37.187500953674rem;width:9.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSZWzI4ZbMafhmNXorzr18mTvUlB6v4c { width:9.5rem;height:3.25rem;top:4.125rem;left:36.762501716614rem;display:block; }
 }@media only screen and (max-width: 763px) { #v135E3yOCO6Onsuux1N7DeFHLfdBT2an { display:block; }
 }@media only screen and (max-width: 763px) { #mcX5SwU8fmsdhUytZ9A6T5Nzy5BATQ9v { top:26.875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUJcqZfPSrTy6fM2bckcsTdU9vTUOCN { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLstncphq3X36DWTDhh3FRvk3UFeh9tG { top:26.8125rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cblDkUIuen7LNhy4XvQSnboSSfkVkIcL { width:3.625rem;height:2rem;top:34.1875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvkUhtQJTz38W7F2KrtyGSiuwgtpeVZL { display:block; }
 }@media only screen and (max-width: 763px) { #iJawNq5d1T0owtcSsyGQOgMyLqMZyR7q { top:2.875rem;left:35.75rem;width:12rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVWQiePPFTV9UPwlx6TepVTHprpTIfoy { top:0.9375rem;left:0rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhy6XssBVmKoIDvsA725pA6gnviPR0pp { top:7.4375rem;left:12.15625rem;width:23rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2fCFfVTdTt5NGFBvsIoUXwau3uKI71f { top:21.625rem;left:12.500000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD8A7OJZGVQIdsVR9dMo7wEt2mdvdQmK { top:22.875rem;left:12.500000953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkCdn7CCoMIWl1Tq7h27nnFdl5OTD4UK { top:21.75rem;left:24.749218940735rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWvuVRVFam6r1ZcyTisFzcC5vdUaSbgO { top:22.875rem;left:24.811718940735rem;width:9.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwrPH9EtPJBlGUnWPLkTGRpKiC4s03f { top:24.9375rem;left:24.874218940735rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEoQaudiaI4eQkqruIJf42QyAnyCHTq3 { top:26.8125rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiqtwUrCW732loTAc7TToPmNNCN2Mwpg { top:2.875rem;left:12.674218177796rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSJrhadO3oh9Si3R26V6Xw0IhXhStz0f { width:17.375rem;height:2.8125rem;top:30.4375rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEeASD1gCCc9bXbgbkJ2JFJCVZxBeBD4 { display:block; }
 }@media only screen and (max-width: 763px) { #IbRf8txRa4puhqS7KtUrGrSSF24hDRTi { width:12.5625rem;height:1.9375rem;top:18.75rem;left:22.677085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHrD2g35X7vy2wZODHXLvVpAL5QZqDMH { display:block; }
 }@media only screen and (max-width: 763px) { #McuDCOAkTXqTaR7TRTMOcwExNh5Q7HKL { width:3.625rem;height:1.9375rem;top:34.25rem;left:22.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md3ZM8kAThPm9ebHT8hHnJ7lsa0Mb3CU { display:block; }
 }@media only screen and (max-width: 763px) { #kQyKZMEyWTXEZmzExze4Ugt1fsrudtZT { width:9.8125rem;height:3.5rem;top:4.0625rem;left:11.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3CF3qLLXZHiwg0U6AJ2bpCl5nwHlxSW { display:block; }
 }@media only screen and (max-width: 763px) { #mFD5NqRIwJ35laGStaxbRLaJxv5MKZtP { top:4.4375rem;left:12.125000953674rem;width:7.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7k6SGWHzyahMm2XHJnsgF2Go9yWVhQO { top:5.4375rem;left:12.250000953674rem;width:7.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo { display:block; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKMCv3Fn4VAU50J93SQGST8zFcMSonG9 { top:2.75rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecPHLWt69ugqJvP6FUTN3eECApFZw9LI { top:3.25rem;left:12.90625rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdAcgA2Gk1a8glv2Seu73JKTfqwZIqTN { top:2.6875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4EoLD72Hmk5l7ltuT5lcv7hMpkECLpT { top:22.25rem;left:0rem;width:11.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRv3z1cyWImSNm55798m7raGyDVzI1W7 { top:3rem;left:11.625000953674rem;width:19.375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN7WQ6xJIgb7QGHRui57tF3TDC3vnJQq { top:1.9375rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpRtpdPkZITc21w79SB2dTDpysz3aTFI { top:4.9375rem;left:11.625000953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaW0I3ePyE6zNQy1MTmyPlkdRkKXvGFJ { top:9.1875rem;left:26.6875rem;width:21.0625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Oo1qd7pskPJ54RBwyk91K8JgSPpi2w { top:2rem;left:11.637501716614rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGfiGSIPGxEb2FK87qRxGrS9SGayXxfJ { top:10.3125rem;left:12.562500953674rem;width:22.625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0zdx9PPpUncOSyrGSQ6h5uMOWBe5Gc { top:4.875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whueGoc0BTLTrxlJrTvICc3WgT1wB8Db { top:2.9375rem;left:24.625rem;width:23.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Xvh472TLbA7st4mGbmD2Qpfv2emMS0 { top:23.125rem;left:12.562500953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6lassNnJiiawC3TEKs1sOT3Fb019ay { top:23.125rem;left:37.487500190735rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTL426sU3biWs5TvIodyJAmJUTThzOt { top:23.125rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRxX7ynfDlqt2gTP39mAQA8GZ6Xhu8xZ { top:24.25rem;left:12.531250953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ0NIl8WkKRlnWFycrTQ2b0SL0I4y9u5 { top:24.25rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPBcLy1OOBwrHinX9ZSqUx9J5iv0dNJ { top:24.25rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHEsW6AoM0zdhKstO0kDBH1gAatbbur { top:26.4375rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mce0m5PxVwJrFzL8glwNDkyOJIvVVX18 { width:17.375rem;height:2.8125rem;top:31.875rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKbHZ1la6bhB7pZC7OcFHTQJUBkCIebt { display:block; }
 }@media only screen and (max-width: 763px) { #qaZlKu8vhZD2rD1mbFRN1PbuKcAKMTh2 { width:17.375rem;height:2.8125rem;top:31.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a28VtxVoLiISQGii0867T2GcGLaM3XG1 { display:block; }
 }@media only screen and (max-width: 763px) { #at4Ph20AFUqrRz7N6iGQi5pT4b6OtG5e { top:1.9375rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fvLFw1su9Z05KVpvsDTwkZiLynl4TD { top:6.8125rem;left:12.562500953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2XQmqbVqBxNZtAk2Revdo4nRvRSWSC { top:8rem;left:12.468750953674rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glbTtTzTTGdvGlckFDCvZfNRPTqy43Bk { width:8.9375rem;height:3.3125rem;top:6.5625rem;left:12.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTsQZxhZg4cuwPeMyI2QOS3UgB2AyrK { display:block; }
 }@media only screen and (max-width: 763px) { #glpWTIm8MXoXbA3lEDg0JCPXs2P0LyqW { top:6.8125rem;left:38.518750190735rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7RRKEfuN6WRB0yM4lmT3W3U5WxPUyav { top:8rem;left:38.518750190735rem;width:8.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRCWfx7X4tltznT3vtrlkvRAxrn75giV { width:8.6875rem;height:3.375rem;top:6.5625rem;left:38.050000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5Zme0TduTTpMkZr2gaznqzymuRxF8f { display:block; }
 }@media only screen and (max-width: 763px) { #Fcb4GVqXsOsctx7WPvlveJvTSnvllR5o { top:28.25rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMqNtwdSiFWxXfqBLvO2FLuczI2DXxMS { top:28.25rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJxPRwGLCvkrsMhE1eQ4q76RWEJSvbo5 { width:3.8125rem;height:2rem;top:36.3125rem;left:21.968750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDXrqzy0qXfMOUteXaFsoFSWIeZCTrCk { display:block; }
 }@media only screen and (max-width: 763px) { #Q1ElVPTUsKq923HLAav3ftf1PTy3PlfD { width:3.6875rem;height:2rem;top:36.375rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZlbBNXDTP660ZiDcQQy6K9bvHDKEaO { display:block; }
 }@media only screen and (max-width: 763px) { #s2MxBf8EKVvdWXksGehtXHOLliDwTpke { top:23.125rem;left:25.462498664856rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc86i9JZw0wOqdM2bz5dIJOvlZeIdZhw { top:24.25rem;left:25.462498664856rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSpuntp22AWGiSyHN4a8A4UEiS7y4qUn { top:26.4375rem;left:25.612500190735rem;width:11rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOW0FP5vTOkNySrEHpEpAZLUHGLR25Gx { top:3rem;left:0rem;width:20.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTICSO91lc0Si1xxuZQ851zOCOGpvTf { top:4.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Zm2KxEMr9d6sSy1Tn8ykAn8nNmPiyw { top:9.1875rem;left:0rem;width:24.0625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUZ0eFnhzM9HEVuoWVf9mXSeZ0gbqiDK { width:12.25rem;height:1.9375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wDm5q96IAAiENl7bCgF9K5MT0dUlfh { display:block; }
 }@media only screen and (max-width: 763px) { #TBcXfpxJVbePMAZaPLoRC61tpaVkvdQe { width:17.375rem;height:2.8125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IlBuPWCWJ5JIdmHPoTf7VJFL8R8QK1 { display:block; }
 }@media only screen and (max-width: 763px) { #D5MoTEwxd6VXsTxJkez267RBDKVCU6q3 { width:3.8125rem;height:2rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqKtihl7JlEDI2xBb3BGxDvWl7TXqTS6 { display:block; }
 }@media only screen and (max-width: 763px) { #wqb5gGnf3B5Bwkd6KzaDHEZbVgATTTsl { top:28.25rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCUuZnF1dNSEURy95EgR15vkKiE2AEJv { top:23.125rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZrV6sSOoIlbKF6bNhOJ9QEqRCDC8Muk { top:24.25rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPypZu1oBdEDLHxk1b96QG5rmr3v89Ha { top:23.125rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFAssCaNodH3aTM8tPkKy7X2bqAiplnJ { top:24.25rem;left:0rem;width:10rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTv1FsaGbfqlUnqnHUdczEzXmnUlncsq { top:26.375rem;left:0rem;width:10.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7szPbswTpnmANeWBzTDipQGmDVN1lJs { width:8.25rem;height:3.625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO4ldXNlg4DcHGgC5Pte49TMOg4lmrTa { display:block; }
 }@media only screen and (max-width: 763px) { #sgWhTPy5v4elkuBLkAxAqeNn3tVADV0U { top:6.8125rem;left:0rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR2LJuM0U9vcgg3rETDrITaXx3IRetbZ { top:8rem;left:0rem;width:7.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 { display:block; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbClgBmCG77t4plbALCnUHPR3HAqUkxp { display:block; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0WOrJOw6b7UDDdcyqTVOJ6Q4LNgvxVt { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1LSqUdcIPtbampy7AhcXdXTiBmL7Do { top:0.9375rem;left:12.099999427796rem;width:21.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxdTQeBolsbVZTn3Vt9UaECONEfSuDD { top:2.875rem;left:12.099999427796rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxZPz3viNP2IuG3rokl9pLVD1VksO4SQ { top:7.9375rem;left:12.843750953674rem;width:20.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOw1mtTKnXekJmNZXrXkXhdIIHSD2x9q { top:21.4375rem;left:12.099999427796rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbnAEbWBkIrwm0wTmidgZ11TRM80JDgx { top:21.4375rem;left:24.675000190735rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1PMphTBf2p5FyLtfoDNT6e3RFU7xOBx { top:22.5625rem;left:12.099999427796rem;width:11.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvCNkhczQz3R5ibp3zM0uBgk6ku3zByr { top:22.5625rem;left:24.468750953674rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xesc10M0FrUTyiSciagisPsgJ16lvVqq { top:24.8125rem;left:24.500000953674rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di0nCTxMiuROHlqZxE3SuwAJkz8X8Ndf { top:5.3125rem;left:12.687500953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Uzn4KW2LyrAbQtNu0I29cEFvNA8Jsz { top:6.5rem;left:12.687500953674rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgp7vBZm5rtn6zhvix9TKUBVS8VycHmO { width:9.25rem;height:3.625rem;top:5.125rem;left:12.099999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ7FnW1AklOX82VXp4Iu2v595LoBUaTH { display:block; }
 }@media only screen and (max-width: 763px) { #Mv0IOqxnzgm6ABP4Z43nXhFk4zJJBHtu { width:18.25rem;height:2.8125rem;top:31.4375rem;left:14.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBO5rwu0t1rmGCXa9O6qZR5nKMk5OOmp { display:block; }
 }@media only screen and (max-width: 763px) { #ffU116QUNaoE046WVKDTBJ1PhDPBAliG { width:12.25rem;height:2rem;top:18.625rem;left:22.989585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #mas0sTnrzuBRaaTmD2LWQLwqWTQP9faE { display:block; }
 }@media only screen and (max-width: 763px) { #ung22XdGrdTJB8Obud6RfJ9EMVVtJzTI { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8q6UKWcDONf5gWsKEeV2L2JB37EpSuQ { top:0rem;left:11.637501716614rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2QkdrTZJXwRgKqn746qnQeBPDp1Pct { top:0.9375rem;left:24.25rem;width:23.5rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsgbPUdi6Kl9HS9M7lAktzFUAC1AISuP { top:7.9375rem;left:26.875rem;width:20.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQepP5dCcv1JzQsEKlTGlDySWtqKs8c { top:21.4375rem;left:37.875000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKATos7RFHTMNCDmDGUBR5m9kb41Hvht { top:21.4375rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8seWIOJNNbFCbZx0n7gRituIBy3m3LL { top:22.5625rem;left:36.3125rem;width:11.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOHxT6pVRo9JQPbBm8K67KS3BtPvJxf3 { top:22.5625rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0IBiBzA9ULFIRKVZgxWaNdktPrpPqm3 { top:24.8125rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK8veEnkb2JO5LG1cKLgmTg6ZtvhfgFf { top:4.5625rem;left:37.875000953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8tTsg8KfT0iFyuurGRH0IG6HvRZ8x8n { width:9rem;height:3.5rem;top:4.4375rem;left:37.387501716614rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8LPRDcRvWl3wiC6s2E1XZwZelw7ttH { display:block; }
 }@media only screen and (max-width: 763px) { #UIxbTTCMCBPLvVunxdB4xGfGeGXgJu29 { top:6.0625rem;left:37.875000953674rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #keN2vFoZsHInt9NoVxNaMyI6LemEg8Gs { width:17.375rem;height:2.8125rem;top:31.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwlsw1Q3STeFbL66qgUuTm3r9Hmdc4HR { display:block; }
 }@media only screen and (max-width: 763px) { #AQPdqPekM0STL8mDNWHwkvBU4dO1J9Zf { width:4.25rem;height:1.75rem;top:34.875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFVduC9GcZabB759Sb9fKmlSuUffcpa4 { display:block; }
 }@media only screen and (max-width: 763px) { #aJzNJBHmcbOX5ySVUMwWkmf8mz9FUsHe { width:12.25rem;height:1.9375rem;top:18.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo5znKHMkpxl07knoTBeo8Q1wUd5eOfx { display:block; }
 }@media only screen and (max-width: 763px) { #RPTak3JH52wtlrdNJMud7xqOi3piFAw4 { top:2.875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZyJKGKzTz3PxPELzavSJA7VyiAaKzhf { top:27rem;left:12.593750953674rem;width:22.5625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7SVuiQ9WIhUkpA2BC01NTV3JISxG17P { width:4rem;height:1.75rem;top:34.9375rem;left:21.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeNGoXBm5WF9hEGT7KxWwn8y7WThZbc4 { display:block; }
 }@media only screen and (max-width: 763px) { #J2wQ3rMDnvIBTTK3gtVpikbGEMaeBE4H { top:27rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGrl4hLzhTs7OwcZ3JJWaHF5tw1hxLC0 { top:2.875rem;left:0rem;width:12rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZeL0KJs713VL0X1pT6XUnt8QkILmVpp { top:0.9375rem;left:0rem;width:21.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Fgcz4cN5CzAaqbgeH3SQ2WL0ubKJTR { top:2.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQcvOMply098c9JW3z9BDVH4TPdcsTUP { top:9.0625rem;left:0rem;width:22.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3SUC8sgZTmu0lsh0s49akWsLIAn61y { width:8.4375rem;height:3.625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4mSIf8sMLN3hEWM2FRMHLoB5356MX5B { display:block; }
 }@media only screen and (max-width: 763px) { #uVGLOQ3mpnGhiukov3049G5ZlzNHkwBB { top:5.9375rem;left:0rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk7psy4kE3Z6Wda1WRRlLWOZV47M3kBB { top:7rem;left:0rem;width:7.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btLP58TEM5KnbTZRx9UbBkTIHTfp0aS0 { width:17.375rem;height:2.8125rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaOxunt0mLlkCCpSo4nTtRZPFb6u2BwQ { display:block; }
 }@media only screen and (max-width: 763px) { #MCJlwQghBI6AdHWpxVmq5KbmWeQwRm9v { width:3.75rem;height:1.9375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcxlTNUZTmn2SxZOPJWlMSiWrSZt87sq { display:block; }
 }@media only screen and (max-width: 763px) { #R3gpH2KhWcn2dhbxkvI4XnhTmNDqJcu2 { top:27rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUiFnGUd5X6RCeAgSgMa26gmHnOvdh0z { top:21.4375rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufun5XPSJT2AOfkU1XIs9e9COcsGD81w { top:21.4375rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3yPWovcIfNkPTaDoocse5cnPHDXewuy { top:22.5625rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXyNOeH6VKRpnvZfvTVExF0Egcf8ULxs { top:22.5625rem;left:0rem;width:10.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a79CesamBmEFdty8ivTdHWfSX89m23wK { top:24.875rem;left:0rem;width:10.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHWEvQ3SCmtMcrgdnwABOcJiBul1fMue { top:39.25rem;left:23.25rem;width:24.375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg { display:block; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOXHGWaEJqzRSZPiGE5X9OEs52Fxn8si { top:0rem;left:11.6875rem;width:24.375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAKhZRxZMOcVkZH6FUyd5sJ7bHeOVbM6 { top:1.0625rem;left:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9MmlzbV3iAoAQBVl5IT8yaTC81XSVZ6 { top:7.5625rem;left:27.3125rem;width:20.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQDuMgw0clt3dFfdPSaHGeHMnAwIwIe { top:22.8125rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6BC7yPJev9QxTXyeB1o0qQGcTBv78T { top:21.6875rem;left:37.625000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8dT1Evwyv9nvUJuPJxkbvPfwp0Fye8 { width:17.375rem;height:2.8125rem;top:30.3125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e07a7LRBc4Co01wloVqJUyHFuaXHm7fS { display:block; }
 }@media only screen and (max-width: 763px) { #Xt3KOHFAnTDtAQlgJf5LmIgx7X8Mf8P3 { width:4rem;height:2rem;top:34.0625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2aGLiyN7BqkDm4U6TDPmPPX1T1R9XE { display:block; }
 }@media only screen and (max-width: 763px) { #MlI2LDNf3bMJZw92ddRflZTaMQUSMGfi { top:3rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIaBTlu718sgVkuO1MRtEBhb2dMUl11 { top:3.125rem;left:36.5625rem;width:11.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJNiCTtVAmlJm11mKW45yw1MWCtyavEI { top:2.8125rem;left:35.25rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK3i8Q97fbuTOTBdohqvTxyoQcXCbGky { top:6.375rem;left:38.181248664856rem;width:8.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Ozty9hX7QayuZZUnm7mc3rlts23HNQ { top:5.1875rem;left:38.118748664856rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdJspn90hSedXOGWEK7K1mTuqGtx2Gmo { width:9.0625rem;height:3.375rem;top:4.875rem;left:37.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZAwWHMDaJW7QHs1gFfATIk0DCslRBb { display:block; }
 }@media only screen and (max-width: 763px) { #gOAB8z0rOFO5cqco9JOGy7rnQ1vk7gIh { top:21.75rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkAhS9OQ739u1do5HJfDMyHpaqMyiLRL { top:22.8125rem;left:35.6875rem;width:12.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsE8T1VvuUTnERIpkP7mN7aQwR6BNQM9 { top:24.875rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbuZmlPGd5yFOP6URKnz4aQqemfW79h9 { top:26.6875rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuhHnGCoaUXOqRDeI9cDaK1cbRmPxcS3 { top:1.0625rem;left:11.718750953674rem;width:24.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Rw9MUAx5qZQiXfQbCXT6JMsZ81mtZy { top:3rem;left:11.687500953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbVPJPnNyuDyPWEfrLBiCol8fg9FFhc8 { top:6.3125rem;left:13.243748664856rem;width:8.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc18iaqD8iT5sCeTnNGEHfJR8qAi8QfV { top:7.5625rem;left:12.500000953674rem;width:20.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWf2ZmtPkPZi8E7iUfKtseTOTWJZuvy { width:8.875rem;height:3.625rem;top:4.8125rem;left:12.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7HAeNde9QalTur9qpIuOogkFu3hQJ8E { display:block; }
 }@media only screen and (max-width: 763px) { #moZGr01s0knOSkCwinBb7L5a22Ct9JnH { top:5.3125rem;left:13.118748664856rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1pFCfDA0eR57pdBITdD7pUTutGol7f { top:21.75rem;left:24.187500953674rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsPmLEr9hvScLTcTI345irlTlSksB8dH { top:21.75rem;left:12.500000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPL7GznbqaTMd05a0IWqve0QSQ4zet45 { top:22.6875rem;left:24.187500953674rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKCSUIF46mvtl0a1wtZyImH0AIAuCZv { top:22.8125rem;left:12.593750953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7qFJCID8d0qlXWKbnhWDNMiuG8gQis { top:24.9375rem;left:24.187500953674rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOziAF6oNhQ55nI0FylLz30RT88zqkoT { top:26.6875rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQicHNgAqXTLldkuIb2Vbq9dSgDCLcLf { width:17.375rem;height:2.8125rem;top:30.3125rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8d9UwU18m5PgATdfsPeLEmOL1BrPBVZ { display:block; }
 }@media only screen and (max-width: 763px) { #v0sIewLU5KT6hc1KgbGqGPgbI66Jdebm { width:4.0625rem;height:2rem;top:34.0625rem;left:21.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdDRKbruwTVZPs5Nk0lSsQLo2I5Habb1 { display:block; }
 }@media only screen and (max-width: 763px) { #yRMpLesl17DOu9IfncXpBrcenZTfIGLF { top:1.625rem;left:0rem;width:20.375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4d7sOTPOzaTTuhZu3TiwrW01LR9cTQQ { top:3.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q872Ip1Pz2bS5mk1Fl2GvcrxCgmMRnTT { top:8.4375rem;left:0rem;width:20.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcIMQ6NL73pzkqdowN9hrJUQcey3Adgm { top:21.75rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nrsuo0zE9PFwLMve8a8hR5MTU3MmPJoP { top:21.6875rem;left:0.31171894073486rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvqbSzTTskZLfiHlSNAuJxlDLZHITSr { top:22.9375rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJq2wdrIRhDMgVueKP8qS7P0MOGRsCz6 { top:22.9375rem;left:0.31171894073486rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgEOb3RJ1qTSA3p1FilxkMWNpu7KDEqA { top:25.125rem;left:0.31171894073486rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrSfks7sAQA2TkQWtkF3TA4J4NOfwZXD { top:26.6875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOiyTXqIvrF7AlTm6VZcd5TdFp6Vanqr { width:17.375rem;height:2.8125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slaH6iA1Ex8JhdwKRry4AXBEhNGKzAFg { display:block; }
 }@media only screen and (max-width: 763px) { #WGlRXG3GNpFketr4Ql57U29Itz2m9Nr3 { width:4.4375rem;height:2rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODkhWcgyCG176a0lTm8iq2slxD5OeVRc { display:block; }
 }@media only screen and (max-width: 763px) { #ExM2CtBTWy65MVsBJlS40ZfAtNe2Ky6S { width:8.4375rem;height:3.6875rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBVGGlMAJuTbqtocbXCx8iv4sqlvIyza { display:block; }
 }@media only screen and (max-width: 763px) { #P4Bb7uqQqvA12ub2MxkP6TRPd4PWzF1o { top:5.3125rem;left:0rem;width:8.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUa8Cuc3WlmWOBgDwNFgZitOAznAI39 { top:6.375rem;left:0rem;width:8.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGVeKT2ux309msVMQmHLIugSvDgkApI { top:0rem;left:0rem;width:24.375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP { display:block; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6TcqF3k7eoRngmEZ7xILGgcs6wVUrfo { top:22.25rem;left:0rem;width:11.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk6KQviHaPxHRuGVLtVzTogHvOSmT2eT { top:5.1875rem;left:23.9375rem;width:12.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdwUNGuqgUWVKIGMd8SiPtMGeyHNiOob { top:0rem;left:11.5625rem;width:24.4375rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqyfzCOAeg7GKRU9UFCOfDBMlLZmk6Zi { top:0rem;left:23.1875rem;width:24.4375rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaFggKItTfyaQZVJzbUQigTZdOMXZxHo { top:1.25rem;left:24.25rem;width:11.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfnse4E0Ve1VDeOUm8eKZO1lG1akvoQa { top:0.8125rem;left:23.6875rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgXZwfOrZTtfaDWxtNsMy3Xl7e8scqZa { top:1.0625rem;left:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvD2Bcc4WzgzxIkEXA2JZtdIhdl6TGcE { top:3rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzFchPqsNkxIcMTrt7OQtvQKMp0LCU5F { top:8.0625rem;left:23.375rem;width:24.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGcDbtNbfTAboy1J7UGcHRZnBRRPqcL3 { width:9.0625rem;height:3.8125rem;top:4.5625rem;left:36.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUw7HTZkuVfZWJJ02gbritPRZ8uqAVh { display:block; }
 }@media only screen and (max-width: 763px) { #AsZuG8f6kvO6lH90PLQ29o1E2P3rC6nh { top:6.1875rem;left:37.687500953674rem;width:8.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwFuFQS3yDZcaCePfMv4bCzceJ0qzhdr { top:4.625rem;left:37.687500953674rem;width:8.3125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN41n0omnfzU4h0ewSw7EfzlNLhvaTzc { top:21.5625rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2FJdCzw4paOA6Ts6ePAtnMpptgNxJPa { top:21.5625rem;left:37.687500953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT82fIbHT7V3OuSCtMDK0S06qTHU278h { top:22.6875rem;left:36.8125rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtkNfSyw71qXcl5dF1sh7VLvXL29q7dB { top:22.6875rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlhLJZIVoAshuKTv6ZW0nXtpPTeHJHDm { top:24.8125rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4IvRJ0VmVcXpKZxDZzkVTvnt4BEUcrZ { top:27.6875rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOTfHlkkpIwwZKi4lgvLk8Hxhcy52bE { width:17.375rem;height:2.8125rem;top:31.3125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9ufrGvLSKKpH2NUz8JKBLAOyFkTsda { display:block; }
 }@media only screen and (max-width: 763px) { #zIhmPgpa2sgTMLt0tWqvtEvNL26UdQMQ { width:6.125rem;height:1.9375rem;top:34.75rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtd1uCpFzqdXd0zesuwfTOkWgzTCy0Ru { display:block; }
 }@media only screen and (max-width: 763px) { #lfSRAZdDFuL0TZ0BZTenbVTvKiAdBy50 { top:1.0625rem;left:0rem;width:22.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynbLtdpP6cbf7pTFhc3pair9N8wyB1fD { top:8.625rem;left:0rem;width:22.4375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1QyaHqSoLH4o6O1WqRm8EyfeZ4mx6iC { width:9.5625rem;height:3.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ClzXhVTC39AiPM9tZNEaKEL0mtQkW1 { display:block; }
 }@media only screen and (max-width: 763px) { #wwuneiFHMXpmJHB4PkTRzRT19xoQy9dE { top:6.1875rem;left:0rem;width:8.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvB3FrbVkRT7c14TLnmSUMkGcavg5eA6 { top:5.125rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibkgWUyiMI1aqp6DbmXwTN0ZdIDTFVTT { top:21.5625rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiFCo2nrXJU3e9ILMTqVuwOWFu9lnNJQ { top:22.6875rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQmoP5BsL7aEIfrDlgFXhSbkT7SZaXcA { top:21.5625rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry9IGQlQonxoMDtp9tAbCp0zu2ZVVHs2 { top:22.6875rem;left:0rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvs3ILSVKmymvxFePeMw2EwTV2fc2m2M { top:24.8125rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJwNuoDui74W2AVFCuEku8KcNSR71deL { top:27.6875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyB3e0vtPKukxMaZAEdDo1kie9oJ0C0e { width:17.375rem;height:2.8125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTW1yGQOIzMmcvJV3Pw4UFza1d95lUa4 { display:block; }
 }@media only screen and (max-width: 763px) { #EqAIBPcw3pVVxLrwg1mcTyOVJvW29snZ { width:6.125rem;height:2rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b02aXWPFt8TVs1kQglSdx3eX666qtVNx { display:block; }
 }@media only screen and (max-width: 763px) { #J87Jcmzkga86ILA2G4BUIdzE0uaMSv9t { top:1.0625rem;left:12.625000953674rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVsAvIiOQthURkJyKJmcvF5r1oI19tOx { top:3rem;left:12.625000953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ03HVTALeF5TUpsLples9RDcsZnAAJ0 { top:8.6875rem;left:12.53125rem;width:22.6875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ1KRPT8sb8vSEbvofwD4GrXVOlrIJuK { width:17.375rem;height:2.8125rem;top:31.3125rem;left:16.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITiuSTk417oyGIVlNZ7mA4T6BXJnlAHO { display:block; }
 }@media only screen and (max-width: 763px) { #hhHxSQpPzhwewCzXJMGCTq9sXpGzQoeb { width:6.125rem;height:1.9375rem;top:34.6875rem;left:20.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ2VyUq7rctwCVsUoxsMOtLX3JGTZOA2 { display:block; }
 }@media only screen and (max-width: 763px) { #PCQrZPKpW2GKkalBTraabukDlZKCz2ss { top:21.5625rem;left:12.135155677796rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRuJHQEauKw5mpZJaQBtSrmPuTLKol4r { top:22.6875rem;left:12.187500953674rem;width:11rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJT1cJe0Bvr6b3GPMkeS3oPLM32oJCH { top:27.6875rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXLyg4AEJsi47CwaUkv1pHteVGaBD6D8 { top:21.5625rem;left:24.206250190735rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKx382RJ9uUK99TJwGDSiaFclDBX1KC6 { top:22.6875rem;left:24.175000190735rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vghWeT5IeHXA6nzJiRfUkwrBspVgAwMo { top:24.8125rem;left:24.675000190735rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOADReGDBKdBSTFTD4Tft5TKMITALMTc { width:9.5625rem;height:3.5625rem;top:4.6875rem;left:11.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD8nZISfs3Ueb3LSLItSoSg1pIcUfFfB { display:block; }
 }@media only screen and (max-width: 763px) { #KAdV12WnvmLmTuIJK2yHNPZu3Zp8qPek { top:4.5625rem;left:12.625000953674rem;width:8.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI0mPrz04q5uQlP0abIX8wTCv83MAZVP { top:6.1875rem;left:12.625000953674rem;width:8.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZaXoq64HFXVX1M6oAfzx4ip62CiPpA { width:12.25rem;height:1.9375rem;top:19.0625rem;left:23.052085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsxw49vbqTzQ5FtAKy5m4TxHIfimchvp { display:block; }
 }@media only screen and (max-width: 763px) { #diLRLN8haJ472i7I3xZ7rHm3WptwJgdE { top:0.5rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu { display:block; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKG8P5Mxn4XvdwRPSvobtaMrUnfTeikt { top:4.3125rem;left:1.75rem;width:9.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUhxGBmNACEq9nccgqMXnREtx8k6Ci60 { top:4.9375rem;left:2.125rem;width:8.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlDohNNg0aVmkE0NPTt7s1VM4WrVykf3 { top:0rem;left:0rem;width:24.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz2sTCkNuqCCo5JWWMTeoJ9kQhmaQ8oJ { top:1rem;left:26.9375rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVdQ3vWfCmuZKtDOXtmvEhbI7V2RLaTC { top:8.6875rem;left:25.5rem;width:22.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcIL3d0Rdu9UroSbInCoswyFC0OKa2nQ { top:2.9375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVs7J4rIxDMqduDSzTMgzl8EFKygKzf { top:6.125rem;left:36.9375rem;width:10.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrhpKG7Ov6TbFGBPLkZbF9oLZewTSwwW { width:8.75rem;height:3.8125rem;top:4.4375rem;left:37.162499427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #TREDSJnqXVgkFXuml3pcOpTIiDvIWTJR { display:block; }
 }@media only screen and (max-width: 763px) { #Mccuf093NJGkyAPBKSXPoQzTTbR7tIl5 { top:4.75rem;left:37.375000953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6XunwD4iNOhbGkAUPykpG9huIIUC1fi { top:22.9375rem;left:37.375000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcCpXOFpr1uNZcLCI6eN84wyUHAx0TQw { top:22.9375rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO9VfiWamKQ0uapplqqprQAmfKNcWweN { top:24.0625rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae5iKXcLuvwXDi7U8gLi0mZ1BD3w3aEQ { top:24.0625rem;left:36.625rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxwhpttMZDnGNq1dBiATQplmfUoFidu0 { top:26.1875rem;left:37rem;width:10.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f87C0NUxrCKCo6ZTPaZiQoQ3tN7lnlo4 { top:29rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqL2UBbG2oy4XTbBpIxXaAF0XHG7sqTd { width:17.375rem;height:2.8125rem;top:32.625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFI552ntFTzc7RfEGVzPs1oSdAv9vcDs { display:block; }
 }@media only screen and (max-width: 763px) { #PrB32IOWhExP46rBfC2K8XXhKGqMDEIm { width:4.1875rem;height:1.5625rem;top:36.0625rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1vnsdw81Jw3KPuJny7IulZTiVkJhRs8 { display:block; }
 }@media only screen and (max-width: 763px) { #l4AGXdZcJoqVJZfdg1UN99qTtU1TAdVI { top:0rem;left:23.1875rem;width:24.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm2OovwcfbRzurrIZVvrpTEiTzGKkqCc { top:39.625rem;left:0rem;width:24.4375rem;height:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVy4EpTNTWQTCu1RTTZHnsOL6enRKIDw { top:1rem;left:11.937500953674rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdNGTe43DQcAKgHkiyTPJ05MA0PEO2C1 { top:2.9375rem;left:11.937500953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G50MEm9vbHf5QOReJ5Jsbf7ncy99Xy2S { top:8.4375rem;left:13.312500953674rem;width:21.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaaoswhR93QCwH6Q3q08MHAM0Aq0tsFn { width:12.75rem;height:1.875rem;top:20.625rem;left:23.425000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #DByW3JaD5TIgAHHneOAfTPO1VAk98dlV { display:block; }
 }@media only screen and (max-width: 763px) { #VCatouVg9qB5D9llxTGa1AociMXMrWvN { top:22.9375rem;left:11.937500953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8IN4GRJQP68ztLk4fAA1Z7wIZFrHgGs { top:22.9375rem;left:23.425000190735rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPX59XCx9P438OZWMGqtCqyV09TGCcVx { top:24.0625rem;left:11.937500953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1v4O0O9IVPKTdHViySKuz4ca6PDn8dX { top:24.0625rem;left:23.550000190735rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9mNB7RUbNS9zbadZhCodJbqAKJtE9v { top:26.6875rem;left:23.737500190735rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXRuIoDBMTR7GTgg0ZOp7Ia13eD8LQn4 { top:29rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmXeZHqfOEO6eStxNWtMPETuDRCwT2oX { width:17.375rem;height:2.8125rem;top:32.625rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVcLKygfZANpyhSdDnb0LIT9DHMfZ7u1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZUGaryxAB6nwzw2kywOyTGovk7LPPe7r { width:4.0625rem;height:1.6875rem;top:35.9375rem;left:21.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE4g44K22FZu1899JmWdCHRSfSXwgqKV { display:block; }
 }@media only screen and (max-width: 763px) { #tL6fl9k5u87MCQTq2cBsZGC4E8xEkNAW { top:1rem;left:0rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zQzmW1soUM6yMt73QFMxeGgbG7GZAE { top:2.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsiTXm7FfwtaKLNwwvuKpygATcb6Nkpw { top:8.8125rem;left:0rem;width:24.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksXmamxpiaa9u12Fe99umh0bSuICJM6F { width:8.875rem;height:3.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKJy4yMliwsvTfTwgXee98PauyBIKJQa { display:block; }
 }@media only screen and (max-width: 763px) { #M9KWqev2J8dTkIqa5E1B859k9It667mW { top:7.3125rem;left:0rem;width:8.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPRDR9mXE66R1lTXWo21uPPLtvM9yTC { top:5.75rem;left:0rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8EpNoyN6QLqTFP6dT2QSAk24ihPOR6 { top:19.5625rem;left:0rem;width:11.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm67aJ8c8eTmdw0nWB053v3xBrgmpEZy { top:22.9375rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwhBunvdtoytcrxU1BGdJOs4IkBxiPM { top:24.0625rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6kKx1WaislFx4X4HMZAFBowksXxlKqc { top:29rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOGadA1MKPtFxQq5AiB9WpvS0HIQLbdl { width:17.375rem;height:2.8125rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #on5HC3mVqTX0Unyc0ZWOB7HMAvyt58pL { display:block; }
 }@media only screen and (max-width: 763px) { #Mt9OnpXDo7wcQeZ5GP6uR3atKS7ONgcF { width:4rem;height:2rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aogTirm2R22PBOcEaPfKQq0aB6gkte1J { display:block; }
 }@media only screen and (max-width: 763px) { #nGS75NGsJzNQJBagARbryDN1sUzIeBEg { top:0rem;left:11.60417175293rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr { display:block; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k17H62nNG8uMlmUcF218ofA90xgVoLFr { top:4.3125rem;left:1.75rem;width:9.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTe0zxqcRlqFuTlW0eb5bLPEvnRxbEvF { top:4.9375rem;left:2.125rem;width:8.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrf0T2WNlT6UNQU2Iuzeq1ETpWhqAn8L { top:1rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sxff8oOXuZZPIt8iNZAXBDIuPnypZbfE { top:6.0625rem;left:0rem;width:20.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTXPSFItmceDT7bobr0Z3pWnbc9iob2 { width:5.9375rem;height:1.875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpz67TNZzfVPk2O3RPpau3giSk6GS7J9 { display:block; }
 }@media only screen and (max-width: 763px) { #umKmfFrO6R9eIn0mGK0ipQSt3WxuJaHG { width:17.375rem;height:2.8125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6zlzXXPTcGVTi9wI0tNaO2Pc1PhmvZw { display:block; }
 }@media only screen and (max-width: 763px) { #kdhDPlaFiNPT5TAy3nB3iEKrmxOmzVU9 { top:26.5625rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvRbLPzHa3p7z9X0Stn3zdevdMoOtOas { top:21.5rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2cUO7alS4guZ9FHvig67ZGaOT9SLffw { top:22.625rem;left:0rem;width:10.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B87zeCtiSa0N0AsBrQ12XBbIhgbq1ght { top:21.5rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeVT9E3n8BKtp6ziQehJnazk8d0l3giG { top:22.625rem;left:0rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0RgWtpoGknGZSm5FTvNHiCC29Gbshgu { top:24.75rem;left:0rem;width:11.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSa651XzRBnC4lucri4l1MEkGZxRXg2h { width:9.5rem;height:3.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiLnWwhxkiMANHB7T3QDXzUTPsGwcbnH { display:block; }
 }@media only screen and (max-width: 763px) { #NBQEHud9iBThu6OnXXRSf1n6Fa5FNCb6 { top:3.75rem;left:0rem;width:8.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa6H1DbgFA4u5tXhKytlwcsfMlv2z7SX { top:5.5rem;left:0rem;width:9.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIuaV6naeOvmAG50Kiax5P5I9ecukfC { display:block; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxgcfranNiFtfstl3RkrPKEhErFPofCh { display:block; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMqECUu9v2CwVhl4SCaZr92QV4TVLsTg { top:0rem;left:0rem;width:47.75rem;height:18.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln { display:block; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxvTVk0HWEodKVk99omGmAM1canBp6E6 { top:1.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIWbovJZFvy03mpXUo7hqBahqrfERQA4 { top:4.6875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { display:block; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLb6TWrOPq8Be8018Orh9sRZGHGcC9kN { top:1.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q767IftlTxGd0p9PT7LUii5sQ6kBkO44 { top:5.375rem;left:0rem;width:47.75rem;height:21.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlsnPQhQw6zIFoT9gQfPeeGtQfPXZ1ka { top:4.375rem;left:24.25rem;width:23.5rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4oqcJniWediicuybUBFtWrc88HUt3w0 { width:47.75rem;height:24.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNHxXpGTR0LV3Z9bw3DwpRp4AAdhdZIQ { width:17.5rem;height:3.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5hkDKmD6Fw71r6qiNOA9CT1zvHd8N9v { display:block; }
 }@media only screen and (max-width: 763px) { #r7mENGSkzJ69800D1gD2kVi0RueC7sET { display:block; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccxFM3p8NpywHyZu1wRwLiKOHTKXPZEq { top:1.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhcaXUKobeuWgBvpSF9Qiw3p3UDc18wT { top:4.5625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvdmoqz1az6KsUWKCMPc2C5dquwiAu7e { top:9.8125rem;left:22.3125rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX { display:block; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULJkTdWtgphWBIC5sbDSMIIeyZWezJdl { top:1.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg { display:block; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoP79ZsklvcbyLsTnW6icqlaDZkAHWBE { top:9.5625rem;left:13.3125rem;width:21.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vv6CfrDLurBfFgL2DfqPgRD1tgPTgU { top:1rem;left:13.3125rem;width:19.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR2PLtT4KRNFmIHfl07GWIx3C9L9i12R { top:9.4375rem;left:26.625rem;width:21.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKJzNNlnJKo5HBL3J83CzJCsuOdHd8ff { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON04nTvqrR1q9OhDUNMIo8ydCfaqmDpo { top:1rem;left:25.5rem;width:22.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqZCN07W7xKWxGWt7gtPgfprDyxXKgFI { top:22.8125rem;left:12.1875rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWfPTPxtAQBBA0BgIlLSdBftvK5bIZm { top:21.5625rem;left:12.3125rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEobkn1OQCUMEfzeebNxpf5o8BqamIC5 { top:22.6875rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAucrgHsupoC19KHxNToTTAgMVFKs2rS { top:21.4375rem;left:37.75rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOyEwcgKTaHlwKT4akFSXxOA0TMMa2Bl { width:17.375rem;height:2.8125rem;top:31rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdizcJSEASqcT19ftoNWrumrrhrPyV38 { display:block; }
 }@media only screen and (max-width: 763px) { #isH5ViXzbh2WPPoWpm7aXx3u8O8IeSpH { width:17.375rem;height:2.8125rem;top:31.125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfvrPSRPv5xJ7oMvCxS8mFKdCTPAVdEa { display:block; }
 }@media only screen and (max-width: 763px) { #TqK21FuyfOc0M26TKloA4Vmt5MArH5Tn { width:4.125rem;height:2.0625rem;top:34.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDl1mD6XFUflVzNvsGZGBotOeT34tGE { display:block; }
 }@media only screen and (max-width: 763px) { #ghxyb1bs3Jxa35tflpKHXdP00Trc7HTd { width:4.125rem;height:2.0625rem;top:34.3125rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TRsEmx6h2bqPyPnL7pBGAi47L97fLX { display:block; }
 }@media only screen and (max-width: 763px) { #FeqyTD1PF9UpT0KBqxfAppsd3tIMaqJv { top:0rem;left:11.6875rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NekEIZDB0lud3TwPrWqtwURNrWSxQ5T9 { top:3.3125rem;left:13.3125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y185xCK8W8TGxmVevnHHmNa36h1HNiWG { top:22.6875rem;left:24.812500953674rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOaJrFN2Tqcab1zKThaUbwKMRX6sq5cs { top:24.8125rem;left:24.8125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiu6UqXcDIWHQfB0qdQ72yK06mgeSdG { top:21.5625rem;left:24.8125rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQxp4V9sskvQITAf72aHRs8MMhpdAz8y { top:21.375rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMsKwfZ5yyeb3oF42A84vvq4GHKMiDp4 { top:22.625rem;left:37rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXFc1JCaSaFmhN7XGoKxJHuTrJ6VAifh { top:24.75rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHaktcTUB0l5QNddTTUd3nnOZRNKauWq { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOsEegVV0oDL2d6yChZIkCmDsxTv5qnw { top:1rem;left:0rem;width:20.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7XmtDI4UHWLpNiOdrcCFq4WHclcmJeM { top:3.3125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkTn4sIWtB6oKmNWweb5cJwe8aQmorn { top:9.5625rem;left:0rem;width:22.875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMm5gKTXdKNkE6MvwUyw8Kc9QVJz89V { top:21.5rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAuy51hOByJlm1KisCtywLZA8b6Vow8n { top:21.375rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyKrliChr9fHA2PloP0TTcnFDp4IwfSh { top:22.75rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBAa7DoQUhGXa40DMxOi8ZcO126dEGn { top:22.625rem;left:0rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLk38AykTQ9EgNn8y0H89ZAV8f7QzpG { top:24.75rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1tiNrgUK6ofMicTlywwlXifSnNSPdWp { width:17.375rem;height:2.8125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46OEcIobgssWQaLk7klSsXWAGIeZmqr { display:block; }
 }@media only screen and (max-width: 763px) { #O3VgtFGPXyiwFlHVpWfJnNNNv7IZyqTm { width:4.1875rem;height:2.0625rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIk8Ndc99c6iE4SW5r1B1kgc8mgMhVUX { display:block; }
 }@media only screen and (max-width: 763px) { #rTPLAF1vyR7olwZcy1eCQFCHvrEDkKWw { top:5.0625rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xzqD1hdi7TrpdBHpNMSNqut1TncsGs { top:7.1875rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaGPTSvuRVX1ZoMDJd2B8Wu4SdzXGH9K { top:3.3125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAWy4onS96sUW5SxQtWuuxewvtTvNNEB { top:4.875rem;left:24.3125rem;width:10.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVtTuSLCkhgnRh6xrQ5B7K6mNkNwRNkg { top:7rem;left:24.4375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6Xgc2uDQrlplFhEdh1Tpx0ndlTlgT0 { top:4.9375rem;left:37.3125rem;width:10.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAV3FuqaR9drTEu2ADFgnvaMhX2rTJM0 { top:7.0625rem;left:36.5rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQxvOoDriG8WxJcC7nT0awAG6U8GshaT { top:5.4375rem;left:12.25rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvMdEeXzv5VTkKGF8mLweLwGr1yfFgKI { top:6.375rem;left:18.362500190735rem;width:3.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ApthXq8EqTukcxf7H2MUbfNSqScWqd { top:6.625rem;left:12.25rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQiTenKquWy5XohJdPf3OtPIoqVU4fPR { width:10.8125rem;height:3.9375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6MQogHTiF1FR3uwKOeen6NXT6m65pND { display:block; }
 }@media only screen and (max-width: 763px) { #aBgrTLvulhD1RTOeOlws0nTERI0Cn7TW { top:5.75rem;left:37.5rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXHlCqL0K3c6Xf5rkLIRlakDfEI0fzH { top:6.9375rem;left:36.9375rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGM1MEWkXztJi2BdETGM5TlKqBFcnEJ { top:7.125rem;left:43.800004005432rem;width:3.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdtpywdy4VncH7zbGQwazNT5l3BR8TVX { width:10.9375rem;height:4.0625rem;top:5.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPxeTV3v8taLSpLN7faeEJ8rT7e8pcus { display:block; }
 }@media only screen and (max-width: 763px) { #TaEd6KtkVCuo62bgTA2HxJLX3PXPzc3N { top:26.75rem;left:11.812500953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQeZIQNEKDnbgNTPkLSPzShPWh8S5QoZ { top:26.625rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMH2bhtmU8XH7FhA9fFbMN15PPvU5wWn { top:26.75rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6rTePRc4KPo5nMJ3JJsvHhOXFSmLXLt { width:10.8125rem;height:3.9375rem;top:5.5rem;left:12.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08wK9KTqkogmrPtPpOMGhzD2Vv41t3T { display:block; }
 }@media only screen and (max-width: 763px) { #n5cUnM72n7i8ffqEsyEeurAx1Xsse0ep { top:7.125rem;left:0rem;width:10rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBud8eI08kdsywJqehG6b5cmxHMzNud { top:5.375rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlSry8EZTlQq3FbekJ9BzpvhrMO273PS { display:block; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doNEbkVCWPeAwyuGndbunnhNdC6TzG7d { top:9.875rem;left:0rem;width:21.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRC9Gr0yW6vUCingprgqlPbAtaCsHzi { top:1rem;left:0rem;width:20.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKXrVT8M1erK56zk2o85qH7JJO27KuJZ { top:9.9375rem;left:13.5rem;width:20.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvFgOInqHTvlQnfI1377vnBv19fRRAko { top:0rem;left:11.5625rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR5gKtGw9FR6kFstkQM5aqVGt6v70BKA { top:0.875rem;left:12.4375rem;width:22.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpRhmToSGNRupOBgMnMAslZEwtPprW1y { top:24.125rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2u50bfrLORiDPpPD7tSq0wVXx6MfHaK { top:22.875rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odutAvt3H5HMalLOuMvTRpb2cwDnwGfQ { top:24.1875rem;left:12.125000953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghf7TfbCxtwgwu9xJ7PEALJ9eGV4BPEV { top:23rem;left:12.125rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilNfuQvalzonPMo9KPTpxsmc1WMbBlNH { width:17.375rem;height:2.8125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKSD4x5OrvpnAm7e7TuCNRIwmslGxsn { display:block; }
 }@media only screen and (max-width: 763px) { #F1o9o4QgMe1hS16aO781WivutZpsSoTh { width:17.375rem;height:2.8125rem;top:31.625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHpaVHLoPz5gMqDCqFVaBTf77PsrdlWD { display:block; }
 }@media only screen and (max-width: 763px) { #CIZd2609tSzWHRaCCuyUWoMDS1vKLZtX { width:4.25rem;height:2.0625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfyUKn3KHVohDgfuGf5WRlISKBiJAUgt { display:block; }
 }@media only screen and (max-width: 763px) { #EHrAdCkXbhSEUyiIMuWeNoK2QsW9cTRz { width:4.1875rem;height:2.0625rem;top:34.8125rem;left:21.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4REXAQ3KBNZIiCX2EEJSIhLJsBeMeh3 { display:block; }
 }@media only screen and (max-width: 763px) { #BFAdpuScsFCKDRutGiAtORUPeiUdhoc7 { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3q8f6dwBnSfZDbvpweXIJaC9vp2CoQW { top:3.0625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UzfDEPMa9b7UT8cl8hZraE8Hl7hIzs { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xG8ZMRBaaFS38EoEtdRh82p2FpphJJ { top:1rem;left:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzWOfEMNqE42KsP72yfE01RN53mXALGK { top:9.75rem;left:26.125rem;width:21.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQsShM6kB7lImgApEvCDSA0N0oBXt9qF { top:24.125rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyEJFx5yqD0Bvnxt5sQPcAxxeI5DFM3C { top:22.875rem;left:37.5rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6gnVyVPpr7CMZVpwGa3pdQTwIUywdlW { width:17.375rem;height:2.8125rem;top:31.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdFTvX9CrG47WqRwy4dSNyhNesGXdJiU { display:block; }
 }@media only screen and (max-width: 763px) { #Xs7uiuFJhtx57FHxRVUWgz1gQDLKNftQ { top:22.875rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWX5BVRAJ1fspiXw9I270ItpAdt5q5Wi { top:24.125rem;left:0rem;width:9.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNkTVvaNTrpI5BGLoUORSW9HSqgLpvhs { top:26.25rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UdvFnzlo6tBgL62sJxdyt5I4Uhf4fw { top:22.875rem;left:25.25rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNaH8I9mqUA0ysOC5uzJJi7dI9bxBzq { top:24.125rem;left:25.250000953674rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI18I8GsIlgUl7JX04JnpaSIEpylqnhI { top:26.25rem;left:25.25rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtEM0B8wfZUFdk6OK5lOA7DGlkbGmT8S { top:2.9375rem;left:12.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPSJJRUTNxTZ2LP9t1179y0tJQVfoJsn { top:22.8125rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuTFcTrDpZyTUdzkUnRQEVHrLB2oU8p { top:24.0625rem;left:37rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3GTMCpPDtyd5nkNXeZyCNKWGCcorACc { top:26.1875rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx5NwflytoZvx80rgJJy2U0uDtKK3MPv { width:4rem;height:2.0625rem;top:34.8125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Q85Z7tKmf2RxhKt3kwpyprwah7TH5M { display:block; }
 }@media only screen and (max-width: 763px) { #Nd8fcXUugtgfSFXxGB2aUQfrfD1DaPQs { top:5.4375rem;left:24.3125rem;width:10.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2hR5w6LLXOSUA0Fp49R0o1UqTB0EyNP { top:7.5625rem;left:24.4375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgX21V2NkfslFy8tAkUiFRGqGZeyRbtN { top:5.5rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ZBWAlH51DvQPncHf8VKfsN34ZTu7aS { top:7.625rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgy17bnZhkF07o300nl0OMyOSfkPVLSt { top:28rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCVdkvOQgQGQvNahnkgxBky89F3tO0f6 { width:10.8125rem;height:3.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFBg5Vp4S35KNC7wvTQDHrstHhAoMbq { display:block; }
 }@media only screen and (max-width: 763px) { #PKlUf2STMqSwys70Rd3D5Vs9z7XVNhH5 { top:4.1875rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqRVQb4podnGtDsIosxNPGZmQfaOeqOQ { top:5.75rem;left:0rem;width:10.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnyMycTnT6J8BVDDofb0Cs6XFJXOCUN4 { top:28rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4G5WKNOIdnIFnXaa11l8rP4TU6a6QMJ { top:27.8125rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnqTz0s3UWA25fzidbTqzqUB8FC6HW8m { width:10.75rem;height:3.875rem;top:4.1875rem;left:12.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpneFr8XTT1GEL2fdsKtpLiN52Qzw7sp { display:block; }
 }@media only screen and (max-width: 763px) { #ptd3flqTi653kOuT9dFWq8wvpoen1p16 { top:6.1875rem;left:13.000000953674rem;width:9.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0F4d7M1USNKJ59asVx1ukUTFncNHJk { top:4.4375rem;left:13.000000953674rem;width:6.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO { display:block; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh { display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzI6s9TTCpqgIk9itn3pplrVzh0Z8uO { top:0.8125rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { display:block; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF { display:block; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5OsVg14cC9TCGINyyOOHhhCFi5zcp8t { top:0.5625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45apQ9gey75pzGdJRXWvtFV0D2IJxO0 { top:4.625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { display:block; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrdkGSDn7gwZZ2eMQJAD6HOvXVkOOzI2 { top:5.25rem;left:0rem;width:19.5rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1xTv928mKmETToozzzsM5KDx955c3o { top:30.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rccfaT0ckdxrmhqUzhUEvZX4MO2ZybSb { top:38.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmpy5gd2Tfny2JwO4r2WTU2wTkVOaaf { top:41.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGkzgR9wyKeNtDwLOguo3NgQBepNT2yL { top:30rem;left:0rem;width:20rem;height:2.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkFvXUK571zgTtvsaXyJoHF9IKq8KNeR { top:34.1875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDlQlTQnaWUmhPeSIxDv7GqhGK2Wb3xG { top:20.375rem;left:28.25rem;width:19.5rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atISmCCxGHDNaNWB5FvTE9ccyxNQWhpE { top:5.1875rem;left:28.25rem;width:19.5rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTN63PGflymaSUzEiByNtURuVWNlXPKa { top:17.8125rem;left:0rem;width:19.5rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAonMIRClwivpuor4IdxUwaVHPfdmSFk { top:3.6875rem;left:7.1875rem;width:33.375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl628qTWEiJ2sAdpQVkVmguFiVJcVkAQ { top:4.5625rem;left:0rem;width:20.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqsENqNzT8007tUVVA46CmOt3GrzyCy { top:16.5rem;left:0rem;width:20.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnwmUe559NbCI4trC638H3WQW4kJvtoR { top:19.25rem;left:27.375rem;width:20.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7laNpAwmX7r0eoMOOA40VPeAcpCvO07 { top:4.75rem;left:27.375rem;width:20.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGw5T8dlpWvPaGxTatmJfoDTkR9VoDe { top:33.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn { display:block; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqt8SFmW6rsPyJSkCPk3D7GGOghUwzH { top:2.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIQcI9mDIgH2ZHnVgsWTBBq7IbJ674q { top:5.5625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Bkl1sGJvfuqIze2B3gDglFILHaHg72 { top:11.8125rem;left:22.3125rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCOfUVryrZQtthMTcVExK0VncAN4BMFQ { display:block; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8rzGDyUu7n11searWZl4so5OBBM0eHq { top:12.9375rem;left:13.875rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrgcP7QFJUpgL3ll7fHgO4kAJUa8UvuN { top:8.6875rem;left:0rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtqIv6TGRCOmpdJMvwRTTLSPgHbT8uI { top:17rem;left:0rem;width:14.3125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3iFaMZwuJlInWsWz24AW2HGQb526GI { top:25.8125rem;left:0rem;width:14.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd04xDDdVV6ETLOxfaC21l2xg1xSOicv { top:34.0625rem;left:0rem;width:14.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V { top:7.1875rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH { top:23.625rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH { top:15.5rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E { top:31.8125rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEN9weZtF1tRf74fgmMWspfTsUSBmeJ { top:6.3125rem;left:6.9375rem;width:33.9375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKin9i04bPrGuiTbiC9yRw2PCy1pv0kk { top:9.75rem;left:10.4375rem;width:26.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y58AbTvAnK92JimPT5QGpftR3RXHxKkU { top:9.4375rem;left:0rem;width:3.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFb9IqN5E3hdnCdfnr8I19Vr5USQSf4M { top:17.875rem;left:0rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSPb9VldmFwCbaNQwItH8ZJDvPMIrRw7 { top:25.8125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBa7cnwX7I8ciKKz4HKImrfrHa7bknTD { top:33.9375rem;left:0rem;width:2.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwX4dHlCmaJpUsDDhwulmUeEssiZgBr { top:22.3125rem;left:18rem;width:12.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWvXF6NTy9RyluB5CbQibDaFimioku8 { top:2.875rem;left:28.1875rem;width:19.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU { top:7.125rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kshy3u2U992Lk0lJ3VU5lEoTzTOboV5w { top:8.625rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtbdCOtxGNP7yMpWOnWdcDRqLyehtlo { top:9.1875rem;left:41.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3 { top:15.4375rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D985mhvFSZWytRggTNTJkvvmGwgBtDOr { top:16.9375rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6iSTlM5PllkUU8BoGKaJBDdU0NzQzg { top:17.875rem;left:41.0625rem;width:3.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4 { top:23.625rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TQSRBLRRInNs6yhsZZpW6mfFwpD7DV { top:25.125rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWhs65NehfXbUmt2szLRD10pAp1w890 { top:25.625rem;left:41rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8 { top:31.8125rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLreXIOLLN9p7V39N2Z68ThXb3WaLwn { top:33.3125rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXErcUsvSfikIKgnL41kavJicXuVu9sT { top:34.0625rem;left:41.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPA1p2vR7zSqbl4g0z63n7BMcQ9cEtey { top:2.875rem;left:0rem;width:19.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHlstpNlveyIcEo5qgI3d6K3DD36JZ0r { top:44.0625rem;left:6.15625rem;width:35.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHCqd81BoZqJ8lPKCM5MVwNG1nhNcZZM { width:17.375rem;height:2.8125rem;top:47.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugmSWOawAVqrA801eSbx95gBOmTmOHNo { display:block; }
 }@media only screen and (max-width: 763px) { #itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { display:block; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJoPrTnU6O1zrq9C2xl2QKdDqbv48MLB { top:3.5rem;left:0rem;width:47.75rem;height:7.4410416666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF5oOJnmJ3ZmS8RALhkCPHO7XC8Apkqz { width:18.75rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFy5J8aSul8TueNHquKBTA8tzlkAbb4T { display:block; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5U1cgxvuJkJ7UBnVyRi2lZe6Fr7x3oU { top:2.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txRILFnSSf8rObENfeINPcWiv2imFDMo { display:block; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZceowJT04dJ6s4eyHlu2BGBHd66DZmfT { top:1.1875rem;left:0rem;width:13.875rem;height:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0QPBzpkwuBQSKP0tbeWBxdb6zX6DfAx { top:0rem;left:0rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3o7xe0yVmC6iD0Da25TaEPxlyBpW5I { top:16.0625rem;left:0rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJ0HNaEXA7ZEzIJNvWLswgoiGLPTG2k { top:1.1875rem;left:10rem;width:13.875rem;height:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #daM6d5yXSzch2kKp9bS1fRkSuPTGkZGb { top:0rem;left:0rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7SdMTU38bX3JRbDmn9v2HZuTUx9enH { top:16.0625rem;left:10rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbb2dQ8o5bG9UBG2bzLf9eoE0L6tINCO { top:1.1875rem;left:8.5rem;width:15.375rem;height:20.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHypFZHgL8TkRD1IehS40EdG01VOpmNN { top:0rem;left:7.4375rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yEIoyMeJQOV3W6vHDE5pdPvseP4zSL { top:22.9375rem;left:10rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1d1ydllPSKP4LviOwvV5W2zoQ6VbN8Z { top:1.1875rem;left:21.9375rem;width:13.875rem;height:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO25m3IPflt2LXHalsAqsQ1cVyV0Veqs { top:0rem;left:19.375rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LW7esMzLLL1BbSTqPBnDSy252PJg1Z { top:16.0625rem;left:21.9375rem;width:13.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGqycTOgydCx0mUmwCFOkHasc6WJs2I { top:11.375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRikWdCVKyf6E8w5cnLqT6bSFazkmJ1p { top:11.625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwVg6HkPBXZiCSFFui3AB6NughyDDAT { top:25.875rem;left:24.8125rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkbfeQAki5oIVB742n2WEzIvbKoJzAZS { top:27.8125rem;left:26.40625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSE1vSqJi1xHvez4O7VVbKJEpi3tEooZ { top:27.8125rem;left:24.90625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmoKG7bgJyTo4mnfRJlDg5XWOux953CQ { top:27.8125rem;left:23.875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCIuuSe7a8QiyJcNLtglayQll6F5Zdxr { top:27.8125rem;left:27.90625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiQgkJ0g7NOQmXsCDwRbxKIFzb1aaaX { top:27.8125rem;left:29.40625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stl8pduUU1fNZpdHrcPCwIv48esf0UOn { top:21.0625rem;left:1.03125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKQtbcdDMoye99FUVfJqZdVDmtrElDm { top:21.0625rem;left:2.53125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJMuGLOTTQw7N4SB6TwkEBuh3oQbvFl { top:21.0625rem;left:4.03125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnOnZppwkrLHxTluAPm0ohe44yF7B4O { top:21.0625rem;left:5.53125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5DBcTNioKnG4XnJTu1nUshB19WZsdb { top:21.0625rem;left:7.03125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI6T5f79NeiZqFzT9Ka7nlJNAMlPpICf { top:19.125rem;left:2.46875rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1orO8k4Vitf9pDfNbLb5B7HePFr1M0 { top:21.0625rem;left:12.21875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNkcQQa2QBStA8c9aks6c5bFvuf1MK4 { top:21.0625rem;left:13.71875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2AmtIlE4Cylm4xPoWeWFfQxWb1TMMG { top:21.0625rem;left:15.21875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtZ6fFeM81KsEBWvkHUOypG99SchOweL { top:21.0625rem;left:16.71875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dffigCDcIfCJm2J3ibMseKJrf86GShKu { top:21.0625rem;left:18.21875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmtXDDTgbkrU52L9yH5Urw9BWTLlk2o { top:19.125rem;left:13.65625rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRQSVN8Sg1r4vxUxxXffd1oGlb0gvtJ { top:21.0625rem;left:35.8125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDBeKxTMk80yxR0GOGWp7vZcLyydnP8 { top:21.0625rem;left:36.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #payGTnkTCdvce3CC3M2Fh1dcLz5nltoa { top:21.0625rem;left:37.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnxqNT6oIEATrb2bZe3KQnAMGUtR4ka { top:21.0625rem;left:39.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcCdnDWK9R1WsIUwQy56vghqw2AMAN1 { top:21.0625rem;left:40.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7hTkTXL6RmIMtgWrFoeCKilSLEmvG8v { top:19.125rem;left:36.03125rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNequBJHnyffRVMmPEeIpMyRk29s8be { display:block; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlzWKqWEfc2NMRktuvfkkO62mNVCeNaF { top:1.1875rem;left:0rem;width:13.875rem;height:18.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsuqFKCOTV4FXWT0N160J45Gg1DE2Bn { top:0rem;left:0rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeDiUJI4TfFPNSwTyG7tVtfzerEDFRlu { top:20.375rem;left:0rem;width:13.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUKSJMkvDlGmBQlpDi7RkEkJaT9wbviS { top:1.1875rem;left:10rem;width:13.875rem;height:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIdwftFSLHLsnQ1fvJa7QNMTlJdCmivW { top:0rem;left:7.4375rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFMLmN5btWMdIcfeuMZVvPCTfhThMcK9 { top:20.375rem;left:10rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzLbWaemc59R5PZVqez6mPnSlCUyCny { top:1.1875rem;left:20.4375rem;width:15.375rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWUpVVpSmX6DAoM5o6TeMxBSdbTLKSUC { top:0rem;left:19.375rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXeQik29SKU8mwusyFh9KtTN6VXdfrx { top:14.8125rem;left:21.9375rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22gpoonxEPsXnwB2qpFy336A3mfZE0g { top:1.1875rem;left:33.875rem;width:13.875rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJUITDAiLBUSMfsqViw1JFKQDf9vz3M2 { top:0rem;left:31.3125rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR9KcPOle4iPIsrXmkgNN55KAwxKzsUb { top:13.5rem;left:33.875rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4aq3zgiTmOyoPTqHAUAHaNXMztOgTo { top:10.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEBX6W43KDaiwpJQilEkQhvnATXdG1a { top:10.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph7ZiXo4wcelddCLPV6STmTe8PrQ6Kbe { top:25.5625rem;left:16.78125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oOfyrwdUgrkmLmoOBfQRuepJ5iD001 { top:25.5625rem;left:18.28125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiUGib2ZpxQJfcx3SGLsoAqm4wVN0fP { top:25.5625rem;left:19.78125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOOzkdeCQIozW77nEvKnf4zgtGbTq0r { top:25.5625rem;left:21.28125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76UmXaPPumv5gTeyzUkCtdy5ZuMG2uG { top:25.5625rem;left:22.25rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piX4q5IaxI3QoCDhLAuqL5CZ084vRDM2 { top:23.625rem;left:18.21875rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcGF2xJ5yTDatqeyaTAPaqMezQoeNB6 { top:25.5625rem;left:5.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb0nbtvNJ9wkm5kRsgkgqec2aHgC8b54 { top:25.5625rem;left:7.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm6a7eBsIcl5ZA6sVlsNKyQOE0iIWpFl { top:25.5625rem;left:8.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0pCHhsJ4nezuqTvolkKZuUT2M2x3Lr { top:25.5625rem;left:10.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoyov7F3NT26EJ0wPTN2muzTPuCSRGG { top:25.5625rem;left:10.3125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fX7V7rvQI7can5xhCbHbnCMTqKUKrz { top:23.625rem;left:7.03125rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdn483dos4GzB85rku7P7ULzpu6ugT1 { top:19.9375rem;left:27.96875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TJ17u7pwchBLDQrAfGiutwRuofk2ty { top:19.9375rem;left:29.46875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3W4T23TwJfu0yesdCT2w9rHsKrxRFDu { top:19.9375rem;left:30.96875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHDWt7sRbSCFtW2CwrOwPqyRxdeysaI { top:19.9375rem;left:32.46875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkpbheIdWl5L7x3bg5J9vJi7VR77PQ7K { top:19.9375rem;left:33.96875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WycVa38T94Qkif41Q02hxr8HqM6WD7v0 { top:18rem;left:29.40625rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1THby2I0ZFArLAgFAufVCPLXqyCq72 { top:18.625rem;left:39.15625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lG2RV9PU2PCMo4qEHxJE0kDhOxx0nk { top:18.625rem;left:40.65625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRF1lBABzsR8SGgxDZFytRqT6PTCTWp { top:18.625rem;left:42.15625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0kde94wpoA4K6lPrK4katIVPqcd13a { top:18.625rem;left:43.65625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2GL11aCeSfvvDIHiaDJ9Jy9HsQeinIA { top:18.625rem;left:45.15625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me75Iopn07vZrSX6XHnKCCLID1c6Mhdo { top:16.6875rem;left:40.59375rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi { display:block; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJsKswwM6JWvIE8SXxTTd8hOzayTqnHS { top:1.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6V2xKoeOulqAOObJty4JqkaLDstC62f { display:block; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrtxsrlaCogeClEKI4leTwNWcZKKZ9I7 { top:3.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { display:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { top:0rem;left:19.8125rem;width:27.9375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki25Z34FdKRmkefTBJzBWGT2LQD03cU { width:8.5625rem;height:1.0625rem;top:34.375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #UdgAFZNTaMEcph5naUGmChvNlm1rgqIn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #DyOQhh39KxT1vdAa3r8b2P2zizF4QnA0 { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #VxwxGQ2lT5wJ4G5O1Tx0os7TxsUGAyTV {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #A9APCHquAwdGt8rzs1vB7570Bo7GwexZ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #OTwLUru2s4ZFCUcsUBxhUiDv1iTTdE8a { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #O8TaRzxEKc0K2JxTBv2Lpl76lw8LU9Ko {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 {  }
 }@media only screen and (max-width: 763px) { #nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { display:block; }
 }@media only screen and (max-width: 763px) { #XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M {  }
 }@media only screen and (max-width: 763px) { #vbrL4ItqVx2liSmPv8pZMJs1leapHlnW { top:5.5625rem;left:0rem;width:14.1875rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9rPSDDKiCL7ueeQGLAMduN9zQeWAMh { top:4.1875rem;left:0rem;width:19.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWrwoBndxUaEtPqrwtd4ZgK6zIt2FdsX { top:4.25rem;left:8.1875rem;width:19.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETurtZBnpgrVH0t9Irzl2RMlO5KcQxJ2 { 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) { #w1JAbexU8g41eBvvATK20FEtdNPk9s2o { width:14.25rem;height:2.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmOrnR29TeWr8Dp9IpIQ7swW59PxrLgu { display:block; }
 }@media only screen and (max-width: 763px) { #Gq6oKQBWSfle3TWsP18H5KDAyniRRrKL { width:14.25rem;height:2.3125rem;top:15.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCIwWyiZaZ1RALsr2rbEwq2vBUatUDPk { display:block; }
 }@media only screen and (max-width: 763px) { #ZGnKy4uOPhvH82Mtm3eat0dhVISsX3Aa { top:9.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tM8WAaLnxE5vW14v3KTl6rZNu8K2tn { top:10rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqW8S5DJ7RLvscl44PAAuM2R0E68CIe9 { top:12.375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN0wUnDArUpC2K1dNpL3ibwMxI3RQcxk { top:12.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waaODAtb9i7VQvXU5uWL43l2LCF90bFc { 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) { #dw1is5O3GLbAacF2ErWSJbLNECssDvBo { top:10rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nucqu7TIcKRMSMl7xTk2XpeklhcSRCBc { 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) { #pXBouZTn9JSXZZd5HkmTZeyVLOufTcMI { top:12.5625rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV5Hh1GQmMKNnyKNR45avXFx48SwsHP { top:10.5rem;left:0rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7zAR2sIQbOETbLzk875Tp5KEcqTxnCy { top:13rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3g57bo15W5AzbEpLh1kvXHkhzyFImJe { 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) { #OQu1ODcUAOS5wBECEGdxhJKBdCyBDfr6 { top:13.0625rem;left:12.687500953674rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs3uK72hIO8P2QsuqHvJQGwTu0LoMT2q { top:21.1875rem;left:0rem;width:17.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHHqSzhpANLhxpM0MJwoA63ag1rqLz5z { top:21.1875rem;left:8.1875rem;width:17.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNc6F71B7vKgH3gTgbE3SMQISkpIBiw8 { top:19.9375rem;left:0rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { top:19.9375rem;left:6.375rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUzUL5u1pVIVWR0HkEO4HhgPumam1ak3 { width:6.25rem;height:1.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTAvUKLLG99RlGFUgSedUT6TKKJQMeZ { display:block; }
 }@media only screen and (max-width: 763px) { #SvX5zwVzLUEhluAxuMrl6uf5lrPSE5uy { width:6.125rem;height:1.875rem;top:12.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXxEWsMUh5ZDFio4lq0DxOTLyGpExUHR { display:block; }
 }@media only screen and (max-width: 763px) { #ib3XTihslxtNB8X37kqo3VeUTMNBRtV7 { width:14.6875rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTGOz5liy5xirp9W5TbT2BxhriuZi9E { display:block; }
 }@media only screen and (max-width: 763px) { #s3yWJS3D7ZSqMISEG1BnqXTkRBRevCVr { width:14.4375rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrFSTnhWPL1UC9N2baQmAHOuwu5PGVHQ { display:block; }
 }@media only screen and (max-width: 763px) { #KaNQTzZ0Z6R8FSdpazifxR3gJwIZhPxh { width:11.8125rem;height:1.3125rem;top:10.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNKyMfkZ3WmZ1lbmcxfpZVT2uvai237 { display:block; }
 }@media only screen and (max-width: 763px) { #ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { display:block; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { width:9.1875rem;height:3.4375rem;top:1.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block; }
 }@media only screen and (max-width: 763px) { #hQIed93IUFeyAbEDtVP70scqilNMxXJG { width:11.75rem;height:3.4375rem;top:1.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block; }
 }@media only screen and (max-width: 763px) { #mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { width:9.25rem;height:3.4375rem;top:1.0625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block; }
 }@media only screen and (max-width: 763px) { #r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { width:10.375rem;height:3.4375rem;top:1.0625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block; }
 }@media only screen and (max-width: 763px) { #K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { top:1.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { top:7.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I66rTFF0P1zAUvyR8edi7T73dVh962Vg { display:block; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { top:16rem;left:0rem;width:10.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { top:17.375rem;left:0rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { top:15.9375rem;left:1.5rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { top:17.4375rem;left:4rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B066UKHINBD6rkfC8TR3dF3QSKKO7fn6 { width:5.1875rem;height:1.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6hQU8Q4s9ComBOT9PcIK8tLETOdxXQp { display:block; }
 }@media only screen and (max-width: 763px) { #V6yn29OiWJkxo7kcTkw0Q9Xgkla4xQGp { width:4.875rem;height:1.4375rem;top:15.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnti9S8p1NDV4tfoK4hg6yESBD9LLxT8 { display:block; }
 }@media only screen and (max-width: 763px) { #Zpxa3WFHPIzKuXB9ZtvArtAoMOl2CyxR { width:5.25rem;height:1.4375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgn4TDu7ubJblTmx2rDoK8QOApm5oSwv { display:block; }
 }@media only screen and (max-width: 763px) { #KE5OTwVtg850Hooo4kiHe4ODWLzhxamA { width:4.8125rem;height:1.4375rem;top:17.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLN4chBuwmLbg698homrT5S6pcKN6UIy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUCK4ST191o0oAQS7ehmNqqK18gWBfyV { width:4.0625rem;height:2.625rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #effxkFhEwzhDUmfgAZ7Insvo84Uhgyy0 { width:8.875rem;height:3.1875rem;top:10.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XOIe4acLFN7ES7n1UAiq7eQ88TTqWv { width:10.3125rem;height:3.4375rem;top:0.375rem;left:4.8125rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #FVtVPM8yF6w1gFEDVXJPbB2cBXSJ01ET { display:block; }
 }@media only screen and (max-width: 763px) { #WkGRMcXHaU30Adifg1SRRgc2dSiDZfqP { width:10.375rem;height:3.4375rem;top:0.375rem;left:4.8125rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #Rd2kF68uyGlAocwo0K1w1ZsQq13HvQrq { display:block; }
 }@media only screen and (max-width: 763px) { #ea5nUcq67I2eUFC0UWKFSkeXl19qpJCn { width:10.625rem;height:3.4375rem;top:0.375rem;left:4.6875rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #KstCvisk9USIJzkzVNMSXHzXIKJ8vlJr { display:block; }
 }@media only screen and (max-width: 763px) { #OgDCb3iWNpmDiTNdX67loC82rov6Tkw1 { width:10.875rem;height:3.4375rem;top:0.375rem;left:4.5625rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #cWOeT0q0JHoxvlTPbxqFqxdMT9d7sbf5 { display:block; }
 }@media only screen and (max-width: 763px) { #nLtUUSgbhLIJnt6XE7bZRvxwL56JR0kx { width:8.375rem;height:3.4375rem;top:0.375rem;left:5.8125rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #UyeFVwfuFV07cTWVx6q7MpkW6HSLC3Dh { display:block; }
 }@media only screen and (max-width: 763px) { #PL3gDZwPkTuEdHh8tTBq3B6bU7dM4UZs { width:3.75rem;height:3.75rem;top:5.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzVfDHudQTS37g5nLoAbwARkInU26ymU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { background-color: transparent; background-image: none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container > .video-iframe-container { display: none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row > .video-iframe-container { display: none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .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); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { border-width: 0; border-radius: 0; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV2d4CoSAneT39KylxouTczBPeI27fO4 { width:7.9375rem;height:1.45rem;top:12.05rem;left:6rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SJTzAzmV27D2R6L3qomTbUilNFoOfIkr { display:block; }
 }@media only screen and (max-width: 763px) { #Wsmfnrag3M0oSWKDxvaZ3o5R2mxrqa5a { width:8.1875rem;height:1.45rem;top:9.35rem;left:5.875rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZAbUwTn8I5fkuc8O9EpZWB2zgxMFlDZk { display:block; }
 }@media only screen and (max-width: 763px) { #rZEPTG01ftDkH9pDywoDEFdSux38iILF { width:2.875rem;height:1.5rem;top:11.8125rem;left:8.5625rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #hnckyV0nVcc7qWLoDOqa6OIuSfVolwcx { display:block; }
 }@media only screen and (max-width: 763px) { #h3XEORacayBdTwZSITiM7Z7MAi3QlexS { width:7.8125rem;height:1.45rem;top:6.65rem;left:6.0625rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #S2G5bzm99TH8hMzutu4lL6PMMrp3xFRr { display:block; }
 }@media only screen and (max-width: 763px) { #MTctoh7Gmpdw4hUJ0ULfTIHdtUhPdFKx { width:8rem;height:1.45rem;top:3.95rem;left:6rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gROTNkElMuhi5DReSfvUOBk5aCUrEXy3 { display:block; }
 }@media only screen and (max-width: 763px) { #dWBwAKsSL3geMt02CB5BOCHGsWJ19WmU { width:6.25rem;height:1.45rem;top:1.25rem;left:6.875rem;font-size:0.8125rem;color:#e3001f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e3001f;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KD53OkTn1Emdxm8M4ZuXdG6si2XT6meI { display:block; }
 }@media only screen and (max-width: 763px) { #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF { background-color:#ffffff;background-image:none;display:none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container { width:20rem;height:65.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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:2.4375rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .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:2rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container:first-of-type{padding-top:0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container:last-of-type{padding-bottom:0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ  { width:17.5rem;height:auto;top:15.242968559265rem;left:0rem; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ {display:block;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ { width:17.5rem;height:28.56875rem;top:25.420306396484rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #V3WtPwwrk5UhClwMV1v2neKta8Kg2Ka1 {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LGwchZiqDKK4sLQbH384O7tFtc3bbFlU { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #SlAOR6pnFp11nV4PwCOuiTTnz1Gn2cwe {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AOlfdF7RzNRakOMSGAXzlK8kU65Tk3HU {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #rhP4QGfA2uW2HJAcbccSPxaAZ2rdq98d { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #JRzlQhTtLPTfJIs9J5VZupMcUEo46RsX {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #CTGJ85dvvIGd04fblsWUBXnM4mCbirwV {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #xezikTaGU3ccNWNGCtDyTLBxxSUJDhz5 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #tvHTKHVQClonzRSbmb2aFmZUQrvgZvw1 {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ESQcWzPh3H7Eye5R5G3Xig4coyAaDTZq {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #TqReSb67IsFT53vTMKr4dgJ43XpWtd59 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #IT5kvuolBT1HSCL8aTDT3qCIAkUSRNbf {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #asGbGNMhRTE0dMzPew0l97C4kXxIAlUX {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #KUiUeNBk8KeosGFVnWMv1XiEUCvy5yA7 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #a0X8UZvDIoKS0sAZxkdvhx22cwvZTOpg {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ET2K0e1TFfahF7hw1qSCtEliTVk3lfea {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Fliat9sXUXECG4XSDTWCtGM4xiS1fJaP {  }
 }@media only screen and (max-width: 763px) { #MTH509FawSzRvL1swPTalenTxbdZU9FE { display:block; }
 }@media only screen and (max-width: 763px) { #FacHTsGNhusSK5PdA696L7kT7SUscvNq { display:block; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #R9dkMDzv4rM7oP2VXfptscJvTbFnzsuT {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Rz31vB9Zo3pwDtFtLFeqxFNbbZoXlr4r {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AVG2OWFu41gwnq8sXCCKHRvUkD8QogET {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LQ40guZMc2Nt0Lh6fPVWg5w0o3pd3bRS {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Pptik6znGvGoU2MA0EADdxhMcCwgpHr2 {  }
 }@media only screen and (max-width: 763px) { #uAoe1zTKKEwUqX7N1muAM50emv5EzrNh { width:14.9375rem;height:0;top:24.324221801757rem;left:0.74922180175781rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFaerWuw8VX2B5MmgWscrxwbzFQdAoC1 { width:20rem;height:32.875rem;top:21.325rem;left:0rem;background-color:rgba(0,0,0,0.79);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) { #iVC7ewbDXZ1hWBw5nkJ3T1ElTSFIakrf { width:9.375rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { width:8.5625rem;height:1rem;top:62.796870422363rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block; }
 }@media only screen and (max-width: 763px) { #dnqGhRX77qZiyqNI5sAuyNUurIOZnEhf { top:1.25rem;left:0rem;width:20rem;height:11.125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rfOunT9AbNF5fEp8TXTUnlVg7WAd6T32 { width:20rem;height:3.9rem;top:13.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mByP3iGn5DGU7LScpPTvc0BxyFzakV3Q { width:20rem;height:1.3rem;top:18.775rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 { background-color:#ffffff;background-image:none;display:block; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container { background-color: transparent; background-image: none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container > .video-iframe-container { display: none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row > .video-iframe-container { display: none; }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .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); }#y3Emi9fHIpZrMLQw3MPQ1qbieUp1nsq8 > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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:2.4375rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-text {padding-top: 0; padding-bottom: 0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .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:2rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-select {padding-top: 0; padding-bottom: 0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-container:first-of-type{padding-top:0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .widget-container:last-of-type{padding-bottom:0;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS  { width:17.5rem;height:auto;top:14.732291221619rem;left:0rem; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS {display:block;}#J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS { width:17.5rem;height:auto;top:14.732291221619rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #Wwd2mGdTwFG14Fxwo3H4BSUu0DOfQPJu {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #ge1ltCMbVSnCQZammfuH5F3zEyQrEkOd { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #EQULuUQ4T4ql3q8E2Of9Ue0w4VUlPv0z {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #oWx6f3n1up2gLMAFtPJSOxu4UULPMJrX {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #BAsDmIMGAfqTllADZKBZvGeQ0EgMr4Lv { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #hqszq5umvt0PDg2XhxLTxbp2AguhkSUM {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #lqwivR7TkJAlEIi3UkTXZIhTrzgDzPxb {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #rXNq06p2Vv8ZQZBUuVN9JUdLEnS3fanV { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #He0hfzf1puXvcoXrSa0Coy8z1bnJBH5R {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WULBHPdhfyPo7JR9WUNbCudod0Hn7BZd {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #vofvnu4F6sagDesaM2TCfLRPWJ1Es905 { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #o8w7VG2SDqJCqBmTlPr4QVpx3g4gMbVX {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #Omsvct61sncS9WM9TEAAwwoqPc4cDwBG {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #MGZWRFW7rcyUwLZB8k8WmQu7kO6ReIfH { display:none; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #NWmB4SJev0CnzL9V1IuS1mzGO9npbBFN {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #w7PRiDnxnGBZLomCSd0EUJNcOH48db0Q {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #SrVEFBomySd5rZ0vMRmOkPdRcdvbglGc {  }
 }@media only screen and (max-width: 763px) { #xa4HHBGdsE23Jrbc8l6Hak2cmKQJGb1V { display:block; }
 }@media only screen and (max-width: 763px) { #rLdU0ERGm6kqAFZKlX0wRMyrMQ9lobPL { display:block; }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #lGyqGggWkENW4f0XbiunxL5n1TkpO2yD {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WFrC6ShBD80seaOPmTveyAmsIkKxU3BC {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #WnnA6SGf3AyaQmlHHWEQ4rsVMRcKRCDB {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #hHk2PHP1QQRKuTrTGv68db07Zvx3cMEu {  }
 }@media only screen and (max-width: 763px) { #J1eiTPVQtl8XWzn2nbfAkNiLTfimttsS #wB98lgRiPe8DviqmspShq496qa10JXw1 {  }
 }@media only screen and (max-width: 763px) { #TKdDyXHeh3SPXZFTS0I5aPvt51nBRsby { width:14.9375rem;height:0;top:24.324221801757rem;left:0.74922180175781rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAeQqeAD0GXrKJwEGC6667s80JMy4Thr { width:20rem;height:36rem;top:12.1875rem;left:0rem;background-color:rgba(0,0,0,0.79);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) { #gWfmPi6QfNTN38M7ydQpUzbNW1AKiGJl { width:9.375rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOkw4QxgeMZ3hdu6kRMEQ1pTTKoeEIh2 { width:8.5625rem;height:1.0625rem;top:45.801040649414rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmDROXP9wWUCwybXhDbCBVMLNqS2mEg { display:block; }
 }@media only screen and (max-width: 763px) { #J4L572OqWaOTVTpE7fLTOyDbMAoEC8MN { top:1.375rem;left:0.061718761920929rem;width:19.9375rem;height:11.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dv939NceszPW8bi53dmbNt3z9EaPWmSv { top:13.107291221619rem;left:0.625rem;width:18.75rem;height:1.625rem;z-index:15017;font-weight:700;font-style:normal;color:#f6f6f6;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 { display:block; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 { background-color: transparent; background-image: none; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container > .video-iframe-container { display: none; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row > .video-iframe-container { display: none; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .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); }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 { border-width: 0; border-radius: 0; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container { width:20rem;height:48.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15362fb7-5184-4580-b844-f4bd868ba1cf/AYX0012_ENVY_26_WEB_LargeLandscapecrop_2960x1800_1000.crop_2900x1800_0,0.png");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;display:block; }#Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container.adaptive-delivery-prevent-bg, #Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container.lazyload, #Bb9WGVFiFKamvXueT2xwWgMQviaGw1N6 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #V4kWN15bnZvnKonDMkbku6w84LkVBc1n { width:20rem;height:2.4rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IlUwFxpcRyv06cc9KIS7bnhZa1c1E4kW { width:20rem;height:3.9rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;text-shadow:0rem 0rem 1.25rem rgba(0,0,0,0);color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #IvKA2TSCmDMEO3oaZ1Lz1Hwz4gnXQTul { width:20rem;height:36rem;top:12.375rem;left:0rem;background-color:rgba(0,0,0,0.79);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) { #huH9FO2KC3RXaRnopeINP1Oy6vyXtSBV { width:20rem;height:auto;top:2.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SsiUPnv1ofWttvu6ESdQ6kMP4aTZbclX { width:20rem;height:5.19921875rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #b2oM3sTlOzMWs2HhRhXVmzuTpiqm8XHf { top:14.78750038147rem;left:0.5625rem;width:18.875rem;height:1.4625rem;z-index:15016;font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JewcFDPSLN6TmLQToZSTQvDAI2QkCpyB { width:20rem;height:2.6rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5FWC6GktbyDiPEAd2LlUDzEwTomkFnx { width:20rem;height:0;top:86.2822453125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixsJa2TnPKTRqaMiEP9kxesf3mux1Pkp { width:1.5rem;height:9.375rem;top:71.8076328125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wks4UxmFq2IPetNDfc6GwGz7apqx1aSQ { width:13.625rem;height:3.8125rem;top:22.125rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7UED0cp3R3aAVovhqFkqt3FltCIvXT1 { display:block; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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:2.4375rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-text {padding-top: 0; padding-bottom: 0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .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:2rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-select {padding-top: 0; padding-bottom: 0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-container:first-of-type{padding-top:0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .widget-container:last-of-type{padding-bottom:0;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88  { width:17.5rem;height:auto;top:16.1875rem;left:0rem; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 {display:block;}#PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 { width:17.5rem;height:auto;top:16.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #dtVaoagATJiDkCVpgSaXDEiVGqN1Ltgp {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #amdsz16yrx4DKMztl9QpgnQeUyfWrisB { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #qFeQNyDbnrO5Cxl20fmvlMuu845Reiil {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #RkH88ZxTm0LdlLIE9GLS05G4ocAlaI0d {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #B7KgEDto8NgRSCxmevZo0tkOl4LZ4gug { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #TxT2twF1yTV2MpFmOxlmchP0T1k4cab1 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #PgbcBaKtvhdBVIn2ADlDtSxnU5eHoMI7 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #VtDeUk12yrg6EFoKfbfCaNmneuzeXbnK { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #M7ar3xdBsEkc7lIyZNTR1aKU8wHgPhtn {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #kmJ7mHys8tPhDMyl0m75LsSiXlrJO2HR {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #zOa9zu94pzv36JGPgDT85hv77ROTcSMn { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #DURH0rp02ufrURiWtH4odvQKyIltwV0X {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #pWebdKADx6tthOPSBuBrCthswv5TfPDf {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #qCRf5r8SW7FdVl4JUEQb8G9Fs7pfW0Kl { display:none; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #Nw9J0Z1ubiBV5I9ED6X2RB5momBpdksl {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #sgRRTGcNRR5JOo18SCyqHZUiP9KC12rc {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #zMi2DSL89yuhDOuFZlPVTI9oXsdgyc4C {  }
 }@media only screen and (max-width: 763px) { #AaqCqKcNN0RuX7dBd9nb7NREsoE09IhZ { display:block; }
 }@media only screen and (max-width: 763px) { #PuGk5a0ZHai1FnV9gwAeEb2fio78JKy2 { display:block; }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #UzDMH96dyxiuKs9HwXsrkeFmNAhqyu37 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #FOSzVfD42OTTZgRATlhuid6UUEsEJ42m {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #cHqUIMU7moouNIWTN43ttlLiRlEA8aX5 {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #rKMTewq310SQT0noQCNSQDlUL3JBbrbd {  }
 }@media only screen and (max-width: 763px) { #PsK09zMwJ1pTkdbyPGd4taw6Ol0iVI88 #w0m2DhbD0mOPvPUciwMvQ5M7iS5aD1Tg {  }
 }@media only screen and (max-width: 763px) { #oK5PyQESTOguBsJwuUAMKbCFTRXN9cba { width:8.5625rem;height:1.0625rem;top:46.219791412354rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQOBZokTULe3EQhVPxkADUoyDPubZey { display:block; }
 }@media only screen and (max-width: 763px) { #JRwQE3X5nQOQt3iF0dXKG3wnglENEMmT { width:6.25rem;height:2rem;top:9.8125rem;left:0.625rem;font-size:0.75rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ri0gTSoZc2g44u4a2n0bXAOAm4TKh7Iq { display:block; }
 }@media only screen and (max-width: 763px) { #aDhTaDbAV9smtG29WeD2ISiceaXbOiuq { display:block; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq { background-color: transparent; background-image: none; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container > .video-iframe-container { display: none; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row > .video-iframe-container { display: none; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .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); }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq { border-width: 0; border-radius: 0; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container { width:20rem;height:47.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4305e310-5b21-4a36-a89b-132f1559d30b/TOY_RAV4_slider.jpeg");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;display:block; }#aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container.adaptive-delivery-prevent-bg, #aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container.lazyload, #aDhTaDbAV9smtG29WeD2ISiceaXbOiuq > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #G2J3F1Zzfsq9s9GHEg83wd7hLNrTeqMD { width:20rem;height:2.4rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #BZKfNIL3y6ZAZ5dta9uTVLOqgLNpL0lw { width:20rem;height:3.9rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;text-shadow:0rem 0rem 1.25rem rgba(0,0,0,0);color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #UcdaTbpXqAeNMyhel8NOxa6lN0IDcRI8 { width:20rem;height:36rem;top:11.25rem;left:0rem;background-color:rgba(0,0,0,0.79);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) { #tfOLNR0QO3wPkEWuypqUM0Dhse7lQwu9 { width:20rem;height:auto;top:2.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R68xXPdsybbAbiy9k3tC0g3tkktZA5C9 { width:20rem;height:5.19921875rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NL7k479n66ETTk5JnSHaeJiWJ0RT4fPT { top:13.1875rem;left:0.5625rem;width:18.875rem;height:1.4625rem;z-index:15016;font-weight:700;font-style:normal;color:#ffffff;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ha3JOLFCOPmIk5zU9u9h32R9epKaXlvi { width:20rem;height:0;top:82.4326328125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #asHOKIQERzxxWTdyAkfvUPAzrICDVBfC { width:20rem;height:0;top:86.2822453125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4CxwWLfwrADzpceT41sIBHF9wf0QflT { width:1.5rem;height:9.375rem;top:71.8076328125rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pluz7iZ88ahDHeESlXPHTnaqh6GMM3yv { width:6.25rem;height:2rem;top:8.6875rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov3UHitMN0TTHHzH6Sk3nQl0SO8ulTTW { display:block; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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:2.4375rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-text {padding-top: 0; padding-bottom: 0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .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:2rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-select {padding-top: 0; padding-bottom: 0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-container:first-of-type{padding-top:0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .widget-container:last-of-type{padding-bottom:0;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf  { width:17.5rem;height:auto;top:14.650001525879rem;left:0rem; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf {display:block;}#sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf { width:17.5rem;height:auto;top:14.650001525879rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #nhLScDOJRebcKi6FBzhDO0ig3nmJs9zG {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #IOq8aD0WtECqt2Wc8BhMChpyKmqzJHKe { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #VLPHyFZTELF6KfVG0y7DimAUgsXsX4nf {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Db18esCAOaiWAN4J0ERH2OImpNNtgJxR {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #xKoZbmWIT0l9BmIxD7hqMLfy5f2RMO0T { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #QS47SbzXuWS14yVWUbTO3oeZyTeDVXr0 {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #awv7BzQTdgbTQ69c8MwE84NWChEDbaft {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #kfvwVNetTorpQnPc2f38oZT6567vQx0U { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #PMTybAKN9SXOogZnVkTdRxNcS5hWOavQ {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Sou0bmZJgioGswaxcmZLVrznxklwH2Ul {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #qH3f1cTXXgOTAtTvZtTlrPQofaTlUATu { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #yX9KOdEDyr9Fd9rBTWz0AIb7EWTHrMLs {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #MbMTLDrgI5tnz5qRb2zVxwOyxToLKZOk {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #UC8Tp9Tr6zSxbxNQnDwfhUERzGiGF6PH { display:none; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #go0df4ERgmPQKpNq6qpT3ZyWa2e7yetd {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #TXDF97hQ42ooWGzQhiu7DSmGwofzm3Mc {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #FeSAFQmCZ6JmEUgyzqX4umkqVRpLR4dv {  }
 }@media only screen and (max-width: 763px) { #UHteSNQW3Qxbfhqfc34TDf7OKPF7HMdG { display:block; }
 }@media only screen and (max-width: 763px) { #eNy11LuPNOAlseEH1DsksKNy8ohu50D3 { display:block; }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #mI46gJ0FlOw1MSb1lfqx1Dq82DeZsbXe {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #X9B8m4lGTeaqs6cWaLuNRkuEMpIPhPNI {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #zM3olCL1saPpypJBgpTunKvGDcstEEnK {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #Owy4LMZIWodRMaCtingTfU1Hvgsy5EsT {  }
 }@media only screen and (max-width: 763px) { #sFwXHZ6EsOFVqerCgXMTQNXG8qk4tKQf #cklrZcNwXPzEsfSINHULwpCT0piEevvI {  }
 }@media only screen and (max-width: 763px) { #pzpJXgCAdlaGMifTbMXQpFODFGN0dNW5 { width:8.5625rem;height:1.0625rem;top:45.123958587646rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdSOTo4g2AwOoRNiGfMUnvwgPkE9KDr4 { display:block; }
 }@media only screen and (max-width: 763px) { #pxe4PDBKwk2Tr59JkXWFXGIiCdEacpHm { width:18.75rem;height:2.6rem;top:0.71249961853025rem;left:0.625rem;font-size:2rem;z-index:15019;text-shadow:0.625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
 }@media only screen and (max-width: 763px) { #uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 { display:none; }#uAArqMXyQ5rNoVTLomQUeLnWGWiID0v6 > .row .container { width:20rem;height:3.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v0tRAiTd4sfTwu5qlfIWgXrXFGm1tkux { width:0.625rem;height:0.625rem;top:1.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gth6cScFUzQsL2eLU90dyf5Xq90WFO0H { width:0.625rem;height:0.625rem;top:1.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJiI2AO5aKbTL5L2tUmCORKgp1IWcGNN { width:0.625rem;height:0.625rem;top:1.4375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { display:block; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { width:9.184375rem;height:1.625rem;top:8.7476563453675rem;left:5.9687500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { width:20rem;height:auto;top:5.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { width:17.6875rem;height:4.14375rem;top:16.077343463897rem;left:1.1554687619209rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { width:10.6875rem;height:1.1375rem;top:21.446875572204rem;left:3.0937500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { width:3.18671875rem;height:2.4359375rem;top:5.0609374046326rem;left:8.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { width:16.4375rem;height:2.6rem;top:12.683594226837rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #yofW7gsG4JfBWSiZ6e8RT40PusAkNNMN { display:flex;width:1.74921875rem;height:1.74921875rem;top:21.141407012939rem;left:1.3945313096046rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #QO7CW4QEUZoaUpeTBg1kxDf0q6i4xXVf { width:13.75rem;height:4.2rem;top:28.531250953674rem;left:3.6859374642372rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rDAknyf3WihZkZ6aJguevKHnU1UTh8Pt { width:20rem;height:auto;top:2.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aVxu7Df4Tcabd5sPnQeTzWRcJ9J25ExQ { width:15.25rem;height:1.1375rem;top:24.356250762939rem;left:3.6429687142372rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7sTbkT5MknKT876UqDEQhwkDAgQTieQ { display:flex;width:1.75rem;height:1.75rem;top:24.050001144409rem;left:1.3937500119209rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Lb4Hcyy36ZFMDkTymTCNiCbBGWm4vrvK { width:17.5rem;height:3.4375rem;top:40.419532775879rem;left:1.8109374642372rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7sqTg09yrGyL0idHsT9Tn0UFRlvKz4T { display:block; }
 }@media only screen and (max-width: 763px) { #LTpKVhQDoSl5GoHkvAzeGHHISAuqroap { width:20rem;height:1.3rem;top:2.1835932731628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15018;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #KqSBL7qlM5ymfplWn3yg5TgHQN6UkSzF { width:20rem;height:1.1375rem;top:33.606251716614rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFySdJZiwW4RlDST8FmMo2xeya9ulUIS { width:17.5rem;height:3.4375rem;top:35.993754577637rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X34oWLFOUTtxT0hy6zsTIcl86Ik7TyFw { display:block; }
 }@media only screen and (max-width: 763px) { #ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM { display:none; }#ECw73z7XXpeAp6qWiw1oOMl2pckSz6UM > .row .container { width:20rem;height:53.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y3W8b4MXa3w9pTdhpviNWASRTErMCRn5 { width:9.184375rem;height:1.625rem;top:4.80859375rem;left:5.4078126549721rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3wvl9mE6ZWDBq1V7CblRyyPWT6O3A1Q { width:20rem;height:auto;top:3rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vhmbSSqFk1uKVTbJbwKfTu0b52OTAc3s { width:17.6875rem;height:4.14375rem;top:11.639842987061rem;left:1.1554687619209rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWUSltVAueZeBufUMQlVgJ1W2yypwP2a { width:14.934375rem;height:2.275rem;top:17.408593177796rem;left:3.8953123688698rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpLb5bVgF5CthaNNvrQaiA2F10rctsrO { width:3.18671875rem;height:2.4359375rem;top:1.1226568222046rem;left:8.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSND0kQboGATzWBbcMGSacge1r0CWTKI { width:16.4375rem;height:2.6rem;top:7.9945297241213rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #bqS7K8XxD0BfwvNzcU5gM0IbM6uhpQRc { display:flex;width:1.74921875rem;height:1.74921875rem;top:17.408593177796rem;left:1.7171874642372rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Ro2TSfhUTNlB6K9pbMl7LQK11dUG2zgS { width:13.75rem;height:4.2rem;top:48.205465316772rem;left:3.1250000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KDKeXopoVN27NJnKQT3xuRsSCiPDh2Rs { width:17.5rem;height:3.4375rem;top:43.703906536103rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBaFKZ7mDdkE5o3Nd0yoG3mDW5oR7Tff { display:block; }
 }@media only screen and (max-width: 763px) { #XDuHc70oz4ydQ8ex2LTJqzWsIn9ezdis { width:19.8125rem;height:19.8125rem;top:21.606250286103rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { display:none; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { width:19.125rem;height:4.55rem;top:15.0375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { width:20rem;height:5.2rem;top:6.4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { display:flex;width:0.9375rem;height:0.9375rem;top:12.85rem;left:9.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { width:16.3734375rem;height:3.6rem;top:23.025rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CQNLkRRbKQxuiWAirT6d8twKdrDFpwyc { display:flex;width:1.4375rem;height:1.4375rem;top:42.2875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { width:20rem;height:1.1375rem;top:32.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s1cefn705zP3n5wbSzfQMWcIMaZ8DvQJ { display:flex;width:0.9375rem;height:0.9375rem;top:44.175rem;left:9.5rem;z-index:15007;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #MBv79cilPzerSyA8R85xsGB7cXNC7nBH { display:flex;width:1.4375rem;height:1.4375rem;top:37.5625rem;left:0.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #C8lrCxGUXMlAs5Q7eZXMqMyP2XsDKLJl { display:flex;width:0.9375rem;height:0.9375rem;top:20.8375rem;left:9.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #xeTDV8hIMPhdyy3JeT9Nevh0WiJHezLN { width:13.75rem;height:2.8002875rem;top:21.680908203125rem;left:2.4365234375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #nTFI2gX1FgkbVNToNp2TCREgUPnE6RKO { display:flex;width:1.375rem;height:1.375rem;top:13.125rem;left:9.3125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #rP2tNC4KN39BJ8IXCWkzqD6wmkaiPHWA { display:flex;width:1.375rem;height:1.375rem;top:11.3125rem;left:9.3125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #akQTdxPMoLgVe6HCg1Z5ULqlgA6Z98qB { display:flex;width:0.9375rem;height:0.9375rem;top:41.9875rem;left:9.5rem;z-index:15008;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #UtfhZKQSpLnfobxQrFTdAXGL8af0X2ne { display:flex;width:0.9375rem;height:0.9375rem;top:39.8rem;left:9.5rem;z-index:15009;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #N2e35GDUg2As88MW863TeQEDxQ5Ce2Xv { display:flex;width:1.4375rem;height:1.4375rem;top:19.875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDI2qBDiEFaoI4WK6ncvuHPBdBadwzZF { width:14.0625rem;height:3.6rem;top:34.95rem;left:2.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #U3gL4Wt276KJWd1wnMmFOatzpf9Qx3mM { width:17.5rem;height:3.4375rem;top:27.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1xGd9WGkWx5eQsn2gs2ZIlOyAkdpwRr { display:block; }
 }@media only screen and (max-width: 763px) { #rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { display:none; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container { width:20rem;height:46.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zUiNzgi5VUqzw9a5ysbdiUusQ70Zs9pb { width:20rem;height:16.575rem;top:15.4875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #KuRdf9DdehbwlQHGUTeXMasTXUB934v8 { width:20rem;height:auto;top:1.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mZ9TTGaRfSrGCLx0D4fHSa8niEoyBNXk { width:13.75rem;height:2.62421875rem;top:42.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqA8POobEZWlNeemdUam9IeR3agySV5P { display:block; }
 }@media only screen and (max-width: 763px) { #RBkbebXludNy7BvZmXUt8Vm7z1EEdOvx { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15002;color:#e3001f;display:block; }
 }@media only screen and (max-width: 763px) { #JoO7LLO7JBu5mOb9kZzHTOAtrfViRmoz { width:20rem;height:10.4375rem;top:3.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVEtqWe4gUdK8nEvAwIrAfHpXIHxzesm { width:10.9375rem;height:0;top:9.33125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BPlEVEaqTZtF19att9qISgPVgMTQKARa { width:14.87425rem;height:3.25rem;top:37.8125rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDwpKFeMZwRfCD8F5BNxRx9RLOTbkw93 { width:12.4359375rem;height:3.25rem;top:33.3125rem;left:3.75rem;font-size:1.25rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz { display:none; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qF58nGJN0NXSknKrnTIELlBCcUkUTVTW { width:15.4375rem;height:3.375rem;top:1.25rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4XELxtUXxVVIr4yAJKRrxSRlen6a32 { display:block; }
 }@media only screen and (max-width: 763px) { #uJOwyz0xPTeFr5i6M6TNmqoJFQAuuBsX { width:15.4375rem;height:3.375rem;top:5.875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMOSkmwLxhCIJ781xpxt90EWWOmkz69B { display:block; }
 }@media only screen and (max-width: 763px) { #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d7cf572-d84d-4ef6-bc1d-4165dcf880fd/tlonalanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.adaptive-delivery-prevent-bg, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyload, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyloading { background-image: none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { border-width: 0; border-radius: 0; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VxlKb64tXBl7nfSxTVUPlobUsdbq4Wwq { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe { display:none; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uAmRQpNQDtXvPNxW8n9TM08i3FId8vcx { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ { display:none; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVyNEhLL0sBsAHz5q0OHVqlOEgnGTTzp { width:2.9375rem;height:2rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ITKEzF6zo3zRoOFPGUyHQz58vyeRCO { width:8.4375rem;height:1.1375rem;top:4.5rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdIEA7KdKpy9TOvJuCdT7MgFO9IFgQhd { width:15.0625rem;height:2.275rem;top:10.6375rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFqXTbtVWyBOevacWLqFTggzylgMlbT { width:15.5rem;height:2.275rem;top:17.5375rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuHzilaxfuLsp40UIXHXkgqr7r38KAkR { width:3.125rem;height:2.125rem;top:14.1625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulBe5wTey19T4ez2o0tERrDPpXDpR7X { width:2.5rem;height:2.5rem;top:6.8875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKw8E5TZ2mTA9AwCVKcewJxiA4pXCIQ5 { width:0.0625rem;height:6.25rem;top:0.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLghwsX2TPogPF8cVTbRSqi8p9ldeq3K { width:0.0625rem;height:6.25rem;top:0.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WThNp7KiwSefWwfWpgozm8G4RF3aD8vC { width:0.0625rem;height:6.25rem;top:0.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyDREXqT4XbAJfeIZl279osRLV3S0sEh { width:17.6875rem;height:3.4125rem;top:21.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wx2u2KrQ0yXprAkNeRtTBv0MXvEPlvpP { width:0.6875rem;height:0.8125rem;top:25.725rem;left:9.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRWVArJOOnOk3lJZUssBTrrJJcrEJDET { width:0.6875rem;height:0.8125rem;top:27.7875rem;left:9.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ly6l4kw9RnMbm1a9Hx7HnKheMXiyAmh0 { display:flex;width:3.125rem;height:3.125rem;top:21.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #d2gpZkg21439JV2WcNxsp1JvLHKCzuAx { display:none; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKhkoLKhDVwgVvcn8knU7iiixknKePSD { width:15.5rem;height:2.7625rem;top:1.25rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPdezf2EraRR5e510yGc16TyeKXoeUxx { display:block; }#zPdezf2EraRR5e510yGc16TyeKXoeUxx > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxtygGmsDBNBqa9Ghfzb1FFlx91qN5VN { width:18.0625rem;height:1.7875rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 { display:block; }#nnf4vNDKyuyRhGHRroQhRk6Hf9KCsy76 > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z63sSubyyoEKRxcOIggAqhHETRfyDrfN { width:8.5625rem;height:0;top:31.625rem;left:11.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWbiamdGIu0FEh0u54pEg0VtVXpoGCLU { width:20.125rem;height:0.0625rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMov2PJn4lRyLivnbBXUxMTbZX5hTTy0 { width:20rem;height:0.0625rem;top:95.75rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTHCGK2Zx6brTXH52fKlg1gzBvpePsh { width:16.9375rem;height:1.70625rem;top:0.67421913146975rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHKpPapPsIq5wtgccl2EO6fh1UJ71gLT { width:12.5rem;height:1.1375rem;top:2.3304710388184rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDpJqrKII0PFQxFrLMQUEhzGwqQfVbQ5 { width:18.75rem;height:12.3125rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mczWa3Dg6a8sOFphir1gcQbARhzZryNF { width:17.375rem;height:2.8125rem;top:25.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPi0FeHx3VrrOT1NQFf1LH5IbCoRoBKq { display:block; }
 }@media only screen and (max-width: 763px) { #OgBCAOLwGyD7AqhgNbgdP4B6trm3dIGx { width:12.5rem;height:1.1375rem;top:34.418746948243rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEDHIoByc3bH0xFdzKBqLif4bd7pSO7f { width:17.375rem;height:2.8125rem;top:57.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NityertMK2wn6B6t6rIqxMhGhdFRVD3i { display:block; }
 }@media only screen and (max-width: 763px) { #IlDHr6MiaTiVxh6cFi2E5O73K1enPvH2 { width:15.6875rem;height:1.70625rem;top:64.625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoArBKol5gvIaADZDT91JPaHM6zLCLBg { width:12.5rem;height:1.1375rem;top:66.331249237062rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1uKQdix5ckqBWJnskiJKoAkiEP1cNHK { width:18.75rem;height:12.3125rem;top:71.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceoQOsISMp9MowGnkTkfWAPtZiKptaZ { width:17.375rem;height:2.8125rem;top:89.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7z2UJCVIxET3o6AginX748II5M1g8iy { display:block; }
 }@media only screen and (max-width: 763px) { #RkcfTUJ03dSrOoAQ9KiU9AopWlwKWOIc { width:8.3125rem;height:0.89375rem;top:51.749998092651rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zle81IFcJpUpWLF3GzTrEP8TBzUh9rgT { width:8.3125rem;height:0.89375rem;top:19.812501907349rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cumUE0wRx3uGaFG3DxZsnTSrkAZvzKxm { width:8.3125rem;height:0.89375rem;top:83.6875rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvgqHm4dJcRdLVToFMwHkIyKUFgJSlyo { width:10.6875rem;height:1.625rem;top:20.706251144409rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGEwrtGsfcrS7rVKs1mJDcoUlwnZeLSi { width:3.625rem;height:2.3125rem;top:28.93124961853rem;left:8.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #so1hDO07FbSno7OV6Mq6Rz4QnlAMut7T { display:block; }
 }@media only screen and (max-width: 763px) { #Oasti6ytdTEB60NZGqDWSkrKFub2edJT { width:9.25rem;height:0.89375rem;top:19.8125rem;left:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUig2BrsenIQ3ZTspc9todubahyahaou { width:9.25rem;height:0.89375rem;top:51.749998092651rem;left:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQydE7u6dVuN8b5mwAP8aTUninMCPpKJ { width:9.875rem;height:1.625rem;top:20.706251144409rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUKlukgdnB9qiH9sVH4dJxRxkKOvehUU { width:9.25rem;height:0.89375rem;top:83.68749809265rem;left:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIuEAbaJrqR6c4lScrO0MlstvgCWUpfT { width:10.6875rem;height:1.625rem;top:52.643748283386rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4o1QIWsW4oACTbqsd0BM4yb7CnyTmAF { width:11rem;height:1.625rem;top:84.581249237062rem;left:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZgQyFfEDOQTh5OTzh0DErswlDLnnT2m { width:10.6875rem;height:1.625rem;top:52.643748283386rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXz8r2DLnezT4Hl87Lie1di3wqt4XCcI { width:10.6875rem;height:1.625rem;top:84.581248283387rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKSJoZhNVQ81psRKMJtfq83XcEXcGoI { width:18.75rem;height:1.70625rem;top:32.712497711182rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeeBrTu5RtQHJhcH6uqM6kLreuDS2duE { width:18.75rem;height:12.375rem;top:39.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLVc4sUoTC3Hm3awfJ8pUl1C33LcGQp9 { width:8.3125rem;height:0.975rem;top:3.9624996185302rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqEvpgry368XSoK1oHwXTJ38nHwwz2SN { width:8.375rem;height:1.625rem;top:4.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSmRz5yWkDOSNt6P8c5x551TW5Do1Jxg { width:8.625rem;height:3.375rem;top:3.5927085876465rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTJWWfPJ5J2yOOanvZRusUkZgRmkBDhc { display:block; }
 }@media only screen and (max-width: 763px) { #kJafwqqhigcP9pTKHbZ4LxmWImQ3Bg2P { width:20.125rem;height:0.0625rem;top:31.875rem;left:-0.25rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #e2FP5kctwS8o3rAJ8B7AGDm5Xv2ltmbT { width:3.625rem;height:2.0625rem;top:60.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q40nR7717NlJhCaq0gIRbnQv2gHes0WK { display:block; }
 }@media only screen and (max-width: 763px) { #MvT7CiiHgUzGiNu57VIQTWFlBXvNrSZt { width:8.625rem;height:3.375rem;top:35.556247711182rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQE6XFluIaROot6T9AtTquJFI9CWelHF { display:block; }
 }@media only screen and (max-width: 763px) { #ZQXi1JDy6vZ9KuZwTiGttCWEEJ2uVdhb { width:8.625rem;height:3.375rem;top:67.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4yWbF1lX6dEfsbrocgIy0w1XzSQXlgI { display:block; }
 }@media only screen and (max-width: 763px) { #dgATkQGBtVTInFOFKD2NFx7APnGbdJcm { width:8.3125rem;height:0.975rem;top:35.875rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIbmZy9DJypxub6GIcNdWzTUISWWmC1H { width:9.8125rem;height:1.625rem;top:36.875rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxg9ss5g5DLuEnP8Ik3dDpy9H5aLa6a { width:18.75rem;height:0.8125rem;top:23.875rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWD840UhRQmozb77FbQXpBOfD2xvtH4x { width:10.625rem;height:0.89375rem;top:22.331250190735rem;left:8.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQHAOpKSVs07G7Gn0l9P2Sdt9Wkz4klT { width:18.75rem;height:0.8125rem;top:55.8125rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaPoPh7GZeSWxXamw2dz1wdJhTFFdDFR { width:10.625rem;height:0.89375rem;top:54.268748283386rem;left:8.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV0V8zmyzGxUaiDoisKCN3B3XU0PT6BJ { width:10.625rem;height:0.89375rem;top:86.206248283387rem;left:8.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAmMxS5lBRpdQlf1Imw5AKvHM3NB4WXF { width:18.75rem;height:0.8125rem;top:87.75rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grtv7KPB1oJleM40GkIvZMwxmOAqhDWJ { width:3.625rem;height:2.0625rem;top:92.8125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfZtQRNIGulvMP676hVzZcmdl6QM60Cv { display:block; }
 }@media only screen and (max-width: 763px) { #t24I7vbETmf4HrMgTfr5ESHV8pPHTTuN { width:8.3125rem;height:0.975rem;top:67.8125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHia7VubzoGT6gm6qlCGzb7Uqwm5CECF { width:9.8125rem;height:1.625rem;top:68.8125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tofoOmshtCJGuRHWzraOR6ETdiHt3LSF { display:block; }#tofoOmshtCJGuRHWzraOR6ETdiHt3LSF > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAhGTDCF70nQ0NclpAx8tt1D9qmamJp4 { width:20.125rem;height:0.0625rem;top:31.875rem;left:-0.25rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #kgwTVd46PFsDqoK9GtcJm16aW2N6yBoS { width:8.5625rem;height:3.9rem;top:29.3125rem;left:11.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPAkpUqoE9uzTbn7f4ooyZnbqPCW6o4P { width:20.125rem;height:0.0625rem;top:55rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnSMJKdTPvw0WStUpSRffLllOSDTcJFe { width:19.9375rem;height:0.0625rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut0mSLNqqTiDMhfxZEE7KhzVZCOWvWIQ { width:16.9375rem;height:1.70625rem;top:0.6864585876465rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8kfTbRm9T6CR1cdRI7fHvlTgw3CNhy9 { width:12.5rem;height:1.1375rem;top:2.392707824707rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0i7T9L7ozyIlP9FxdC8hP5LogHzFOTL { width:17.375rem;height:2.8125rem;top:25.625rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8dWLPieB7HSCFQ1I77bek04glUIil9k { display:block; }
 }@media only screen and (max-width: 763px) { #mEf1QcRz2wEcZEOkwinN3TnzgINP2LDq { width:18.625rem;height:1.70625rem;top:32.6875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVGw0Z51i9tfFSDAUURd1aACuQ3STTo { width:12.5rem;height:1.1375rem;top:34.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DND5N9NsZ7A2RaBTKu5w7gloAFSwezAp { width:18.75rem;height:12.375rem;top:36rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1P1uOl31aCvbmOp6s4T7nmPybD6nNUs { width:17.375rem;height:2.8125rem;top:50.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwNxrk3gyUOTkI9B3KAhS6RS14qdlvK { display:block; }
 }@media only screen and (max-width: 763px) { #ool7v7qU1Z3oCOFxlzRzqhufhK7NTDk3 { width:18.75rem;height:1.70625rem;top:55.75rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4geVAd2gkU2nLSNH88UMf7tBmxUsxpl { width:12.5rem;height:1.1375rem;top:57.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzClsZRt0i1xz28IO0wIle0RlqeKKR9 { width:18.75rem;height:12.4375rem;top:59.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcN2w2WNsbOmXVzbfTUkuT3nPQ1v2yOa { width:17.375rem;height:2.8125rem;top:73.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaRvlFIwTvfpx2sXQraTDrS9z1y5BXJl { display:block; }
 }@media only screen and (max-width: 763px) { #AuCRJM23bX7NZhpsupzTf2o4Jrs2bN3C { width:13.0625rem;height:1.05625rem;top:48.375rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIqC3styMTpE6OW6Emnp2Aw3VEuQ30XQ { width:18.75rem;height:12.4375rem;top:7.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V08hTMahk8fgVzhVISMsEwqrPvLf7ZnN { width:13.3125rem;height:1.05625rem;top:71.5625rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uia0gz9q4IURcHm2mKf7NVF8q4H6Xae5 { width:8.3125rem;height:0.89375rem;top:19.8125rem;left:0.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyS8yxg2IVUFBR0mtw6fLSnFbkPbm6GT { width:8.625rem;height:3.375rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5JhZtxkHICGKx8B70Lu9XueC6c6q58y { display:block; }
 }@media only screen and (max-width: 763px) { #DQhNnw8kFbHV04J0hCpEQrXGT4o8Uhp8 { width:8.3125rem;height:0.975rem;top:3.9375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPyxEiD8TQXIPkcoKrEmzGqVTNW4Tdph { width:8.375rem;height:1.625rem;top:4.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S49kSoflDQeaB8nQHtPlCqzT2FcMz7mo { width:10.6875rem;height:1.625rem;top:20.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQD5MLXp0p9oLi8ePTfDRsZeATGnr14k { width:9.25rem;height:0.89375rem;top:19.8125rem;left:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh0HJT8Pwlyk22rTN6HKX6k2oc3lTAoP { width:8.6875rem;height:1.625rem;top:20.706251144409rem;left:10.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1ANRxTPkmHWpmS5DWKp9rQw8Zk9nTzL { width:10.625rem;height:0.89375rem;top:22.3125rem;left:8.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHkgmFg9Ut4pA1WEDvJzNxNMBHI5Fzqa { width:18.6875rem;height:0.8125rem;top:23.8125rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Guz80HUVhxsnSf6ff2o5WffwqWHa2VD2 { width:3.625rem;height:2.3125rem;top:28.9375rem;left:8.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zm3LTH8drKZUweNeLBNqXuHuKretlIHR { display:block; }
 }@media only screen and (max-width: 763px) { #W3QlzcKNQextUV5iUdtLwKIy9aSopVDb { display:block; }#W3QlzcKNQextUV5iUdtLwKIy9aSopVDb > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxtcrCXe1HJx8C0J7vraXMZPSgbZFAca { width:20.0625rem;height:20rem;top:4.5625rem;left:0rem;z-index:14980;display:none; }
 }@media only screen and (max-width: 763px) { #pTM57P525gzgGPBEMlMDJKRpXQRO5DLV { width:8.5625rem;height:3.9rem;top:29.3125rem;left:11.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3wPFOhiTwI41glTMl1Fmyy9tkN11rRF { width:20.0625rem;height:0.0625rem;top:23.0625rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEmuesrP5HAysU35MMJXN68PsO0bZms3 { width:15.5rem;height:1.70625rem;top:0.66250038146975rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNTqgGmMOCoTZLEhpKq0Il384yAy5SyL { width:12.5rem;height:1.1375rem;top:2.3687496185302rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksIvIc4dyTSsdTca7myiTmo0SX0g9xS1 { width:18.75rem;height:12.4375rem;top:4.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUq8v1sHAsFsb61xTE9XLGoatFQJ7Sak { width:17.375rem;height:2.8125rem;top:41.75rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHzHZ68D6XhvFTXVgnZTniTPvx13uTQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #FVUrH2SJoy7lSBGTXsLVZFvl7bDRZNk0 { width:16.9375rem;height:1.70625rem;top:23.8125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3RKK5szTGvR1K2xWNkwlTsgLKpsnAp5 { width:12.5rem;height:1.1375rem;top:25.518751144409rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT8gNfqqDBML5SbUTl2BWi24W8AroDCy { width:17.375rem;height:2.8125rem;top:18.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfF8vPeFP1TgV4d0fztDH13Pw5KF73ZV { display:block; }
 }@media only screen and (max-width: 763px) { #hv2Qy6IUkLlGT61DeidkveLzbJMqPxuM { width:18.625rem;height:12.375rem;top:27.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrIz42bZR2KdseG18XQUnnrFvh3VCQy { width:16.0625rem;height:1.05625rem;top:39.75rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ5TMbnfMDXx6bXs1TmlTpDaTIF20E9n { width:16.0625rem;height:1.05625rem;top:16.5rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXewKLk3JPqtJpkOqUamt9xfx7MLk8np { display:block; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MzgPFHhp11KF6SIvp6WHuPGVz0xVov { width:18.0625rem;height:1.7875rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { display:none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n { display:block; }#Jo5E2I0aiQIr4bmTkuQ1aaKrQPbryq2n > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iH94mQTkS85dDpgefWRXU234FnmoMrgK { width:16.9375rem;height:1.70625rem;top:39.337501525879rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGLTfyvoS4kMgQTvUHQXM6kwGxDRn8gJ { width:19.875rem;height:35.3125rem;top:1.3484377861023rem;left:0.024218738079071rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #QzDkWBU1UkNuUCPTln2ArCMIIndPnhCJ { width:19.875rem;height:10.6875rem;top:9.362500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPw0gHXolc3aB2L78MwGUN7bZ5nSAGEg { width:10.6875rem;height:1.95rem;top:24.125rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7s7bcf8I6q5qht1aHkgDp4vTHiQvcH6 { width:8.3125rem;height:1.05625rem;top:23.03750038147rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9MyFodV2NuPAxzAHQ7Jd2InilQdfCaB { width:9.25rem;height:1.05625rem;top:23.117969512939rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMFc1xU3LJaG4w5UeXB3BiVmNCXeB4pK { width:9.25rem;height:1.95rem;top:24.125rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVTzVxaU9TC6OBy9D2P7L4N5XUF9EUOg { width:9.125rem;height:0.89375rem;top:26.25rem;left:10.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGTflDAKMd88FeTZMIlX7lbgvXTJGkp { width:17.375rem;height:2.8125rem;top:31.6875rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Tn6JEvUBmLPxfhhWMU2qXfAJyg8NQC { display:block; }
 }@media only screen and (max-width: 763px) { #yaVf2sarPfGvdIIBM5pGIG9L9vLH6kAF { width:12.1875rem;height:2.025rem;top:20rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4dypLX4NAFrVxwyfPcvb37X4hyDxv6S { display:block; }
 }@media only screen and (max-width: 763px) { #bZGDE994aRCaCJICAR8Fcs69b3FvGZTW { width:10.3203125rem;height:4.0078125rem;top:5.65625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQVEFchXT64saNpU9LxQeknxXHxEM3I { display:block; }
 }@media only screen and (max-width: 763px) { #LPLD8MlNtqivIu9pgxDTP1yMSOrhlKJA { width:8.3125rem;height:1.38125rem;top:5.71875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAkd3T8ftBsSU2aFDW4oZoi9viusbEC { width:10rem;height:2.35625rem;top:6.72500038147rem;left:0.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRBoBaEaFJhhM4soaoiIz9Qm1EgTmF6f { width:4.0625rem;height:2.025rem;top:34.78515625rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlcnOh7KIaSpiZNcDGMhkvUfwlQ0TSd4 { display:block; }
 }@media only screen and (max-width: 763px) { #MSHz7F0b7hl2iiBDwqhta56NXr0i5aDU { width:8.5625rem;height:3.9rem;top:29.3125rem;left:11.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8l7L3GKuw7c1M3REu0PTnTth27ud4Tm { width:16.9375rem;height:1.70625rem;top:77.1125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D43mSKxnTe0mPBime3580ZKHP41NTpAI { width:17.625rem;height:9.9375rem;top:85.081248283387rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9wxSkpT4z5csITquSRVEcE0d1T2BeL { width:12.5rem;height:1.1375rem;top:79.062499809263rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlZfB1GbMZ8mATzIiW6Dsf0E6hzvSso { width:8.3125rem;height:1.05625rem;top:97.962500381469rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb93qTV2Im9JaQUKNgN5cH1Tirt6vPk1 { width:9.25rem;height:1.05625rem;top:97.961718368531rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE9qATpKNPMo5T8z1vkC4i5W8XlShTR { width:10.6875rem;height:1.95rem;top:99.05rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLyBUP6gpIXFkmDJMwfAlTkJCxFnx6vT { width:9.125rem;height:1.95rem;top:99.05rem;left:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIBric85MtHHbZK6WuHh5ZCfeqgVVbXG { width:9.25rem;height:0.89375rem;top:101.16093902588rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4lMZgwk23NvSg4krolxzAdfwuV893sR { width:17.375rem;height:2.8125rem;top:105.93125152588rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFhTmZ3S325erCWQa1ktDrtVhGpVZPBy { display:block; }
 }@media only screen and (max-width: 763px) { #m44NuBZynQlVbA1OywfCKI6CmagPEvaH { width:19.875rem;height:35.3125rem;top:38.775rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWlgvtZ6aTpVQqDZpdmQTvv6FBU5NAOR { width:8.3125rem;height:1.38125rem;top:80.55rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kykPW5vbQ5FD3q3DLov3CETT9HfDTsUb { width:10.25rem;height:2.35625rem;top:81.650000381469rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSZWzI4ZbMafhmNXorzr18mTvUlB6v4c { width:10.35rem;height:4.0375rem;top:80.162500190738rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v135E3yOCO6Onsuux1N7DeFHLfdBT2an { display:block; }
 }@media only screen and (max-width: 763px) { #mcX5SwU8fmsdhUytZ9A6T5Nzy5BATQ9v { width:17.5625rem;height:2.925rem;top:28.125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCUJcqZfPSrTy6fM2bckcsTdU9vTUOCN { width:19.875rem;height:35.3125rem;top:76.175rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLstncphq3X36DWTDhh3FRvk3UFeh9tG { width:20rem;height:2.925rem;top:103.00624923706rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cblDkUIuen7LNhy4XvQSnboSSfkVkIcL { width:4.0625rem;height:2.025rem;top:109.61249923706rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvkUhtQJTz38W7F2KrtyGSiuwgtpeVZL { display:block; }
 }@media only screen and (max-width: 763px) { #iJawNq5d1T0owtcSsyGQOgMyLqMZyR7q { width:8.5rem;height:3.0625rem;top:79.062512207031rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZVWQiePPFTV9UPwlx6TepVTHprpTIfoy { width:9.8125rem;height:1.70625rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhy6XssBVmKoIDvsA725pA6gnviPR0pp { width:20rem;height:10.8125rem;top:46.800001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2fCFfVTdTt5NGFBvsIoUXwau3uKI71f { width:8.3125rem;height:1.05625rem;top:60.4rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD8A7OJZGVQIdsVR9dMo7wEt2mdvdQmK { width:8.125rem;height:1.95rem;top:61.65rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkCdn7CCoMIWl1Tq7h27nnFdl5OTD4UK { width:7.5625rem;height:1.05625rem;top:60.56171836853rem;left:12.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWvuVRVFam6r1ZcyTisFzcC5vdUaSbgO { width:9.1875rem;height:1.95rem;top:61.65rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGwrPH9EtPJBlGUnWPLkTGRpKiC4s03f { width:9.1875rem;height:0.89375rem;top:63.762499237062rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEoQaudiaI4eQkqruIJf42QyAnyCHTq3 { width:20rem;height:2.925rem;top:65.606249237062rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiqtwUrCW732loTAc7TToPmNNCN2Mwpg { width:12.5rem;height:0.975rem;top:41.043750762939rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSJrhadO3oh9Si3R26V6Xw0IhXhStz0f { width:17.375rem;height:2.8125rem;top:69.149999618531rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEeASD1gCCc9bXbgbkJ2JFJCVZxBeBD4 { display:block; }
 }@media only screen and (max-width: 763px) { #IbRf8txRa4puhqS7KtUrGrSSF24hDRTi { width:12.5625rem;height:1.9rem;top:57.56250038147rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHrD2g35X7vy2wZODHXLvVpAL5QZqDMH { display:block; }
 }@media only screen and (max-width: 763px) { #McuDCOAkTXqTaR7TRTMOcwExNh5Q7HKL { width:3.625rem;height:1.9rem;top:72.336723327638rem;left:8.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md3ZM8kAThPm9ebHT8hHnJ7lsa0Mb3CU { display:block; }
 }@media only screen and (max-width: 763px) { #kQyKZMEyWTXEZmzExze4Ugt1fsrudtZT { width:9.7375rem;height:3.425rem;top:42.8375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3CF3qLLXZHiwg0U6AJ2bpCl5nwHlxSW { display:block; }
 }@media only screen and (max-width: 763px) { #mFD5NqRIwJ35laGStaxbRLaJxv5MKZtP { width:7.75rem;height:1.21875rem;top:43.24375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7k6SGWHzyahMm2XHJnsgF2Go9yWVhQO { width:7.4375rem;height:1.95rem;top:44.25000038147rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo { display:block; }#KT2UQNcsac3vm9Rnw0rX7wpgLfDG7RTo > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKMCv3Fn4VAU50J93SQGST8zFcMSonG9 { width:12.5rem;height:1.1375rem;top:2.0374999046326rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecPHLWt69ugqJvP6FUTN3eECApFZw9LI { width:12.5rem;height:1.1375rem;top:40.156056070328rem;left:1.3312482833863rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdAcgA2Gk1a8glv2Seu73JKTfqwZIqTN { width:12.5rem;height:1.1375rem;top:77.2062558651rem;left:1.2250013351441rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4EoLD72Hmk5l7ltuT5lcv7hMpkECLpT { width:11.875rem;height:3.75rem;top:21.537499904633rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRv3z1cyWImSNm55798m7raGyDVzI1W7 { width:18.25rem;height:1.70625rem;top:39.924987792969rem;left:0.42421871423721rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN7WQ6xJIgb7QGHRui57tF3TDC3vnJQq { width:19.9375rem;height:32.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpRtpdPkZITc21w79SB2dTDpysz3aTFI { width:11.8125rem;height:1.1375rem;top:41.875rem;left:0.61171871423721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaW0I3ePyE6zNQy1MTmyPlkdRkKXvGFJ { width:18.1875rem;height:10.125rem;top:84.930469512938rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Oo1qd7pskPJ54RBwyk91K8JgSPpi2w { width:19.9375rem;height:31.4375rem;top:38.900024414062rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGfiGSIPGxEb2FK87qRxGrS9SGayXxfJ { width:18.375rem;height:7.6875rem;top:47.200001382828rem;left:0.98749923706056rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0zdx9PPpUncOSyrGSQ6h5uMOWBe5Gc { width:12.5rem;height:1.1375rem;top:79.406256628037rem;left:0.65000152587888rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whueGoc0BTLTrxlJrTvICc3WgT1wB8Db { width:19.3125rem;height:1.70625rem;top:77.4562558651rem;left:0.65000152587888rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Xvh472TLbA7st4mGbmD2Qpfv2emMS0 { width:8.3125rem;height:1.05625rem;top:56.078125rem;left:0.98671871423719rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp6lassNnJiiawC3TEKs1sOT3Fb019ay { width:8.3125rem;height:1.05625rem;top:97.6437558651rem;left:0.65000152587888rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTL426sU3biWs5TvIodyJAmJUTThzOt { width:9.25rem;height:1.05625rem;top:97.6437558651rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRxX7ynfDlqt2gTP39mAQA8GZ6Xhu8xZ { width:10.6875rem;height:1.95rem;top:57.134376525879rem;left:0.42343753576279rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ0NIl8WkKRlnWFycrTQ2b0SL0I4y9u5 { width:10.6875rem;height:1.95rem;top:98.781260442731rem;left:0.65000152587888rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unPBcLy1OOBwrHinX9ZSqUx9J5iv0dNJ { width:9.6875rem;height:1.86875rem;top:98.7804746151rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHEsW6AoM0zdhKstO0kDBH1gAatbbur { width:9.3125rem;height:0.89375rem;top:101.00625891686rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mce0m5PxVwJrFzL8glwNDkyOJIvVVX18 { width:17.375rem;height:2.8125rem;top:63.893749237063rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKbHZ1la6bhB7pZC7OcFHTQJUBkCIebt { display:block; }
 }@media only screen and (max-width: 763px) { #qaZlKu8vhZD2rD1mbFRN1PbuKcAKMTh2 { width:17.375rem;height:2.8125rem;top:105.71250152588rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #a28VtxVoLiISQGii0867T2GcGLaM3XG1 { display:block; }
 }@media only screen and (max-width: 763px) { #at4Ph20AFUqrRz7N6iGQi5pT4b6OtG5e { width:19.875rem;height:35.3125rem;top:76.481255960463rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6fvLFw1su9Z05KVpvsDTwkZiLynl4TD { width:8.3125rem;height:1.38125rem;top:43.725002908707rem;left:0.98749923706056rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2XQmqbVqBxNZtAk2Revdo4nRvRSWSC { width:10.3125rem;height:2.35625rem;top:44.942970895768rem;left:0.89374923706056rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glbTtTzTTGdvGlckFDCvZfNRPTqy43Bk { width:10.425rem;height:4.1125rem;top:43.137501382828rem;left:0.049999237060547rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTsQZxhZg4cuwPeMyI2QOS3UgB2AyrK { display:block; }
 }@media only screen and (max-width: 763px) { #glpWTIm8MXoXbA3lEDg0JCPXs2P0LyqW { width:8.3125rem;height:1.38125rem;top:81.355475378037rem;left:1.6812515258789rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7RRKEfuN6WRB0yM4lmT3W3U5WxPUyav { width:10.8125rem;height:2.35625rem;top:82.574225378037rem;left:1.6812515258789rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRCWfx7X4tltznT3vtrlkvRAxrn75giV { width:10.425rem;height:4.1125rem;top:80.593756628037rem;left:0.65000152587888rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5Zme0TduTTpMkZr2gaznqzymuRxF8f { display:block; }
 }@media only screen and (max-width: 763px) { #Fcb4GVqXsOsctx7WPvlveJvTSnvllR5o { width:20rem;height:2.925rem;top:60.96875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMqNtwdSiFWxXfqBLvO2FLuczI2DXxMS { width:20rem;height:2.925rem;top:102.78750891686rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJxPRwGLCvkrsMhE1eQ4q76RWEJSvbo5 { width:4.0625rem;height:1.95rem;top:67.806249618531rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDXrqzy0qXfMOUteXaFsoFSWIeZCTrCk { display:block; }
 }@media only screen and (max-width: 763px) { #Q1ElVPTUsKq923HLAav3ftf1PTy3PlfD { width:4.0625rem;height:2.025rem;top:109.20625114441rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZlbBNXDTP660ZiDcQQy6K9bvHDKEaO { display:block; }
 }@media only screen and (max-width: 763px) { #s2MxBf8EKVvdWXksGehtXHOLliDwTpke { width:9.25rem;height:1.05625rem;top:56.078125rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc86i9JZw0wOqdM2bz5dIJOvlZeIdZhw { width:9.5rem;height:1.86875rem;top:57.174999237061rem;left:10.500000536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSpuntp22AWGiSyHN4a8A4UEiS7y4qUn { width:9.1875rem;height:0.89375rem;top:59.084377288818rem;left:10.812500536442rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOW0FP5vTOkNySrEHpEpAZLUHGLR25Gx { width:18.8125rem;height:1.70625rem;top:2.32421875rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTICSO91lc0Si1xxuZQ851zOCOGpvTf { width:12.5rem;height:1.1375rem;top:4.2742209434509rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Zm2KxEMr9d6sSy1Tn8ykAn8nNmPiyw { width:20rem;height:11.1953125rem;top:9.0796878337863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUZ0eFnhzM9HEVuoWVf9mXSeZ0gbqiDK { width:12.25rem;height:2.025rem;top:20.224999904633rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4wDm5q96IAAiENl7bCgF9K5MT0dUlfh { display:block; }
 }@media only screen and (max-width: 763px) { #TBcXfpxJVbePMAZaPLoRC61tpaVkvdQe { width:17.375rem;height:2.8125rem;top:31.337501525879rem;left:0.79843753576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8IlBuPWCWJ5JIdmHPoTf7VJFL8R8QK1 { display:block; }
 }@media only screen and (max-width: 763px) { #D5MoTEwxd6VXsTxJkez267RBDKVCU6q3 { width:4.0625rem;height:2.025rem;top:35.249999284744rem;left:7.4554687142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqKtihl7JlEDI2xBb3BGxDvWl7TXqTS6 { display:block; }
 }@media only screen and (max-width: 763px) { #wqb5gGnf3B5Bwkd6KzaDHEZbVgATTTsl { width:19.125rem;height:2.925rem;top:27.430469512939rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCUuZnF1dNSEURy95EgR15vkKiE2AEJv { width:8.3125rem;height:1.05625rem;top:22.250001907349rem;left:0.42343753576279rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZrV6sSOoIlbKF6bNhOJ9QEqRCDC8Muk { width:9rem;height:1.95rem;top:23.306250333786rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPypZu1oBdEDLHxk1b96QG5rmr3v89Ha { width:6.625rem;height:1.05625rem;top:22.412499904633rem;left:13.374218940735rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFAssCaNodH3aTM8tPkKy7X2bqAiplnJ { width:9.625rem;height:1.95rem;top:23.549218654633rem;left:10.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTv1FsaGbfqlUnqnHUdczEzXmnUlncsq { width:8.9375rem;height:0.89375rem;top:25.662499904633rem;left:11.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7szPbswTpnmANeWBzTDipQGmDVN1lJs { width:10.1625rem;height:3.85rem;top:5.9624991416931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pO4ldXNlg4DcHGgC5Pte49TMOg4lmrTa { display:block; }
 }@media only screen and (max-width: 763px) { #sgWhTPy5v4elkuBLkAxAqeNn3tVADV0U { width:8.3125rem;height:1.38125rem;top:6.2874999046325rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR2LJuM0U9vcgg3rETDrITaXx3IRetbZ { width:10.0625rem;height:2.35625rem;top:7.2937521934506rem;left:1.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 { display:none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbClgBmCG77t4plbALCnUHPR3HAqUkxp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container { background-color: transparent; background-image: none; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container > .video-iframe-container { display: none; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row > .video-iframe-container { display: none; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .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); }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container { border-width: 0; border-radius: 0; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbClgBmCG77t4plbALCnUHPR3HAqUkxp > .row .container { width:20rem;height:111.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0WOrJOw6b7UDDdcyqTVOJ6Q4LNgvxVt { width:19.9375rem;height:33.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1LSqUdcIPtbampy7AhcXdXTiBmL7Do { width:16.3125rem;height:1.70625rem;top:37.962499976158rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSxdTQeBolsbVZTn3Vt9UaECONEfSuDD { width:12.5rem;height:1.1375rem;top:39.668750047684rem;left:0.52421873807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxZPz3viNP2IuG3rokl9pLVD1VksO4SQ { width:20rem;height:11.1875rem;top:45.936720275879rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #gOw1mtTKnXekJmNZXrXkXhdIIHSD2x9q { width:8.3125rem;height:1.05625rem;top:59.4rem;left:0.52499771118164rem;font-size:0.8125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #WbnAEbWBkIrwm0wTmidgZ11TRM80JDgx { width:8.25rem;height:1.05625rem;top:59.4rem;left:11.75rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #O1PMphTBf2p5FyLtfoDNT6e3RFU7xOBx { width:11.4375rem;height:1.95rem;top:60.537504577637rem;left:0.52499771118164rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvCNkhczQz3R5ibp3zM0uBgk6ku3zByr { width:9.5rem;height:1.86875rem;top:60.537504577637rem;left:10.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xesc10M0FrUTyiSciagisPsgJ16lvVqq { width:8.875rem;height:0.89375rem;top:62.818754577637rem;left:11.125rem;font-size:0.6875rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #Di0nCTxMiuROHlqZxE3SuwAJkz8X8Ndf { width:8.3125rem;height:1.38125rem;top:42.134375095368rem;left:0.52421873807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Uzn4KW2LyrAbQtNu0I29cEFvNA8Jsz { width:10.8125rem;height:2.35625rem;top:43.630468845368rem;left:0.52421873807907rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgp7vBZm5rtn6zhvix9TKUBVS8VycHmO { width:10.35rem;height:4.0375rem;top:41.94921875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ7FnW1AklOX82VXp4Iu2v595LoBUaTH { display:block; }
 }@media only screen and (max-width: 763px) { #Mv0IOqxnzgm6ABP4Z43nXhFk4zJJBHtu { width:17.375rem;height:2.8125rem;top:67.262500762938rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBO5rwu0t1rmGCXa9O6qZR5nKMk5OOmp { display:block; }
 }@media only screen and (max-width: 763px) { #ffU116QUNaoE046WVKDTBJ1PhDPBAliG { width:12.375rem;height:1.775rem;top:56.5875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mas0sTnrzuBRaaTmD2LWQLwqWTQP9faE { display:block; }
 }@media only screen and (max-width: 763px) { #ung22XdGrdTJB8Obud6RfJ9EMVVtJzTI { width:19.875rem;height:36rem;top:75.250004577637rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8q6UKWcDONf5gWsKEeV2L2JB37EpSuQ { width:19.875rem;height:35.3125rem;top:37.9625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2QkdrTZJXwRgKqn746qnQeBPDp1Pct { width:14.4375rem;height:1.70625rem;top:76.187469482425rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nsgbPUdi6Kl9HS9M7lAktzFUAC1AISuP { width:19.1875rem;height:10.625rem;top:83.318750381469rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #UOQepP5dCcv1JzQsEKlTGlDySWtqKs8c { width:8.3125rem;height:1.05625rem;top:96.687504577637rem;left:1.0375022888184rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #ZKATos7RFHTMNCDmDGUBR5m9kb41Hvht { width:9.25rem;height:1.05625rem;top:96.687504577637rem;left:10.75rem;font-size:0.8125rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #v8seWIOJNNbFCbZx0n7gRituIBy3m3LL { width:11.4375rem;height:1.95rem;top:97.825009155275rem;left:1.0375022888184rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOHxT6pVRo9JQPbBm8K67KS3BtPvJxf3 { width:9.6875rem;height:1.86875rem;top:97.825009155275rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0IBiBzA9ULFIRKVZgxWaNdktPrpPqm3 { width:9.1875rem;height:0.89375rem;top:100.10625915527rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK8veEnkb2JO5LG1cKLgmTg6ZtvhfgFf { width:8.3125rem;height:1.38125rem;top:79.836727905275rem;left:1.0375022888184rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8tTsg8KfT0iFyuurGRH0IG6HvRZ8x8n { width:10.425rem;height:4.1125rem;top:79.836727905275rem;left:-0.024997711181641rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8LPRDcRvWl3wiC6s2E1XZwZelw7ttH { display:block; }
 }@media only screen and (max-width: 763px) { #UIxbTTCMCBPLvVunxdB4xGfGeGXgJu29 { width:10.8125rem;height:2.35625rem;top:81.323445129394rem;left:1.0375022888184rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #keN2vFoZsHInt9NoVxNaMyI6LemEg8Gs { width:17.375rem;height:2.8125rem;top:105rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwlsw1Q3STeFbL66qgUuTm3r9Hmdc4HR { display:block; }
 }@media only screen and (max-width: 763px) { #AQPdqPekM0STL8mDNWHwkvBU4dO1J9Zf { width:4.0625rem;height:1.8375rem;top:108.84375rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFVduC9GcZabB759Sb9fKmlSuUffcpa4 { display:block; }
 }@media only screen and (max-width: 763px) { #aJzNJBHmcbOX5ySVUMwWkmf8mz9FUsHe { width:12.25rem;height:2.025rem;top:93.893757629394rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo5znKHMkpxl07knoTBeo8Q1wUd5eOfx { display:block; }
 }@media only screen and (max-width: 763px) { #RPTak3JH52wtlrdNJMud7xqOi3piFAw4 { width:12.5rem;height:1.1375rem;top:78.137509155275rem;left:1.0375022888184rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZyJKGKzTz3PxPELzavSJA7VyiAaKzhf { width:20rem;height:2.925rem;top:63.793753051756rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7SVuiQ9WIhUkpA2BC01NTV3JISxG17P { width:4.0625rem;height:1.8375rem;top:70.975002288819rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeNGoXBm5WF9hEGT7KxWwn8y7WThZbc4 { display:block; }
 }@media only screen and (max-width: 763px) { #J2wQ3rMDnvIBTTK3gtVpikbGEMaeBE4H { width:20rem;height:2.925rem;top:101.51875762939rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGrl4hLzhTs7OwcZ3JJWaHF5tw1hxLC0 { width:9.0625rem;height:3.25rem;top:4.1375122070312rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZeL0KJs713VL0X1pT6XUnt8QkILmVpp { width:18.6875rem;height:1.70625rem;top:2.1875rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2Fgcz4cN5CzAaqbgeH3SQ2WL0ubKJTR { width:12.5rem;height:1.1375rem;top:4.7000045776367rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQcvOMply098c9JW3z9BDVH4TPdcsTUP { width:18.375rem;height:8.625rem;top:10.336723327637rem;left:0.98593711853025rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra3SUC8sgZTmu0lsh0s49akWsLIAn61y { width:10.425rem;height:4.1125rem;top:6.6773452758787rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4mSIf8sMLN3hEWM2FRMHLoB5356MX5B { display:block; }
 }@media only screen and (max-width: 763px) { #uVGLOQ3mpnGhiukov3049G5ZlzNHkwBB { width:8.3125rem;height:1.38125rem;top:7.2179718017575rem;left:1.8046875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk7psy4kE3Z6Wda1WRRlLWOZV47M3kBB { width:10.8125rem;height:2.35625rem;top:8.3000030517575rem;left:1.8046875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btLP58TEM5KnbTZRx9UbBkTIHTfp0aS0 { width:17.375rem;height:2.8125rem;top:28.19375038147rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaOxunt0mLlkCCpSo4nTtRZPFb6u2BwQ { display:block; }
 }@media only screen and (max-width: 763px) { #MCJlwQghBI6AdHWpxVmq5KbmWeQwRm9v { width:4.0625rem;height:1.9875rem;top:32.375rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcxlTNUZTmn2SxZOPJWlMSiWrSZt87sq { display:block; }
 }@media only screen and (max-width: 763px) { #R3gpH2KhWcn2dhbxkvI4XnhTmNDqJcu2 { width:20rem;height:2.925rem;top:25.268751144409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUiFnGUd5X6RCeAgSgMa26gmHnOvdh0z { width:8.3125rem;height:1.05625rem;top:20.4375rem;left:0.52421873807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufun5XPSJT2AOfkU1XIs9e9COcsGD81w { width:9.25rem;height:1.05625rem;top:20.4375rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3yPWovcIfNkPTaDoocse5cnPHDXewuy { width:9rem;height:1.95rem;top:21.49374961853rem;left:0.52421873807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXyNOeH6VKRpnvZfvTVExF0Egcf8ULxs { width:9.625rem;height:1.7875rem;top:21.49374961853rem;left:10.375000536442rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a79CesamBmEFdty8ivTdHWfSX89m23wK { width:9.25rem;height:0.89375rem;top:23.44375038147rem;left:10.625000536442rem;font-size:0.6875rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #eHWEvQ3SCmtMcrgdnwABOcJiBul1fMue { width:19.9375rem;height:22.1875rem;top:89.311714172362rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg { display:block; }#uJlmy1mkJTBWfswLeWOxmpUp5i4vF3Mg > .row .container { width:20rem;height:113.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOXHGWaEJqzRSZPiGE5X9OEs52Fxn8si { width:20.0625rem;height:21.6875rem;top:36.149230957031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAKhZRxZMOcVkZH6FUyd5sJ7bHeOVbM6 { width:8.5rem;height:1.70625rem;top:75.561719894406rem;left:0.43750005960464rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9MmlzbV3iAoAQBVl5IT8yaTC81XSVZ6 { width:18.6875rem;height:10.9375rem;top:85.280469894406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOQDuMgw0clt3dFfdPSaHGeHMnAwIwIe { width:9.0625rem;height:1.95rem;top:98.15625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki6BC7yPJev9QxTXyeB1o0qQGcTBv78T { width:8.3125rem;height:1.05625rem;top:97.100002288819rem;left:0rem;font-size:0.8125rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #gd8dT1Evwyv9nvUJuPJxkbvPfwp0Fye8 { width:17.375rem;height:2.8125rem;top:104.69375228882rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #e07a7LRBc4Co01wloVqJUyHFuaXHm7fS { display:block; }
 }@media only screen and (max-width: 763px) { #Xt3KOHFAnTDtAQlgJf5LmIgx7X8Mf8P3 { width:4.0625rem;height:1.8875rem;top:108.99609375rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf2aGLiyN7BqkDm4U6TDPmPPX1T1R9XE { display:block; }
 }@media only screen and (max-width: 763px) { #MlI2LDNf3bMJZw92ddRflZTaMQUSMGfi { width:12.5rem;height:1.1375rem;top:77.267969131469rem;left:0.43671876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIaBTlu718sgVkuO1MRtEBhb2dMUl11 { width:11.1875rem;height:0;top:92.437490844725rem;left:8.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJNiCTtVAmlJm11mKW45yw1MWCtyavEI { width:12.5rem;height:2.3125rem;top:92.124990844725rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nK3i8Q97fbuTOTBdohqvTxyoQcXCbGky { width:10.8125rem;height:2.35625rem;top:81.153125762938rem;left:0.27343744039536rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Ozty9hX7QayuZZUnm7mc3rlts23HNQ { width:8.3125rem;height:1.38125rem;top:79.771875381469rem;left:1.0187500119209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdJspn90hSedXOGWEK7K1mTuqGtx2Gmo { width:10.9875rem;height:4.05rem;top:79.771875381469rem;left:0.1484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOZAwWHMDaJW7QHs1gFfATIk0DCslRBb { display:block; }
 }@media only screen and (max-width: 763px) { #gOAB8z0rOFO5cqco9JOGy7rnQ1vk7gIh { width:9.25rem;height:1.05625rem;top:97.150001525881rem;left:9.4867187142375rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #TkAhS9OQ739u1do5HJfDMyHpaqMyiLRL { width:9.625rem;height:1.86875rem;top:98.196876525881rem;left:9.1117187142375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsE8T1VvuUTnERIpkP7mN7aQwR6BNQM9 { width:9.0625rem;height:0.89375rem;top:100.10625076294rem;left:9.6742187142375rem;font-size:0.6875rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #vbuZmlPGd5yFOP6URKnz4aQqemfW79h9 { width:20rem;height:2.925rem;top:101rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuhHnGCoaUXOqRDeI9cDaK1cbRmPxcS3 { width:20rem;height:1.625rem;top:36.149219512939rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4Rw9MUAx5qZQiXfQbCXT6JMsZ81mtZy { width:4.375rem;height:1.1375rem;top:37.774219036103rem;left:0.43671876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbVPJPnNyuDyPWEfrLBiCol8fg9FFhc8 { width:12.375rem;height:2.35625rem;top:40.342969894409rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc18iaqD8iT5sCeTnNGEHfJR8qAi8QfV { width:20rem;height:11.696875rem;top:44.399218559265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWf2ZmtPkPZi8E7iUfKtseTOTWJZuvy { width:10.35rem;height:4.0375rem;top:39.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7HAeNde9QalTur9qpIuOogkFu3hQJ8E { display:block; }
 }@media only screen and (max-width: 763px) { #moZGr01s0knOSkCwinBb7L5a22Ct9JnH { width:8.3125rem;height:1.38125rem;top:39.54843711853rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1pFCfDA0eR57pdBITdD7pUTutGol7f { width:9.25rem;height:1.05625rem;top:58.98593711853rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsPmLEr9hvScLTcTI345irlTlSksB8dH { width:8.3125rem;height:1.05625rem;top:58.98593711853rem;left:1.0187500119209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPL7GznbqaTMd05a0IWqve0QSQ4zet45 { width:9.625rem;height:1.86875rem;top:60.042188644409rem;left:10.375000536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKCSUIF46mvtl0a1wtZyImH0AIAuCZv { width:9rem;height:1.95rem;top:60.042188644409rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT7qFJCID8d0qlXWKbnhWDNMiuG8gQis { width:9.25rem;height:0.89375rem;top:61.910938262939rem;left:10.750000536442rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOziAF6oNhQ55nI0FylLz30RT88zqkoT { width:20rem;height:2.925rem;top:63.48046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQicHNgAqXTLldkuIb2Vbq9dSgDCLcLf { width:17.375rem;height:2.8125rem;top:67.030469894406rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8d9UwU18m5PgATdfsPeLEmOL1BrPBVZ { display:block; }
 }@media only screen and (max-width: 763px) { #v0sIewLU5KT6hc1KgbGqGPgbI66Jdebm { width:4.0625rem;height:1.9875rem;top:70.896093368531rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdDRKbruwTVZPs5Nk0lSsQLo2I5Habb1 { display:block; }
 }@media only screen and (max-width: 763px) { #yRMpLesl17DOu9IfncXpBrcenZTfIGLF { width:17.125rem;height:1.70625rem;top:1.2367191314698rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4d7sOTPOzaTTuhZu3TiwrW01LR9cTQQ { width:5.3125rem;height:1.1375rem;top:2.8929691314698rem;left:1.5242188572884rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q872Ip1Pz2bS5mk1Fl2GvcrxCgmMRnTT { width:19rem;height:10.625rem;top:10.586719512939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcIMQ6NL73pzkqdowN9hrJUQcey3Adgm { width:7.1875rem;height:1.05625rem;top:21.211719512939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nrsuo0zE9PFwLMve8a8hR5MTU3MmPJoP { width:7.8125rem;height:1.05625rem;top:21.211719870567rem;left:9.8375001549719rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfvqbSzTTskZLfiHlSNAuJxlDLZHITSr { width:9.3125rem;height:1.95rem;top:22.267969489097rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJq2wdrIRhDMgVueKP8qS7P0MOGRsCz6 { width:9.625rem;height:1.86875rem;top:22.267969489097rem;left:10.375000536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KgEOb3RJ1qTSA3p1FilxkMWNpu7KDEqA { width:9.125rem;height:0.89375rem;top:24.217968344688rem;left:10.875000536442rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrSfks7sAQA2TkQWtkF3TA4J4NOfwZXD { width:20rem;height:2.925rem;top:25.886719524861rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lOiyTXqIvrF7AlTm6VZcd5TdFp6Vanqr { width:17.375rem;height:2.8125rem;top:28.811718761921rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #slaH6iA1Ex8JhdwKRry4AXBEhNGKzAFg { display:block; }
 }@media only screen and (max-width: 763px) { #WGlRXG3GNpFketr4Ql57U29Itz2m9Nr3 { width:4.0625rem;height:1.8375rem;top:33.061718761921rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODkhWcgyCG176a0lTm8iq2slxD5OeVRc { display:block; }
 }@media only screen and (max-width: 763px) { #ExM2CtBTWy65MVsBJlS40ZfAtNe2Ky6S { width:10.3rem;height:3.9875rem;top:4.6546878814697rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBVGGlMAJuTbqtocbXCx8iv4sqlvIyza { display:block; }
 }@media only screen and (max-width: 763px) { #P4Bb7uqQqvA12ub2MxkP6TRPd4PWzF1o { width:8.3125rem;height:1.38125rem;top:4.6546878814697rem;left:1.5242188572884rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNUa8Cuc3WlmWOBgDwNFgZitOAznAI39 { width:9.875rem;height:2.35625rem;top:6.3351554870606rem;left:1.9312499165535rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gXGVeKT2ux309msVMQmHLIugSvDgkApI { width:20.0625rem;height:0.0625rem;top:113.08359384537rem;left:-0.23750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP { display:block; }#Soi0ZhnwT8Ir0mWs01ZvEExBUPFT3vBP > .row .container { width:20rem;height:110.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6TcqF3k7eoRngmEZ7xILGgcs6wVUrfo { width:11.875rem;height:3.75rem;top:23.5rem;left:-0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uk6KQviHaPxHRuGVLtVzTogHvOSmT2eT { width:12.1875rem;height:3rem;top:52.939065551758rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdwUNGuqgUWVKIGMd8SiPtMGeyHNiOob { width:19.9375rem;height:17.875rem;top:35.8828125rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqyfzCOAeg7GKRU9UFCOfDBMlLZmk6Zi { width:20rem;height:19.9375rem;top:72.099218368531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaFggKItTfyaQZVJzbUQigTZdOMXZxHo { width:10.1875rem;height:0;top:49.001565551758rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lfnse4E0Ve1VDeOUm8eKZO1lG1akvoQa { width:11.1875rem;height:2.0625rem;top:48.564065551758rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgXZwfOrZTtfaDWxtNsMy3Xl7e8scqZa { width:16.9375rem;height:1.70625rem;top:72.603906631469rem;left:0.87421876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvD2Bcc4WzgzxIkEXA2JZtdIhdl6TGcE { width:12.5rem;height:1.1375rem;top:74.310155868531rem;left:0.87421876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzFchPqsNkxIcMTrt7OQtvQKMp0LCU5F { width:20rem;height:9.75rem;top:82.37890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGcDbtNbfTAboy1J7UGcHRZnBRRPqcL3 { width:10.8rem;height:4.4875rem;top:76.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNUw7HTZkuVfZWJJ02gbritPRZ8uqAVh { display:block; }
 }@media only screen and (max-width: 763px) { #AsZuG8f6kvO6lH90PLQ29o1E2P3rC6nh { width:9.8125rem;height:2.35625rem;top:78.622655868531rem;left:0.87421876192094rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwFuFQS3yDZcaCePfMv4bCzceJ0qzhdr { width:8.3125rem;height:2.01875rem;top:76.44140625rem;left:0.87421876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN41n0omnfzU4h0ewSw7EfzlNLhvaTzc { width:6.4375rem;height:1.05625rem;top:93.50390625rem;left:10.799999773503rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #m2FJdCzw4paOA6Ts6ePAtnMpptgNxJPa { width:8.3125rem;height:1.05625rem;top:93.50390625rem;left:0.87421876192094rem;font-size:0.8125rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #wT82fIbHT7V3OuSCtMDK0S06qTHU278h { width:9.6875rem;height:1.86875rem;top:95.494531631469rem;left:10.312500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtkNfSyw71qXcl5dF1sh7VLvXL29q7dB { width:8.625rem;height:1.95rem;top:95.453906059262rem;left:0.87421876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlhLJZIVoAshuKTv6ZW0nXtpPTeHJHDm { width:9.375rem;height:0.89375rem;top:98.00390625rem;left:10.468750536442rem;font-size:0.6875rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #J4IvRJ0VmVcXpKZxDZzkVTvnt4BEUcrZ { width:20rem;height:2.925rem;top:100.64765739441rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLOTfHlkkpIwwZKi4lgvLk8Hxhcy52bE { width:17.375rem;height:2.8125rem;top:103.57265663147rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ9ufrGvLSKKpH2NUz8JKBLAOyFkTsda { display:block; }
 }@media only screen and (max-width: 763px) { #zIhmPgpa2sgTMLt0tWqvtEvNL26UdQMQ { width:4.4375rem;height:1.925rem;top:107.56640625rem;left:7.7812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtd1uCpFzqdXd0zesuwfTOkWgzTCy0Ru { display:block; }
 }@media only screen and (max-width: 763px) { #lfSRAZdDFuL0TZ0BZTenbVTvKiAdBy50 { width:14.6875rem;height:1.70625rem;top:1.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynbLtdpP6cbf7pTFhc3pair9N8wyB1fD { width:18.6875rem;height:9.5rem;top:10.151562690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1QyaHqSoLH4o6O1WqRm8EyfeZ4mx6iC { width:10.3953125rem;height:4.0828125rem;top:4.0187501907349rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ClzXhVTC39AiPM9tZNEaKEL0mtQkW1 { display:block; }
 }@media only screen and (max-width: 763px) { #wwuneiFHMXpmJHB4PkTRzRT19xoQy9dE { width:10.0625rem;height:2.35625rem;top:5.7953138351441rem;left:0.87421876192094rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvB3FrbVkRT7c14TLnmSUMkGcavg5eA6 { width:8.3125rem;height:1.275rem;top:4.0187501907349rem;left:2.0367186665535rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibkgWUyiMI1aqp6DbmXwTN0ZdIDTFVTT { width:8.3125rem;height:1.05625rem;top:20.312500953674rem;left:0.87421876192094rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xiFCo2nrXJU3e9ILMTqVuwOWFu9lnNJQ { width:9.0625rem;height:1.95rem;top:21.935938596726rem;left:0.87421876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQmoP5BsL7aEIfrDlgFXhSbkT7SZaXcA { width:6.75rem;height:1.05625rem;top:20.312500715256rem;left:10.299999773503rem;font-size:0.8125rem;z-index:15149;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ry9IGQlQonxoMDtp9tAbCp0zu2ZVVHs2 { width:9.6875rem;height:1.86875rem;top:21.976563215256rem;left:10.312500536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvs3ILSVKmymvxFePeMw2EwTV2fc2m2M { width:9.125rem;height:0.89375rem;top:24.532812833786rem;left:10.299999773503rem;font-size:0.6875rem;z-index:15151;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJwNuoDui74W2AVFCuEku8KcNSR71deL { width:20rem;height:2.925rem;top:26.614062070846rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyB3e0vtPKukxMaZAEdDo1kie9oJ0C0e { width:17.375rem;height:2.8125rem;top:29.539063215256rem;left:1.7000001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTW1yGQOIzMmcvJV3Pw4UFza1d95lUa4 { display:block; }
 }@media only screen and (max-width: 763px) { #EqAIBPcw3pVVxLrwg1mcTyOVJvW29snZ { width:4.25rem;height:1.9875rem;top:33.2265625rem;left:7.9249997735025rem;display:block; }
 }@media only screen and (max-width: 763px) { #b02aXWPFt8TVs1kQglSdx3eX666qtVNx { display:block; }
 }@media only screen and (max-width: 763px) { #J87Jcmzkga86ILA2G4BUIdzE0uaMSv9t { width:16.9375rem;height:1.70625rem;top:36.4140625rem;left:0.87421876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVsAvIiOQthURkJyKJmcvF5r1oI19tOx { width:12.5rem;height:1.1375rem;top:38.120313644409rem;left:0.87421876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ03HVTALeF5TUpsLples9RDcsZnAAJ0 { width:18.4375rem;height:9.375rem;top:44.470314025879rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ1KRPT8sb8vSEbvofwD4GrXVOlrIJuK { width:17.375rem;height:2.8125rem;top:65.6328125rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITiuSTk417oyGIVlNZ7mA4T6BXJnlAHO { display:block; }
 }@media only screen and (max-width: 763px) { #hhHxSQpPzhwewCzXJMGCTq9sXpGzQoeb { width:6.125rem;height:1.8625rem;top:69.814064025881rem;left:6.9375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ2VyUq7rctwCVsUoxsMOtLX3JGTZOA2 { display:block; }
 }@media only screen and (max-width: 763px) { #PCQrZPKpW2GKkalBTraabukDlZKCz2ss { width:8.3125rem;height:1.05625rem;top:57.00156211853rem;left:0.87421876192094rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #TRuJHQEauKw5mpZJaQBtSrmPuTLKol4r { width:9rem;height:1.95rem;top:58.76406288147rem;left:0.87421876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnJT1cJe0Bvr6b3GPMkeS3oPLM32oJCH { width:20rem;height:2.925rem;top:62.707813262937rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXLyg4AEJsi47CwaUkv1pHteVGaBD6D8 { width:9.25rem;height:1.05625rem;top:57.00156211853rem;left:10.750000536442rem;font-size:0.8125rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #XKx382RJ9uUK99TJwGDSiaFclDBX1KC6 { width:9.5625rem;height:1.86875rem;top:58.8046875rem;left:10.437500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vghWeT5IeHXA6nzJiRfUkwrBspVgAwMo { width:9.1875rem;height:0.89375rem;top:60.714063644409rem;left:10.812500536442rem;font-size:0.6875rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #uOADReGDBKdBSTFTD4Tft5TKMITALMTc { width:9.0375rem;height:3.225rem;top:40.12656211853rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD8nZISfs3Ueb3LSLItSoSg1pIcUfFfB { display:block; }
 }@media only screen and (max-width: 763px) { #KAdV12WnvmLmTuIJK2yHNPZu3Zp8qPek { width:8.3125rem;height:1.6875rem;top:40.12656211853rem;left:1.2812500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI0mPrz04q5uQlP0abIX8wTCv83MAZVP { width:8.0625rem;height:1.95rem;top:41.45156288147rem;left:1.4062500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZaXoq64HFXVX1M6oAfzx4ip62CiPpA { width:12.25rem;height:1.8625rem;top:54.60781288147rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsxw49vbqTzQ5FtAKy5m4TxHIfimchvp { display:block; }
 }@media only screen and (max-width: 763px) { #diLRLN8haJ472i7I3xZ7rHm3WptwJgdE { width:19.9375rem;height:0.0625rem;top:110.29062461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu { display:block; }#KyTT0qHfIa3QPK5rAL4VUdMeUakE7aLu > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKG8P5Mxn4XvdwRPSvobtaMrUnfTeikt { width:7.4375rem;height:2rem;top:5.5625rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUhxGBmNACEq9nccgqMXnREtx8k6Ci60 { width:7.125rem;height:0.8125rem;top:6.1875rem;left:12.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlDohNNg0aVmkE0NPTt7s1VM4WrVykf3 { width:19.875rem;height:35.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz2sTCkNuqCCo5JWWMTeoJ9kQhmaQ8oJ { width:16.9375rem;height:1.70625rem;top:75.668750762938rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVdQ3vWfCmuZKtDOXtmvEhbI7V2RLaTC { width:20rem;height:10.1875rem;top:85.987500190738rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #GcIL3d0Rdu9UroSbInCoswyFC0OKa2nQ { width:12.5rem;height:1.1375rem;top:78.056249618531rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVs7J4rIxDMqduDSzTMgzl8EFKygKzf { width:10rem;height:2.35625rem;top:81.737500190738rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrhpKG7Ov6TbFGBPLkZbF9oLZewTSwwW { width:10.225rem;height:3.9125rem;top:80.231249809262rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TREDSJnqXVgkFXuml3pcOpTIiDvIWTJR { display:block; }
 }@media only screen and (max-width: 763px) { #Mccuf093NJGkyAPBKSXPoQzTTbR7tIl5 { width:8.3125rem;height:1.38125rem;top:80.131250381469rem;left:0.53671878576279rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6XunwD4iNOhbGkAUPykpG9huIIUC1fi { width:8.3125rem;height:1.05625rem;top:97.4187502861rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcCpXOFpr1uNZcLCI6eN84wyUHAx0TQw { width:6.9375rem;height:1.05625rem;top:97.4187502861rem;left:10.000000536442rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pO9VfiWamKQ0uapplqqprQAmfKNcWweN { width:9.625rem;height:1.95rem;top:98.475000381469rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ae5iKXcLuvwXDi7U8gLi0mZ1BD3w3aEQ { width:9.6875rem;height:1.86875rem;top:98.515625rem;left:10.312500536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxwhpttMZDnGNq1dBiATQplmfUoFidu0 { width:9.25rem;height:0.89375rem;top:100.42500019074rem;left:10.625000536442rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f87C0NUxrCKCo6ZTPaZiQoQ3tN7lnlo4 { width:20rem;height:2.925rem;top:102.65000057221rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqL2UBbG2oy4XTbBpIxXaAF0XHG7sqTd { width:17.375rem;height:2.8125rem;top:105.57499980926rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFI552ntFTzc7RfEGVzPs1oSdAv9vcDs { display:block; }
 }@media only screen and (max-width: 763px) { #PrB32IOWhExP46rBfC2K8XXhKGqMDEIm { width:4.125rem;height:2.075rem;top:109.35703086853rem;left:7.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1vnsdw81Jw3KPuJny7IulZTiVkJhRs8 { display:block; }
 }@media only screen and (max-width: 763px) { #l4AGXdZcJoqVJZfdg1UN99qTtU1TAdVI { width:19.9375rem;height:1.6875rem;top:72.568750381469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm2OovwcfbRzurrIZVvrpTEiTzGKkqCc { width:20rem;height:0.0625rem;top:112.39375019074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVy4EpTNTWQTCu1RTTZHnsOL6enRKIDw { width:10.9375rem;height:1.70625rem;top:37.612500190735rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdNGTe43DQcAKgHkiyTPJ05MA0PEO2C1 { width:5.5625rem;height:1.1375rem;top:39.318751335144rem;left:1.3125000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G50MEm9vbHf5QOReJ5Jsbf7ncy99Xy2S { width:18.6875rem;height:10.1875rem;top:42.49374961853rem;left:0.65546876192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zaaoswhR93QCwH6Q3q08MHAM0Aq0tsFn { width:10.4375rem;height:1.45rem;top:53.681251525879rem;left:4.7812500596046rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DByW3JaD5TIgAHHneOAfTPO1VAk98dlV { display:block; }
 }@media only screen and (max-width: 763px) { #VCatouVg9qB5D9llxTGa1AociMXMrWvN { width:8.3125rem;height:1.05625rem;top:56.731250762939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8IN4GRJQP68ztLk4fAA1Z7wIZFrHgGs { width:9.25rem;height:1.05625rem;top:56.731250762939rem;left:10.312500536442rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPX59XCx9P438OZWMGqtCqyV09TGCcVx { width:9.9375rem;height:1.95rem;top:58.47500038147rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1v4O0O9IVPKTdHViySKuz4ca6PDn8dX { width:9.75rem;height:1.86875rem;top:58.515625rem;left:10.250000536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qT9mNB7RUbNS9zbadZhCodJbqAKJtE9v { width:9.1875rem;height:0.89375rem;top:60.987501144409rem;left:10.525000154972rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXRuIoDBMTR7GTgg0ZOp7Ia13eD8LQn4 { width:20rem;height:2.925rem;top:62.868749618531rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmXeZHqfOEO6eStxNWtMPETuDRCwT2oX { width:17.375rem;height:2.8125rem;top:65.793750762938rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVcLKygfZANpyhSdDnb0LIT9DHMfZ7u1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZUGaryxAB6nwzw2kywOyTGovk7LPPe7r { width:4.0625rem;height:1.6375rem;top:70.168750762938rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE4g44K22FZu1899JmWdCHRSfSXwgqKV { display:block; }
 }@media only screen and (max-width: 763px) { #tL6fl9k5u87MCQTq2cBsZGC4E8xEkNAW { width:16.9375rem;height:1.70625rem;top:2.2875061035156rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4zQzmW1soUM6yMt73QFMxeGgbG7GZAE { width:12.5rem;height:1.1375rem;top:4.2367248535156rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsiTXm7FfwtaKLNwwvuKpygATcb6Nkpw { width:20rem;height:8.45rem;top:10.924999713898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksXmamxpiaa9u12Fe99umh0bSuICJM6F { width:11rem;height:4.5625rem;top:6.3515625rem;left:0.53203123807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKJy4yMliwsvTfTwgXee98PauyBIKJQa { display:block; }
 }@media only screen and (max-width: 763px) { #M9KWqev2J8dTkIqa5E1B859k9It667mW { width:10.8125rem;height:2.35625rem;top:8.5710906982425rem;left:1.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXPRDR9mXE66R1lTXWo21uPPLtvM9yTC { width:8.3125rem;height:1.38125rem;top:7.0437469482425rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar8EpNoyN6QLqTFP6dT2QSAk24ihPOR6 { width:9.5rem;height:3.9rem;top:20.862503051757rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm67aJ8c8eTmdw0nWB053v3xBrgmpEZy { width:8.3125rem;height:1.05625rem;top:20.862499713897rem;left:0.53671878576279rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkwhBunvdtoytcrxU1BGdJOs4IkBxiPM { width:9.0625rem;height:1.95rem;top:22.862499713897rem;left:0.53671878576279rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6kKx1WaislFx4X4HMZAFBowksXxlKqc { width:20rem;height:2.925rem;top:26.018749713897rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOGadA1MKPtFxQq5AiB9WpvS0HIQLbdl { width:17.375rem;height:2.8125rem;top:29.549999713897rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #on5HC3mVqTX0Unyc0ZWOB7HMAvyt58pL { display:block; }
 }@media only screen and (max-width: 763px) { #Mt9OnpXDo7wcQeZ5GP6uR3atKS7ONgcF { width:4.0625rem;height:1.93515625rem;top:33.301563262939rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #aogTirm2R22PBOcEaPfKQq0aB6gkte1J { display:block; }
 }@media only screen and (max-width: 763px) { #nGS75NGsJzNQJBagARbryDN1sUzIeBEg { width:20.0625rem;height:0.3125rem;top:112.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr { display:block; }#p9talTlxaQbl7SAAxqHIVT3ciJ8cWwOr > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k17H62nNG8uMlmUcF218ofA90xgVoLFr { width:7.4375rem;height:2rem;top:5.5625rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTe0zxqcRlqFuTlW0eb5bLPEvnRxbEvF { width:7.125rem;height:0.8125rem;top:6.1875rem;left:11.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vrf0T2WNlT6UNQU2Iuzeq1ETpWhqAn8L { width:13.9375rem;height:1.70625rem;top:1.1875004768372rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sxff8oOXuZZPIt8iNZAXBDIuPnypZbfE { width:17.5rem;height:13.0625rem;top:7.5554690361025rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTXPSFItmceDT7bobr0Z3pWnbc9iob2 { width:5.9375rem;height:1.8875rem;top:34.156238555908rem;left:7.0312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpz67TNZzfVPk2O3RPpau3giSk6GS7J9 { display:block; }
 }@media only screen and (max-width: 763px) { #umKmfFrO6R9eIn0mGK0ipQSt3WxuJaHG { width:17.375rem;height:2.8125rem;top:30.106249690056rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6zlzXXPTcGVTi9wI0tNaO2Pc1PhmvZw { display:block; }
 }@media only screen and (max-width: 763px) { #kdhDPlaFiNPT5TAy3nB3iEKrmxOmzVU9 { width:20rem;height:2.925rem;top:27.181250452995rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvRbLPzHa3p7z9X0Stn3zdevdMoOtOas { width:8.3125rem;height:1.05625rem;top:22.031250476837rem;left:0rem;font-size:0.8125rem;z-index:15161;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2cUO7alS4guZ9FHvig67ZGaOT9SLffw { width:9.3125rem;height:1.95rem;top:23.087500095367rem;left:0.84921878576281rem;font-size:1.5rem;z-index:15163;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B87zeCtiSa0N0AsBrQ12XBbIhgbq1ght { width:9.25rem;height:1.05625rem;top:22.031250834465rem;left:8.8750005364419rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeVT9E3n8BKtp6ziQehJnazk8d0l3giG { width:9.6875rem;height:1.86875rem;top:23.087500095367rem;left:10.312500536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0RgWtpoGknGZSm5FTvNHiCC29Gbshgu { width:9.5rem;height:0.89375rem;top:25.037500858307rem;left:10.500000536442rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSa651XzRBnC4lucri4l1MEkGZxRXg2h { width:10.225rem;height:3.9125rem;top:3.6429686546326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiLnWwhxkiMANHB7T3QDXzUTPsGwcbnH { display:block; }
 }@media only screen and (max-width: 763px) { #NBQEHud9iBThu6OnXXRSf1n6Fa5FNCb6 { width:8.3125rem;height:1.38125rem;top:3.6429686546326rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Aa6H1DbgFA4u5tXhKytlwcsfMlv2z7SX { width:10rem;height:2.35625rem;top:5.2492184638977rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snIuaV6naeOvmAG50Kiax5P5I9ecukfC { display:block; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxgcfranNiFtfstl3RkrPKEhErFPofCh { display:block; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMqECUu9v2CwVhl4SCaZr92QV4TVLsTg { width:20rem;height:30.625rem;top:1.25rem;left:0rem;font-size:0.625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln { display:block; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxvTVk0HWEodKVk99omGmAM1canBp6E6 { width:15.375rem;height:1.7875rem;top:1.25rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIWbovJZFvy03mpXUo7hqBahqrfERQA4 { width:20rem;height:4.63125rem;top:4.2875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { display:none; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container { width:20rem;height:33.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kLb6TWrOPq8Be8018Orh9sRZGHGcC9kN { width:20rem;height:2.7625rem;top:2.8992309570312rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q767IftlTxGd0p9PT7LUii5sQ6kBkO44 { width:18.625rem;height:16.9rem;top:6.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlsnPQhQw6zIFoT9gQfPeeGtQfPXZ1ka { width:20rem;height:20rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4oqcJniWediicuybUBFtWrc88HUt3w0 { top:1.25rem;left:0rem;width:20rem;height:10.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KNHxXpGTR0LV3Z9bw3DwpRp4AAdhdZIQ { width:14.75rem;height:2.6875rem;top:29.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5hkDKmD6Fw71r6qiNOA9CT1zvHd8N9v { display:block; }
 }@media only screen and (max-width: 763px) { #r7mENGSkzJ69800D1gD2kVi0RueC7sET { display:block; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccxFM3p8NpywHyZu1wRwLiKOHTKXPZEq { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhcaXUKobeuWgBvpSF9Qiw3p3UDc18wT { width:16rem;height:7.5rem;top:9rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zvdmoqz1az6KsUWKCMPc2C5dquwiAu7e { width:3.125rem;height:0.3125rem;top:17.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX { display:block; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULJkTdWtgphWBIC5sbDSMIIeyZWezJdl { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg { display:block; }#hilcvVTxGO7EeOMTvvWe1NcPJZNgGhZg > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoP79ZsklvcbyLsTnW6icqlaDZkAHWBE { width:18.5rem;height:8.4375rem;top:49.02499961853rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vv6CfrDLurBfFgL2DfqPgRD1tgPTgU { width:16.9375rem;height:1.625rem;top:39.5875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR2PLtT4KRNFmIHfl07GWIx3C9L9i12R { width:17.375rem;height:8.25rem;top:86.300001144406rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKJzNNlnJKo5HBL3J83CzJCsuOdHd8ff { width:19.875rem;height:35.3125rem;top:75.6125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON04nTvqrR1q9OhDUNMIo8ydCfaqmDpo { width:18.9375rem;height:1.625rem;top:76.6125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqZCN07W7xKWxGWt7gtPgfprDyxXKgFI { width:10.6875rem;height:1.95rem;top:61.4rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWfPTPxtAQBBA0BgIlLSdBftvK5bIZm { width:8.3125rem;height:1.05625rem;top:60.15rem;left:0.6875rem;font-size:0.8125rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #HEobkn1OQCUMEfzeebNxpf5o8BqamIC5 { width:10.6875rem;height:1.95rem;top:98.3rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAucrgHsupoC19KHxNToTTAgMVFKs2rS { width:8.3125rem;height:1.05625rem;top:97.05rem;left:0.8125rem;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #BOyEwcgKTaHlwKT4akFSXxOA0TMMa2Bl { width:17.375rem;height:2.8125rem;top:69.587501525881rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdizcJSEASqcT19ftoNWrumrrhrPyV38 { display:block; }
 }@media only screen and (max-width: 763px) { #isH5ViXzbh2WPPoWpm7aXx3u8O8IeSpH { width:17.375rem;height:2.8125rem;top:106.48750972748rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfvrPSRPv5xJ7oMvCxS8mFKdCTPAVdEa { display:block; }
 }@media only screen and (max-width: 763px) { #TqK21FuyfOc0M26TKloA4Vmt5MArH5Tn { width:4.0625rem;height:1.425rem;top:72.587501525881rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQDl1mD6XFUflVzNvsGZGBotOeT34tGE { display:block; }
 }@media only screen and (max-width: 763px) { #ghxyb1bs3Jxa35tflpKHXdP00Trc7HTd { width:4.0625rem;height:1.3rem;top:109.73750114441rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TRsEmx6h2bqPyPnL7pBGAi47L97fLX { display:block; }
 }@media only screen and (max-width: 763px) { #FeqyTD1PF9UpT0KBqxfAppsd3tIMaqJv { width:19.875rem;height:35.3125rem;top:38.5875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NekEIZDB0lud3TwPrWqtwURNrWSxQ5T9 { width:12.5rem;height:1.1375rem;top:41.9rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y185xCK8W8TGxmVevnHHmNa36h1HNiWG { width:9.75rem;height:1.86875rem;top:61.275rem;left:10.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOaJrFN2Tqcab1zKThaUbwKMRX6sq5cs { width:9.1875rem;height:0.89375rem;top:63.4rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFiu6UqXcDIWHQfB0qdQ72yK06mgeSdG { width:9.25rem;height:1.05625rem;top:60.15rem;left:10.75rem;font-size:0.8125rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #QQxp4V9sskvQITAf72aHRs8MMhpdAz8y { width:6.375rem;height:1.05625rem;top:96.9875rem;left:13.0625rem;font-size:0.8125rem;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #zMsKwfZ5yyeb3oF42A84vvq4GHKMiDp4 { width:9.8125rem;height:1.86875rem;top:98.2375rem;left:10.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXFc1JCaSaFmhN7XGoKxJHuTrJ6VAifh { width:9.6875rem;height:0.89375rem;top:100.3625rem;left:10.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHaktcTUB0l5QNddTTUd3nnOZRNKauWq { width:19.875rem;height:35.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOsEegVV0oDL2d6yChZIkCmDsxTv5qnw { width:19.25rem;height:1.625rem;top:2.25rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7XmtDI4UHWLpNiOdrcCFq4WHclcmJeM { width:12.5rem;height:1.1375rem;top:4.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkTn4sIWtB6oKmNWweb5cJwe8aQmorn { width:20rem;height:8.5625rem;top:11.118750572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMm5gKTXdKNkE6MvwUyw8Kc9QVJz89V { width:8.3125rem;height:1.05625rem;top:22.75rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAuy51hOByJlm1KisCtywLZA8b6Vow8n { width:9.25rem;height:1.05625rem;top:22.625rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyKrliChr9fHA2PloP0TTcnFDp4IwfSh { width:10.6875rem;height:1.95rem;top:24rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBAa7DoQUhGXa40DMxOi8ZcO126dEGn { width:9.5rem;height:1.86875rem;top:23.875rem;left:10.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXLk38AykTQ9EgNn8y0H89ZAV8f7QzpG { width:9.4375rem;height:0.89375rem;top:26rem;left:10.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1tiNrgUK6ofMicTlywwlXifSnNSPdWp { width:17.375rem;height:2.8125rem;top:31.612500667572rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46OEcIobgssWQaLk7klSsXWAGIeZmqr { display:block; }
 }@media only screen and (max-width: 763px) { #O3VgtFGPXyiwFlHVpWfJnNNNv7IZyqTm { width:4.0625rem;height:1.7625rem;top:34.950000286103rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIk8Ndc99c6iE4SW5r1B1kgc8mgMhVUX { display:block; }
 }@media only screen and (max-width: 763px) { #rTPLAF1vyR7olwZcy1eCQFCHvrEDkKWw { width:8.5625rem;height:1.4625rem;top:6.3125rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5xzqD1hdi7TrpdBHpNMSNqut1TncsGs { width:7.4375rem;height:2.68125rem;top:8.4375rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaGPTSvuRVX1ZoMDJd2B8Wu4SdzXGH9K { width:12.5rem;height:1.1375rem;top:78.937512207031rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAWy4onS96sUW5SxQtWuuxewvtTvNNEB { width:7.4375rem;height:1.4625rem;top:43.037501335144rem;left:11.799218714237rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVtTuSLCkhgnRh6xrQ5B7K6mNkNwRNkg { width:6.9375rem;height:2.68125rem;top:45.5875rem;left:12.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt6Xgc2uDQrlplFhEdh1Tpx0ndlTlgT0 { width:10.4375rem;height:1.4625rem;top:80.55rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAV3FuqaR9drTEu2ADFgnvaMhX2rTJM0 { width:6.8125rem;height:2.68125rem;top:82.675rem;left:12.6875rem;font-size:0.6875rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #rQxvOoDriG8WxJcC7nT0awAG6U8GshaT { width:8.3125rem;height:1.38125rem;top:44.025rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvMdEeXzv5VTkKGF8mLweLwGr1yfFgKI { width:3.5rem;height:2.6rem;top:44.7125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ApthXq8EqTukcxf7H2MUbfNSqScWqd { width:9.9375rem;height:2.35625rem;top:45.2125rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQiTenKquWy5XohJdPf3OtPIoqVU4fPR { width:10.1875rem;height:4rem;top:43.837524414062rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6MQogHTiF1FR3uwKOeen6NXT6m65pND { display:block; }
 }@media only screen and (max-width: 763px) { #aBgrTLvulhD1RTOeOlws0nTERI0Cn7TW { width:8.3125rem;height:1.38125rem;top:81.3625rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXHlCqL0K3c6Xf5rkLIRlakDfEI0fzH { width:9.75rem;height:2.35625rem;top:82.55rem;left:0.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFGM1MEWkXztJi2BdETGM5TlKqBFcnEJ { width:3.5rem;height:1.3rem;top:83.312512207031rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdtpywdy4VncH7zbGQwazNT5l3BR8TVX { width:9.25rem;height:4rem;top:81.175048828125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPxeTV3v8taLSpLN7faeEJ8rT7e8pcus { display:block; }
 }@media only screen and (max-width: 763px) { #TaEd6KtkVCuo62bgTA2HxJLX3PXPzc3N { width:20rem;height:2.925rem;top:65.3375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kQeZIQNEKDnbgNTPkLSPzShPWh8S5QoZ { width:20rem;height:2.925rem;top:102.2375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMH2bhtmU8XH7FhA9fFbMN15PPvU5wWn { width:20rem;height:2.925rem;top:27.854687213897rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z6rTePRc4KPo5nMJ3JJsvHhOXFSmLXLt { width:10.7375rem;height:3.8625rem;top:5.6984367370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08wK9KTqkogmrPtPpOMGhzD2Vv41t3T { display:block; }
 }@media only screen and (max-width: 763px) { #n5cUnM72n7i8ffqEsyEeurAx1Xsse0ep { width:10.125rem;height:1.3rem;top:7.1875004768369rem;left:1.0617187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBud8eI08kdsywJqehG6b5cmxHMzNud { width:8.3125rem;height:1.38125rem;top:5.6992182731628rem;left:1.6875000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlSry8EZTlQq3FbekJ9BzpvhrMO273PS { display:block; }#XlSry8EZTlQq3FbekJ9BzpvhrMO273PS > .row .container { width:20rem;height:106.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doNEbkVCWPeAwyuGndbunnhNdC6TzG7d { width:19.6875rem;height:9.375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRC9Gr0yW6vUCingprgqlPbAtaCsHzi { width:16.9375rem;height:1.625rem;top:2.25rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKXrVT8M1erK56zk2o85qH7JJO27KuJZ { width:19.375rem;height:9.125rem;top:49.64999961853rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvFgOInqHTvlQnfI1377vnBv19fRRAko { width:19.875rem;height:35.3125rem;top:38.525rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR5gKtGw9FR6kFstkQM5aqVGt6v70BKA { width:20rem;height:1.625rem;top:39.4rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpRhmToSGNRupOBgMnMAslZEwtPprW1y { width:10.6875rem;height:1.95rem;top:25.375rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2u50bfrLORiDPpPD7tSq0wVXx6MfHaK { width:8.3125rem;height:1.05625rem;top:24.125rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odutAvt3H5HMalLOuMvTRpb2cwDnwGfQ { width:10.6875rem;height:1.95rem;top:62.7125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghf7TfbCxtwgwu9xJ7PEALJ9eGV4BPEV { width:8.3125rem;height:1.05625rem;top:61.525rem;left:0.625rem;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #ilNfuQvalzonPMo9KPTpxsmc1WMbBlNH { width:17.375rem;height:2.8125rem;top:33.300001621246rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKSD4x5OrvpnAm7e7TuCNRIwmslGxsn { display:block; }
 }@media only screen and (max-width: 763px) { #F1o9o4QgMe1hS16aO781WivutZpsSoTh { width:17.375rem;height:2.8125rem;top:70.212501525881rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHpaVHLoPz5gMqDCqFVaBTf77PsrdlWD { display:block; }
 }@media only screen and (max-width: 763px) { #CIZd2609tSzWHRaCCuyUWoMDS1vKLZtX { width:4.0625rem;height:1.175rem;top:36.112500190735rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfyUKn3KHVohDgfuGf5WRlISKBiJAUgt { display:block; }
 }@media only screen and (max-width: 763px) { #EHrAdCkXbhSEUyiIMuWeNoK2QsW9cTRz { width:4.0625rem;height:1.3rem;top:73.93750190735rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4REXAQ3KBNZIiCX2EEJSIhLJsBeMeh3 { display:block; }
 }@media only screen and (max-width: 763px) { #BFAdpuScsFCKDRutGiAtORUPeiUdhoc7 { width:19.875rem;height:35.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3q8f6dwBnSfZDbvpweXIJaC9vp2CoQW { width:12.5rem;height:1.1375rem;top:4.32421875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UzfDEPMa9b7UT8cl8hZraE8Hl7hIzs { width:19.9375rem;height:30.6875rem;top:75.924926757812rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xG8ZMRBaaFS38EoEtdRh82p2FpphJJ { width:16.9375rem;height:1.95rem;top:76.925rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzWOfEMNqE42KsP72yfE01RN53mXALGK { width:18.6875rem;height:8.9375rem;top:80.643751144406rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQsShM6kB7lImgApEvCDSA0N0oBXt9qF { width:8.8125rem;height:1.95rem;top:92.65625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyEJFx5yqD0Bvnxt5sQPcAxxeI5DFM3C { width:8.3125rem;height:1.05625rem;top:91.300001144406rem;left:0.48750001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6gnVyVPpr7CMZVpwGa3pdQTwIUywdlW { width:17.375rem;height:2.8125rem;top:100.03750038147rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdFTvX9CrG47WqRwy4dSNyhNesGXdJiU { display:block; }
 }@media only screen and (max-width: 763px) { #Xs7uiuFJhtx57FHxRVUWgz1gQDLKNftQ { width:9.25rem;height:1.05625rem;top:24.125rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWX5BVRAJ1fspiXw9I270ItpAdt5q5Wi { width:9.3125rem;height:1.86875rem;top:25.375rem;left:10.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNkTVvaNTrpI5BGLoUORSW9HSqgLpvhs { width:9.125rem;height:0.89375rem;top:27.5rem;left:10.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UdvFnzlo6tBgL62sJxdyt5I4Uhf4fw { width:9.25rem;height:1.05625rem;top:61.4rem;left:10.75rem;font-size:0.8125rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #TxNaH8I9mqUA0ysOC5uzJJi7dI9bxBzq { width:9.5625rem;height:1.86875rem;top:62.65rem;left:10.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI18I8GsIlgUl7JX04JnpaSIEpylqnhI { width:9.25rem;height:0.89375rem;top:64.775rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtEM0B8wfZUFdk6OK5lOA7DGlkbGmT8S { width:12.5rem;height:1.1375rem;top:41.475012207031rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPSJJRUTNxTZ2LP9t1179y0tJQVfoJsn { width:9.25rem;height:1.05625rem;top:91.300001144406rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuTFcTrDpZyTUdzkUnRQEVHrLB2oU8p { width:9.5625rem;height:1.86875rem;top:92.696874618531rem;left:10.174218714237rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3GTMCpPDtyd5nkNXeZyCNKWGCcorACc { width:9.4375rem;height:0.89375rem;top:95.112501144406rem;left:10.174218714237rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx5NwflytoZvx80rgJJy2U0uDtKK3MPv { width:4.0625rem;height:1.95rem;top:103.73749923706rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Q85Z7tKmf2RxhKt3kwpyprwah7TH5M { display:block; }
 }@media only screen and (max-width: 763px) { #Nd8fcXUugtgfSFXxGB2aUQfrfD1DaPQs { width:6.875rem;height:1.4625rem;top:43.96249961853rem;left:11.674218714237rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2hR5w6LLXOSUA0Fp49R0o1UqTB0EyNP { width:7.75rem;height:2.68125rem;top:46.0875rem;left:12.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgX21V2NkfslFy8tAkUiFRGqGZeyRbtN { width:9.3125rem;height:1.4625rem;top:6.75rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6ZBWAlH51DvQPncHf8VKfsN34ZTu7aS { width:6.9375rem;height:2.68125rem;top:8.875rem;left:12.749999046326rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgy17bnZhkF07o300nl0OMyOSfkPVLSt { width:20rem;height:2.925rem;top:97.112501144406rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCVdkvOQgQGQvNahnkgxBky89F3tO0f6 { width:10.6625rem;height:3.7875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeFBg5Vp4S35KNC7wvTQDHrstHhAoMbq { display:block; }
 }@media only screen and (max-width: 763px) { #PKlUf2STMqSwys70Rd3D5Vs9z7XVNhH5 { width:8.3125rem;height:1.38125rem;top:6.79062461853rem;left:1.5625000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqRVQb4podnGtDsIosxNPGZmQfaOeqOQ { width:10.8125rem;height:1.38125rem;top:8.875rem;left:0.31171876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnyMycTnT6J8BVDDofb0Cs6XFJXOCUN4 { width:20rem;height:2.925rem;top:29.311721801757rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4G5WKNOIdnIFnXaa11l8rP4TU6a6QMJ { width:20rem;height:2.925rem;top:66.549218773844rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnqTz0s3UWA25fzidbTqzqUB8FC6HW8m { width:10.675rem;height:3.8rem;top:43.96249961853rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpneFr8XTT1GEL2fdsKtpLiN52Qzw7sp { display:block; }
 }@media only screen and (max-width: 763px) { #ptd3flqTi653kOuT9dFWq8wvpoen1p16 { width:9.375rem;height:1.38125rem;top:45.425000190735rem;left:1.0929687619209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0F4d7M1USNKJ59asVx1ukUTFncNHJk { width:5.625rem;height:1.38125rem;top:44.003125190735rem;left:0.62421876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO { display:none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh { display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzI6s9TTCpqgIk9itn3pplrVzh0Z8uO { width:20rem;height:24.15rem;top:1.25rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { display:none; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF { display:none; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5OsVg14cC9TCGINyyOOHhhCFi5zcp8t { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k45apQ9gey75pzGdJRXWvtFV0D2IJxO0 { width:20rem;height:2.6rem;top:5.1rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { display:none; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .row .container { width:20rem;height:68.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lrdkGSDn7gwZZ2eMQJAD6HOvXVkOOzI2 { width:18.0625rem;height:6.825rem;top:1.9375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt1xTv928mKmETToozzzsM5KDx955c3o { width:17.125rem;height:3.7375rem;top:52.9171875rem;left:1.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rccfaT0ckdxrmhqUzhUEvZX4MO2ZybSb { width:20rem;height:auto;top:38.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TRmpy5gd2Tfny2JwO4r2WTU2wTkVOaaf { width:20rem;height:auto;top:41.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XGkzgR9wyKeNtDwLOguo3NgQBepNT2yL { width:20rem;height:2.7625rem;top:57.9046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BkFvXUK571zgTtvsaXyJoHF9IKq8KNeR { width:20rem;height:2.7625rem;top:61.9171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hDlQlTQnaWUmhPeSIxDv7GqhGK2Wb3xG { width:18.125rem;height:4.875rem;top:46.7921875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atISmCCxGHDNaNWB5FvTE9ccyxNQWhpE { width:18.0625rem;height:6.825rem;top:37.0421875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTN63PGflymaSUzEiByNtURuVWNlXPKa { width:18.0625rem;height:6.825rem;top:11.4375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAonMIRClwivpuor4IdxUwaVHPfdmSFk { width:20rem;height:15.8426875rem;top:19.5125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl628qTWEiJ2sAdpQVkVmguFiVJcVkAQ { width:20rem;height:7.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqsENqNzT8007tUVVA46CmOt3GrzyCy { width:20rem;height:7.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnwmUe559NbCI4trC638H3WQW4kJvtoR { width:20rem;height:5.6875rem;top:45.6671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7laNpAwmX7r0eoMOOA40VPeAcpCvO07 { width:20rem;height:7.8125rem;top:36.6046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGw5T8dlpWvPaGxTatmJfoDTkR9VoDe { width:20rem;height:1.54375rem;top:65.9296875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn { display:block; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqt8SFmW6rsPyJSkCPk3D7GGOghUwzH { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzIQcI9mDIgH2ZHnVgsWTBBq7IbJ674q { width:19.25rem;height:11.8125rem;top:5.75rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2Bkl1sGJvfuqIze2B3gDglFILHaHg72 { width:3.125rem;height:0.3125rem;top:18.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCOfUVryrZQtthMTcVExK0VncAN4BMFQ { display:block; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8rzGDyUu7n11searWZl4so5OBBM0eHq { width:20rem;height:20.25rem;top:61rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrgcP7QFJUpgL3ll7fHgO4kAJUa8UvuN { width:12.6875rem;height:4.2rem;top:8.5rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtqIv6TGRCOmpdJMvwRTTLSPgHbT8uI { width:12.75rem;height:4.2rem;top:25.575rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3iFaMZwuJlInWsWz24AW2HGQb526GI { width:11.5625rem;height:4.2rem;top:43.3375rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd04xDDdVV6ETLOxfaC21l2xg1xSOicv { width:11.5rem;height:2.8rem;top:60.475rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V { width:18.3125rem;height:7.25rem;top:7rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH { width:18.3125rem;height:7.25rem;top:41.15rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH { width:18.3125rem;height:7.25rem;top:24.075rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E { width:18.3125rem;height:7.25rem;top:58.225rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEN9weZtF1tRf74fgmMWspfTsUSBmeJ { width:19.875rem;height:33.4375rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKin9i04bPrGuiTbiC9yRw2PCy1pv0kk { width:19.875rem;height:26.5625rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y58AbTvAnK92JimPT5QGpftR3RXHxKkU { width:3.125rem;height:2.8125rem;top:9.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFb9IqN5E3hdnCdfnr8I19Vr5USQSf4M { width:3.0625rem;height:2.5rem;top:26.45rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSPb9VldmFwCbaNQwItH8ZJDvPMIrRw7 { width:2.875rem;height:2.875rem;top:43.3375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBa7cnwX7I8ciKKz4HKImrfrHa7bknTD { width:2.5625rem;height:3rem;top:60.35rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwX4dHlCmaJpUsDDhwulmUeEssiZgBr { width:12.125rem;height:1.5rem;top:0rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWvXF6NTy9RyluB5CbQibDaFimioku8 { width:19.5625rem;height:1.625rem;top:4.125rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU { width:18.3125rem;height:7.125rem;top:15.6rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kshy3u2U992Lk0lJ3VU5lEoTzTOboV5w { width:12.125rem;height:5.6rem;top:17.1rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtbdCOtxGNP7yMpWOnWdcDRqLyehtlo { width:3.125rem;height:3.125rem;top:17.6625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3 { width:18.3125rem;height:7.125rem;top:32.675rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D985mhvFSZWytRggTNTJkvvmGwgBtDOr { width:12.1875rem;height:4.2rem;top:34.175rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6iSTlM5PllkUU8BoGKaJBDdU0NzQzg { width:3.1875rem;height:2.4375rem;top:35.1125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4 { width:18.3125rem;height:7.125rem;top:49.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TQSRBLRRInNs6yhsZZpW6mfFwpD7DV { width:13rem;height:4.2rem;top:51.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWhs65NehfXbUmt2szLRD10pAp1w890 { width:3.25rem;height:3.25rem;top:51.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8 { width:18.3125rem;height:7.125rem;top:66.825rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLreXIOLLN9p7V39N2Z68ThXb3WaLwn { width:12.4375rem;height:5.6rem;top:68.325rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXErcUsvSfikIKgnL41kavJicXuVu9sT { width:2.8125rem;height:2.8125rem;top:69.075rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPA1p2vR7zSqbl4g0z63n7BMcQ9cEtey { width:19.5625rem;height:1.625rem;top:2.5499992370606rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHlstpNlveyIcEo5qgI3d6K3DD36JZ0r { width:14.125rem;height:3.25rem;top:75.3rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHCqd81BoZqJ8lPKCM5MVwNG1nhNcZZM { width:17.375rem;height:2.8125rem;top:79.8rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugmSWOawAVqrA801eSbx95gBOmTmOHNo { display:block; }
 }@media only screen and (max-width: 763px) { #itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { display:none; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJoPrTnU6O1zrq9C2xl2QKdDqbv48MLB { width:20rem;height:3.1166666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RF5oOJnmJ3ZmS8RALhkCPHO7XC8Apkqz { top:1.25rem;left:0.625rem;width:18.75rem;height:15.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LFy5J8aSul8TueNHquKBTA8tzlkAbb4T { display:none; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { width:20rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q5U1cgxvuJkJ7UBnVyRi2lZe6Fr7x3oU { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txRILFnSSf8rObENfeINPcWiv2imFDMo { display:none; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { width:20rem;height:112.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZceowJT04dJ6s4eyHlu2BGBHd66DZmfT { width:18.75rem;height:5.85rem;top:2.4375rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A0QPBzpkwuBQSKP0tbeWBxdb6zX6DfAx { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3o7xe0yVmC6iD0Da25TaEPxlyBpW5I { width:7.1875rem;height:1.5rem;top:17.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJ0HNaEXA7ZEzIJNvWLswgoiGLPTG2k { width:18.75rem;height:5.85rem;top:26.375rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #daM6d5yXSzch2kKp9bS1fRkSuPTGkZGb { width:20rem;height:18.4375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7SdMTU38bX3JRbDmn9v2HZuTUx9enH { width:6.625rem;height:1.5rem;top:41.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbb2dQ8o5bG9UBG2bzLf9eoE0L6tINCO { width:18.75rem;height:8.9375rem;top:50.3125rem;left:0.5625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JHypFZHgL8TkRD1IehS40EdG01VOpmNN { width:20rem;height:22.5rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yEIoyMeJQOV3W6vHDE5pdPvseP4zSL { width:6.0625rem;height:1.5rem;top:72.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1d1ydllPSKP4LviOwvV5W2zoQ6VbN8Z { width:18.75rem;height:4.875rem;top:81rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bO25m3IPflt2LXHalsAqsQ1cVyV0Veqs { width:20rem;height:19rem;top:79.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LW7esMzLLL1BbSTqPBnDSy252PJg1Z { width:7.5625rem;height:1.5rem;top:95.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGqycTOgydCx0mUmwCFOkHasc6WJs2I { width:3.125rem;height:3.125rem;top:103.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRikWdCVKyf6E8w5cnLqT6bSFazkmJ1p { width:2.8125rem;height:2.8125rem;top:108.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwVg6HkPBXZiCSFFui3AB6NughyDDAT { width:4.8125rem;height:1.625rem;top:75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkbfeQAki5oIVB742n2WEzIvbKoJzAZS { width:1.625rem;height:1.625rem;top:76.9375rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSE1vSqJi1xHvez4O7VVbKJEpi3tEooZ { width:1.625rem;height:1.625rem;top:76.9375rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmoKG7bgJyTo4mnfRJlDg5XWOux953CQ { width:1.625rem;height:1.625rem;top:76.9375rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCIuuSe7a8QiyJcNLtglayQll6F5Zdxr { width:1.625rem;height:1.625rem;top:76.9375rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiQgkJ0g7NOQmXsCDwRbxKIFzb1aaaX { width:1.625rem;height:1.625rem;top:76.9375rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stl8pduUU1fNZpdHrcPCwIv48esf0UOn { width:1.625rem;height:1.625rem;top:22.3125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKQtbcdDMoye99FUVfJqZdVDmtrElDm { width:1.625rem;height:1.625rem;top:22.3125rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJMuGLOTTQw7N4SB6TwkEBuh3oQbvFl { width:1.625rem;height:1.625rem;top:22.3125rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnOnZppwkrLHxTluAPm0ohe44yF7B4O { width:1.625rem;height:1.625rem;top:22.3125rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5DBcTNioKnG4XnJTu1nUshB19WZsdb { width:1.625rem;height:1.625rem;top:22.3125rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI6T5f79NeiZqFzT9Ka7nlJNAMlPpICf { width:4.8125rem;height:1.625rem;top:20.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1orO8k4Vitf9pDfNbLb5B7HePFr1M0 { width:1.625rem;height:1.625rem;top:46.25rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNkcQQa2QBStA8c9aks6c5bFvuf1MK4 { width:1.625rem;height:1.625rem;top:46.25rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2AmtIlE4Cylm4xPoWeWFfQxWb1TMMG { width:1.625rem;height:1.625rem;top:46.25rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtZ6fFeM81KsEBWvkHUOypG99SchOweL { width:1.625rem;height:1.625rem;top:46.25rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dffigCDcIfCJm2J3ibMseKJrf86GShKu { width:1.625rem;height:1.625rem;top:46.25rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmtXDDTgbkrU52L9yH5Urw9BWTLlk2o { width:4.8125rem;height:1.625rem;top:44.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRQSVN8Sg1r4vxUxxXffd1oGlb0gvtJ { width:1.625rem;height:1.625rem;top:100.875rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDBeKxTMk80yxR0GOGWp7vZcLyydnP8 { width:1.625rem;height:1.625rem;top:100.875rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #payGTnkTCdvce3CC3M2Fh1dcLz5nltoa { width:1.625rem;height:1.625rem;top:100.875rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnxqNT6oIEATrb2bZe3KQnAMGUtR4ka { width:1.625rem;height:1.625rem;top:100.875rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcCdnDWK9R1WsIUwQy56vghqw2AMAN1 { width:1.625rem;height:1.625rem;top:100.875rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7hTkTXL6RmIMtgWrFoeCKilSLEmvG8v { width:4.8125rem;height:1.625rem;top:98.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNequBJHnyffRVMmPEeIpMyRk29s8be { display:none; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { width:20rem;height:110.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OlzWKqWEfc2NMRktuvfkkO62mNVCeNaF { width:18.75rem;height:6.825rem;top:10.875rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aUsuqFKCOTV4FXWT0N160J45Gg1DE2Bn { width:20rem;height:20.4375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeDiUJI4TfFPNSwTyG7tVtfzerEDFRlu { width:7.1875rem;height:1.5rem;top:30.106262207031rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUKSJMkvDlGmBQlpDi7RkEkJaT9wbviS { width:18.75rem;height:8.775rem;top:39.3125rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DIdwftFSLHLsnQ1fvJa7QNMTlJdCmivW { width:20rem;height:21.625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFMLmN5btWMdIcfeuMZVvPCTfhThMcK9 { width:6.625rem;height:1.5rem;top:58.543762207031rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzLbWaemc59R5PZVqez6mPnSlCUyCny { width:18.75rem;height:4.46875rem;top:67.75rem;left:0.5625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RWUpVVpSmX6DAoM5o6TeMxBSdbTLKSUC { width:20rem;height:17.5rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXeQik29SKU8mwusyFh9KtTN6VXdfrx { width:5.4375rem;height:1.5rem;top:81.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22gpoonxEPsXnwB2qpFy336A3mfZE0g { width:18.75rem;height:4.875rem;top:90.5625rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yJUITDAiLBUSMfsqViw1JFKQDf9vz3M2 { width:20rem;height:17.5rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR9KcPOle4iPIsrXmkgNN55KAwxKzsUb { width:7.5625rem;height:1.5rem;top:102.90625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4aq3zgiTmOyoPTqHAUAHaNXMztOgTo { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEBX6W43KDaiwpJQilEkQhvnATXdG1a { width:2.8125rem;height:2.8125rem;top:5.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph7ZiXo4wcelddCLPV6STmTe8PrQ6Kbe { width:1.625rem;height:1.625rem;top:63.6875rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oOfyrwdUgrkmLmoOBfQRuepJ5iD001 { width:1.625rem;height:1.625rem;top:63.6875rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiUGib2ZpxQJfcx3SGLsoAqm4wVN0fP { width:1.625rem;height:1.625rem;top:63.6875rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOOzkdeCQIozW77nEvKnf4zgtGbTq0r { width:1.625rem;height:1.625rem;top:63.6875rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76UmXaPPumv5gTeyzUkCtdy5ZuMG2uG { width:1.625rem;height:1.625rem;top:63.6875rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piX4q5IaxI3QoCDhLAuqL5CZ084vRDM2 { width:4.8125rem;height:1.625rem;top:61.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcGF2xJ5yTDatqeyaTAPaqMezQoeNB6 { width:1.625rem;height:1.625rem;top:35.25rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb0nbtvNJ9wkm5kRsgkgqec2aHgC8b54 { width:1.625rem;height:1.625rem;top:35.25rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm6a7eBsIcl5ZA6sVlsNKyQOE0iIWpFl { width:1.625rem;height:1.625rem;top:35.25rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0pCHhsJ4nezuqTvolkKZuUT2M2x3Lr { width:1.625rem;height:1.625rem;top:35.25rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoyov7F3NT26EJ0wPTN2muzTPuCSRGG { width:1.625rem;height:1.625rem;top:35.25rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fX7V7rvQI7can5xhCbHbnCMTqKUKrz { width:4.8125rem;height:1.625rem;top:33.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdn483dos4GzB85rku7P7ULzpu6ugT1 { width:1.625rem;height:1.625rem;top:86.5rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TJ17u7pwchBLDQrAfGiutwRuofk2ty { width:1.625rem;height:1.625rem;top:86.5rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3W4T23TwJfu0yesdCT2w9rHsKrxRFDu { width:1.625rem;height:1.625rem;top:86.5rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHDWt7sRbSCFtW2CwrOwPqyRxdeysaI { width:1.625rem;height:1.625rem;top:86.5rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkpbheIdWl5L7x3bg5J9vJi7VR77PQ7K { width:1.625rem;height:1.625rem;top:86.5rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WycVa38T94Qkif41Q02hxr8HqM6WD7v0 { width:4.8125rem;height:1.625rem;top:84.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1THby2I0ZFArLAgFAufVCPLXqyCq72 { width:1.625rem;height:1.625rem;top:108rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lG2RV9PU2PCMo4qEHxJE0kDhOxx0nk { width:1.625rem;height:1.625rem;top:108rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRF1lBABzsR8SGgxDZFytRqT6PTCTWp { width:1.625rem;height:1.625rem;top:108rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0kde94wpoA4K6lPrK4katIVPqcd13a { width:1.625rem;height:1.625rem;top:108rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2GL11aCeSfvvDIHiaDJ9Jy9HsQeinIA { width:1.625rem;height:1.625rem;top:108rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me75Iopn07vZrSX6XHnKCCLID1c6Mhdo { width:4.8125rem;height:1.625rem;top:106.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi { display:none; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { width:20rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XJsKswwM6JWvIE8SXxTTd8hOzayTqnHS { width:18.8125rem;height:3.4125rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6V2xKoeOulqAOObJty4JqkaLDstC62f { display:block; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrtxsrlaCogeClEKI4leTwNWcZKKZ9I7 { width:19.0625rem;height:10.2375rem;top:1.25rem;left:0.4375rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { 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:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.adaptive-delivery-prevent-bg, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyload, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyloading { background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { background-color: transparent; background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .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); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .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); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { width:19.375rem;height:34.75rem;top:49.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki25Z34FdKRmkefTBJzBWGT2LQD03cU { width:8.0625rem;height:1rem;top:83.512512207031rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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:2.3125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .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;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:first-of-type{padding-top:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:last-of-type{padding-bottom:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { width:17.5rem;height:auto;top:41.946875572204rem;left:0rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { width:17.5rem;height:31.73125rem;top:49.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #UdgAFZNTaMEcph5naUGmChvNlm1rgqIn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #DyOQhh39KxT1vdAa3r8b2P2zizF4QnA0 { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #VxwxGQ2lT5wJ4G5O1Tx0os7TxsUGAyTV {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #A9APCHquAwdGt8rzs1vB7570Bo7GwexZ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #OTwLUru2s4ZFCUcsUBxhUiDv1iTTdE8a { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #O8TaRzxEKc0K2JxTBv2Lpl76lw8LU9Ko {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 {  }
 }@media only screen and (max-width: 763px) { #nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { display:block; }
 }@media only screen and (max-width: 763px) { #XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M {  }
 }@media only screen and (max-width: 763px) { #vbrL4ItqVx2liSmPv8pZMJs1leapHlnW { width:18.4375rem;height:2.7625rem;top:2.625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9rPSDDKiCL7ueeQGLAMduN9zQeWAMh { width:20rem;height:14.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWrwoBndxUaEtPqrwtd4ZgK6zIt2FdsX { width:20rem;height:14.3125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETurtZBnpgrVH0t9Irzl2RMlO5KcQxJ2 { width:9.9375rem;height:2.7625rem;top:34.9375rem;left:1.7500019073486rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1JAbexU8g41eBvvATK20FEtdNPk9s2o { width:16.625rem;height:2.3125rem;top:13rem;left:2.5625rem;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) { #AmOrnR29TeWr8Dp9IpIQ7swW59PxrLgu { display:block; }
 }@media only screen and (max-width: 763px) { #Gq6oKQBWSfle3TWsP18H5KDAyniRRrKL { width:16.625rem;height:2.3125rem;top:45.25rem;left:2.5625019073486rem;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) { #dCIwWyiZaZ1RALsr2rbEwq2vBUatUDPk { display:block; }
 }@media only screen and (max-width: 763px) { #ZGnKy4uOPhvH82Mtm3eat0dhVISsX3Aa { width:2.375rem;height:2.375rem;top:6.9375rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tM8WAaLnxE5vW14v3KTl6rZNu8K2tn { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqW8S5DJ7RLvscl44PAAuM2R0E68CIe9 { width:2.4375rem;height:2.4375rem;top:9.4375rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN0wUnDArUpC2K1dNpL3ibwMxI3RQcxk { width:2.1875rem;height:2.1875rem;top:9.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waaODAtb9i7VQvXU5uWL43l2LCF90bFc { width:2.375rem;height:2.375rem;top:39.1875rem;left:1.5625019073486rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1is5O3GLbAacF2ErWSJbLNECssDvBo { width:2.1875rem;height:2.1875rem;top:39.3125rem;left:1.6875019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #nucqu7TIcKRMSMl7xTk2XpeklhcSRCBc { width:2.4375rem;height:2.4375rem;top:41.75rem;left:1.5625019073486rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXBouZTn9JSXZZd5HkmTZeyVLOufTcMI { width:2.1875rem;height:2.1875rem;top:41.875rem;left:1.6875019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV5Hh1GQmMKNnyKNR45avXFx48SwsHP { width:9.1875rem;height:1.05625rem;top:7.5625rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7zAR2sIQbOETbLzk875Tp5KEcqTxnCy { width:5.25rem;height:2.1125rem;top:10.0625rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3g57bo15W5AzbEpLh1kvXHkhzyFImJe { width:8.3125rem;height:1.05625rem;top:39.875rem;left:4.5000019073486rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQu1ODcUAOS5wBECEGdxhJKBdCyBDfr6 { width:6rem;height:1.05625rem;top:42.375rem;left:4.5000019073486rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs3uK72hIO8P2QsuqHvJQGwTu0LoMT2q { width:17.75rem;height:11.375rem;top:21.1875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHHqSzhpANLhxpM0MJwoA63ag1rqLz5z { width:17.75rem;height:11.375rem;top:21.1875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNc6F71B7vKgH3gTgbE3SMQISkpIBiw8 { width:19.9375rem;height:7.125rem;top:25.1875rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { width:19.9375rem;height:7.125rem;top:16.8125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #JUzUL5u1pVIVWR0HkEO4HhgPumam1ak3 { width:5.6875rem;height:1.125rem;top:9.71875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTAvUKLLG99RlGFUgSedUT6TKKJQMeZ { display:block; }
 }@media only screen and (max-width: 763px) { #SvX5zwVzLUEhluAxuMrl6uf5lrPSE5uy { width:5.25rem;height:1.875rem;top:41.96875rem;left:3.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXxEWsMUh5ZDFio4lq0DxOTLyGpExUHR { display:block; }
 }@media only screen and (max-width: 763px) { #ib3XTihslxtNB8X37kqo3VeUTMNBRtV7 { width:13.6875rem;height:1.375rem;top:7.46875rem;left:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTGOz5liy5xirp9W5TbT2BxhriuZi9E { display:block; }
 }@media only screen and (max-width: 763px) { #s3yWJS3D7ZSqMISEG1BnqXTkRBRevCVr { width:10.5625rem;height:1.3125rem;top:7.46875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrFSTnhWPL1UC9N2baQmAHOuwu5PGVHQ { display:block; }
 }@media only screen and (max-width: 763px) { #KaNQTzZ0Z6R8FSdpazifxR3gJwIZhPxh { width:11.0625rem;height:1.375rem;top:39.71875rem;left:4.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNKyMfkZ3WmZ1lbmcxfpZVT2uvai237 { display:block; }
 }@media only screen and (max-width: 763px) { #ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { display:block; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { width:19.9375rem;height:2.4375rem;top:5.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block; }
 }@media only screen and (max-width: 763px) { #hQIed93IUFeyAbEDtVP70scqilNMxXJG { width:20rem;height:2.4375rem;top:8.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block; }
 }@media only screen and (max-width: 763px) { #mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { width:20rem;height:2.4375rem;top:12.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block; }
 }@media only screen and (max-width: 763px) { #r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { width:20rem;height:2.4375rem;top:16.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block; }
 }@media only screen and (max-width: 763px) { #K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { width:4.0625rem;height:2.625rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { width:20rem;height:4.55rem;top:19.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I66rTFF0P1zAUvyR8edi7T73dVh962Vg { display:block; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { width:10.1875rem;height:1.1375rem;top:1.25rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { width:12.375rem;height:1.1375rem;top:14.2625rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { width:0.125rem;height:1.25rem;top:6.3875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { width:0.125rem;height:1.25rem;top:16.65rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B066UKHINBD6rkfC8TR3dF3QSKKO7fn6 { width:5.1875rem;height:1.5rem;top:3.6375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6hQU8Q4s9ComBOT9PcIK8tLETOdxXQp { display:block; }
 }@media only screen and (max-width: 763px) { #V6yn29OiWJkxo7kcTkw0Q9Xgkla4xQGp { width:4.875rem;height:1.4375rem;top:11.575rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnti9S8p1NDV4tfoK4hg6yESBD9LLxT8 { display:block; }
 }@media only screen and (max-width: 763px) { #Zpxa3WFHPIzKuXB9ZtvArtAoMOl2CyxR { width:5.25rem;height:1.4375rem;top:8.8875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgn4TDu7ubJblTmx2rDoK8QOApm5oSwv { display:block; }
 }@media only screen and (max-width: 763px) { #KE5OTwVtg850Hooo4kiHe4ODWLzhxamA { width:4.8125rem;height:1.4375rem;top:19.15rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLN4chBuwmLbg698homrT5S6pcKN6UIy { display:block; }
 }