.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/e1212a8b-96c1-4c62-b3d1-3a63858ed69f/Top_toyoty_MKG_8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.adaptive-delivery-prevent-bg, #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.lazyload, #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.lazyloading { background-image: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container { background-color: transparent; background-image: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container > .video-iframe-container { display: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row > .video-iframe-container { display: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .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); }#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:49.9375rem;width:75rem;position:relative;display:block; }#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:5.977783203125rem;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:5.977783203125rem;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.5rem;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.3125rem;left:55.75rem;height:1.7858875rem;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:49.875rem;width:20rem;top:0rem;left:55rem;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; }
#GqAb6fxt4xECQW0TtU4T2bw2l6e0Lc4A { 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:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdzLkFyTvB3XLPPryoKw3nt9Z0cpkuWX { 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.625rem;left:0rem;height:5.6066875rem;text-align:left;text-align-last:left;font-style:normal;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:1.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:47.94375038147rem;left:60.592712402344rem;display:block; }
#qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { position:relative;display:none; }#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:33.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#o8xoyPD7Xe8uWLmIOAF5vLTinllzAaaq { 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:12.75rem;width:32.5625rem;top:1.0625rem;left:42.4375rem;overflow:hidden;display:block; }
#p9uJdwhfQtcNSlD2CTEtNN0NKrxkvLs6 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.249991416931rem;left:0rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#THLPJhPMczdPxOR4DKWR0WqZ1F1WAIdD { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:4.7125rem;font-style:normal;display:block; }
#H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { color:rgba(var(--color-primary-2),1);display:block;width:19.9375rem;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:6.97500038147rem;left:5.6875rem;height:2.1125rem;display:block; }
#Lsxq0ayLt1SCvCrz20oCnFuyD5FstcKC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.0625rem;left:0rem;height:2.6rem;display:block; }
#VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { 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:10.3125rem;left:0rem;height:1.54375rem;display:block; }
#NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:3.0875rem;display:block; }
#v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;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:14.4375rem;left:1.3125rem;height:1.54375rem;display:block; }
#NEeRTLDDC8P7FVUa5lT73atB74MTs0Xv { color:rgba(var(--color-primary-2),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.3125rem;height:1.54375rem;display:block; }
#bWoMmg5rMqsIrUp8plQdt3n1bqaSotTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.6875rem;left:0rem;height:3.0875rem;display:block; }
#sbzdAT5eEwRtHZWr1MBEnAMblVIrRNW9 { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15rem;left:0rem;display:block; }
#xwVI4WS5ImTDCTihWerLxcsBwkhClZy1 { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.75rem;left:0rem;display:block; }
#QIKyTETND4FXTDx7TMoMhzi6dewB02PT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;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:27.375rem;left:3.875rem;height:1.625rem;font-style:normal;display:block; }
#Vxr6FVR39JCHTWMAZt2ryeRFfGD8JVRG { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:26.749999046326rem;left:0rem;display:block; }
#gAINqzRiiwtdD4ErAxU5afGGtboFlKTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVDZa3yRvdRyafbV625DepteBtRTvvTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:27.562499046326rem;left:0.6875rem; }
#qVDZa3yRvdRyafbV625DepteBtRTvvTt > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#rQrv9L435s8QxaxTsWixrFfZAkKSPgfA { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:26.8125rem;left:21.4375rem;display:block; }
#ZFCriOkL9Wt9cXvdNLVz2usD5AG5dWiV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqwVIGuRxOOEtmofcTKaRN8CalRUD6tT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:27.6875rem;left:22.0625rem; }
#UqwVIGuRxOOEtmofcTKaRN8CalRUD6tT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#FXksSHQEXnfITrVtRP9iJBVJhoFaDkKy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;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:27.375rem;left:25.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ChG4hInDUqiiGD70J0X2tEOMOaimhTRP { color:rgba(var(--color-primary-2),1);display:block;width:10.25rem;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:29rem;left:3.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pr2glwOqOhHCkCCGPiKTuZ4Zk774V6KM { color:rgba(var(--color-primary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:29rem;left:25.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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.0625rem;top:5.6875rem;left:0rem;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; }
#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:45.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:none; }#q2Hh0cuGOCWfo7egetESSRv2idIkhlnx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.0625rem;width:34.875rem;top:2.0874996185302rem;left:40.125rem;overflow:hidden;display:block; }
#h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;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.5625rem;left:0rem;height:6.825rem;font-style:normal;display:block; }
#wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.14999961853rem;left:0rem;height:4.3857375rem;display:block; }
#Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { color:rgba(var(--color-tertiary-4),1);display:block;width:37.8125rem;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:13.049999237061rem;left:0rem;height:7.1484375rem;display:block; }
#nxgtmvzpFKTyk9IKCpKN62NHCrIqO3wo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.1875rem;left:0rem;height:2.6rem;display:block; }
#nW6t51ecIoAKHXkKZQ0pWsx1NSsyF2IG { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.5rem;left:0rem;height:2.6rem;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:25.125rem;left:0rem; }
#xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;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:24.9375rem;left:1.6875rem;height:4.7988375rem;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; }
#AEXbMRo0p2hd1U7i1EKvy9TtbQU10x3C { 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:28.25rem;left:0rem; }
#vvsziofegO4HDA2c7q63RhuC3ntMacAi { color:rgba(var(--color-tertiary-4),1);display:block;width:0.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.3125rem;left:26.125rem;height:0.73125rem;font-style:normal;display:block; }
#RvhnsLR5u1HWqlxyQpw40o4LlSnd5v1t { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21rem;left:0rem;height:0.975rem;font-style:normal;display:block; }
#pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:34.8125rem;left:0rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#fR4dl9xDzsCc0xuF306e5Tok8Vxfg6CA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.1875rem;left:4.5rem;height:1.86875rem;font-style:normal;display:block; }
#A6GrSIMQ8ACnHuZtmD0oKCTh9BG2TQzO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.1875rem;left:27.3125rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQcvsmrXnCaOhwtIVniXXRPeptzmqteA { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.8125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.625rem;left:0rem;display:block; }
#Au4LDBTSehRISkUo4uEep6fLo4URtQ49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AfvrDEk4AdJs0fFtwHMSqPUG8kgClaEA { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:37.625rem;left:22.9375rem;display:block; }
#FGIzT7SXZi9yvDrxaFX8Kk5SDik6UFiA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VHptRTZZbWJONocEGZnmV8X5fiWTPF5y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:38.875rem;left:23.9375rem; }
#VHptRTZZbWJONocEGZnmV8X5fiWTPF5y > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#k6t8ybLDuGbbrqPg9ix4rAThhA6dMGrm { color:#0a9ded;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.0625rem;left:4.5rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U40xpR3weceoHbilBVsw6n4Thgsc3Kxn { color:#0a9ded;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:40.125rem;left:28.125rem;height:1.86875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekaBwiuxOU7ACxlvzcSq4VC6ThEunIaM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:38.8125rem;left:1.1875rem; }
#ekaBwiuxOU7ACxlvzcSq4VC6ThEunIaM > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#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:28.25rem;left:0rem; }
#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:26.77499961853rem;left:0rem; }
#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:14.625rem;display:block; }
#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; }
#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 { 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; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container { background-color: transparent; background-image: none; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container > .video-iframe-container { display: none; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row > .video-iframe-container { display: none; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .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); }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container { border-width: 0; border-radius: 0; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F { 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; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container { background-color: transparent; background-image: none; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container > .video-iframe-container { display: none; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row > .video-iframe-container { display: none; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .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); }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container { border-width: 0; border-radius: 0; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#TGSZGolFUosVDq0XFwBgqt11aeQM1ADV { 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:2.1875038146973rem;left:13.842968940735rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb { 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; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row .container { background-color: transparent; background-image: none; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row .container > .video-iframe-container { display: none; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row > .video-iframe-container { display: none; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .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); }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row .container { border-width: 0; border-radius: 0; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#teJT2GwnPcmRixN5HnTuBi9buKIsnTgK { 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:30.3125rem;width:24.4375rem;top:0rem;left:0rem;display:block; }#teJT2GwnPcmRixN5HnTuBi9buKIsnTgK.adaptive-delivery-prevent-bg, #teJT2GwnPcmRixN5HnTuBi9buKIsnTgK.lazyload, #teJT2GwnPcmRixN5HnTuBi9buKIsnTgK.lazyloading { background-image: none; }
#ahChnrnn0KeUwuCpqAohqKX0DnpMwkEv { 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; }
#obwTZWOp53c5REfITCEZnNRMxZBDT3qN { 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:30.3125rem;width:24.4375rem;top:0rem;left:25.950001716614rem;display:block; }#obwTZWOp53c5REfITCEZnNRMxZBDT3qN.adaptive-delivery-prevent-bg, #obwTZWOp53c5REfITCEZnNRMxZBDT3qN.lazyload, #obwTZWOp53c5REfITCEZnNRMxZBDT3qN.lazyloading { background-image: none; }
#fskLPbyU1iFvkMJzEEBLdn50FCmHgg1E { 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:30.25rem;width:24.4375rem;top:0rem;left:50.437500953674rem;display:block; }#fskLPbyU1iFvkMJzEEBLdn50FCmHgg1E.adaptive-delivery-prevent-bg, #fskLPbyU1iFvkMJzEEBLdn50FCmHgg1E.lazyload, #fskLPbyU1iFvkMJzEEBLdn50FCmHgg1E.lazyloading { background-image: none; }
#yDzluL323fpzZMTv8O54pW9cTRuHd0AV { 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.6249980926514rem;left:1.1875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ELk6GIGeMOWFkQZLAXkX8XdaMhAKDsfR { 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.5742168426514rem;left:1.1875rem;height:1.13769375rem;font-style:italic;display:block; }
#DBShytzJQZmoWZ4TNO2H0pVdPFFHKPsD { 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:5.7374973297119rem;left:1.28125rem;overflow:hidden;display:block; }
#I5LhbL84PHLwxEXcRD81LVWX0sD1suB6 { 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.205470085144rem;left:2.90625rem;display:block; }
#pqdH1ftggGRSpIR7WVUiBdBNFKpGAOFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zWSB1XrGUn2FSkNBU1fRCrGZfqNUTwRq { 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.6242160797119rem;left:26.437500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lVpxEHFiE6KkeU3FzMps3noTTakRu4gT { 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.5742168426514rem;left:26.437500953674rem;height:1.13769375rem;font-style:italic;display:block; }
#Zrw64qXeuicT4XmTZsF6Ms0cUrIkX3F6 { 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.25rem;width:21.75rem;top:5.9242188930511rem;left:26.625000953674rem;overflow:hidden;display:block; }
#oy8S1hPCx6W0FRfxnsUsGfs9Hf4smeem { 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:22.205470085144rem;left:28.812500953674rem;display:block; }
#waFtKFd7tAW5mT2I4nxnGsAIZXA0nG2A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9RSV5HvBpblreyZzAa18WTymKImaSlJ { 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.6242160797119rem;left:51.643750190735rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q0XKWlm8QQvXJ3Hz2qVvmIvZdAtHb3VG { 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.5742168426514rem;left:51.643750190735rem;height:1.13769375rem;font-style:italic;display:block; }
#mhEXvPxHqCq7eAuZrmhIHeAz4qs7HPMz { 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.9375rem;width:21.125rem;top:5.7359352111816rem;left:51.681619483483rem;overflow:hidden;display:block; }
#BrCxyrT4CoAmd5VlZv1unLFhAnQyrkRt { 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.205470085144rem;left:54.018750190735rem;display:block; }
#CyTJwDToTMhL2xF2mZiWQeHlDXqhFASk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S { 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; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container { background-color: transparent; background-image: none; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container > .video-iframe-container { display: none; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row > .video-iframe-container { display: none; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .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); }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container { border-width: 0; border-radius: 0; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#TRFhSw6I8368ObOScTnUI3ZctxHVpHPy { 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:26.375rem;width:24.4375rem;top:0rem;left:9.5624990463256rem;display:block; }#TRFhSw6I8368ObOScTnUI3ZctxHVpHPy.adaptive-delivery-prevent-bg, #TRFhSw6I8368ObOScTnUI3ZctxHVpHPy.lazyload, #TRFhSw6I8368ObOScTnUI3ZctxHVpHPy.lazyloading { background-image: none; }
#xAxIZDRx4RimSscd09aGpK0gTdZMn5TM { 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; }
#hl6CUdQS30T3PGHHiIgFCpPr9nK7zovR { 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.25rem;width:22.4375rem;top:0rem;left:35.937500953674rem;display:block; }#hl6CUdQS30T3PGHHiIgFCpPr9nK7zovR.adaptive-delivery-prevent-bg, #hl6CUdQS30T3PGHHiIgFCpPr9nK7zovR.lazyload, #hl6CUdQS30T3PGHHiIgFCpPr9nK7zovR.lazyloading { background-image: none; }
#b5ISPOGUfcBaehefWKQyHB0lDht8a6J0 { 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:0.99999713897706rem;left:10.735938072204rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VyOseXU3oC2tms5V3E3ZMcSKaW7dlEhN { 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:2.9492015838623rem;left:10.735938072204rem;height:1.13769375rem;font-style:italic;display:block; }
#ly2AV9axnXVTSalgQRaTTDASIfBpbfSZ { 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.125rem;width:19.9375rem;top:6.1124973297119rem;left:11.829688072204rem;overflow:hidden;display:block; }
#dfyTEZPb6FqWCTKJ9QKoNDAbT89nfVlW { 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:21.361716270447rem;left:13.111718177796rem;display:block; }
#iiv9OTEr7yqC9O4vctaA7Z48gkLkzVwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gibc5IHVMNN1T6Jz5qT3uC58lVzbVwHk { 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:0.99920082092287rem;left:36.875000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v7WCTgO7h4IpGUPwdDUClz6Ia4AUwlKh { 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.9492015838623rem;left:36.875000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#rAyv9FLR2bwb97T1b576TVPs2GfOcOSa { 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:19rem;top:5.8601379394531rem;left:37.781250953674rem;overflow:hidden;display:block; }
#nKN867pua7zfSpsfEHMBSIZI5ipqDvMC { 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:21.360934734344rem;left:39.487500190735rem;display:block; }
#WawOu9kTgugErV8QfoowJgdBrnXVif0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF { 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; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container { background-color: transparent; background-image: none; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container > .video-iframe-container { display: none; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row > .video-iframe-container { display: none; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .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); }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container { border-width: 0; border-radius: 0; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#TM7lgXQgbZz76X6TBr4KoxCT5IQwXuza { 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:1.5625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ue2dyvQ1hAyuPf3NuqhOD5JCmPDbK78s { 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; }#Ue2dyvQ1hAyuPf3NuqhOD5JCmPDbK78s.adaptive-delivery-prevent-bg, #Ue2dyvQ1hAyuPf3NuqhOD5JCmPDbK78s.lazyload, #Ue2dyvQ1hAyuPf3NuqhOD5JCmPDbK78s.lazyloading { background-image: none; }
#opT2o8FTME5Dhv9Mza02K68dAf7kg0Vx { 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; }
#cTwf1B0CsCQmF9i7cHbRhfteJEQt0QSF { 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; }
#tgLevDOeNL16sWlV9DZyn22atRgrClAy { 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.625rem;left:0.5rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GKya5ZaTQR3IDvgNDsseWeqmrdoFJ1Jn { 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.75rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XtepOwcC4sPZkvzSNSzwRBRs8ZfFHg5B { 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; }
#E5S2SxD9pFwQNtU5mNg3JW5Cs1IITDJO { 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:25rem;left:13.75rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a0DoLEKXsGbxmiLTTAfRB0tcOsGwibz0 { 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; }
#uo5SthqL7vOyfT3xk7Lm7wGVgRHtcBOq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3oioVtcmFI8Tp5Ob9ZTLW9SN0XiLxvp { 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.0625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.75rem;left:12rem;display:block; }
#Xd9T1L1gLB2H633TOuHsOSC2h0VPwTrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0AFm32cmsw9yALl2UGN5WvXa89Cizxg { 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:15044;text-align:center;text-align-last:center;top:4.375rem;left:0rem;display:block; }
#k7bizha7I8Qm9t6QxJ4m5qyKwHRPMHWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgXtH0hrvZABTPHsxof5k22sM7TCtKBi { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:4.625rem;left:0.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bqTTtrmFQqgfQIV6hJ5QU4DqXFBLVAnr { color:#19c72e;display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:5.75rem;left:0.625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WyvknHiJZuTeozn33FgTeyGrcQXR66vT { 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; }
#XQSaqUFUBEKPcTEcrG5ilo2l0wFOrv8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InHzDlDxiJGyDdWVBDr67UauWnVDA10R { 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; }
#tTx7fVJIHhhpZvE0cVyCFSsnSVIzKITl { 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:26.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6VQS9VOndJkNWZrTk7GSc1RlJTBTDAK { 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.625rem;left:27rem;overflow:hidden;display:block; }
#JTB8h9getP7n18xCw9qf09g9kTp4ZqVO { 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:15043;line-height:1.3;letter-spacing:0;top:2.875rem;left:27.0625rem;height:1.13769375rem;font-style:italic;display:block; }
#oqBdA1PgqK3dkdvJnvQ9Mlh9VPZU5X3f { 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.625rem;left:25.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dus0qQimB1efVoMxT2bKlL4vSJHd60Bt { 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:15028;line-height:1.3;letter-spacing:0;top:21.625rem;left:39.1875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oqdorqrQdu3gHXiWDC1f67JqhMQ5t5Iv { 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:25.875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SgIcd7XuG62T9ES6psPuJk92D25v49XD { 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:38.9375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zKZ88wGMrJyyqb8om9mcaiZKzRKTeOTH { 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:15030;line-height:1.3;letter-spacing:0;top:25rem;left:39.1875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VsIO7hGTsPQyElqVL4SJbmRBfVsNJ6Dl { 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:29rem;display:block; }
#xbT2MuxOTmi0i8BzgXp34hPgaRFAfC3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmmcyQfiAApw1BAufM4z7d0xkRAIyzk8 { 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; }#HmmcyQfiAApw1BAufM4z7d0xkRAIyzk8.adaptive-delivery-prevent-bg, #HmmcyQfiAApw1BAufM4z7d0xkRAIyzk8.lazyload, #HmmcyQfiAApw1BAufM4z7d0xkRAIyzk8.lazyloading { background-image: none; }
#RlSoFrcFT3tWower4HQmNALThoGq2ftr { 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:4.5625rem;left:26rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rbzcrhqM6fP85VHbGmiSV0yBeJmiN6EA { color:#19c72e;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:5.8125rem;left:26rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XyKE5LKoh8qKaMP4THTtN1FvthlvTIcN { 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:15137;text-align:center;text-align-last:center;top:4.375rem;left:25.375rem;display:block; }
#TgHQ3F4nec303ZfdefZ29HqczKkr1I3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4rLGWEFXdN8Xp6X8Jm9INz32hBSxJys { 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.6547875rem;font-style:normal;display:block; }
#xuwdMBdu61iKzqN8JcTHT2T4FtuWi6M1 { 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; }#xuwdMBdu61iKzqN8JcTHT2T4FtuWi6M1.adaptive-delivery-prevent-bg, #xuwdMBdu61iKzqN8JcTHT2T4FtuWi6M1.lazyload, #xuwdMBdu61iKzqN8JcTHT2T4FtuWi6M1.lazyloading { background-image: none; }
#RMwpEiQRTRcFaQICut18xdqTebUZ9xPm { 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:0.9375rem;left:52rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VzZycDPGIOOHB7MO8cipgUMfMLxVeJCl { 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:2.875rem;left:52rem;height:1.13769375rem;font-style:italic;display:block; }
#eg9RZMqxf7P3dSt6Ot4JsppcOhhRKAg0 { 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:7.375rem;left:50.643750190735rem;overflow:hidden;display:block; }
#POpxNU3R681Kidld59fRXWR4BZa6MzHO { 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.8125rem;left:51.125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RBU0cT3UKWoxb7MkAFKsUK8Lm8mnuP9o { 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.875rem;left:51.125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BQR89hPJEtZn45KICAQAoCeGCE3LEu2v { 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:21.625rem;left:64.375rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#emoeELapA4nU8yhTCwoUHBv6hca7JfgH { 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:15024;line-height:1.3;letter-spacing:0;top:22.875rem;left:64.1875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFMB1zdL8dcxfPLBxuaSSyAmctx0Ibc9 { 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:25rem;left:64.375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZtxFe5DU03pTCHMfRaoNabot6o7Z8VWO { 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:30.4375rem;left:54rem;display:block; }
#ZD9yhV1AhSZD6PyMDo9SRnm0dHSbkFcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tgPhGkJWXcD9eyxJRJlAlk7rSlt1i8lh { 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.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.6875rem;left:62.75rem;display:block; }
#JdnONNIoIDsaZEhvRM6Q09WZKlBiKNeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rbaGssMHLn8uLJMyD9ru23z6UPmPpRun { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:4.6875rem;left:51.125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iGT6hx3mMSqnxbGqy3vEowOg9rxoMmrQ { color:#19c72e;display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:5.9375rem;left:51.125rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qsRSq87ndzlzoDmBTm1E5fomZptJMzL5 { 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.78125rem;left:25.75rem;height:3.6547875rem;font-style:normal;display:block; }
#UHukXg6V4Q1iZT6hfaCHVsXQGsnwUWck { 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:15038;text-align:center;text-align-last:center;top:34.25rem;left:35.6875rem;display:block; }
#bTw19ARuLNutOPWmZoB340TgOJZHMhUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ddAf1gatiHk3s1dM0bZqUrNNGpFL1a5p { 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:26.65625rem;left:50.9375rem;height:3.6547875rem;font-style:normal;display:block; }
#urHPzh2n3RTZJ1Eoi2ksnBz5mAJWeKEW { 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.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:34.25rem;left:60.78125rem;display:block; }
#vHULyFxy8fAxnR4me36CJRyVg2TnPK5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FQTvGJiNTrfKlrC56XT4SIMkJct0WPeS { 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; }
#CZ5dUtaX5xkkVIKIFi7r0ApM7RLqgUpm { 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.35rem;height:4.0375rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:4.4500002861023rem;left:50.643750190735rem;display:block; }
#XTdTr41B7LU9B6bd9xPImIP4GVZMOyQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC { 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; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container { background-color: transparent; background-image: none; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container > .video-iframe-container { display: none; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row > .video-iframe-container { display: none; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .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); }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container { border-width: 0; border-radius: 0; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#M5UOvNTrJR9nvtkfli0q1qgHWfWUklUa { 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; }
#eQJsypTu3gDDTCCNZNFkkvdBFkiBN8Jv { 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; }
#MUVye7eeTOEJgA3P1wDtZ2lONTsttcy5 { 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; }
#pPSQhgXhAGsH8oOs8eKL3T072D0MDCfx { 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; }
#zOCLzMMpmGDkTM2zDlLaQZxxg6ZTXtUP { 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:2.9375rem;left:1.4375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fmGKGhghvbIwXRirEkaMke4zOw8aEl81 { 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:2rem;left:0rem;display:block; }#fmGKGhghvbIwXRirEkaMke4zOw8aEl81.adaptive-delivery-prevent-bg, #fmGKGhghvbIwXRirEkaMke4zOw8aEl81.lazyload, #fmGKGhghvbIwXRirEkaMke4zOw8aEl81.lazyloading { background-image: none; }
#hNRTcWWDD5vt3o9E4oH6CV4TzISA51dE { 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.9375rem;left:1.4375rem;height:1.13769375rem;font-style:italic;display:block; }
#GkgeJ05TkzWsZ9X8mUUAxpphL1sIH4w1 { 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.5625rem;left:26.8125rem;overflow:hidden;display:block; }
#bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I { 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:2rem;left:25.25rem;display:block; }#bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I.adaptive-delivery-prevent-bg, #bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I.lazyload, #bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I.lazyloading { background-image: none; }
#sSWDy551eHVSoTDyTnc8S6nEQ33Fl3sd { 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.84375rem;left:0.9375rem;overflow:hidden;display:block; }
#LRV2nOwUp8Hkeg6q4TtpBypi5qv7UnCz { 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:5.0625rem;left:26.8125rem;height:1.13769375rem;font-style:italic;display:block; }
#XuZTEcSE8ZC7vmHxZv7F4uZ1uBcrBA6N { 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:26.8125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TASGJ4Q1F9uPvZ9pZXb4R2lED3hxGvgb { 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:0.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ofGmghJDmU8qFBNgEh7eFiDoQhUgJ4Ta { 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:25.8125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IHTQPLQ22Bq5V1li7ukqKzfTXNI5FuFQ { 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:38.5rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZQbTV4P79RnaBbhGyJ5sSo7lFRazAR1m { 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.375rem;left:0.5625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqnFCsh6i1UNCGdO6aclNCZJBxv1RL86 { 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.375rem;left:25.8125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wGmmg3kLc1MZHKCelCuwIQTF134VnmIU { 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.3125rem;left:38.5rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G1QnlETG6FumTGgst99cAhU0BxkErnOv { 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.5625rem;left:38.5rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AEiyU7Nit2ZZNQRuQeaB98GaBtCeFa1M { 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:3.625rem;display:block; }
#qzwLxTEHWgyEFiz2NGmrFkAzzITOwy2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKcNhBCJRwG9Ek6VLFEKh5hpzyBp7zdJ { 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:28.875rem;display:block; }
#JmnU6S1AoJ6TEQqO0IV5wGU2s781XfKV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB { 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:2rem;left:50.4375rem;display:block; }#dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB.adaptive-delivery-prevent-bg, #dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB.lazyload, #dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB.lazyloading { background-image: none; }
#QogGWVNqFmemZyELeIqeCzBUZMS7u72g { 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:3rem;left:52rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QN4bfG2cdoEAtNG9s1eq6nrLl5pEnJPt { 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:4.9375rem;left:52rem;height:1.13769375rem;font-style:italic;display:block; }
#HSRPFbo6uxkvSPaS8TJFO9opR45xxm0y { 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:10.8125rem;left:51.375rem;overflow:hidden;display:block; }
#oo32MIgxZqIQSxQTsHlTRIDLV8FiaXBM { 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:23.1875rem;left:50.9375rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w5SMCaM6Fgt8g4h017VGmdrPdWxseuRA { 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:23.1875rem;left:64rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#skFacIfHruqU0BuFkR680ibUEvJ53KXG { 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.4375rem;left:50.9375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PXkftSFnqZ3TkGvbqZr3vLTTAtVrUhQy { 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:24.375rem;left:64rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KyXHihNNgASXlvKMCk55szkOocIhKDOM { 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:15024;line-height:1.3;letter-spacing:0;top:26.5625rem;left:64.1875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vh0RPL2aLTWWZq66p2cihTKTwID5hVlL { 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:15051;text-align:center;text-align-last:center;top:6.75rem;left:50.5rem;display:block; }
#ccAaw6vRGSQI9vr2o6Me3R8sUENvzzR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8XT9Ikkn3RWl0Bxe3WqHLImGpuA73fe { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:6.9375rem;left:51.125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R6mlmdUSd1vQS3nHeyWxyIvsC5QuLVTs { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:8.1875rem;left:51.125rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qLKBcE0c89qC9xoA5VkTstzOGyxqasnC { 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.875rem;left:54rem;display:block; }
#A4LnSsuewKDr9CsGHDxFlbcSca1Ty9fe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KG3IX4LxOyskga15bHm780m1PQhqrDBG { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:7rem;left:0.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7BTvN7glfD6iFhHQ4TvMXTeOOQKxIfr { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.25rem;left:0.625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J6QlNTgF99Q8k2lrSupMSXmSnMQvlpBv { 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:15054;text-align:center;text-align-last:center;top:6.8125rem;left:0rem;display:block; }
#F9QGr0otC0W8DIrk7ZT8LTUQuSRJZ2sU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pIV5nnvQ40WA8yPrsZyxcEfesDpIqhQb { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.9375rem;left:25.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tsrUGkFnvdXy5ku2y9nM9AIPSUTW9XM1 { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.1875rem;left:25.875rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpS6oT0XLWHP79Z4DeAWRHfBDhTmVEb8 { 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:15054;text-align:center;text-align-last:center;top:6.75rem;left:25.25rem;display:block; }
#ckRTEoo8aViMbFgnMgskf8J8QOobrqNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiTFoXwmzSO4DRsC7uStaPlHRf9nN8qG { 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.256248474121rem;left:0.4375rem;height:3.6547875rem;font-style:normal;display:block; }
#XzTMfzCiIBSNe0RC10JAsAuSeKMuCzzx { 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.162498474121rem;left:25.875rem;height:3.6547875rem;font-style:normal;display:block; }
#XLm1Vdmyvth7uhoDAkwZZTyT3hGdDPy5 { 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:28.15625rem;left:50.9375rem;height:3.6547875rem;font-style:normal;display:block; }
#pOKEG0y2E1AqOi3gK6Tvzzomv4lGMBz1 { 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.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.375rem;left:10.34375rem;display:block; }
#kVBOx1wWcz7GZPA4W8n84cLVzi9pyOTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MGTK3TrBAJXM76yxvcrX9TrGvpUMKnKE { 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.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.375rem;left:35.65625rem;display:block; }
#IAW4wXXT8Ti809TJXmnvlBa2pThpf4uV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8sbxg3Bfner0tI1b72dMBNixEVZBUC3 { 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:2.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.375rem;left:60.8125rem;display:block; }
#DyqTs7lZ2mbQCDtWAxdzi8oOyb05uIyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rb7a6Vkz0oTddvz9dZ7ET3v0WX8J6fd9 { 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:12.925000190735rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vQyik79lMXTQ85ORlpyX6yMDevbduZJw { 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:12.925000190735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eBep2JhAkWw7ODDt7wzuRm0cSf8htGV0 { 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:15020;line-height:1.3;letter-spacing:0;top:26.487499237061rem;left:12.987500190735rem;height:0.975rem;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; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ { 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; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container { background-color: transparent; background-image: none; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container > .video-iframe-container { display: none; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row > .video-iframe-container { display: none; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .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); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container { border-width: 0; border-radius: 0; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#MLCdo01EkTHEMq5UcfSMNTEBanQuN4XF { 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; }#MLCdo01EkTHEMq5UcfSMNTEBanQuN4XF.adaptive-delivery-prevent-bg, #MLCdo01EkTHEMq5UcfSMNTEBanQuN4XF.lazyload, #MLCdo01EkTHEMq5UcfSMNTEBanQuN4XF.lazyloading { background-image: none; }
#NcPAlHVLVi04Mn9GQdzISWhTKMI4egdM { 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.9375rem;left:1.5rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a2AsOacFa78tlqZRUg8hsS4gFcld3mH4 { 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.875rem;left:1.5rem;height:1.13769375rem;font-style:italic;display:block; }
#AGx3ZSFlnfqDFTaXnMReZiecccgGFdsp { 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:8.28125rem;left:1.7992181777954rem;overflow:hidden;display:block; }
#fJwHMCO7KBOq9lSgtRWeO7RLvDpXebvw { 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:0.625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wPGsWtgEK88Ekoax76ya9kNpn8Vmo0wZ { 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.375rem;left:13.6875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GunuUI5aZyfKplL4noxUUMMs0XMOfv1H { 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.5rem;left:0.625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpX1nXQ8LXnBoqXD2dqBHBHbEHfdaSzR { 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.625rem;left:13.5rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vf5UogdDabHtlfsSJ5r3rgbIak4gPTrd { 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.75rem;left:13.6875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTw4vg565oQMT8y5DWwXX0rBEZ7J7Z6S { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okVuKhFcRLEHRqLnldqRD7vTJvnr8yB8 { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0.625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eTLROhnRUIDrnxZmzm33diUSmyk6VhHz { 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.35rem;height:4.0375rem;text-decoration:none;z-index:15146;text-align:center;text-align-last:center;top:5.0625rem;left:0rem;display:block; }
#dh0PKaLXykPyzuULaW4e1E6PGliSPMDQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8zat16wqht6iPoRvQHI0GrdRek5G3mP { 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:29.875rem;left:3.625rem;display:block; }
#udqnPTP5kwwPTdX1dE7vxq2ktJLds4Rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEBKe5UIzC2pQgQT7as0dbMQPWJGrHe6 { 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.0625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.625rem;left:12.3125rem;display:block; }
#WNzsrZwamrrDcdmUK2oPegiPhAqerwQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKZBUSNUMRS1H7ZXfyGBFvBDLOzA0QWp { 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.0625rem;width:21.5rem;top:8.0625rem;left:51.9375rem;overflow:hidden;display:block; }
#cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ { 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.4375rem;display:block; }#cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ.adaptive-delivery-prevent-bg, #cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ.lazyload, #cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ.lazyloading { background-image: none; }
#UxTlTpgAaAMBQIcbDdFoxsKmBKdWoiyT { 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:0.9375rem;left:51.9375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EdIkpBFniCTqC98AZQwOzxwNiE74hFvC { 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:2.9375rem;left:51.9375rem;height:1.13769375rem;font-style:italic;display:block; }
#Byyqu2rTpW0yH8H5L1bRDIzEuHvgEfZp { 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.4375rem;left:63.625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ItOMo7kBuCPfJh4fuiGBFLuJTyeqRobd { 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.6875rem;left:63.625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TLupJuOoMPdZcHEZfdUTscERmEtZWs8H { 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:63.625rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RBT6OR8OkJvtGic8tzklVWWrdJ3NbRSu { 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.6875rem;left:50.9375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bDASEVFDK09HgASsVZnNn4g9QspCVDNR { 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.4375rem;left:50.9375rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C8BM8Vk5JJ8zuMDxZ44H5Gh2PGcowTtI { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.125rem;left:51.125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c7sMQzxHUFPR66Z4ZTKxSh4ITyZVyBxs { color:#19c72e;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.375rem;left:51.125rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VeTI7vSJ1EJPqpMtEUABNElFtLNmvXkT { 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:15049;text-align:center;text-align-last:center;top:4.9375rem;left:50.5rem;display:block; }
#SpbAI4EKI8t6BVzW3oHoVcH0NebV3cP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DIrhqe5T4NMb6KlN0VoAXTIrRWUZ7pTr { 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:29.875rem;left:53.9375rem;display:block; }
#ZNe8rhp63fHzdZRuNEPVNffLvoUUiL6Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ma0tGh87x2ExG4KNTFUSma8GImTeJUCK { 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.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.125rem;left:60.46875rem;display:block; }
#c3NE2dP46DxXyADmGR2hzGXm3SVTJtod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U { 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.25rem;display:block; }#zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U.adaptive-delivery-prevent-bg, #zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U.lazyload, #zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U.lazyloading { background-image: none; }
#QHgn7ePsdrmEXIccThC8szKQGRkEhWvD { 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:1rem;left:26.8125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RsrtCbsKO4nL2Q7TBmtP4d6TLLStZJuK { position:absolute;display:block;z-index:15076;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.5625rem;left:27.0625rem;overflow:hidden;display:block; }
#PyORKwgt41FKGofVv7E4VGrlTcZGClTF { 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.5rem;left:25.8125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eJn9qz0UQa5TtFtN3IzJcO0SMi0CNu8E { 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:39.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UFyTOGVvZ5c6TGD6CA3OdCTabmxFyTe1 { 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.5625rem;left:25.8125rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u6fRLNmdztnPBLMhT2MTzRncfIzbtT8o { 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.6875rem;left:38.875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g0OHmfqrNT8fTP8B16ruSE6J1wZIngUB { 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:39.0625rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eumxJJU5ulnMFUP27qUyZ1fwKMEr3sM3 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:5.0625rem;left:25.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EFbQCBPcTk4iKihyDBzVQ33QnoARySnQ { 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.425rem;height:4.1125rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:5.0625rem;left:25.250000953674rem;display:block; }
#nAIhdzWzkyCCo1WCislD89feP79UBWi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVuowqtfJzJIEML7mslWd1BeMuB50O6S { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:6.3125rem;left:25.875rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c0QvMZIy7DGvlIDk58y38QyP2TlZPFKG { 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:29.875rem;left:28.8125rem;display:block; }
#X16zpaTOA63130VdZaRawFLkpu77tXlA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6BrFtSesCb2i1tS6l8DO82DHU00XftR { 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.875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:34.21875rem;left:35.375rem;display:block; }
#i34r523XX8KDluMfcXNzA4DpkZFr4c4i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQn8vTT24FyufhzDvLwOUrDT5VG7urmz { 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.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:18.625rem;left:37.5625rem;display:block; }
#Vbhi1tEqABaRVZFtVQr9OLZTXHnBH7Dy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSDt28VZm84Rbb2QObThGcntFuU2qmdO { 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.9499998092651rem;left:26.8125rem;height:1.13769375rem;font-style:italic;display:block; }
#P7UW1uTyf5bMyDDd6tJwdtVWR0AS4Wk1 { 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:26.34375rem;left:0.5rem;height:3.6547875rem;font-style:normal;display:block; }
#Wh2T4T70y9M5gDqD8pAo3N9aoVknb94f { 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.875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.21875rem;left:10.25rem;display:block; }
#nvqiNiZGfoQNN83oGTh19htk8U3QriFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fqoribp253g43GaQPonSI7HiXbyI13qD { 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:26.34375rem;left:25.75rem;height:3.6547875rem;font-style:normal;display:block; }
#vsZBTWX8pEtm3N053Q9ZSWag4KCu6SrI { 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.35000038147rem;left:50.9375rem;height:3.6547875rem;font-style:normal;display:block; }
#dsIwpOiTfJVqO2GZnDriQ9Re1ex2CDJi { 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; }
#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J { 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; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container { background-color: transparent; background-image: none; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container > .video-iframe-container { display: none; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row > .video-iframe-container { display: none; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .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); }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container { border-width: 0; border-radius: 0; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr { 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:0rem;left:50.625rem;display:block; }#AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr.adaptive-delivery-prevent-bg, #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr.lazyload, #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr.lazyloading { background-image: none; }
#ON8dliueO8blTmgrF0a7qnwiMawv1glv { 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:0.9375rem;left:52.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Upxc7KSbRvDA99Cb8BmbTcTPLsF0RyV1 { 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.1875rem;left:51.875rem;overflow:hidden;display:block; }
#hPZ4tIBTTfNOXFGXLC5fWGWF0E5ZX4Lc { 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:63.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WPBu99LQwLSDVrH1Xk6JINynDuzgRaxS { 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.8125rem;left:63.5625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Naz9cvmymS6bCewGgX3Zr3KycaQm052f { 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.9375rem;left:63.5625rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FPdaJ8MoRFgVJcQyEmIorzwATfATu4iO { 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.8125rem;left:51.1875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ufw7lkghyM27lZfg2k5DSozeLKOdKGfM { 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:15050;text-align:center;text-align-last:center;top:4.9375rem;left:50.625rem;display:block; }
#sKs0aoThgFSeI64XompkQBzKlumPPMTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1Ts8VZuQWdAmM0lM1AJHHG1ErTxlut5 { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.375rem;left:51.25rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CnlpTdTpodcxFk7ku46kFNXIezfNTvm1 { 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:54.1875rem;display:block; }
#F2qnUK7iUaZOy1mJ1UOdEp9oTRNcL1ED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezMOegpBgiKyUPtcfWpCZDo4ZOFuUnoL { 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.05520625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.125rem;left:59.8125rem;display:block; }
#wVcRO4IWKp60pXDSxH9JpB9k9IEGxx2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cg03iSLncDQVVecQoB1TD6TV2TdXhskV { 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:51.1875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcdOA583u5RZ5FKe5XzMQ4PSy7LNn7vF { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.125rem;left:51.25rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EuQT5cJN7mC35TxnzA2zpXmPLWN2mRc6 { 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; }#EuQT5cJN7mC35TxnzA2zpXmPLWN2mRc6.adaptive-delivery-prevent-bg, #EuQT5cJN7mC35TxnzA2zpXmPLWN2mRc6.lazyload, #EuQT5cJN7mC35TxnzA2zpXmPLWN2mRc6.lazyloading { background-image: none; }
#b5GliLimfizrTe9Ga5oSV83Ff9xAT1gB { 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:26.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yxNPamxUXrZg3igvw2n7SI0RoiH2eoxy { 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:8.125rem;left:27.375rem;overflow:hidden;display:block; }
#IDdFV9l5Mx1LNxxTg4lqBKUaxmlU29hc { 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.8125rem;left:25.875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kOeEiMMbWso4JOaEOh0cKUF6SS1yU6D7 { 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.5625rem;left:25.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUk2X1Q05zvCv6Ob8D2JzTEmRrTXTpT5 { 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.875rem;display:block; }
#mWNUbvfU6sWEzWSQWkaRl5TKCAEuJ4Ti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxd3FKsGblr8VUgP9Sv7zWKQLmHqhk0c { 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:15041;text-align:center;text-align-last:center;top:34.121875762939rem;left:35.5rem;display:block; }
#ANE5CBpeOPO5X0MB98hifGI0F1xJcAc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeFhmqNmqZifuzXrXoNWACu4hzu0Um5b { 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.25rem;left:26.875rem;height:1.13769375rem;font-style:italic;display:block; }
#AbLTOsT5m87J7weEDMszT7a3XRdaDXGS { 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; }
#MMXfCRapHh6iWv1mcStSPZKPDxxxpokh { 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; }
#BBN1nkBfSJ6UM0BsCfJSKg3XnuEnEZ8D { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:6.5rem;left:25.8125rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xSUMwKZXbl4JE1c2bTNaBesIs0ziLOgm { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.25rem;left:25.8125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTZcIuHtMiOcCOVPJJVlgSbWmFw1IcDv { 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:15051;text-align:center;text-align-last:center;top:4.9375rem;left:25.3125rem;display:block; }
#i0hF09bGAuS54rwELB58Xvp5SrisWRT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HzFqCEiz1nMz1Ggxtp3nUgdxDe2Vx1d4 { 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.4375rem;left:38.375rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ktJx7HGeDB09TWdIWDoXUTNUpCoZaywk { 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.6875rem;left:38.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qNNJR2hge6duU4T4nSdml5qAucKHzNDz { 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.375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#frRfhHpOEPIehVqGJMGagZ91oylzUR15 { 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:15058;line-height:1.3;letter-spacing:0;top:3.125rem;left:52.125rem;height:1.13769375rem;font-style:italic;display:block; }
#Ifdvd9tMD60GMGoBc9upTGZ1DC7NtJFo { 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.75rem;left:25.8125rem;height:3.6547875rem;font-style:normal;display:block; }
#nlsVNgtypl7vIibhw9rqeaPnl96oNxdw { 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:26.75rem;left:51.3125rem;height:3.6547875rem;font-style:normal;display:block; }
#Q2sUPqpn2EkFp6Iq6X5FtlZTkrn22L0P { 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.5rem;width:24.375rem;top:0rem;left:0rem;display:block; }#Q2sUPqpn2EkFp6Iq6X5FtlZTkrn22L0P.adaptive-delivery-prevent-bg, #Q2sUPqpn2EkFp6Iq6X5FtlZTkrn22L0P.lazyload, #Q2sUPqpn2EkFp6Iq6X5FtlZTkrn22L0P.lazyloading { background-image: none; }
#oDT7CO6TCKTkJ6Qwb3e9sgTbzNuiIZt8 { 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:0.875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lq6prPEroTlOMyff4EmUy8o3ixETVwUg { 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.0625rem;left:0.875rem;height:1.13769375rem;font-style:italic;display:block; }
#bXW1RRAiiooPgoaCIF4E6fRqedABk8hI { color:#19c72e;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:6.375rem;left:0.625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ScNZeHo3qNRivcTGfibkrOhBa9J96hFr { 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:1.9375rem;overflow:hidden;display:block; }
#RA0wrq5CyPkQ15QzdH6UDJOCmz8NCrRb { 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:15065;text-align:center;text-align-last:center;top:4.9375rem;left:0rem;display:block; }
#VOubmVgKOFE81qT4LT7IQ1cBcMVaQtMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vgzP57EJTZi03OfCWc6fIyiJ88dq3BWg { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#grG2HEnA84vaTVw2g38Gxqx1pl3CKTe1 { 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.5625rem;left:13rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lmIEgQFoZCm0a7Rvs1TR99TyUqRW0s03 { 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.5625rem;left:0.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cxh9Tgmbxros55svIHqJrp4oKvT3EDGK { 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:13rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QTNsHiwBgFKyVzf186eUfd5Z7zpI7w8I { 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.8125rem;left:0.875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdp4yqmnDTWtuq1uTm1U0fT5y8WG3V8a { 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.862499237061rem;left:13rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QazTEwdQTzlTG8wIxr1F2lFmUMCrCqur { 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.71875rem;left:0.875rem;height:3.6547875rem;font-style:normal;display:block; }
#Ot1oI2sx0dH0OosbSfULQxxufTiOXyEJ { 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:3.5625rem;display:block; }
#xmZXd8J9H9lKIGht7zLmswexCKhN9GuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KSUpEPS4N7Tc7CdxFi2kBXoJDK9LnqgB { 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.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:34.121875762939rem;left:10.21875rem;display:block; }
#NwM3KcDNCSb1gDKTfBl0xsduTTTdohHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d { 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; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container { background-color: transparent; background-image: none; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container > .video-iframe-container { display: none; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row > .video-iframe-container { display: none; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .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); }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container { border-width: 0; border-radius: 0; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#TsfWT5xUbgGy7H6AmtIBQwue66HVCnBE { 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; }
#RGUND69eRfBoVT5e4NWvnn5Tkp3IXEqp { 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; }
#rKIUFz7xTrDr5KUPrRv7izvgfTTtmKu1 { 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.9375rem;left:26.75rem;height:1.13769375rem;font-style:italic;display:block; }
#w1zxT0GiFqsrBLvO9DyK9wWQmW6qUf8F { 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:0.9375rem;left:26.75rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ha7Gzh06NDyrffm96UhmCyO67TanT9CD { 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:37.5rem;width:24.375rem;top:0rem;left:25.1875rem;display:block; }#Ha7Gzh06NDyrffm96UhmCyO67TanT9CD.adaptive-delivery-prevent-bg, #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD.lazyload, #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD.lazyloading { background-image: none; }
#d6aWhXdgpHqcCtyGvHFdMJ2RtFB8VIl8 { 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:7.9375rem;left:52.125rem;overflow:hidden;display:block; }
#xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt { 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.4375rem;display:block; }#xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt.adaptive-delivery-prevent-bg, #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt.lazyload, #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt.lazyloading { background-image: none; }
#CN9GNf6UvC8thJe6nWNrTgUh0AfnPCwJ { 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:0.9375rem;left:52rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nIKLBvEnoeDEqUPNkwri18BZX6TQyrOT { 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.9375rem;left:52rem;height:1.13769375rem;font-style:italic;display:block; }
#DFpX4ePuKhewEbG2EFgNSmRTe3a3yVbD { 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.75rem;left:25.1875rem;overflow:hidden;display:block; }
#xvXICi8prgtRzPrg1T6Qeg1C7wbDTsze { 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:22.125rem;left:51.0625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wweQVbZWl5M5v8af030BUBdVUVbmnMHk { 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:20.875rem;left:51.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m4WbHXpCtD08IqOS5uvy1JioiBhl8gvD { 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:11.25rem;height:4.0625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:4.6875rem;left:50.4375rem;display:block; }
#U6c2pTNTcn3FumxEd8EgqtxExskCETxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vwOTRo0mhQZIKVbSdqdJhPrkSSvLLph6 { 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:22.1875rem;left:25.5625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eX8u5CLG5uT2W0BzGtBuhFTUcSdT8PQG { 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:20.9375rem;left:25.625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ow33SwGeCzgrxJgg2RTe1aTaGI9ASAxn { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:4.875rem;left:51.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bcvOOJJBgOGlISTVNsSuLHE076d0h7a1 { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:6.125rem;left:51.0625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kxmWaT3kkoWwGsGffEUP8hgmFDC1DC9s { 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:30.5rem;left:54rem;display:block; }
#TsJgxCBlGfgUlyP1EU65oKIrU6dP0FQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RegsIDB17zT973vFVyIs8VzIxoFOyrSk { 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.38125rem;height:4.06875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:4.625rem;left:25.1875rem;display:block; }
#amaa02OTPTsEVnvEaKPKbsXE6cUi6gfF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kuTL7RcKyGrTkL5EpFnT0DhrCVb5gOrQ { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:6.0625rem;left:25.8125rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wbmdntn9M0zxmTT9iEdBpeNUOk4QNEqn { 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.5rem;left:28.75rem;display:block; }
#p2abMDWefvuafVpvIlEqILdTae11bgeU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEShZzKTRellkNy8UZNy3qC7w93PZ8mF { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:4.8125rem;left:25.8125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VsPWr2ilNN0KF5g7s3mc78prXVuOyHKw { 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:20.875rem;left:63.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h47zOUdQlLMG3yBJHvF8cBCk23LNqF4n { 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:22rem;left:63.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BuoTdyJV4cyrxw7vnlLaqhwEBIhGTVT9 { 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:24.25rem;left:63.375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AV7B4e5OkLus63PMxl2MWs7xhsHZJXtG { 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.9375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:18.3125rem;left:62rem;display:block; }
#fTWqL2BTGsqU6dT67k1zRlhg8MX7w29T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufWzmbl4113XAFTa2nEN0ElevcXFG3cz { 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:15037;text-align:center;text-align-last:center;top:34.625rem;left:35.5rem;display:block; }
#eWs0XlEfq3HAX4TiukuIIeBiuQXeLy8X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oFdHzG3gPiJROdgGiUVGLVO6UBuL0IVD { color:#19c72e;display:block;width:0.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:6.0625rem;left:60.875rem;height:1.3rem;display:block; }
#e0J5mAoJULB8gVsCxyJWBshSm3VoWWWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:4.9375rem;left:64.25rem;height:3.4130875rem;display:block; }
#cdFqJkTgNnJ31xNhhW4pdmPJG0P4xDFc { 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:21rem;left:37.25rem;height:3.4130875rem;display:block; }
#XIX5tyXR9ID7U9LeHCfwUVplHKFM5oaV { 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:26.5625rem;left:25.75rem;height:3.6547875rem;font-style:normal;display:block; }
#nw2PrAdLmAgykV0GUCTBrq5rV3EqTTp1 { 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:26.5625rem;left:51rem;height:3.6547875rem;font-style:normal;display:block; }
#t7hUCt7a2OQXnUm90uBF0Jbt6rDoW7Eb { 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.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.78125rem;left:60.65625rem;display:block; }
#dovdf7pssBWCuVQ1iNQZaM9teJ0PZx01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPGX1daD8ATrDJduFFimFsdQDkBsIGxo { 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; }
#zJh5b2TUDODB0Rh7kZleD1EtRd4FlvXL { 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; }
#iiFfKsHlZmzQHlGeKrMPDbrK12UTFCRd { position:absolute;display:block;z-index:14997;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:0.1875rem;display:block; }#iiFfKsHlZmzQHlGeKrMPDbrK12UTFCRd.adaptive-delivery-prevent-bg, #iiFfKsHlZmzQHlGeKrMPDbrK12UTFCRd.lazyload, #iiFfKsHlZmzQHlGeKrMPDbrK12UTFCRd.lazyloading { background-image: none; }
#afSSobLlqCOGpS03MHOhxqQ4OAuWbDXS { 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:0.9375rem;left:1.75rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x5906uoTfzXwES4R6NBF4Vo2r3K5c9uq { 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:3rem;left:1.75rem;height:1.13769375rem;font-style:italic;display:block; }
#Vz320xpQ4oNBSb4qM9fNuwokOEhZ8kUi { 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.0625rem;left:0rem;overflow:hidden;display:block; }
#LKP2s1ngqgQzLiOwxxXzgosyD0aWMwMc { 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.3958125rem;height:4.08333125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:4.9375rem;left:0.1875rem;display:block; }
#BdcyEPZTN87PsL5Sgh3H3vfTugnPFEHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6FVmUsKeSN47Ev2R8NwtIAOJBkNlLAX { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0.875rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGf682fBfDnyTvIUKHWRxeRP2i90e0RX { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:5.125rem;left:0.875rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vm5Rg0PV7aJhgKq2cZuyw1OUui29fina { 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:13.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTfE8ywmGNb3smAwK7x2S6S3dsLuBbeA { 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:0.875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CSFZFERUp4T0n8CHQB5UtrBotE4xQJkB { 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.5625rem;left:13.3125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kOFRZq3CcA29Xsi1zehcXvlhvbngZTLg { 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.625rem;left:0.75rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hpsk2DnnbJNJ4bcx6GZQvifLimHRGdTu { 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.6875rem;left:13.375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dS3ixQSi2WdTICJDoroJKQtnQnTgfd2c { 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:26.75rem;left:0.6875rem;height:3.6547875rem;font-style:normal;display:block; }
#qwH7vpAx9WpDPIVpUsMMithAFFvonQmQ { 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:30.3125rem;left:3.75rem;display:block; }
#O4evbxgsOZopvVsDGKHxQiiLnkoon2Fe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRhy8LvNoTkRLZTLRk5b0EC931DpTf7V { 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.01041875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:34.125rem;left:9.375rem;display:block; }
#VMlMmWBXDDTCTPifTTzwBVOECuME6ywh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }#pS9d4kTItcohGfaF7pQo4wktwk1QV5w9 { 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:1.1249980926514rem;left:25.231251716614rem;display:block; }#pS9d4kTItcohGfaF7pQo4wktwk1QV5w9.adaptive-delivery-prevent-bg, #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9.lazyload, #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9.lazyloading { background-image: none; }
#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt { 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; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container { background-color: transparent; background-image: none; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container > .video-iframe-container { display: none; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row > .video-iframe-container { display: none; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .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); }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container { border-width: 0; border-radius: 0; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#UAq2K1XB0LT0cxCtiwE39o3MTCo22G7o { 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; }
#DAWxTynf19XQTWDDukTpG2pcgP28tTbe { 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; }
#fbrTCHUhnTknqEvsqqZtsxk2wXiQg1Sg { 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:2rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:34.875rem;left:31.125rem;display:block; }
#cM1SK24vFKTzFDTDO0i192Pn2lEOkNVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VPBc7ZbcHmBotSCa1WgBqe0e4IUTBDJ9 { 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:1rem;left:26.6875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hEJTfwUgKTs35tdPawAkV7ta4mU0F1vo { 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.1875rem;left:27.1875rem;overflow:hidden;display:block; }
#omOmOCApHdh0cmd40W4ThDTfofxmZmAt { 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:22.25rem;left:25.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pbb7p91CcHewa0IRertUAzA6CQwVTp3a { 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:15030;line-height:1.3;letter-spacing:0;top:23.5rem;left:25.5625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KbfUaBntCRnqWGPf0Bx8LQFOyctlFuAV { 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.5625rem;left:28.8125rem;display:block; }
#kcev4vTsvdzHEmD3u9DRqDihpFLeVsiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPq92Rv42i0w21qDok0ipgVbbCsBC8Ko { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:4.9375rem;left:25.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wqkSQdfQpkUwTlKrVPeH8TTJxiiernAK { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:6.125rem;left:25.625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EKq177PIBeAxNE8bnJmxpTLTSA3TDH2d { 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.3958125rem;height:4.08333125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:4.75rem;left:25.125rem;display:block; }
#CXhkdVu2XURGVHMpvLLTTFqziCGP7IcS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTeKTSaf2WpTfhNCrhNLcxmMEE6hEOyl { 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:28.125rem;left:25.5625rem;height:3.6547875rem;font-style:normal;display:block; }
#Xuuvo4JSXSDXPDB2AadTQ0C8nWyrkvVR { 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:22.375rem;left:38.25rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KREfPbqk63fS9uUNaQ5S5NtvhcPHLb84 { 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:23.5rem;left:38.3125rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hbyth3lzTdp8Al6APJhloHmR8qfVJNiO { 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:15028;line-height:1.3;letter-spacing:0;top:25.75rem;left:38.3125rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o { 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; }#e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o.adaptive-delivery-prevent-bg, #e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o.lazyload, #e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o.lazyloading { background-image: none; }
#mq6viyX7NST9m0A0FCqoZfBqcxDce55h { 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:1.6875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l98kBr0i1XX3pLQRETmUcJ77Pp5TuyIc { 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:13.6875rem;width:24.375rem;top:6.125rem;left:0.125rem;overflow:hidden;display:block; }
#pEFT5XB6CpLxVnQLU3aBCwTtoTUJxQug { 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.9375rem;left:1.6875rem;height:1.13769375rem;font-style:italic;display:block; }
#N1iq6lxxEyGpPXlk3s3Fnu1cHfoAkxzm { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:6.125rem;left:0.75rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mK4RowDuvO9hnR8V4nX4i06fLtKXHTSX { 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.30625rem;height:3.99375rem;text-decoration:none;z-index:15157;text-align:center;text-align-last:center;top:4.9375rem;left:0rem;display:block; }
#dUsdUopLdKTIQ799OPqM1Qg2NUAKqXMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgwRyvVFi2ZbAReO2TTakBUMlkWZCBWG { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15155;line-height:1.3;letter-spacing:0;top:4.875rem;left:0.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HE0SVn4QHRvPGtwarUHccmiiacULlaEi { 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.4375rem;left:0.5625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WvC6gCPvkFx3ARtQLW16NG66vgrfMVy0 { 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.4375rem;left:13.4375rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cS18zQuRNgTCQQ1BpfGildD5o2OMxSVy { 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:23.6875rem;left:0.5625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qm3nS4zHykOAn5JESR6y9dUvAD8tnt8W { 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:23.5rem;left:13.375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bMmVvoB9IaO7A4BNcbMUOiBvrKO93k9N { 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:15027;line-height:1.3;letter-spacing:0;top:25.8125rem;left:13.4375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQoUlI7JpFXDVnfZ3a1S3NiBNuoOXEDs { 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:28.25rem;left:0rem;height:3.6547875rem;font-style:normal;display:block; }
#aFmeuNtUU2l3e4rOWQTT74V6lh7EyiMi { 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.3125rem;left:3.59375rem;display:block; }
#ZC4WNxuF08I25TqWQJHATuPwaH0psKcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWG0CaTNTM1255RzsvZIX2X3M8MGn6Lz { 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.625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:35.0625rem;left:10.1875rem;display:block; }
#Zic59SvQuuu6k19pnpFt4ayXiU5VHMT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upss5IfJNERqVhxBhLhuKDVOwEZPk4Vh { 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:2rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.875rem;left:38.25rem;display:block; }
#KBbhbTtL1gBXMdHbDO43BTRNqARBOsf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV { 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; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row .container { background-color: transparent; background-image: none; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row .container > .video-iframe-container { display: none; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row > .video-iframe-container { display: none; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .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); }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row .container { border-width: 0; border-radius: 0; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;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:36.3125rem;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:32.8064125rem;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.625rem;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.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { position:relative;display:block; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { background-color: transparent; background-image: none; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container > .video-iframe-container { display: none; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row > .video-iframe-container { display: none; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .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); }#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:block; }#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.598875rem;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.1218rem;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; }
#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu { 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; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container { background-color: transparent; background-image: none; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container > .video-iframe-container { display: none; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row > .video-iframe-container { display: none; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .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); }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container { border-width: 0; border-radius: 0; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#sTZ1xI9tmNVIfz3MzsKqtSD3QXPMWgRH { 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; }
#GkzxpzHe9AEJTbEpszWpiPechP37ZwFE { 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; }
#lr1VSOMef4BpfUAwD462MSHK1AaiGQsK { 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; }
#heOaEDXtlxDDOBa0TgTTsZCMxsoa7BGS { 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; }#heOaEDXtlxDDOBa0TgTTsZCMxsoa7BGS.adaptive-delivery-prevent-bg, #heOaEDXtlxDDOBa0TgTTsZCMxsoa7BGS.lazyload, #heOaEDXtlxDDOBa0TgTTsZCMxsoa7BGS.lazyloading { background-image: none; }
#Zw8NKd6PUwqkdFH0d5zIUgoO1fJa2zcG { 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; }
#UXFxXRRbsPuzIaT04cy8zZQNwcTd07wW { 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; }
#lrqukJfQ4wMEuhv4gX88PxWfqg5wUQBh { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gU1ABSkhhlEpwpEdf4Kl8628XdGQ9kSB { 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; }
#ynEzN4LUxS8rnaPU7v60rz8rqMTX7kCG { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtZgtSHFqFluIsZxEkyUd4rQvtRbz8N3 { 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; }
#xsz2IhsVRTEtxQVJCsEFT5qWG1eL1TfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVFIT417nTmmq8GA49P4zNbga17HM5e7 { 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; }
#XKsiU05ZZ06sAXuG2ptfHkrRs7u7GiOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSINlooOn6K4lNPJT1fMTZT9MpDvHTAJ { 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; }
#x4AVVrTdXysBFT6z6AmeuvLbJGtTVq8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hlgNw7ziV96hz3eigZ6SE2VbmfUtVaNz { 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; }
#pSCkGE41cQnesRkibpe11h1vm4Q9CT8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nHowVDducohcEncnIuDFn0rm4gIqu6Sz { 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; }#nHowVDducohcEncnIuDFn0rm4gIqu6Sz.adaptive-delivery-prevent-bg, #nHowVDducohcEncnIuDFn0rm4gIqu6Sz.lazyload, #nHowVDducohcEncnIuDFn0rm4gIqu6Sz.lazyloading { background-image: none; }
#aRps756oOK4tdTLQutnoaRhsXCVxv99S { 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; }
#UxQNpodaU0TcRBmrJpbNPqH6CdQbLsxa { 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; }
#So9t8T6wfDREBpXb8CrqkdxPwqwAFKSr { 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; }
#FAeQCWk0lCdXGV8fU3gVEMI4uimIJRlT { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e3nlNTzHnXBuSbDTSfv0Oh4klNaPxHH9 { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGbX0FOJKbRO8aqiU6eCEdbrl9SyyclG { 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; }
#TC1imnEHGPPyCzJELDtzwHzhXJu8gNUx { 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; }
#QEK4hAQ2qmVX1I42RRQ2Nqgoo0mWFv1h { 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; }#QEK4hAQ2qmVX1I42RRQ2Nqgoo0mWFv1h.adaptive-delivery-prevent-bg, #QEK4hAQ2qmVX1I42RRQ2Nqgoo0mWFv1h.lazyload, #QEK4hAQ2qmVX1I42RRQ2Nqgoo0mWFv1h.lazyloading { background-image: none; }
#n4LuShbp1dJgvssmnSS5UKrcBcUHvoua { 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; }
#CQ8T1kMXfLCPCbSD2VTTBTRi6JbyqInn { 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; }
#pV8lhW83WuGUh0O8BFehCD3pvuZv0wzU { 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:10.4375rem;width:24.5rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#sNl324ibm2OITd2kGU96FxtnpJ4066H1 { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oTPJNylWyFVNRO411xnpgIOsT5QQdOKS { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zUWNmImnmKB62rrzuTB9m4lubDbEMH1X { 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; }
#LZ32X5pr5AJb52xy3le1AxGNWqd6SPha { 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; }
#lFgJg1f7fWRaheo7O6WTDTX3Dl99Dei4 { 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; }
#Mq35IITDGPPOBUbZHv5CDEByG7lgJLZm { 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; }
#GFfmobzAkPGK27AoMblBBpgZvKc4S8Ou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOr4vBtU8aahJ6sTkWcMPK2eT5fWO9nc { 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; }
#n5kXJWKrQ4UMtsqR1wgovdTFrOq8kFEI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evontslcJMzBUyzZubm38IrPmMbiqKt9 { 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; }
#dyrKV6qfnvJdJfcvClAUsFkf7syRvbI0 { 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.94824375rem;text-align:left;text-align-last:left;display:block; }
#T5QJhSNNy5FlT7dW3fNFfgMv7kEGw3Pl { 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; }
#eoTF2JzDyQ3lb1W3CgDVo0RTRBEuyOXr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#qqwtN96A1XASDbXFe2QR5xGJTEGJE2nV { 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; }
#rWgRmuML93mUQnymZnDebHRxHCMEC21O { 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.94824375rem;text-align:left;text-align-last:left;display:block; }
#Dc1hE5qmhrL0BgN0kFGqTcyr1FktHvVr { 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; }
#TircxdX7FinbaBRJ0OUAbLEgQCCXw8HB { 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.94824375rem;text-align:left;text-align-last:left;display:block; }
#iByBXw2GyfLwMlPsRmL5XyVpx67QTeao { 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; }
#u623kAEfBG1hku27zOxAvOq04qkhbofy { 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.125rem;left:32.25rem;height:2.59765rem;display:block; }
#WCAQXVr9ywTtmVlI9ukDq9nwhbnrJa5I { 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; }
#pc0JMZFSTyxU1s4qx9XB2gwrpdCe2Mqz { 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:15082;text-align:center;text-align-last:center;top:5.25rem;left:25.375rem;display:block; }
#Aalt1ObCtskqOVlnS1NuGprT2Vb38Lu1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HlzFQWqXngB4wEOJooHGhhUMPOqrCJ5H { 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; }
#fbyT9nh7dDaTWwabiX1QDeFnCHOfSTe4 { 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; }
#IJG1bak15UteVFpBPVfuCJVJWqnE5lRk { 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.699999809265rem;left:57.4375rem;height:1.3rem;display:block; }
#AJzWgbSJE9iaWCTDpKF0vF9M5g59sOcd { 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; }
#QP6iRAiGbvDbWFSMrMLIx9cDBb5FSgPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HGik8f8dkIB9TMv6w2ReRyM9IdZUVkZv { 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.6547875rem;font-style:normal;display:block; }
#xJKWGEMkReSLbPrS8QdLMIgHQzJpEa8C { 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.6547875rem;font-style:normal;display:block; }
#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB { 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; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container { background-color: transparent; background-image: none; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container > .video-iframe-container { display: none; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row > .video-iframe-container { display: none; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .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); }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container { border-width: 0; border-radius: 0; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#AEJzecyvTsT1uwiPDX7eoD0ssLkJmK8d { 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; }
#oDR2UwqDOLS87upctkoBbQDU1gcvbisO { 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; }
#z0OyQdPzHhikhELigLoJaR2aeuvyE9h4 { 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; }
#IHbpTuyPEpuxLL2ctr0iJMVMyXhBEFfr { 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; }#IHbpTuyPEpuxLL2ctr0iJMVMyXhBEFfr.adaptive-delivery-prevent-bg, #IHbpTuyPEpuxLL2ctr0iJMVMyXhBEFfr.lazyload, #IHbpTuyPEpuxLL2ctr0iJMVMyXhBEFfr.lazyloading { background-image: none; }
#FfggBeFI2dXOHUOnzUlKK5bwxA7gDk8b { 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; }
#AQQPu2T1E0J5ioZkR6J31tIeNICMX9Da { 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; }
#eSk9gubDW0wOdALE28uViLBRlGLETit1 { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfwdTlTlP9mrNbiNyhvXO4xwNnNocZdi { 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; }
#rkBbGZTerc8p7aHFKNqr5CqgFIvCqJbi { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#edtos0fCkNXmDfGeEZ5ifTSbhSgDR0Ll { 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; }
#QQBAX00dWeQlDWTObUSBucew0BXwAXLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dI1nqAnI5wTEkELtwKJirk1DFtScR3PP { 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; }
#XEueBV6vszhSX9VPGcI9d4DqwCHqPmB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t30LqJ4m4KMbHT5mkOgc8d2g8Ft9Htuk { 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; }
#ICLlavnviFnKXeMF9bOKuFlchfrP71d0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5DfBBfvaQprkPh1tDdEwq23W4eGo9WO { 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; }
#W99poSsk55hcxWm70NvicagFsfe00JuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tg00gy9ccS88eLtCFThr9Fdswz7uTqmR { 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; }#Tg00gy9ccS88eLtCFThr9Fdswz7uTqmR.adaptive-delivery-prevent-bg, #Tg00gy9ccS88eLtCFThr9Fdswz7uTqmR.lazyload, #Tg00gy9ccS88eLtCFThr9Fdswz7uTqmR.lazyloading { background-image: none; }
#Pn23T8FPKDWPuSESRLfgWABqFIZ3XPv9 { 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; }
#NGh0ImE38oCMX5De2iqiHMl2TtTq4xLB { 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; }#NGh0ImE38oCMX5De2iqiHMl2TtTq4xLB.adaptive-delivery-prevent-bg, #NGh0ImE38oCMX5De2iqiHMl2TtTq4xLB.lazyload, #NGh0ImE38oCMX5De2iqiHMl2TtTq4xLB.lazyloading { background-image: none; }
#tf3ZfuJMlWaX3HhzZN56dK2gxHrxW8TM { 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; }
#IQNbayNwedsityeWe73O31RsaDkhwT8u { 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; }
#NAXsVRFFIkO6bVBOmQdNcTpHlXA4QBi1 { 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; }
#TXLfgAz7un7MxiOgB4JRidiMybdKLDn3 { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kcg6sQzxkJ1aiWGW1TPaiWE4JAfR2QzI { 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; }
#TclszFqhhUZ9JldLIn5vynFzlT1H0zS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeRlT5bZ0STaqOIOCOtIhhpVL4KxFXXv { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:5.8125rem;left:51.0625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l5LWFMLCP0Oo8b5V8K1Xy9BZ4ZlAZA5S { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:7rem;left:51.0625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tzFKEBBML3QcJOTyeedizIgQpGmw7vb7 { color:#19c72e;display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:6.75rem;left:57.75rem;height:2.59765rem;display:block; }
#WOBFwIQCX7Va7aTG4uv5ATAuOtVAiedc { 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:15078;text-align:center;text-align-last:center;top:5.625rem;left:50.5625rem;display:block; }
#BhI0c74Pmk7dUmrOlnWCnLFVhSOR9kwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBUnEAhB72bNfBAdpDuTebTuEd4uXch2 { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B6fwLePyLEbzp7EiGBf1nABKZlAIMwhP { 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; }
#NsfvGINgTEnUiVhIncNauceErBtI6e9x { 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; }
#wnwbZ0T2nnH5pRMOCuGEDh7InlTWQOLA { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U1lrZmW8Gb7d206glN4h4FMuEDvz0wZh { 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; }
#wq2B7KxLXPIxqOUt2v44stcxBsAyDyIp { 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; }
#LACyn49bNVv4q3M6DFCrEm36pTMTTTrU { 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.13769375rem;font-style:italic;display:block; }
#INTGmZBGX8wHXUWsfQeZqvUbz5rXd3o3 { 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.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rk4RyPV9IZTHBNJ75o5TfuLUr6x1uf6q { 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; }
#w2HAbfcRJ04AtNdwF9ycrzRcLSrao8s1 { 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; }
#HZahyyzcg7yqUuAuqeGuiFMPIVnH2BLe { 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; }
#a6nRU6StFSfGyXUQ4MSHinT9B90Kvdz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoIBqBlZv5MFXbl6sTmJnd8TEqoTcpec { 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; }
#m1uZPilHoKE5Les5xtUiAncDEP54Qmhc { 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.94824375rem;text-align:left;text-align-last:left;display:block; }
#oV9nmHTcClignwyEhLgDNhhN5hZqm2IJ { 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; }
#dnMPHTbcCsUqD9Ekh7ubSKBDyTbmAHVh { 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.94824375rem;text-align:left;text-align-last:left;display:block; }
#capr3NxIJluFa7ldPA405IayJTn7xgys { 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.6547875rem;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.1858125rem;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.77905rem;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.196775rem;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.196775rem;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.79785rem;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.79785rem;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.196775rem;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.196775rem;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.196775rem;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.196775rem;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.0859375rem;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.0859375rem;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.2753875rem;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.3125rem;left:29.25rem;width:18.5rem;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:49.875rem;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) { #GqAb6fxt4xECQW0TtU4T2bw2l6e0Lc4A { top:1.625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdzLkFyTvB3XLPPryoKw3nt9Z0cpkuWX { top:6.625rem;left:0rem;width:28.9375rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { width:8.5625rem;height:1.0625rem;top:47.9375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { 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) { #o8xoyPD7Xe8uWLmIOAF5vLTinllzAaaq { top:1.0625rem;left:15.1875rem;width:32.5625rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9uJdwhfQtcNSlD2CTEtNN0NKrxkvLs6 { top:23.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THLPJhPMczdPxOR4DKWR0WqZ1F1WAIdD { top:1.0625rem;left:0rem;width:42.5rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { top:6.9375rem;left:0rem;width:19.9375rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsxq0ayLt1SCvCrz20oCnFuyD5FstcKC { top:11.0625rem;left:0rem;width:35.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { top:10.3125rem;left:0rem;width:39.125rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { top:12.5625rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { top:14.4375rem;left:0rem;width:26.5625rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEeRTLDDC8P7FVUa5lT73atB74MTs0Xv { top:16.25rem;left:0rem;width:41.4375rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWoMmg5rMqsIrUp8plQdt3n1bqaSotTJ { top:18.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbzdAT5eEwRtHZWr1MBEnAMblVIrRNW9 { top:15rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwVI4WS5ImTDCTihWerLxcsBwkhClZy1 { top:16.75rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKyTETND4FXTDx7TMoMhzi6dewB02PT { top:27.375rem;left:0rem;width:16.1875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxr6FVR39JCHTWMAZt2ryeRFfGD8JVRG { width:20.0625rem;height:4.8125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAINqzRiiwtdD4ErAxU5afGGtboFlKTH { display:block; }
 }@media only screen and (max-width: 763px) { #qVDZa3yRvdRyafbV625DepteBtRTvvTt { top:27.5rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#qVDZa3yRvdRyafbV625DepteBtRTvvTt > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #rQrv9L435s8QxaxTsWixrFfZAkKSPgfA { width:20.0625rem;height:4.8125rem;top:26.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFCriOkL9Wt9cXvdNLVz2usD5AG5dWiV { display:block; }
 }@media only screen and (max-width: 763px) { #UqwVIGuRxOOEtmofcTKaRN8CalRUD6tT { top:27.6875rem;left:8.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
#UqwVIGuRxOOEtmofcTKaRN8CalRUD6tT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #FXksSHQEXnfITrVtRP9iJBVJhoFaDkKy { top:27.375rem;left:11.9375rem;width:16.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChG4hInDUqiiGD70J0X2tEOMOaimhTRP { top:29rem;left:0rem;width:10.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr2glwOqOhHCkCCGPiKTuZ4Zk774V6KM { top:29rem;left:11.9375rem;width:15.875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { top:5.6875rem;left:0rem;width:6.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { top:9rem;left:0rem;width:39.125rem;height:1.5rem;font-size:0.75rem;display:none; }
 }@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) { #q2Hh0cuGOCWfo7egetESSRv2idIkhlnx { top:2.0625rem;left:12.875rem;width:34.875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { top:1.5625rem;left:0rem;width:32.125rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { top:9.125rem;left:0rem;width:33.125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { top:13rem;left:0rem;width:37.8125rem;height:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgtmvzpFKTyk9IKCpKN62NHCrIqO3wo { top:23.1875rem;left:0rem;width:33.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW6t51ecIoAKHXkKZQ0pWsx1NSsyF2IG { top:30.5rem;left:0rem;width:35.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { top:25.125rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { top:24.9375rem;left:0rem;width:30rem;height:4.75rem;font-size:0.875rem;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) { #AEXbMRo0p2hd1U7i1EKvy9TtbQU10x3C { top:28.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvsziofegO4HDA2c7q63RhuC3ntMacAi { top:28.3125rem;left:12.5rem;width:0.8125rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvhnsLR5u1HWqlxyQpw40o4LlSnd5v1t { top:21rem;left:0rem;width:25.9375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { top:34.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR4dl9xDzsCc0xuF306e5Tok8Vxfg6CA { top:38.1875rem;left:0rem;width:16.1875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6GrSIMQ8ACnHuZtmD0oKCTh9BG2TQzO { top:38.1875rem;left:13.6875rem;width:16.625rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQcvsmrXnCaOhwtIVniXXRPeptzmqteA { width:21.625rem;height:4.8125rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au4LDBTSehRISkUo4uEep6fLo4URtQ49 { display:block; }
 }@media only screen and (max-width: 763px) { #AfvrDEk4AdJs0fFtwHMSqPUG8kgClaEA { width:21.625rem;height:4.8125rem;top:37.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIzT7SXZi9yvDrxaFX8Kk5SDik6UFiA { display:block; }
 }@media only screen and (max-width: 763px) { #VHptRTZZbWJONocEGZnmV8X5fiWTPF5y { top:38.875rem;left:10.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
#VHptRTZZbWJONocEGZnmV8X5fiWTPF5y > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #k6t8ybLDuGbbrqPg9ix4rAThhA6dMGrm { top:40.0625rem;left:0rem;width:10.25rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U40xpR3weceoHbilBVsw6n4Thgsc3Kxn { top:40.125rem;left:14.5rem;width:15.875rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekaBwiuxOU7ACxlvzcSq4VC6ThEunIaM { top:38.8125rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#ekaBwiuxOU7ACxlvzcSq4VC6ThEunIaM > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@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:28.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8lrCxGUXMlAs5Q7eZXMqMyP2XsDKLJl { top:26.75rem;left:0rem;width:1.4375rem;height:1.4375rem;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.125rem;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) { #zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 { display:block; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F { display:block; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGSZGolFUosVDq0XFwBgqt11aeQM1ADV { top:2.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVxyppICMIKahAdzaLpIcwJsOwhpRzb { display:block; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teJT2GwnPcmRixN5HnTuBi9buKIsnTgK { top:0rem;left:0rem;width:24.4375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahChnrnn0KeUwuCpqAohqKX0DnpMwkEv { top:28.0625rem;left:0rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obwTZWOp53c5REfITCEZnNRMxZBDT3qN { top:0rem;left:12.325001716614rem;width:24.4375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fskLPbyU1iFvkMJzEEBLdn50FCmHgg1E { top:0rem;left:23.1875rem;width:24.4375rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDzluL323fpzZMTv8O54pW9cTRuHd0AV { top:1.5625rem;left:0rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELk6GIGeMOWFkQZLAXkX8XdaMhAKDsfR { top:3.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBShytzJQZmoWZ4TNO2H0pVdPFFHKPsD { top:5.6875rem;left:0rem;width:20.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5LhbL84PHLwxEXcRD81LVWX0sD1suB6 { width:17.375rem;height:2.8125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqdH1ftggGRSpIR7WVUiBdBNFKpGAOFG { display:block; }
 }@media only screen and (max-width: 763px) { #zWSB1XrGUn2FSkNBU1fRCrGZfqNUTwRq { top:1.5625rem;left:12.812500953674rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVpxEHFiE6KkeU3FzMps3noTTakRu4gT { top:3.5625rem;left:12.812500953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrw64qXeuicT4XmTZsF6Ms0cUrIkX3F6 { top:5.875rem;left:13.000000953674rem;width:21.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy8S1hPCx6W0FRfxnsUsGfs9Hf4smeem { width:17.375rem;height:2.8125rem;top:22.1875rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #waFtKFd7tAW5mT2I4nxnGsAIZXA0nG2A { display:block; }
 }@media only screen and (max-width: 763px) { #T9RSV5HvBpblreyZzAa18WTymKImaSlJ { top:1.5625rem;left:25.625rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0XKWlm8QQvXJ3Hz2qVvmIvZdAtHb3VG { 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) { #mhEXvPxHqCq7eAuZrmhIHeAz4qs7HPMz { top:5.6875rem;left:26.5rem;width:21.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrCxyrT4CoAmd5VlZv1unLFhAnQyrkRt { width:17.375rem;height:2.8125rem;top:22.1875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyTJwDToTMhL2xF2mZiWQeHlDXqhFASk { display:block; }
 }@media only screen and (max-width: 763px) { #TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S { display:block; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRFhSw6I8368ObOScTnUI3ZctxHVpHPy { top:0rem;left:0rem;width:24.4375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAxIZDRx4RimSscd09aGpK0gTdZMn5TM { top:28.0625rem;left:0rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl6CUdQS30T3PGHHiIgFCpPr9nK7zovR { top:0rem;left:22.312500953674rem;width:22.4375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ISPOGUfcBaehefWKQyHB0lDht8a6J0 { top:0.9375rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyOseXU3oC2tms5V3E3ZMcSKaW7dlEhN { top:2.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2AV9axnXVTSalgQRaTTDASIfBpbfSZ { top:6.0625rem;left:0rem;width:19.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyTEZPb6FqWCTKJ9QKoNDAbT89nfVlW { width:17.375rem;height:2.8125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiv9OTEr7yqC9O4vctaA7Z48gkLkzVwN { display:block; }
 }@media only screen and (max-width: 763px) { #gibc5IHVMNN1T6Jz5qT3uC58lVzbVwHk { top:0.9375rem;left:23.250000953674rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7WCTgO7h4IpGUPwdDUClz6Ia4AUwlKh { top:2.9375rem;left:23.250000953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAyv9FLR2bwb97T1b576TVPs2GfOcOSa { top:5.8125rem;left:24.156250953674rem;width:19rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKN867pua7zfSpsfEHMBSIZI5ipqDvMC { width:17.375rem;height:2.8125rem;top:21.3125rem;left:25.862500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawOu9kTgugErV8QfoowJgdBrnXVif0R { 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) { #F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF { display:block; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM7lgXQgbZz76X6TBr4KoxCT5IQwXuza { top:0.9375rem;left:0rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue2dyvQ1hAyuPf3NuqhOD5JCmPDbK78s { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opT2o8FTME5Dhv9Mza02K68dAf7kg0Vx { top:7.375rem;left:0rem;width:22.5rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwf1B0CsCQmF9i7cHbRhfteJEQt0QSF { top:22.875rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgLevDOeNL16sWlV9DZyn22atRgrClAy { top:21.625rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKya5ZaTQR3IDvgNDsseWeqmrdoFJ1Jn { top:21.625rem;left:0.125rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtepOwcC4sPZkvzSNSzwRBRs8ZfFHg5B { top:22.875rem;left:0rem;width:9.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5S2SxD9pFwQNtU5mNg3JW5Cs1IITDJO { top:25rem;left:0.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DoLEKXsGbxmiLTTAfRB0tcOsGwibz0 { width:17.375rem;height:2.8125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo5SthqL7vOyfT3xk7Lm7wGVgRHtcBOq { display:block; }
 }@media only screen and (max-width: 763px) { #h3oioVtcmFI8Tp5Ob9ZTLW9SN0XiLxvp { width:12.5625rem;height:2.0625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9T1L1gLB2H633TOuHsOSC2h0VPwTrV { display:block; }
 }@media only screen and (max-width: 763px) { #F0AFm32cmsw9yALl2UGN5WvXa89Cizxg { width:10.5rem;height:4.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7bizha7I8Qm9t6QxJ4m5qyKwHRPMHWK { display:block; }
 }@media only screen and (max-width: 763px) { #dgXtH0hrvZABTPHsxof5k22sM7TCtKBi { top:4.625rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTTtrmFQqgfQIV6hJ5QU4DqXFBLVAnr { top:5.75rem;left:0rem;width:9.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvknHiJZuTeozn33FgTeyGrcQXR66vT { width:3.625rem;height:2rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQSaqUFUBEKPcTEcrG5ilo2l0wFOrv8L { display:block; }
 }@media only screen and (max-width: 763px) { #InHzDlDxiJGyDdWVBDr67UauWnVDA10R { top:28.0625rem;left:0rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTx7fVJIHhhpZvE0cVyCFSsnSVIzKITl { top:0.9375rem;left:13.25rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VQS9VOndJkNWZrTk7GSc1RlJTBTDAK { top:7.625rem;left:13.375rem;width:21rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTB8h9getP7n18xCw9qf09g9kTp4ZqVO { top:2.875rem;left:13.4375rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqBdA1PgqK3dkdvJnvQ9Mlh9VPZU5X3f { top:21.625rem;left:12.25rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dus0qQimB1efVoMxT2bKlL4vSJHd60Bt { top:21.625rem;left:25.5625rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdorqrQdu3gHXiWDC1f67JqhMQ5t5Iv { top:22.875rem;left:12.25rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIcd7XuG62T9ES6psPuJk92D25v49XD { top:22.875rem;left:25.3125rem;width:10.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKZ88wGMrJyyqb8om9mcaiZKzRKTeOTH { top:25rem;left:25.5625rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIO7hGTsPQyElqVL4SJbmRBfVsNJ6Dl { width:17.375rem;height:2.8125rem;top:30.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbT2MuxOTmi0i8BzgXp34hPgaRFAfC3l { display:block; }
 }@media only screen and (max-width: 763px) { #HmmcyQfiAApw1BAufM4z7d0xkRAIyzk8 { top:0rem;left:11.6875rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlSoFrcFT3tWower4HQmNALThoGq2ftr { top:4.5625rem;left:12.375rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzcrhqM6fP85VHbGmiSV0yBeJmiN6EA { top:5.8125rem;left:12.375rem;width:10.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyKE5LKoh8qKaMP4THTtN1FvthlvTIcN { width:10.5rem;height:4.1875rem;top:4.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHQ3F4nec303ZfdefZ29HqczKkr1I3G { display:block; }
 }@media only screen and (max-width: 763px) { #e4rLGWEFXdN8Xp6X8Jm9INz32hBSxJys { top:26.875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuwdMBdu61iKzqN8JcTHT2T4FtuWi6M1 { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwpEiQRTRcFaQICut18xdqTebUZ9xPm { top:0.9375rem;left:27.3125rem;width:20.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzZycDPGIOOHB7MO8cipgUMfMLxVeJCl { 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) { #eg9RZMqxf7P3dSt6Ot4JsppcOhhRKAg0 { top:7.375rem;left:23.6875rem;width:24.0625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POpxNU3R681Kidld59fRXWR4BZa6MzHO { top:21.8125rem;left:37.5rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBU0cT3UKWoxb7MkAFKsUK8Lm8mnuP9o { 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) { #BQR89hPJEtZn45KICAQAoCeGCE3LEu2v { top:21.625rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emoeELapA4nU8yhTCwoUHBv6hca7JfgH { top:22.875rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMB1zdL8dcxfPLBxuaSSyAmctx0Ibc9 { top:25rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtxFe5DU03pTCHMfRaoNabot6o7Z8VWO { width:17.375rem;height:2.8125rem;top:30.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9yhV1AhSZD6PyMDo9SRnm0dHSbkFcr { display:block; }
 }@media only screen and (max-width: 763px) { #tgPhGkJWXcD9eyxJRJlAlk7rSlt1i8lh { width:12.25rem;height:2.0625rem;top:18.6875rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnONNIoIDsaZEhvRM6Q09WZKlBiKNeT { display:block; }
 }@media only screen and (max-width: 763px) { #rbaGssMHLn8uLJMyD9ru23z6UPmPpRun { top:4.6875rem;left:37.5rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGT6hx3mMSqnxbGqy3vEowOg9rxoMmrQ { top:5.9375rem;left:37.500000953674rem;width:10.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRSq87ndzlzoDmBTm1E5fomZptJMzL5 { top:26.75rem;left:12.125rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHukXg6V4Q1iZT6hfaCHVsXQGsnwUWck { width:3.625rem;height:2.0625rem;top:34.25rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTw19ARuLNutOPWmZoB340TgOJZHMhUa { display:block; }
 }@media only screen and (max-width: 763px) { #ddAf1gatiHk3s1dM0bZqUrNNGpFL1a5p { top:26.625rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urHPzh2n3RTZJ1Eoi2ksnBz5mAJWeKEW { width:3.8125rem;height:2.0625rem;top:34.25rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHULyFxy8fAxnR4me36CJRyVg2TnPK5Q { display:block; }
 }@media only screen and (max-width: 763px) { #FQTvGJiNTrfKlrC56XT4SIMkJct0WPeS { top:2.875rem;left:35.75rem;width:12rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5dUtaX5xkkVIKIFi7r0ApM7RLqgUpm { width:10.3125rem;height:4rem;top:4.4375rem;left:37.018750190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdTr41B7LU9B6bd9xPImIP4GVZMOyQf { 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) { #sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC { display:block; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5UOvNTrJR9nvtkfli0q1qgHWfWUklUa { top:2.75rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQJsypTu3gDDTCCNZNFkkvdBFkiBN8Jv { 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) { #MUVye7eeTOEJgA3P1wDtZ2lONTsttcy5 { 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) { #pPSQhgXhAGsH8oOs8eKL3T072D0MDCfx { top:22.25rem;left:0rem;width:11.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOCLzMMpmGDkTM2zDlLaQZxxg6ZTXtUP { top:2.9375rem;left:0rem;width:19.375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmGKGhghvbIwXRirEkaMke4zOw8aEl81 { top:2rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRTcWWDD5vt3o9E4oH6CV4TzISA51dE { top:4.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgeJ05TkzWsZ9X8mUUAxpphL1sIH4w1 { top:9.5625rem;left:13.1875rem;width:21.0625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I { top:2rem;left:11.625rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWDy551eHVSoTDyTnc8S6nEQ33Fl3sd { top:10.8125rem;left:0rem;width:22.625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRV2nOwUp8Hkeg6q4TtpBypi5qv7UnCz { top:5.0625rem;left:13.1875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuZTEcSE8ZC7vmHxZv7F4uZ1uBcrBA6N { top:2.9375rem;left:13.1875rem;width:23.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASGJ4Q1F9uPvZ9pZXb4R2lED3hxGvgb { top:23.125rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGmghJDmU8qFBNgEh7eFiDoQhUgJ4Ta { top:23.125rem;left:12.1875rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTQPLQ22Bq5V1li7ukqKzfTXNI5FuFQ { top:23.125rem;left:24.875rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbTV4P79RnaBbhGyJ5sSo7lFRazAR1m { top:24.375rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnFCsh6i1UNCGdO6aclNCZJBxv1RL86 { top:24.375rem;left:12.1875rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmmg3kLc1MZHKCelCuwIQTF134VnmIU { top:24.3125rem;left:24.875000953674rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QnlETG6FumTGgst99cAhU0BxkErnOv { top:26.5625rem;left:24.875rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEiyU7Nit2ZZNQRuQeaB98GaBtCeFa1M { width:17.375rem;height:2.8125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzwLxTEHWgyEFiz2NGmrFkAzzITOwy2w { display:block; }
 }@media only screen and (max-width: 763px) { #rKcNhBCJRwG9Ek6VLFEKh5hpzyBp7zdJ { width:17.375rem;height:2.8125rem;top:31.875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnU6S1AoJ6TEQqO0IV5wGU2s781XfKV { display:block; }
 }@media only screen and (max-width: 763px) { #dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB { top:2rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QogGWVNqFmemZyELeIqeCzBUZMS7u72g { top:3rem;left:26.3125rem;width:21.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN4bfG2cdoEAtNG9s1eq6nrLl5pEnJPt { top:4.9375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPFbo6uxkvSPaS8TJFO9opR45xxm0y { top:10.8125rem;left:25.125rem;width:22.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo32MIgxZqIQSxQTsHlTRIDLV8FiaXBM { top:23.1875rem;left:37.3125rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5SMCaM6Fgt8g4h017VGmdrPdWxseuRA { top:23.1875rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skFacIfHruqU0BuFkR680ibUEvJ53KXG { top:24.4375rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXkftSFnqZ3TkGvbqZr3vLTTAtVrUhQy { top:24.375rem;left:36.875rem;width:10.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyXHihNNgASXlvKMCk55szkOocIhKDOM { top:26.5625rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh0RPL2aLTWWZq66p2cihTKTwID5hVlL { width:10.5rem;height:4.1875rem;top:6.75rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccAaw6vRGSQI9vr2o6Me3R8sUENvzzR7 { display:block; }
 }@media only screen and (max-width: 763px) { #k8XT9Ikkn3RWl0Bxe3WqHLImGpuA73fe { top:6.9375rem;left:37.5rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6mlmdUSd1vQS3nHeyWxyIvsC5QuLVTs { top:8.1875rem;left:36.9375rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLKBcE0c89qC9xoA5VkTstzOGyxqasnC { width:17.375rem;height:2.8125rem;top:31.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LnSsuewKDr9CsGHDxFlbcSca1Ty9fe { display:block; }
 }@media only screen and (max-width: 763px) { #KG3IX4LxOyskga15bHm780m1PQhqrDBG { top:7rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7BTvN7glfD6iFhHQ4TvMXTeOOQKxIfr { top:8.25rem;left:0rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6QlNTgF99Q8k2lrSupMSXmSnMQvlpBv { width:10.5rem;height:4.1875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QGr0otC0W8DIrk7ZT8LTUQuSRJZ2sU { display:block; }
 }@media only screen and (max-width: 763px) { #pIV5nnvQ40WA8yPrsZyxcEfesDpIqhQb { top:6.9375rem;left:12.25rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsrUGkFnvdXy5ku2y9nM9AIPSUTW9XM1 { top:8.1875rem;left:12.250000953674rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpS6oT0XLWHP79Z4DeAWRHfBDhTmVEb8 { width:10.5rem;height:4.1875rem;top:6.75rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckRTEoo8aViMbFgnMgskf8J8QOobrqNf { display:block; }
 }@media only screen and (max-width: 763px) { #MiTFoXwmzSO4DRsC7uStaPlHRf9nN8qG { top:28.25rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTMfzCiIBSNe0RC10JAsAuSeKMuCzzx { top:28.125rem;left:12.25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLm1Vdmyvth7uhoDAkwZZTyT3hGdDPy5 { top:28.125rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOKEG0y2E1AqOi3gK6Tvzzomv4lGMBz1 { width:3.8125rem;height:2.0625rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBOx1wWcz7GZPA4W8n84cLVzi9pyOTu { display:block; }
 }@media only screen and (max-width: 763px) { #MGTK3TrBAJXM76yxvcrX9TrGvpUMKnKE { width:3.6875rem;height:2.0625rem;top:36.375rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW4wXXT8Ti809TJXmnvlBa2pThpf4uV { display:block; }
 }@media only screen and (max-width: 763px) { #X8sbxg3Bfner0tI1b72dMBNixEVZBUC3 { width:3.75rem;height:2.0625rem;top:36.375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyqTs7lZ2mbQCDtWAxdzi8oOyb05uIyA { display:block; }
 }@media only screen and (max-width: 763px) { #rb7a6Vkz0oTddvz9dZ7ET3v0WX8J6fd9 { top:23.125rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQyik79lMXTQ85ORlpyX6yMDevbduZJw { top:24.25rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBep2JhAkWw7ODDt7wzuRm0cSf8htGV0 { top:26.4375rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;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) { #X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ { display:block; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLCdo01EkTHEMq5UcfSMNTEBanQuN4XF { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcPAlHVLVi04Mn9GQdzISWhTKMI4egdM { top:0.9375rem;left:0rem;width:21.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2AsOacFa78tlqZRUg8hsS4gFcld3mH4 { top:2.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGx3ZSFlnfqDFTaXnMReZiecccgGFdsp { top:8.25rem;left:0rem;width:20.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJwHMCO7KBOq9lSgtRWeO7RLvDpXebvw { top:21.4375rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPGsWtgEK88Ekoax76ya9kNpn8Vmo0wZ { top:21.375rem;left:0.0625rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GunuUI5aZyfKplL4noxUUMMs0XMOfv1H { top:22.5rem;left:0rem;width:11.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpX1nXQ8LXnBoqXD2dqBHBHbEHfdaSzR { top:22.625rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5UogdDabHtlfsSJ5r3rgbIak4gPTrd { top:24.75rem;left:0.062499046325684rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTw4vg565oQMT8y5DWwXX0rBEZ7J7Z6S { top:5.0625rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVuKhFcRLEHRqLnldqRD7vTJvnr8yB8 { top:6.3125rem;left:0rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLROhnRUIDrnxZmzm33diUSmyk6VhHz { width:10.3125rem;height:4rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh0PKaLXykPyzuULaW4e1E6PGliSPMDQ { display:block; }
 }@media only screen and (max-width: 763px) { #M8zat16wqht6iPoRvQHI0GrdRek5G3mP { width:17.375rem;height:2.8125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udqnPTP5kwwPTdX1dE7vxq2ktJLds4Rh { display:block; }
 }@media only screen and (max-width: 763px) { #NEBKe5UIzC2pQgQT7as0dbMQPWJGrHe6 { width:12.25rem;height:2.0625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNzsrZwamrrDcdmUK2oPegiPhAqerwQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #XKZBUSNUMRS1H7ZXfyGBFvBDLOzA0QWp { top:8.0625rem;left:26.25rem;width:21.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTlTpgAaAMBQIcbDdFoxsKmBKdWoiyT { top:0.9375rem;left:27.375rem;width:20.375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdIkpBFniCTqC98AZQwOzxwNiE74hFvC { 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) { #Byyqu2rTpW0yH8H5L1bRDIzEuHvgEfZp { 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) { #ItOMo7kBuCPfJh4fuiGBFLuJTyeqRobd { top:22.6875rem;left:37rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLupJuOoMPdZcHEZfdUTscERmEtZWs8H { 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) { #RBT6OR8OkJvtGic8tzklVWWrdJ3NbRSu { 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) { #bDASEVFDK09HgASsVZnNn4g9QspCVDNR { top:21.4375rem;left:37.3125rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8BM8Vk5JJ8zuMDxZ44H5Gh2PGcowTtI { top:5.125rem;left:37.5rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7sMQzxHUFPR66Z4ZTKxSh4ITyZVyBxs { top:6.375rem;left:35.375rem;width:12.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTI7vSJ1EJPqpMtEUABNElFtLNmvXkT { width:10.5rem;height:4.1875rem;top:4.9375rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbAI4EKI8t6BVzW3oHoVcH0NebV3cP2 { display:block; }
 }@media only screen and (max-width: 763px) { #DIrhqe5T4NMb6KlN0VoAXTIrRWUZ7pTr { width:17.375rem;height:2.8125rem;top:29.875rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNe8rhp63fHzdZRuNEPVNffLvoUUiL6Q { display:block; }
 }@media only screen and (max-width: 763px) { #ma0tGh87x2ExG4KNTFUSma8GImTeJUCK { width:4.4375rem;height:2.0625rem;top:34.125rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3NE2dP46DxXyADmGR2hzGXm3SVTJtod { display:block; }
 }@media only screen and (max-width: 763px) { #zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U { top:0rem;left:11.625rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHgn7ePsdrmEXIccThC8szKQGRkEhWvD { top:1rem;left:13.1875rem;width:23.5rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrtCbsKO4nL2Q7TBmtP4d6TLLStZJuK { top:7.5625rem;left:13.4375rem;width:20.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyORKwgt41FKGofVv7E4VGrlTcZGClTF { top:21.5rem;left:12.1875rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJn9qz0UQa5TtFtN3IzJcO0SMi0CNu8E { top:21.4375rem;left:25.4375rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFyTOGVvZ5c6TGD6CA3OdCTabmxFyTe1 { top:22.5625rem;left:12.187500953674rem;width:11.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6fRLNmdztnPBLMhT2MTzRncfIzbtT8o { top:22.6875rem;left:25.250000953674rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0OHmfqrNT8fTP8B16ruSE6J1wZIngUB { top:24.8125rem;left:25.4375rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eumxJJU5ulnMFUP27qUyZ1fwKMEr3sM3 { top:5.0625rem;left:12.25rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbQCBPcTk4iKihyDBzVQ33QnoARySnQ { width:10.375rem;height:4.0625rem;top:5.0625rem;left:11.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAIhdzWzkyCCo1WCislD89feP79UBWi3 { display:block; }
 }@media only screen and (max-width: 763px) { #iVuowqtfJzJIEML7mslWd1BeMuB50O6S { top:6.3125rem;left:12.250000953674rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QvMZIy7DGvlIDk58y38QyP2TlZPFKG { width:17.375rem;height:2.8125rem;top:29.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X16zpaTOA63130VdZaRawFLkpu77tXlA { display:block; }
 }@media only screen and (max-width: 763px) { #K6BrFtSesCb2i1tS6l8DO82DHU00XftR { width:4.25rem;height:1.875rem;top:34.1875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i34r523XX8KDluMfcXNzA4DpkZFr4c4i { display:block; }
 }@media only screen and (max-width: 763px) { #SQn8vTT24FyufhzDvLwOUrDT5VG7urmz { width:12.25rem;height:2.0625rem;top:18.625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbhi1tEqABaRVZFtVQr9OLZTXHnBH7Dy { display:block; }
 }@media only screen and (max-width: 763px) { #nSDt28VZm84Rbb2QObThGcntFuU2qmdO { top:2.9375rem;left:13.1875rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7UW1uTyf5bMyDDd6tJwdtVWR0AS4Wk1 { top:26.3125rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2T4T70y9M5gDqD8pAo3N9aoVknb94f { width:4rem;height:1.875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqiNiZGfoQNN83oGTh19htk8U3QriFp { display:block; }
 }@media only screen and (max-width: 763px) { #fqoribp253g43GaQPonSI7HiXbyI13qD { top:26.3125rem;left:12.125rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsZBTWX8pEtm3N053Q9ZSWag4KCu6SrI { top:26.3125rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIwpOiTfJVqO2GZnDriQ9Re1ex2CDJi { top:2.875rem;left:0rem;width:12rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCRTakPR7t84LqmqrTc9RRphdTFsEc5J { display:block; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr { top:0rem;left:23.25rem;width:24.375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8dliueO8blTmgrF0a7qnwiMawv1glv { top:0.9375rem;left:25.5625rem;width:22.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upxc7KSbRvDA99Cb8BmbTcTPLsF0RyV1 { top:8.1875rem;left:25.3125rem;width:22.4375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPZ4tIBTTfNOXFGXLC5fWGWF0E5ZX4Lc { 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) { #WPBu99LQwLSDVrH1Xk6JINynDuzgRaxS { top:22.8125rem;left:36.625rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naz9cvmymS6bCewGgX3Zr3KycaQm052f { top:24.9375rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPdaJ8MoRFgVJcQyEmIorzwATfATu4iO { 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) { #Ufw7lkghyM27lZfg2k5DSozeLKOdKGfM { width:10.5rem;height:4.1875rem;top:4.9375rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKs0aoThgFSeI64XompkQBzKlumPPMTF { display:block; }
 }@media only screen and (max-width: 763px) { #g1Ts8VZuQWdAmM0lM1AJHHG1ErTxlut5 { top:6.375rem;left:36.9375rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnlpTdTpodcxFk7ku46kFNXIezfNTvm1 { width:17.375rem;height:2.8125rem;top:30.3125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qnUK7iUaZOy1mJ1UOdEp9oTRNcL1ED { display:block; }
 }@media only screen and (max-width: 763px) { #ezMOegpBgiKyUPtcfWpCZDo4ZOFuUnoL { width:6.125rem;height:2rem;top:34.125rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcRO4IWKp60pXDSxH9JpB9k9IEGxx2Q { display:block; }
 }@media only screen and (max-width: 763px) { #cg03iSLncDQVVecQoB1TD6TV2TdXhskV { top:21.5625rem;left:37.5625rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdOA583u5RZ5FKe5XzMQ4PSy7LNn7vF { top:5.125rem;left:37.625rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuQT5cJN7mC35TxnzA2zpXmPLWN2mRc6 { top:0rem;left:11.6875rem;width:24.375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GliLimfizrTe9Ga5oSV83Ff9xAT1gB { top:1.0625rem;left:13.25rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNPamxUXrZg3igvw2n7SI0RoiH2eoxy { top:8.125rem;left:13.75rem;width:20.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdFV9l5Mx1LNxxTg4lqBKUaxmlU29hc { top:22.8125rem;left:12.250000953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeEiMMbWso4JOaEOh0cKUF6SS1yU6D7 { top:21.5625rem;left:12.25rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUk2X1Q05zvCv6Ob8D2JzTEmRrTXTpT5 { width:17.375rem;height:2.8125rem;top:30.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNUbvfU6sWEzWSQWkaRl5TKCAEuJ4Ti { display:block; }
 }@media only screen and (max-width: 763px) { #sxd3FKsGblr8VUgP9Sv7zWKQLmHqhk0c { width:4rem;height:2.0625rem;top:34.0625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANE5CBpeOPO5X0MB98hifGI0F1xJcAc1 { display:block; }
 }@media only screen and (max-width: 763px) { #DeFhmqNmqZifuzXrXoNWACu4hzu0Um5b { top:3.25rem;left:13.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLTOsT5m87J7weEDMszT7a3XRdaDXGS { 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) { #MMXfCRapHh6iWv1mcStSPZKPDxxxpokh { top:2.8125rem;left:35.25rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBN1nkBfSJ6UM0BsCfJSKg3XnuEnEZ8D { top:6.5rem;left:12.187500953674rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSUMwKZXbl4JE1c2bTNaBesIs0ziLOgm { top:5.25rem;left:12.1875rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZcIuHtMiOcCOVPJJVlgSbWmFw1IcDv { width:10.5rem;height:4.1875rem;top:4.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hF09bGAuS54rwELB58Xvp5SrisWRT4 { display:block; }
 }@media only screen and (max-width: 763px) { #HzFqCEiz1nMz1Ggxtp3nUgdxDe2Vx1d4 { top:21.4375rem;left:24.75rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJx7HGeDB09TWdIWDoXUTNUpCoZaywk { top:22.6875rem;left:24.750000953674rem;width:12.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNNJR2hge6duU4T4nSdml5qAucKHzNDz { top:24.8125rem;left:24.75rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frRfhHpOEPIehVqGJMGagZ91oylzUR15 { top:3.125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifdvd9tMD60GMGoBc9upTGZ1DC7NtJFo { top:26.75rem;left:12.1875rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlsVNgtypl7vIibhw9rqeaPnl96oNxdw { top:26.75rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2sUPqpn2EkFp6Iq6X5FtlZTkrn22L0P { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDT7CO6TCKTkJ6Qwb3e9sgTbzNuiIZt8 { top:1.0625rem;left:0rem;width:24.3125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6prPEroTlOMyff4EmUy8o3ixETVwUg { top:3.0625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXW1RRAiiooPgoaCIF4E6fRqedABk8hI { top:6.375rem;left:0rem;width:12.375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScNZeHo3qNRivcTGfibkrOhBa9J96hFr { top:7.5625rem;left:0rem;width:20.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA0wrq5CyPkQ15QzdH6UDJOCmz8NCrRb { width:10.5rem;height:4.1875rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOubmVgKOFE81qT4LT7IQ1cBcMVaQtMx { display:block; }
 }@media only screen and (max-width: 763px) { #vgzP57EJTZi03OfCWc6fIyiJ88dq3BWg { top:5.125rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grG2HEnA84vaTVw2g38Gxqx1pl3CKTe1 { top:21.5625rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmIEgQFoZCm0a7Rvs1TR99TyUqRW0s03 { top:21.5625rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxh9Tgmbxros55svIHqJrp4oKvT3EDGK { top:22.6875rem;left:0rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNsHiwBgFKyVzf186eUfd5Z7zpI7w8I { top:22.8125rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdp4yqmnDTWtuq1uTm1U0fT5y8WG3V8a { top:24.8125rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QazTEwdQTzlTG8wIxr1F2lFmUMCrCqur { top:26.6875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1oI2sx0dH0OosbSfULQxxufTiOXyEJ { width:17.375rem;height:2.8125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmZXd8J9H9lKIGht7zLmswexCKhN9GuL { display:block; }
 }@media only screen and (max-width: 763px) { #KSUpEPS4N7Tc7CdxFi2kBXoJDK9LnqgB { width:4.0625rem;height:2.0625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwM3KcDNCSb1gDKTfBl0xsduTTTdohHB { display:block; }
 }@media only screen and (max-width: 763px) { #pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d { display:block; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsfWT5xUbgGy7H6AmtIBQwue66HVCnBE { top:22.25rem;left:0rem;width:11.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGUND69eRfBoVT5e4NWvnn5Tkp3IXEqp { top:5.1875rem;left:23.9375rem;width:12.1875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKIUFz7xTrDr5KUPrRv7izvgfTTtmKu1 { top:2.9375rem;left:13.125rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1zxT0GiFqsrBLvO9DyK9wWQmW6qUf8F { top:0.9375rem;left:13.125rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD { top:0rem;left:11.5625rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6aWhXdgpHqcCtyGvHFdMJ2RtFB8VIl8 { top:7.9375rem;left:26.625rem;width:21.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9GNf6UvC8thJe6nWNrTgUh0AfnPCwJ { 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) { #nIKLBvEnoeDEqUPNkwri18BZX6TQyrOT { 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) { #DFpX4ePuKhewEbG2EFgNSmRTe3a3yVbD { top:8.75rem;left:11.5625rem;width:24.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvXICi8prgtRzPrg1T6Qeg1C7wbDTsze { top:22.125rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wweQVbZWl5M5v8af030BUBdVUVbmnMHk { top:20.875rem;left:37.4375rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4WbHXpCtD08IqOS5uvy1JioiBhl8gvD { width:11.25rem;height:4.0625rem;top:4.6875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6c2pTNTcn3FumxEd8EgqtxExskCETxr { display:block; }
 }@media only screen and (max-width: 763px) { #vwOTRo0mhQZIKVbSdqdJhPrkSSvLLph6 { top:22.1875rem;left:11.9375rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8u5CLG5uT2W0BzGtBuhFTUcSdT8PQG { top:20.9375rem;left:12rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow33SwGeCzgrxJgg2RTe1aTaGI9ASAxn { top:4.875rem;left:37.4375rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcvOOJJBgOGlISTVNsSuLHE076d0h7a1 { top:6.125rem;left:36.9375rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxmWaT3kkoWwGsGffEUP8hgmFDC1DC9s { width:17.375rem;height:2.8125rem;top:30.5rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJgxCBlGfgUlyP1EU65oKIrU6dP0FQm { display:block; }
 }@media only screen and (max-width: 763px) { #RegsIDB17zT973vFVyIs8VzIxoFOyrSk { width:10.375rem;height:4.0625rem;top:4.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amaa02OTPTsEVnvEaKPKbsXE6cUi6gfF { display:block; }
 }@media only screen and (max-width: 763px) { #kuTL7RcKyGrTkL5EpFnT0DhrCVb5gOrQ { top:6.0625rem;left:12.187500953674rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmdntn9M0zxmTT9iEdBpeNUOk4QNEqn { width:17.375rem;height:2.8125rem;top:30.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2abMDWefvuafVpvIlEqILdTae11bgeU { display:block; }
 }@media only screen and (max-width: 763px) { #eEShZzKTRellkNy8UZNy3qC7w93PZ8mF { top:4.8125rem;left:12.1875rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPWr2ilNN0KF5g7s3mc78prXVuOyHKw { top:20.875rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47zOUdQlLMG3yBJHvF8cBCk23LNqF4n { top:22rem;left:36.8125rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuoTdyJV4cyrxw7vnlLaqhwEBIhGTVT9 { top:24.25rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV7B4e5OkLus63PMxl2MWs7xhsHZJXtG { width:12.75rem;height:1.9375rem;top:18.3125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTWqL2BTGsqU6dT67k1zRlhg8MX7w29T { display:block; }
 }@media only screen and (max-width: 763px) { #ufWzmbl4113XAFTa2nEN0ElevcXFG3cz { width:4rem;height:2.0625rem;top:34.625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWs0XlEfq3HAX4TiukuIIeBiuQXeLy8X { display:block; }
 }@media only screen and (max-width: 763px) { #oFdHzG3gPiJROdgGiUVGLVO6UBuL0IVD { top:6.0625rem;left:47rem;width:0.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0J5mAoJULB8gVsCxyJWBshSm3VoWWWZ { top:4.9375rem;left:37rem;width:10.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdFqJkTgNnJ31xNhhW4pdmPJG0P4xDFc { top:21rem;left:23.625rem;width:11.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIX5tyXR9ID7U9LeHCfwUVplHKFM5oaV { top:26.5625rem;left:12.125rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw2PrAdLmAgykV0GUCTBrq5rV3EqTTp1 { top:26.5625rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7hUCt7a2OQXnUm90uBF0Jbt6rDoW7Eb { width:4.0625rem;height:1.75rem;top:34.75rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dovdf7pssBWCuVQ1iNQZaM9teJ0PZx01 { display:block; }
 }@media only screen and (max-width: 763px) { #EPGX1daD8ATrDJduFFimFsdQDkBsIGxo { 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) { #zJh5b2TUDODB0Rh7kZleD1EtRd4FlvXL { top:0.8125rem;left:23.6875rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiFfKsHlZmzQHlGeKrMPDbrK12UTFCRd { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afSSobLlqCOGpS03MHOhxqQ4OAuWbDXS { top:0.9375rem;left:0rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5906uoTfzXwES4R6NBF4Vo2r3K5c9uq { top:3rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz320xpQ4oNBSb4qM9fNuwokOEhZ8kUi { top:8.0625rem;left:0rem;width:24.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP2s1ngqgQzLiOwxxXzgosyD0aWMwMc { width:10.375rem;height:4.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdcyEPZTN87PsL5Sgh3H3vfTugnPFEHm { display:block; }
 }@media only screen and (max-width: 763px) { #G6FVmUsKeSN47Ev2R8NwtIAOJBkNlLAX { top:6.3125rem;left:0rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGf682fBfDnyTvIUKHWRxeRP2i90e0RX { top:5.125rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5Rg0PV7aJhgKq2cZuyw1OUui29fina { top:21.5625rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTfE8ywmGNb3smAwK7x2S6S3dsLuBbeA { top:21.5625rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSFZFERUp4T0n8CHQB5UtrBotE4xQJkB { top:22.5625rem;left:0rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOFRZq3CcA29Xsi1zehcXvlhvbngZTLg { top:22.625rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpsk2DnnbJNJ4bcx6GZQvifLimHRGdTu { top:24.6875rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS3ixQSi2WdTICJDoroJKQtnQnTgfd2c { top:26.75rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwH7vpAx9WpDPIVpUsMMithAFFvonQmQ { width:17.375rem;height:2.8125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4evbxgsOZopvVsDGKHxQiiLnkoon2Fe { display:block; }
 }@media only screen and (max-width: 763px) { #kRhy8LvNoTkRLZTLRk5b0EC931DpTf7V { width:6.125rem;height:2rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlMmWBXDDTCTPifTTzwBVOECuME6ywh { 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) { #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9 { top:1.0625rem;left:11.606251716614rem;width:24.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt { display:block; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAq2K1XB0LT0cxCtiwE39o3MTCo22G7o { top:4.3125rem;left:1.75rem;width:9.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAWxTynf19XQTWDDukTpG2pcgP28tTbe { 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) { #fbrTCHUhnTknqEvsqqZtsxk2wXiQg1Sg { width:5.9375rem;height:2rem;top:34.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM1SK24vFKTzFDTDO0i192Pn2lEOkNVV { display:block; }
 }@media only screen and (max-width: 763px) { #VPBc7ZbcHmBotSCa1WgBqe0e4IUTBDJ9 { top:1rem;left:13.0625rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEJTfwUgKTs35tdPawAkV7ta4mU0F1vo { top:6.1875rem;left:13.5625rem;width:20.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omOmOCApHdh0cmd40W4ThDTfofxmZmAt { top:22.25rem;left:11.9375rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbb7p91CcHewa0IRertUAzA6CQwVTp3a { top:23.5rem;left:11.9375rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbfUaBntCRnqWGPf0Bx8LQFOyctlFuAV { width:17.375rem;height:2.8125rem;top:31.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcev4vTsvdzHEmD3u9DRqDihpFLeVsiT { display:block; }
 }@media only screen and (max-width: 763px) { #UPq92Rv42i0w21qDok0ipgVbbCsBC8Ko { top:4.9375rem;left:12rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqkSQdfQpkUwTlKrVPeH8TTJxiiernAK { top:6.125rem;left:12.000000953674rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKq177PIBeAxNE8bnJmxpTLTSA3TDH2d { width:10.375rem;height:4.0625rem;top:4.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXhkdVu2XURGVHMpvLLTTFqziCGP7IcS { display:block; }
 }@media only screen and (max-width: 763px) { #zTeKTSaf2WpTfhNCrhNLcxmMEE6hEOyl { top:28.125rem;left:11.9375rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuuvo4JSXSDXPDB2AadTQ0C8nWyrkvVR { top:22.375rem;left:24.625rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KREfPbqk63fS9uUNaQ5S5NtvhcPHLb84 { top:23.5rem;left:24.6875rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbyth3lzTdp8Al6APJhloHmR8qfVJNiO { top:25.75rem;left:24.6875rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o { top:0rem;left:0rem;width:24.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6viyX7NST9m0A0FCqoZfBqcxDce55h { top:1rem;left:0rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98kBr0i1XX3pLQRETmUcJ77Pp5TuyIc { top:6.125rem;left:0rem;width:24.375rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFT5XB6CpLxVnQLU3aBCwTtoTUJxQug { top:2.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1iq6lxxEyGpPXlk3s3Fnu1cHfoAkxzm { top:6.125rem;left:0rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK4RowDuvO9hnR8V4nX4i06fLtKXHTSX { width:10.25rem;height:3.9375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUsdUopLdKTIQ799OPqM1Qg2NUAKqXMX { display:block; }
 }@media only screen and (max-width: 763px) { #XgwRyvVFi2ZbAReO2TTakBUMlkWZCBWG { top:4.875rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0SVn4QHRvPGtwarUHccmiiacULlaEi { top:22.4375rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvC6gCPvkFx3ARtQLW16NG66vgrfMVy0 { top:22.4375rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS18zQuRNgTCQQ1BpfGildD5o2OMxSVy { top:23.6875rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3nS4zHykOAn5JESR6y9dUvAD8tnt8W { top:23.5rem;left:0rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMmVvoB9IaO7A4BNcbMUOiBvrKO93k9N { top:25.8125rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQoUlI7JpFXDVnfZ3a1S3NiBNuoOXEDs { top:28.25rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFmeuNtUU2l3e4rOWQTT74V6lh7EyiMi { width:17.375rem;height:2.8125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4WNxuF08I25TqWQJHATuPwaH0psKcU { display:block; }
 }@media only screen and (max-width: 763px) { #qWG0CaTNTM1255RzsvZIX2X3M8MGn6Lz { width:4.1875rem;height:1.625rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zic59SvQuuu6k19pnpFt4ayXiU5VHMT5 { display:block; }
 }@media only screen and (max-width: 763px) { #upss5IfJNERqVhxBhLhuKDVOwEZPk4Vh { width:5.9375rem;height:2rem;top:34.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBbhbTtL1gBXMdHbDO43BTRNqARBOsf3 { display:block; }
 }@media only screen and (max-width: 763px) { #MTKt1Fnzc8vBNucybM67sT3mfvryhQwV { display:block; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .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:32.8125rem;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) { #NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu { display:block; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTZ1xI9tmNVIfz3MzsKqtSD3QXPMWgRH { top:9.5625rem;left:13.3125rem;width:21.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkzxpzHe9AEJTbEpszWpiPechP37ZwFE { top:1rem;left:13.3125rem;width:19.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr1VSOMef4BpfUAwD462MSHK1AaiGQsK { top:9.4375rem;left:26.625rem;width:21.125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #heOaEDXtlxDDOBa0TgTTsZCMxsoa7BGS { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw8NKd6PUwqkdFH0d5zIUgoO1fJa2zcG { top:1rem;left:25.5rem;width:22.25rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFxXRRbsPuzIaT04cy8zZQNwcTd07wW { 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) { #lrqukJfQ4wMEuhv4gX88PxWfqg5wUQBh { 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) { #gU1ABSkhhlEpwpEdf4Kl8628XdGQ9kSB { 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) { #ynEzN4LUxS8rnaPU7v60rz8rqMTX7kCG { 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) { #WtZgtSHFqFluIsZxEkyUd4rQvtRbz8N3 { width:17.375rem;height:2.8125rem;top:31rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsz2IhsVRTEtxQVJCsEFT5qWG1eL1TfZ { display:block; }
 }@media only screen and (max-width: 763px) { #yVFIT417nTmmq8GA49P4zNbga17HM5e7 { width:17.375rem;height:2.8125rem;top:31.125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKsiU05ZZ06sAXuG2ptfHkrRs7u7GiOB { display:block; }
 }@media only screen and (max-width: 763px) { #hSINlooOn6K4lNPJT1fMTZT9MpDvHTAJ { width:4.125rem;height:2.0625rem;top:34.3125rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4AVVrTdXysBFT6z6AmeuvLbJGtTVq8J { display:block; }
 }@media only screen and (max-width: 763px) { #hlgNw7ziV96hz3eigZ6SE2VbmfUtVaNz { width:4.125rem;height:2.0625rem;top:34.3125rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSCkGE41cQnesRkibpe11h1vm4Q9CT8c { display:block; }
 }@media only screen and (max-width: 763px) { #nHowVDducohcEncnIuDFn0rm4gIqu6Sz { top:0rem;left:11.6875rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRps756oOK4tdTLQutnoaRhsXCVxv99S { 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) { #UxQNpodaU0TcRBmrJpbNPqH6CdQbLsxa { top:22.6875rem;left:24.8125rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So9t8T6wfDREBpXb8CrqkdxPwqwAFKSr { 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) { #FAeQCWk0lCdXGV8fU3gVEMI4uimIJRlT { 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) { #e3nlNTzHnXBuSbDTSfv0Oh4klNaPxHH9 { 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) { #eGbX0FOJKbRO8aqiU6eCEdbrl9SyyclG { top:22.625rem;left:37rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC1imnEHGPPyCzJELDtzwHzhXJu8gNUx { 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) { #QEK4hAQ2qmVX1I42RRQ2Nqgoo0mWFv1h { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LuShbp1dJgvssmnSS5UKrcBcUHvoua { top:1rem;left:0rem;width:20.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8T1kMXfLCPCbSD2VTTBTRi6JbyqInn { top:3.3125rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV8lhW83WuGUh0O8BFehCD3pvuZv0wzU { top:8.9375rem;left:0rem;width:24.5rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNl324ibm2OITd2kGU96FxtnpJ4066H1 { top:21.5rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPJNylWyFVNRO411xnpgIOsT5QQdOKS { top:21.375rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUWNmImnmKB62rrzuTB9m4lubDbEMH1X { top:22.75rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ32X5pr5AJb52xy3le1AxGNWqd6SPha { top:22.625rem;left:0rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFgJg1f7fWRaheo7O6WTDTX3Dl99Dei4 { top:24.75rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq35IITDGPPOBUbZHv5CDEByG7lgJLZm { width:17.375rem;height:2.8125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFfmobzAkPGK27AoMblBBpgZvKc4S8Ou { display:block; }
 }@media only screen and (max-width: 763px) { #EOr4vBtU8aahJ6sTkWcMPK2eT5fWO9nc { width:4.1875rem;height:2.0625rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5kXJWKrQ4UMtsqR1wgovdTFrOq8kFEI { display:block; }
 }@media only screen and (max-width: 763px) { #evontslcJMzBUyzZubm38IrPmMbiqKt9 { top:5.0625rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyrKV6qfnvJdJfcvClAUsFkf7syRvbI0 { top:7.1875rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QJhSNNy5FlT7dW3fNFfgMv7kEGw3Pl { 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) { #eoTF2JzDyQ3lb1W3CgDVo0RTRBEuyOXr { top:27.375rem;left:0rem;width:24.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqwtN96A1XASDbXFe2QR5xGJTEGJE2nV { 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) { #rWgRmuML93mUQnymZnDebHRxHCMEC21O { top:7rem;left:24.4375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1hE5qmhrL0BgN0kFGqTcyr1FktHvVr { 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) { #TircxdX7FinbaBRJ0OUAbLEgQCCXw8HB { 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) { #iByBXw2GyfLwMlPsRmL5XyVpx67QTeao { 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) { #u623kAEfBG1hku27zOxAvOq04qkhbofy { top:6.125rem;left:18.625rem;width:3.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCAQXVr9ywTtmVlI9ukDq9nwhbnrJa5I { 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) { #pc0JMZFSTyxU1s4qx9XB2gwrpdCe2Mqz { width:10.9375rem;height:4.0625rem;top:5.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aalt1ObCtskqOVlnS1NuGprT2Vb38Lu1 { display:block; }
 }@media only screen and (max-width: 763px) { #HlzFQWqXngB4wEOJooHGhhUMPOqrCJ5H { 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) { #fbyT9nh7dDaTWwabiX1QDeFnCHOfSTe4 { 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) { #IJG1bak15UteVFpBPVfuCJVJWqnE5lRk { top:7.6875rem;left:43.8125rem;width:3.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJzWgbSJE9iaWCTDpKF0vF9M5g59sOcd { width:10.9375rem;height:4.0625rem;top:5.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6iRAiGbvDbWFSMrMLIx9cDBb5FSgPp { display:block; }
 }@media only screen and (max-width: 763px) { #HGik8f8dkIB9TMv6w2ReRyM9IdZUVkZv { top:26.75rem;left:11.8125rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJKWGEMkReSLbPrS8QdLMIgHQzJpEa8C { top:26.625rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB { display:block; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEJzecyvTsT1uwiPDX7eoD0ssLkJmK8d { top:9.875rem;left:0rem;width:21.375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDR2UwqDOLS87upctkoBbQDU1gcvbisO { top:1rem;left:0rem;width:20.6875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0OyQdPzHhikhELigLoJaR2aeuvyE9h4 { top:9.9375rem;left:13.5rem;width:20.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHbpTuyPEpuxLL2ctr0iJMVMyXhBEFfr { top:0rem;left:11.5625rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfggBeFI2dXOHUOnzUlKK5bwxA7gDk8b { 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) { #AQQPu2T1E0J5ioZkR6J31tIeNICMX9Da { top:24.125rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSk9gubDW0wOdALE28uViLBRlGLETit1 { top:22.875rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwdTlTlP9mrNbiNyhvXO4xwNnNocZdi { top:24.1875rem;left:12.125rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBbGZTerc8p7aHFKNqr5CqgFIvCqJbi { top:23rem;left:12.125rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edtos0fCkNXmDfGeEZ5ifTSbhSgDR0Ll { width:17.375rem;height:2.8125rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQBAX00dWeQlDWTObUSBucew0BXwAXLJ { display:block; }
 }@media only screen and (max-width: 763px) { #dI1nqAnI5wTEkELtwKJirk1DFtScR3PP { width:17.375rem;height:2.8125rem;top:31.625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEueBV6vszhSX9VPGcI9d4DqwCHqPmB3 { display:block; }
 }@media only screen and (max-width: 763px) { #t30LqJ4m4KMbHT5mkOgc8d2g8Ft9Htuk { width:4.25rem;height:2.0625rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICLlavnviFnKXeMF9bOKuFlchfrP71d0 { display:block; }
 }@media only screen and (max-width: 763px) { #B5DfBBfvaQprkPh1tDdEwq23W4eGo9WO { width:4.1875rem;height:2.0625rem;top:34.8125rem;left:21.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W99poSsk55hcxWm70NvicagFsfe00JuL { display:block; }
 }@media only screen and (max-width: 763px) { #Tg00gy9ccS88eLtCFThr9Fdswz7uTqmR { top:0rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn23T8FPKDWPuSESRLfgWABqFIZ3XPv9 { top:3.0625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGh0ImE38oCMX5De2iqiHMl2TtTq4xLB { top:0rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf3ZfuJMlWaX3HhzZN56dK2gxHrxW8TM { top:1rem;left:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQNbayNwedsityeWe73O31RsaDkhwT8u { top:9.75rem;left:26.125rem;width:21.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAXsVRFFIkO6bVBOmQdNcTpHlXA4QBi1 { 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) { #TXLfgAz7un7MxiOgB4JRidiMybdKLDn3 { 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) { #Kcg6sQzxkJ1aiWGW1TPaiWE4JAfR2QzI { width:17.375rem;height:2.8125rem;top:31.4375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TclszFqhhUZ9JldLIn5vynFzlT1H0zS5 { display:block; }
 }@media only screen and (max-width: 763px) { #TeRlT5bZ0STaqOIOCOtIhhpVL4KxFXXv { top:5.8125rem;left:37.4375rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5LWFMLCP0Oo8b5V8K1Xy9BZ4ZlAZA5S { top:7rem;left:36.9375rem;width:10.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzFKEBBML3QcJOTyeedizIgQpGmw7vb7 { top:6.75rem;left:44.125rem;width:3.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOBFwIQCX7Va7aTG4uv5ATAuOtVAiedc { width:10.9375rem;height:4.0625rem;top:5.625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhI0c74Pmk7dUmrOlnWCnLFVhSOR9kwE { display:block; }
 }@media only screen and (max-width: 763px) { #zBUnEAhB72bNfBAdpDuTebTuEd4uXch2 { top:22.875rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fwLePyLEbzp7EiGBf1nABKZlAIMwhP { top:24.125rem;left:0rem;width:9.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsfvGINgTEnUiVhIncNauceErBtI6e9x { top:26.25rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnwbZ0T2nnH5pRMOCuGEDh7InlTWQOLA { 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) { #U1lrZmW8Gb7d206glN4h4FMuEDvz0wZh { top:24.125rem;left:25.25rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq2B7KxLXPIxqOUt2v44stcxBsAyDyIp { 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) { #LACyn49bNVv4q3M6DFCrEm36pTMTTTrU { 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) { #INTGmZBGX8wHXUWsfQeZqvUbz5rXd3o3 { 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) { #Rk4RyPV9IZTHBNJ75o5TfuLUr6x1uf6q { top:24.0625rem;left:37rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2HAbfcRJ04AtNdwF9ycrzRcLSrao8s1 { 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) { #HZahyyzcg7yqUuAuqeGuiFMPIVnH2BLe { width:4rem;height:2.0625rem;top:34.8125rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nRU6StFSfGyXUQ4MSHinT9B90Kvdz2 { display:block; }
 }@media only screen and (max-width: 763px) { #CoIBqBlZv5MFXbl6sTmJnd8TEqoTcpec { 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) { #m1uZPilHoKE5Les5xtUiAncDEP54Qmhc { 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) { #oV9nmHTcClignwyEhLgDNhhN5hZqm2IJ { top:5.5rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnMPHTbcCsUqD9Ekh7ubSKBDyTbmAHVh { top:7.625rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #capr3NxIJluFa7ldPA405IayJTn7xgys { top:28rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;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:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUCK4ST191o0oAQS7ehmNqqK18gWBfyV { width:4.0625rem;height:2.625rem;top:0.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #effxkFhEwzhDUmfgAZ7Insvo84Uhgyy0 { width:8.875rem;height:3.1875rem;top:4.0625rem;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:8.5rem;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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV2d4CoSAneT39KylxouTczBPeI27fO4 { width:7.9375rem;height:1.5rem;top:1.25rem;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.5rem;top:3.78125rem;left:5.90625rem;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.5rem;top:6.25rem;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.5rem;top:9rem;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.5rem;top:11.5625rem;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:url("https://images.assets-landingi.com/uc/9b626f73-4e2d-4a07-8e8a-fa47957ed7d2/Top_toyoty_MKG_mob1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.adaptive-delivery-prevent-bg, #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.lazyload, #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF.lazyloading { background-image: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container { background-color: transparent; background-image: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container > .video-iframe-container { display: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row > .video-iframe-container { display: none; }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .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); }#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@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.4375rem;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:26.31103515625rem;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:auto;top:26.31103515625rem;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:25.875rem;left:2.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFaerWuw8VX2B5MmgWscrxwbzFQdAoC1 { width:20rem;height:34.875rem;top:25.4375rem;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:0.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqAb6fxt4xECQW0TtU4T2bw2l6e0Lc4A { width:20rem;height:2.39868125rem;top:0.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fdzLkFyTvB3XLPPryoKw3nt9Z0cpkuWX { width:20rem;height:3.4130875rem;top:2.9624996185302rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0rem 0rem 1.25rem rgba(0,0,0,0);color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { width:8.5625rem;height:1.0625rem;top:58.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block; }
 }@media only screen and (max-width: 763px) { #XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { display:none; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row .container { width:20rem;height:37.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o8xoyPD7Xe8uWLmIOAF5vLTinllzAaaq { width:20rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9uJdwhfQtcNSlD2CTEtNN0NKrxkvLs6 { width:15.5rem;height:1.95rem;top:27.174998283386rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THLPJhPMczdPxOR4DKWR0WqZ1F1WAIdD { width:20rem;height:2.275rem;top:8.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { width:9.1875rem;height:1.3rem;top:11.568751335144rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lsxq0ayLt1SCvCrz20oCnFuyD5FstcKC { width:20rem;height:0;top:31.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { width:20rem;height:0;top:13.6875rem;left:-0.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { width:20rem;height:1.95rem;top:16.112500190735rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { width:13.8125rem;height:0.975rem;top:17.3125rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEeRTLDDC8P7FVUa5lT73atB74MTs0Xv { width:14.375rem;height:1.95rem;top:18.5625rem;left:0.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bWoMmg5rMqsIrUp8plQdt3n1bqaSotTJ { width:20rem;height:4.875rem;top:21.387499809265rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sbzdAT5eEwRtHZWr1MBEnAMblVIrRNW9 { width:0.5rem;height:0.5rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwVI4WS5ImTDCTihWerLxcsBwkhClZy1 { width:0.5rem;height:0.5rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIKyTETND4FXTDx7TMoMhzi6dewB02PT { width:10rem;height:1.1375rem;top:30.625rem;left:6.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vxr6FVR39JCHTWMAZt2ryeRFfGD8JVRG { width:13.604166625rem;height:2.791666625rem;top:30.375rem;left:3.25rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #gAINqzRiiwtdD4ErAxU5afGGtboFlKTH { display:block; }
 }@media only screen and (max-width: 763px) { #qVDZa3yRvdRyafbV625DepteBtRTvvTt { display:flex;width:1.875rem;height:1.875rem;top:30.75rem;left:4.0625rem; }
#qVDZa3yRvdRyafbV625DepteBtRTvvTt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rQrv9L435s8QxaxTsWixrFfZAkKSPgfA { width:13.666666625rem;height:2.854166625rem;top:33.75rem;left:3.1875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #ZFCriOkL9Wt9cXvdNLVz2usD5AG5dWiV { display:block; }
 }@media only screen and (max-width: 763px) { #UqwVIGuRxOOEtmofcTKaRN8CalRUD6tT { display:flex;width:1.875rem;height:1.875rem;top:34.125rem;left:4.0625rem;font-size:1.3125rem; }
#UqwVIGuRxOOEtmofcTKaRN8CalRUD6tT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FXksSHQEXnfITrVtRP9iJBVJhoFaDkKy { width:10.25rem;height:1.1375rem;top:33.9375rem;left:6.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ChG4hInDUqiiGD70J0X2tEOMOaimhTRP { width:10.25rem;height:1.1375rem;top:31.75rem;left:6.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pr2glwOqOhHCkCCGPiKTuZ4Zk774V6KM { width:9.75rem;height:1.1375rem;top:35.0625rem;left:6.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { width:3.1875rem;height:2.4375rem;top:10.999999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { width:16.1875rem;height:1.95rem;top:13.624999046326rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { display:none; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .row .container { width:20rem;height:60rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q2Hh0cuGOCWfo7egetESSRv2idIkhlnx { width:20rem;height:14.3729375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { width:20rem;height:3.9rem;top:15.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { width:20rem;height:4.55rem;top:27.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { width:20rem;height:5.2rem;top:19.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxgtmvzpFKTyk9IKCpKN62NHCrIqO3wo { width:20rem;height:2.275rem;top:32.1875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nW6t51ecIoAKHXkKZQ0pWsx1NSsyF2IG { width:20rem;height:3.4125rem;top:41.216666221619rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { display:flex;width:1.4375rem;height:1.4375rem;top:34.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { width:17.5rem;height:5.6rem;top:34.125rem;left:1.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;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) { #AEXbMRo0p2hd1U7i1EKvy9TtbQU10x3C { display:flex;width:1.4375rem;height:1.4375rem;top:36.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vvsziofegO4HDA2c7q63RhuC3ntMacAi { width:0.8125rem;height:0.73125rem;top:38.375rem;left:7.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RvhnsLR5u1HWqlxyQpw40o4LlSnd5v1t { width:20rem;height:0.8125rem;top:25.3125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { width:20rem;height:1.1375rem;top:46.416667938233rem;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) { #fR4dl9xDzsCc0xuF306e5Tok8Vxfg6CA { width:16.1875rem;height:1.4625rem;top:48.75rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6GrSIMQ8ACnHuZtmD0oKCTh9BG2TQzO { width:13.625rem;height:1.4625rem;top:52.875rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WQcvsmrXnCaOhwtIVniXXRPeptzmqteA { width:17.5625rem;height:3.5625rem;top:48.5rem;left:1.1875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #Au4LDBTSehRISkUo4uEep6fLo4URtQ49 { display:block; }
 }@media only screen and (max-width: 763px) { #AfvrDEk4AdJs0fFtwHMSqPUG8kgClaEA { width:17.5625rem;height:3.5625rem;top:52.6875rem;left:1.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #FGIzT7SXZi9yvDrxaFX8Kk5SDik6UFiA { display:block; }
 }@media only screen and (max-width: 763px) { #VHptRTZZbWJONocEGZnmV8X5fiWTPF5y { display:flex;width:1.8125rem;height:1.8125rem;top:53.375rem;left:2.125rem;font-size:1.25rem; }
#VHptRTZZbWJONocEGZnmV8X5fiWTPF5y > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #k6t8ybLDuGbbrqPg9ix4rAThhA6dMGrm { width:10.25rem;height:1.4625rem;top:50.1875rem;left:4.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U40xpR3weceoHbilBVsw6n4Thgsc3Kxn { width:12.25rem;height:1.4625rem;top:54.5rem;left:4.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ekaBwiuxOU7ACxlvzcSq4VC6ThEunIaM { display:flex;width:1.8125rem;height:1.8125rem;top:49.375rem;left:2.0625rem; }
#ekaBwiuxOU7ACxlvzcSq4VC6ThEunIaM > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #s1cefn705zP3n5wbSzfQMWcIMaZ8DvQJ { display:flex;width:1.4375rem;height:1.4375rem;top:35.5625rem;left:0rem;z-index:15007; }
 }@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:1.4375rem;height:1.4375rem;top:57.5rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { display:none; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zUiNzgi5VUqzw9a5ysbdiUusQ70Zs9pb { width:20rem;height:16.575rem;top:20.631103515625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KuRdf9DdehbwlQHGUTeXMasTXUB934v8 { width:20rem;height:0;top:1.25rem;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.6245125rem;top:40.179443359375rem;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:18.18603515625rem;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:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVEtqWe4gUdK8nEvAwIrAfHpXIHxzesm { width:10.9375rem;height:0;top:35.981250762939rem;left:3.8750000596046rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPlEVEaqTZtF19att9qISgPVgMTQKARa { width:14.87425rem;height:3.25rem;top:35.4296875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDwpKFeMZwRfCD8F5BNxRx9RLOTbkw93 { width:12.4365rem;height:3.25rem;top:30.91796875rem;left:3.125rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz { display:none; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qF58nGJN0NXSknKrnTIELlBCcUkUTVTW { width:15.4375rem;height:3.375rem;top:1.1875rem;left:2.28125rem;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.375rem;left:2.28125rem;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:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VxlKb64tXBl7nfSxTVUPlobUsdbq4Wwq { width:20rem;height:6.09375rem;top:0.609375rem;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.5rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ { display:none; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { width:20rem;height:29.0625rem;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.13769375rem;top:4.1875rem;left:5.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdIEA7KdKpy9TOvJuCdT7MgFO9IFgQhd { width:15.0625rem;height:2.275rem;top:10.450000762939rem;left:2.46875rem;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.724998474121rem;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:24.6875rem;left:1.1875rem;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.875rem;left:10.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWVArJOOnOk3lJZUssBTrrJJcrEJDET { width:0.6875rem;height:0.8125rem;top:27.0625rem;left:14.75rem;font-size:0.625rem;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.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKhkoLKhDVwgVvcn8knU7iiixknKePSD { width:15.5rem;height:2.7625rem;top:1.369140625rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 { display:block; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F { display:block; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGSZGolFUosVDq0XFwBgqt11aeQM1ADV { width:18.0625rem;height:1.7858875rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVxyppICMIKahAdzaLpIcwJsOwhpRzb { display:block; }#IiVxyppICMIKahAdzaLpIcwJsOwhpRzb > .row .container { width:20rem;height:96.39990234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teJT2GwnPcmRixN5HnTuBi9buKIsnTgK { width:20.125rem;height:0.0625rem;top:21.8375rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #ahChnrnn0KeUwuCpqAohqKX0DnpMwkEv { 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) { #obwTZWOp53c5REfITCEZnNRMxZBDT3qN { width:20.125rem;height:0.0625rem;top:42.606252670288rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fskLPbyU1iFvkMJzEEBLdn50FCmHgg1E { width:19.9375rem;height:0.0625rem;top:66.150002479556rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDzluL323fpzZMTv8O54pW9cTRuHd0AV { width:16.9375rem;height:1.70625rem;top:0.67421913146975rem;left:1.2179687619209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELk6GIGeMOWFkQZLAXkX8XdaMhAKDsfR { width:12.5rem;height:1.13769375rem;top:2.3304710388184rem;left:1.2179687619209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBShytzJQZmoWZ4TNO2H0pVdPFFHKPsD { width:19.375rem;height:12.75rem;top:4.4867191314697rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5LhbL84PHLwxEXcRD81LVWX0sD1suB6 { width:17.375rem;height:2.8125rem;top:18.625rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqdH1ftggGRSpIR7WVUiBdBNFKpGAOFG { display:block; }
 }@media only screen and (max-width: 763px) { #zWSB1XrGUn2FSkNBU1fRCrGZfqNUTwRq { width:15.125rem;height:1.70625rem;top:23.186718940735rem;left:1.2179687619209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVpxEHFiE6KkeU3FzMps3noTTakRu4gT { width:12.5rem;height:1.13769375rem;top:24.89296913147rem;left:1.2179687619209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrw64qXeuicT4XmTZsF6Ms0cUrIkX3F6 { width:17.5rem;height:10.625rem;top:27.052345275879rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy8S1hPCx6W0FRfxnsUsGfs9Hf4smeem { width:17.375rem;height:2.8125rem;top:38.800001144409rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #waFtKFd7tAW5mT2I4nxnGsAIZXA0nG2A { display:block; }
 }@media only screen and (max-width: 763px) { #T9RSV5HvBpblreyZzAa18WTymKImaSlJ { width:15.6875rem;height:1.70625rem;top:43.675001144409rem;left:1.2179687619209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0XKWlm8QQvXJ3Hz2qVvmIvZdAtHb3VG { width:12.5rem;height:1.13769375rem;top:46.13125038147rem;left:1.2179687619209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEXvPxHqCq7eAuZrmhIHeAz4qs7HPMz { width:18.4375rem;height:12.1875rem;top:48.875000953674rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrCxyrT4CoAmd5VlZv1unLFhAnQyrkRt { width:17.375rem;height:2.8125rem;top:62.487503051757rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyTJwDToTMhL2xF2mZiWQeHlDXqhFASk { display:block; }
 }@media only screen and (max-width: 763px) { #TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S { display:block; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container { width:20rem;height:51.97412109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRFhSw6I8368ObOScTnUI3ZctxHVpHPy { width:20.0625rem;height:20rem;top:4.5625rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #xAxIZDRx4RimSscd09aGpK0gTdZMn5TM { 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) { #hl6CUdQS30T3PGHHiIgFCpPr9nK7zovR { width:20.0625rem;height:0.0625rem;top:24.725002288818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ISPOGUfcBaehefWKQyHB0lDht8a6J0 { width:15.5rem;height:1.70625rem;top:0.66250038146975rem;left:1.1867187619209rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyOseXU3oC2tms5V3E3ZMcSKaW7dlEhN { width:12.5rem;height:1.13769375rem;top:29.462501525879rem;left:1.5312500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2AV9axnXVTSalgQRaTTDASIfBpbfSZ { width:16.25rem;height:10.75rem;top:32.550001144409rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyTEZPb6FqWCTKJ9QKoNDAbT89nfVlW { width:17.375rem;height:2.8125rem;top:44.800001144409rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiv9OTEr7yqC9O4vctaA7Z48gkLkzVwN { display:block; }
 }@media only screen and (max-width: 763px) { #gibc5IHVMNN1T6Jz5qT3uC58lVzbVwHk { width:16.9375rem;height:3.41064375rem;top:25.231250762939rem;left:1.5312500596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7WCTgO7h4IpGUPwdDUClz6Ia4AUwlKh { width:12.5rem;height:1.13769375rem;top:2.3679695129394rem;left:1.2359374165535rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAyv9FLR2bwb97T1b576TVPs2GfOcOSa { width:17.5625rem;height:12.5625rem;top:5rem;left:1.2179687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKN867pua7zfSpsfEHMBSIZI5ipqDvMC { width:17.375rem;height:2.8125rem;top:19.6875rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawOu9kTgugErV8QfoowJgdBrnXVif0R { display:block; }
 }@media only screen and (max-width: 763px) { #VXewKLk3JPqtJpkOqUamt9xfx7MLk8np { display:block; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MzgPFHhp11KF6SIvp6WHuPGVz0xVov { width:18.0625rem;height:1.7858875rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF { display:block; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM7lgXQgbZz76X6TBr4KoxCT5IQwXuza { width:16.9375rem;height:1.70625rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue2dyvQ1hAyuPf3NuqhOD5JCmPDbK78s { width:19.875rem;height:35.3125rem;top:1.25rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #opT2o8FTME5Dhv9Mza02K68dAf7kg0Vx { width:19.875rem;height:10.6875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwf1B0CsCQmF9i7cHbRhfteJEQt0QSF { width:10.6875rem;height:1.95rem;top:21.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgLevDOeNL16sWlV9DZyn22atRgrClAy { width:8.3125rem;height:1.05625rem;top:20.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKya5ZaTQR3IDvgNDsseWeqmrdoFJ1Jn { width:9.25rem;height:1.05625rem;top:20.3125rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtepOwcC4sPZkvzSNSzwRBRs8ZfFHg5B { width:9.25rem;height:1.95rem;top:21.5625rem;left:10.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5S2SxD9pFwQNtU5mNg3JW5Cs1IITDJO { width:9.125rem;height:0.89233125rem;top:23.6875rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DoLEKXsGbxmiLTTAfRB0tcOsGwibz0 { width:17.375rem;height:2.8125rem;top:29.03125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo5SthqL7vOyfT3xk7Lm7wGVgRHtcBOq { display:block; }
 }@media only screen and (max-width: 763px) { #h3oioVtcmFI8Tp5Ob9ZTLW9SN0XiLxvp { width:12.1875rem;height:2.0625rem;top:17.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9T1L1gLB2H633TOuHsOSC2h0VPwTrV { display:block; }
 }@media only screen and (max-width: 763px) { #F0AFm32cmsw9yALl2UGN5WvXa89Cizxg { width:10.3953125rem;height:4.0828125rem;top:3.5187511444092rem;left:0.14531248807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7bizha7I8Qm9t6QxJ4m5qyKwHRPMHWK { display:block; }
 }@media only screen and (max-width: 763px) { #dgXtH0hrvZABTPHsxof5k22sM7TCtKBi { width:8.3125rem;height:1.38125rem;top:4.1875rem;left:0.62421876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTTtrmFQqgfQIV6hJ5QU4DqXFBLVAnr { width:10rem;height:2.35625rem;top:5.0687503814697rem;left:0.34296876192093rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvknHiJZuTeozn33FgTeyGrcQXR66vT { width:4.0625rem;height:2.0625rem;top:32.875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQSaqUFUBEKPcTEcrG5ilo2l0wFOrv8L { display:block; }
 }@media only screen and (max-width: 763px) { #InHzDlDxiJGyDdWVBDr67UauWnVDA10R { 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) { #tTx7fVJIHhhpZvE0cVyCFSsnSVIzKITl { width:16.9375rem;height:1.70625rem;top:38.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VQS9VOndJkNWZrTk7GSc1RlJTBTDAK { width:17.625rem;height:9.9375rem;top:45.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTB8h9getP7n18xCw9qf09g9kTp4ZqVO { width:12.5rem;height:1.13769375rem;top:40.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqBdA1PgqK3dkdvJnvQ9Mlh9VPZU5X3f { width:8.3125rem;height:1.05625rem;top:58.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dus0qQimB1efVoMxT2bKlL4vSJHd60Bt { width:9.25rem;height:1.05625rem;top:58.25rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdorqrQdu3gHXiWDC1f67JqhMQ5t5Iv { width:10.6875rem;height:1.95rem;top:59.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIcd7XuG62T9ES6psPuJk92D25v49XD { width:9.125rem;height:1.95rem;top:59.5rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKZ88wGMrJyyqb8om9mcaiZKzRKTeOTH { width:9.25rem;height:0.89233125rem;top:61.625rem;left:10.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIO7hGTsPQyElqVL4SJbmRBfVsNJ6Dl { width:17.375rem;height:2.8125rem;top:67.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbT2MuxOTmi0i8BzgXp34hPgaRFAfC3l { display:block; }
 }@media only screen and (max-width: 763px) { #HmmcyQfiAApw1BAufM4z7d0xkRAIyzk8 { width:19.875rem;height:35.3125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlSoFrcFT3tWower4HQmNALThoGq2ftr { width:8.3125rem;height:1.38125rem;top:42.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzcrhqM6fP85VHbGmiSV0yBeJmiN6EA { width:10.25rem;height:2.35625rem;top:43.63125038147rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyKE5LKoh8qKaMP4THTtN1FvthlvTIcN { width:10.425rem;height:4.1125rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgHQ3F4nec303ZfdefZ29HqczKkr1I3G { display:block; }
 }@media only screen and (max-width: 763px) { #e4rLGWEFXdN8Xp6X8Jm9INz32hBSxJys { width:17.5625rem;height:2.9223625rem;top:25.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuwdMBdu61iKzqN8JcTHT2T4FtuWi6M1 { width:19.875rem;height:35.3125rem;top:74.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwpEiQRTRcFaQICut18xdqTebUZ9xPm { width:20rem;height:1.70625rem;top:74.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzZycDPGIOOHB7MO8cipgUMfMLxVeJCl { width:12.5rem;height:1.13769375rem;top:76.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg9RZMqxf7P3dSt6Ot4JsppcOhhRKAg0 { width:20rem;height:11.1958125rem;top:81.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POpxNU3R681Kidld59fRXWR4BZa6MzHO { width:8.3125rem;height:1.05625rem;top:94.125rem;left:0.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBU0cT3UKWoxb7MkAFKsUK8Lm8mnuP9o { width:10.6875rem;height:1.95rem;top:95.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQR89hPJEtZn45KICAQAoCeGCE3LEu2v { width:6.625rem;height:1.05625rem;top:94.1875rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emoeELapA4nU8yhTCwoUHBv6hca7JfgH { width:9.625rem;height:1.95rem;top:95.1875rem;left:10.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMB1zdL8dcxfPLBxuaSSyAmctx0Ibc9 { width:8.9375rem;height:1.78466875rem;top:97.1875rem;left:10.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtxFe5DU03pTCHMfRaoNabot6o7Z8VWO { width:17.375rem;height:2.8125rem;top:103.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9yhV1AhSZD6PyMDo9SRnm0dHSbkFcr { display:block; }
 }@media only screen and (max-width: 763px) { #tgPhGkJWXcD9eyxJRJlAlk7rSlt1i8lh { width:12.25rem;height:2.0625rem;top:91.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnONNIoIDsaZEhvRM6Q09WZKlBiKNeT { display:block; }
 }@media only screen and (max-width: 763px) { #rbaGssMHLn8uLJMyD9ru23z6UPmPpRun { width:8.3125rem;height:1.38125rem;top:78.9375rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGT6hx3mMSqnxbGqy3vEowOg9rxoMmrQ { width:10.0625rem;height:2.35625rem;top:80.125rem;left:0.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRSq87ndzlzoDmBTm1E5fomZptJMzL5 { width:20rem;height:2.9223625rem;top:63.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHukXg6V4Q1iZT6hfaCHVsXQGsnwUWck { width:4.0625rem;height:2.0625rem;top:70.4375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTw19ARuLNutOPWmZoB340TgOJZHMhUa { display:block; }
 }@media only screen and (max-width: 763px) { #ddAf1gatiHk3s1dM0bZqUrNNGpFL1a5p { width:20rem;height:2.9223625rem;top:99.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #urHPzh2n3RTZJ1Eoi2ksnBz5mAJWeKEW { width:4.0625rem;height:2.0625rem;top:106.9375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHULyFxy8fAxnR4me36CJRyVg2TnPK5Q { display:block; }
 }@media only screen and (max-width: 763px) { #FQTvGJiNTrfKlrC56XT4SIMkJct0WPeS { width:8.5rem;height:3.0625rem;top:76.643750190738rem;left:11.424218714237rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZ5dUtaX5xkkVIKIFi7r0ApM7RLqgUpm { width:10.2375rem;height:3.925rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdTr41B7LU9B6bd9xPImIP4GVZMOyQf { display:block; }
 }@media only screen and (max-width: 763px) { #w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { display:none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC { display:block; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5UOvNTrJR9nvtkfli0q1qgHWfWUklUa { width:12.5rem;height:1.1375rem;top:1.9375rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQJsypTu3gDDTCCNZNFkkvdBFkiBN8Jv { width:12.5rem;height:1.1375rem;top:41.0185546875rem;left:1.21875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUVye7eeTOEJgA3P1wDtZ2lONTsttcy5 { width:12.5rem;height:1.1375rem;top:76.5625rem;left:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPSQhgXhAGsH8oOs8eKL3T072D0MDCfx { width:11.875rem;height:3.75rem;top:21.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOCLzMMpmGDkTM2zDlLaQZxxg6ZTXtUP { width:18.875rem;height:1.70625rem;top:1.875rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmGKGhghvbIwXRirEkaMke4zOw8aEl81 { width:19.9375rem;height:32.75rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRTcWWDD5vt3o9E4oH6CV4TzISA51dE { width:12.5rem;height:1.13769375rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgeJ05TkzWsZ9X8mUUAxpphL1sIH4w1 { width:18.1875rem;height:10.125rem;top:45.5rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I { width:19.875rem;height:35.3125rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWDy551eHVSoTDyTnc8S6nEQ33Fl3sd { width:18.375rem;height:7.6875rem;top:9.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRV2nOwUp8Hkeg6q4TtpBypi5qv7UnCz { width:12.5rem;height:1.13769375rem;top:40.4375rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuZTEcSE8ZC7vmHxZv7F4uZ1uBcrBA6N { width:19.3125rem;height:1.70625rem;top:38.5rem;left:0.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASGJ4Q1F9uPvZ9pZXb4R2lED3hxGvgb { width:8.3125rem;height:1.05625rem;top:19.054689407349rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGmghJDmU8qFBNgEh7eFiDoQhUgJ4Ta { width:8.3125rem;height:1.05625rem;top:57.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTQPLQ22Bq5V1li7ukqKzfTXNI5FuFQ { width:9.25rem;height:1.05625rem;top:57.625rem;left:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbTV4P79RnaBbhGyJ5sSo7lFRazAR1m { width:10.6875rem;height:1.95rem;top:20.110158920288rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnFCsh6i1UNCGdO6aclNCZJBxv1RL86 { width:10.6875rem;height:1.95rem;top:58.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmmg3kLc1MZHKCelCuwIQTF134VnmIU { width:9.6875rem;height:1.86889375rem;top:58.6875rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QnlETG6FumTGgst99cAhU0BxkErnOv { width:9.3125rem;height:0.89233125rem;top:60.5625rem;left:10.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEiyU7Nit2ZZNQRuQeaB98GaBtCeFa1M { width:17.375rem;height:2.8125rem;top:26.986719608307rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzwLxTEHWgyEFiz2NGmrFkAzzITOwy2w { display:block; }
 }@media only screen and (max-width: 763px) { #rKcNhBCJRwG9Ek6VLFEKh5hpzyBp7zdJ { width:17.375rem;height:2.8125rem;top:66.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnU6S1AoJ6TEQqO0IV5wGU2s781XfKV { display:block; }
 }@media only screen and (max-width: 763px) { #dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB { width:19.875rem;height:35.3125rem;top:74.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QogGWVNqFmemZyELeIqeCzBUZMS7u72g { width:18.6875rem;height:1.70625rem;top:75.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN4bfG2cdoEAtNG9s1eq6nrLl5pEnJPt { width:12.5rem;height:1.13769375rem;top:77rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPFbo6uxkvSPaS8TJFO9opR45xxm0y { width:18.375rem;height:8.625rem;top:83.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo32MIgxZqIQSxQTsHlTRIDLV8FiaXBM { width:8.3125rem;height:1.05625rem;top:93.5625rem;left:0.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5SMCaM6Fgt8g4h017VGmdrPdWxseuRA { width:9.25rem;height:1.05625rem;top:93.5625rem;left:10.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skFacIfHruqU0BuFkR680ibUEvJ53KXG { width:10.6875rem;height:1.95rem;top:94.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXkftSFnqZ3TkGvbqZr3vLTTAtVrUhQy { width:9.625rem;height:1.7858875rem;top:94.75rem;left:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyXHihNNgASXlvKMCk55szkOocIhKDOM { width:9.1875rem;height:0.89233125rem;top:96.5625rem;left:10.375rem;font-size:0.6875rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #vh0RPL2aLTWWZq66p2cihTKTwID5hVlL { width:10.5rem;height:4.1875rem;top:79.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccAaw6vRGSQI9vr2o6Me3R8sUENvzzR7 { display:block; }
 }@media only screen and (max-width: 763px) { #k8XT9Ikkn3RWl0Bxe3WqHLImGpuA73fe { width:8.3125rem;height:1.38125rem;top:79.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6mlmdUSd1vQS3nHeyWxyIvsC5QuLVTs { width:10.8125rem;height:2.35625rem;top:80.8125rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLKBcE0c89qC9xoA5VkTstzOGyxqasnC { width:17.375rem;height:2.8125rem;top:102.71875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LnSsuewKDr9CsGHDxFlbcSca1Ty9fe { display:block; }
 }@media only screen and (max-width: 763px) { #KG3IX4LxOyskga15bHm780m1PQhqrDBG { width:8.3125rem;height:1.38125rem;top:5.9312496185303rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7BTvN7glfD6iFhHQ4TvMXTeOOQKxIfr { width:10.3125rem;height:2.35625rem;top:7.125rem;left:0.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6QlNTgF99Q8k2lrSupMSXmSnMQvlpBv { width:10.5rem;height:4.1875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QGr0otC0W8DIrk7ZT8LTUQuSRJZ2sU { display:block; }
 }@media only screen and (max-width: 763px) { #pIV5nnvQ40WA8yPrsZyxcEfesDpIqhQb { width:8.3125rem;height:1.38125rem;top:42.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsrUGkFnvdXy5ku2y9nM9AIPSUTW9XM1 { width:10.8125rem;height:2.35625rem;top:44.125rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpS6oT0XLWHP79Z4DeAWRHfBDhTmVEb8 { width:10.5rem;height:4.1875rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckRTEoo8aViMbFgnMgskf8J8QOobrqNf { display:block; }
 }@media only screen and (max-width: 763px) { #MiTFoXwmzSO4DRsC7uStaPlHRf9nN8qG { width:20rem;height:2.9223625rem;top:24.062463760376rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTMfzCiIBSNe0RC10JAsAuSeKMuCzzx { width:20rem;height:2.9223625rem;top:62.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLm1Vdmyvth7uhoDAkwZZTyT3hGdDPy5 { width:20rem;height:2.9223625rem;top:99.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOKEG0y2E1AqOi3gK6Tvzzomv4lGMBz1 { width:4.0625rem;height:2.025rem;top:30.937500476837rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBOx1wWcz7GZPA4W8n84cLVzi9pyOTu { display:block; }
 }@media only screen and (max-width: 763px) { #MGTK3TrBAJXM76yxvcrX9TrGvpUMKnKE { width:4.0625rem;height:2.0625rem;top:69.875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW4wXXT8Ti809TJXmnvlBa2pThpf4uV { display:block; }
 }@media only screen and (max-width: 763px) { #X8sbxg3Bfner0tI1b72dMBNixEVZBUC3 { width:4.0625rem;height:2.0625rem;top:106.8125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyqTs7lZ2mbQCDtWAxdzi8oOyb05uIyA { display:block; }
 }@media only screen and (max-width: 763px) { #rb7a6Vkz0oTddvz9dZ7ET3v0WX8J6fd9 { width:9.25rem;height:1.05625rem;top:19.053907394409rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQyik79lMXTQ85ORlpyX6yMDevbduZJw { width:9.5rem;height:1.86889375rem;top:20.110158920288rem;left:9.4867187142375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBep2JhAkWw7ODDt7wzuRm0cSf8htGV0 { width:10.625rem;height:0.89233125rem;top:22.058595657349rem;left:9.3750005364419rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 { display:none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ { 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; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container { background-color: transparent; background-image: none; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container > .video-iframe-container { display: none; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row > .video-iframe-container { display: none; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .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); }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container { border-width: 0; border-radius: 0; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4p1rhP4zEPCT0pXGt3ig0zzKfSAw7dJ > .row .container { width:20rem;height:111rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLCdo01EkTHEMq5UcfSMNTEBanQuN4XF { width:19.875rem;height:35.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcPAlHVLVi04Mn9GQdzISWhTKMI4egdM { width:16.9375rem;height:1.70625rem;top:1.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2AsOacFa78tlqZRUg8hsS4gFcld3mH4 { width:12.5rem;height:1.13769375rem;top:3.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGx3ZSFlnfqDFTaXnMReZiecccgGFdsp { width:20rem;height:11.1875rem;top:8.4375rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #fJwHMCO7KBOq9lSgtRWeO7RLvDpXebvw { width:8.3125rem;height:1.05625rem;top:22.25rem;left:0rem;font-size:0.8125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #wPGsWtgEK88Ekoax76ya9kNpn8Vmo0wZ { width:8.25rem;height:1.05625rem;top:22.25rem;left:10.625rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #GunuUI5aZyfKplL4noxUUMMs0XMOfv1H { width:11.4375rem;height:1.95rem;top:23.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpX1nXQ8LXnBoqXD2dqBHBHbEHfdaSzR { width:9.5rem;height:1.86889375rem;top:23.4375rem;left:10.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5UogdDabHtlfsSJ5r3rgbIak4gPTrd { width:8.875rem;height:1.78466875rem;top:25.262500762939rem;left:10.5625rem;font-size:0.6875rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #rTw4vg565oQMT8y5DWwXX0rBEZ7J7Z6S { width:8.3125rem;height:1.38125rem;top:6.0625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVuKhFcRLEHRqLnldqRD7vTJvnr8yB8 { width:10.8125rem;height:2.35625rem;top:7.3125rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLROhnRUIDrnxZmzm33diUSmyk6VhHz { width:10.5rem;height:4.1875rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh0PKaLXykPyzuULaW4e1E6PGliSPMDQ { display:block; }
 }@media only screen and (max-width: 763px) { #M8zat16wqht6iPoRvQHI0GrdRek5G3mP { width:17.375rem;height:2.8125rem;top:30.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udqnPTP5kwwPTdX1dE7vxq2ktJLds4Rh { display:block; }
 }@media only screen and (max-width: 763px) { #NEBKe5UIzC2pQgQT7as0dbMQPWJGrHe6 { width:12.375rem;height:1.8125rem;top:19.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNzsrZwamrrDcdmUK2oPegiPhAqerwQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #XKZBUSNUMRS1H7ZXfyGBFvBDLOzA0QWp { width:19rem;height:10.625rem;top:83.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ { width:19.875rem;height:36rem;top:74.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTlTpgAaAMBQIcbDdFoxsKmBKdWoiyT { width:17.125rem;height:1.70625rem;top:75.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdIkpBFniCTqC98AZQwOzxwNiE74hFvC { width:12.5rem;height:1.13769375rem;top:77.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byyqu2rTpW0yH8H5L1bRDIzEuHvgEfZp { width:9.25rem;height:1.05625rem;top:95.75rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItOMo7kBuCPfJh4fuiGBFLuJTyeqRobd { width:9.625rem;height:1.86889375rem;top:97rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLupJuOoMPdZcHEZfdUTscERmEtZWs8H { width:9.125rem;height:0.89233125rem;top:98.9375rem;left:10.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBT6OR8OkJvtGic8tzklVWWrdJ3NbRSu { width:10.6875rem;height:1.95rem;top:97rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDASEVFDK09HgASsVZnNn4g9QspCVDNR { width:8.3125rem;height:1.05625rem;top:95.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8BM8Vk5JJ8zuMDxZ44H5Gh2PGcowTtI { width:8.3125rem;height:1.38125rem;top:79.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7sMQzxHUFPR66Z4ZTKxSh4ITyZVyBxs { width:9.875rem;height:2.35625rem;top:81.125rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTI7vSJ1EJPqpMtEUABNElFtLNmvXkT { width:10.375rem;height:4.0625rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbAI4EKI8t6BVzW3oHoVcH0NebV3cP2 { display:block; }
 }@media only screen and (max-width: 763px) { #DIrhqe5T4NMb6KlN0VoAXTIrRWUZ7pTr { width:17.375rem;height:2.8125rem;top:104.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNe8rhp63fHzdZRuNEPVNffLvoUUiL6Q { display:block; }
 }@media only screen and (max-width: 763px) { #ma0tGh87x2ExG4KNTFUSma8GImTeJUCK { width:4.0625rem;height:1.875rem;top:107.9375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3NE2dP46DxXyADmGR2hzGXm3SVTJtod { display:block; }
 }@media only screen and (max-width: 763px) { #zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U { width:19.875rem;height:35.3125rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHgn7ePsdrmEXIccThC8szKQGRkEhWvD { width:20rem;height:1.70625rem;top:38.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrtCbsKO4nL2Q7TBmtP4d6TLLStZJuK { width:20rem;height:11.1375rem;top:45.25rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #PyORKwgt41FKGofVv7E4VGrlTcZGClTF { width:8.3125rem;height:1.05625rem;top:58.875rem;left:0.0625rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #eJn9qz0UQa5TtFtN3IzJcO0SMi0CNu8E { width:9.25rem;height:1.05625rem;top:58.8125rem;left:10.4375rem;font-size:0.8125rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #UFyTOGVvZ5c6TGD6CA3OdCTabmxFyTe1 { width:11.4375rem;height:1.95rem;top:59.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6fRLNmdztnPBLMhT2MTzRncfIzbtT8o { width:9.6875rem;height:1.86889375rem;top:59.9375rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0OHmfqrNT8fTP8B16ruSE6J1wZIngUB { width:9.1875rem;height:0.89233125rem;top:61.875rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eumxJJU5ulnMFUP27qUyZ1fwKMEr3sM3 { width:8.3125rem;height:1.38125rem;top:42.8125rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbQCBPcTk4iKihyDBzVQ33QnoARySnQ { width:10.5rem;height:4.1875rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAIhdzWzkyCCo1WCislD89feP79UBWi3 { display:block; }
 }@media only screen and (max-width: 763px) { #iVuowqtfJzJIEML7mslWd1BeMuB50O6S { width:10.8125rem;height:2.35625rem;top:44.0625rem;left:0.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QvMZIy7DGvlIDk58y38QyP2TlZPFKG { width:17.375rem;height:2.8125rem;top:67.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X16zpaTOA63130VdZaRawFLkpu77tXlA { display:block; }
 }@media only screen and (max-width: 763px) { #K6BrFtSesCb2i1tS6l8DO82DHU00XftR { width:4.0625rem;height:1.875rem;top:70.75rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i34r523XX8KDluMfcXNzA4DpkZFr4c4i { display:block; }
 }@media only screen and (max-width: 763px) { #SQn8vTT24FyufhzDvLwOUrDT5VG7urmz { width:12.25rem;height:2.0625rem;top:55.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbhi1tEqABaRVZFtVQr9OLZTXHnBH7Dy { display:block; }
 }@media only screen and (max-width: 763px) { #nSDt28VZm84Rbb2QObThGcntFuU2qmdO { width:12.5rem;height:1.13769375rem;top:40.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7UW1uTyf5bMyDDd6tJwdtVWR0AS4Wk1 { width:20rem;height:2.9223625rem;top:27.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2T4T70y9M5gDqD8pAo3N9aoVknb94f { width:4.0625rem;height:1.875rem;top:34.15625rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqiNiZGfoQNN83oGTh19htk8U3QriFp { display:block; }
 }@media only screen and (max-width: 763px) { #fqoribp253g43GaQPonSI7HiXbyI13qD { width:20rem;height:2.9223625rem;top:63.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsZBTWX8pEtm3N053Q9ZSWag4KCu6SrI { width:20rem;height:2.9223625rem;top:101rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsIwpOiTfJVqO2GZnDriQ9Re1ex2CDJi { width:9.0625rem;height:3.25rem;top:1.6875rem;left:10.937500536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCRTakPR7t84LqmqrTc9RRphdTFsEc5J { display:block; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container { width:20rem;height:114.78025rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr { width:19.875rem;height:37.125rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8dliueO8blTmgrF0a7qnwiMawv1glv { width:19.9375rem;height:1.70625rem;top:78.4375rem;left:0.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upxc7KSbRvDA99Cb8BmbTcTPLsF0RyV1 { width:18.6875rem;height:9.5rem;top:85.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPZ4tIBTTfNOXFGXLC5fWGWF0E5ZX4Lc { width:9.25rem;height:1.05625rem;top:99.0625rem;left:10.3125rem;font-size:0.8125rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #WPBu99LQwLSDVrH1Xk6JINynDuzgRaxS { width:9.6875rem;height:1.86889375rem;top:100.3125rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naz9cvmymS6bCewGgX3Zr3KycaQm052f { width:9.125rem;height:0.89233125rem;top:102.18124961853rem;left:10.375rem;font-size:0.6875rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #FPdaJ8MoRFgVJcQyEmIorzwATfATu4iO { width:10.6875rem;height:1.95rem;top:100.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufw7lkghyM27lZfg2k5DSozeLKOdKGfM { width:10.4708125rem;height:4.15833125rem;top:82.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKs0aoThgFSeI64XompkQBzKlumPPMTF { display:block; }
 }@media only screen and (max-width: 763px) { #g1Ts8VZuQWdAmM0lM1AJHHG1ErTxlut5 { width:10.8125rem;height:2.35625rem;top:83.875rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnlpTdTpodcxFk7ku46kFNXIezfNTvm1 { width:17.375rem;height:2.8125rem;top:108.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qnUK7iUaZOy1mJ1UOdEp9oTRNcL1ED { display:block; }
 }@media only screen and (max-width: 763px) { #ezMOegpBgiKyUPtcfWpCZDo4ZOFuUnoL { width:4.25rem;height:2.0625rem;top:111.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcRO4IWKp60pXDSxH9JpB9k9IEGxx2Q { display:block; }
 }@media only screen and (max-width: 763px) { #cg03iSLncDQVVecQoB1TD6TV2TdXhskV { width:8.3125rem;height:1.05625rem;top:99.0625rem;left:0rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #dcdOA583u5RZ5FKe5XzMQ4PSy7LNn7vF { width:8.3125rem;height:1.38125rem;top:82.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuQT5cJN7mC35TxnzA2zpXmPLWN2mRc6 { width:19.875rem;height:36.3125rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GliLimfizrTe9Ga5oSV83Ff9xAT1gB { width:16.9375rem;height:1.70625rem;top:40.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNPamxUXrZg3igvw2n7SI0RoiH2eoxy { width:18.6875rem;height:10.9375rem;top:48.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdFV9l5Mx1LNxxTg4lqBKUaxmlU29hc { width:10.6875rem;height:1.95rem;top:62.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeEiMMbWso4JOaEOh0cKUF6SS1yU6D7 { width:8.3125rem;height:1.05625rem;top:61.6875rem;left:0rem;font-size:0.8125rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #QUk2X1Q05zvCv6Ob8D2JzTEmRrTXTpT5 { width:17.375rem;height:2.8125rem;top:69.799999237062rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNUbvfU6sWEzWSQWkaRl5TKCAEuJ4Ti { display:block; }
 }@media only screen and (max-width: 763px) { #sxd3FKsGblr8VUgP9Sv7zWKQLmHqhk0c { width:4.0625rem;height:2rem;top:73.5rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANE5CBpeOPO5X0MB98hifGI0F1xJcAc1 { display:block; }
 }@media only screen and (max-width: 763px) { #DeFhmqNmqZifuzXrXoNWACu4hzu0Um5b { width:12.5rem;height:1.13769375rem;top:43rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLTOsT5m87J7weEDMszT7a3XRdaDXGS { width:11.1875rem;height:0;top:80.625rem;left:8.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMXfCRapHh6iWv1mcStSPZKPDxxxpokh { width:12.5rem;height:2.3125rem;top:80.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBN1nkBfSJ6UM0BsCfJSKg3XnuEnEZ8D { width:10.8125rem;height:2.35625rem;top:46.625rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSUMwKZXbl4JE1c2bTNaBesIs0ziLOgm { width:8.3125rem;height:1.38125rem;top:45.375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZcIuHtMiOcCOVPJJVlgSbWmFw1IcDv { width:10.5rem;height:4.1875rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hF09bGAuS54rwELB58Xvp5SrisWRT4 { display:block; }
 }@media only screen and (max-width: 763px) { #HzFqCEiz1nMz1Ggxtp3nUgdxDe2Vx1d4 { width:9.25rem;height:1.05625rem;top:61.5625rem;left:10.75rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #ktJx7HGeDB09TWdIWDoXUTNUpCoZaywk { width:9.625rem;height:1.86889375rem;top:62.8125rem;left:10.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNNJR2hge6duU4T4nSdml5qAucKHzNDz { width:9.0625rem;height:0.89233125rem;top:64.9375rem;left:10.9375rem;font-size:0.6875rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #frRfhHpOEPIehVqGJMGagZ91oylzUR15 { width:12.5rem;height:1.13769375rem;top:80.625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifdvd9tMD60GMGoBc9upTGZ1DC7NtJFo { width:20rem;height:2.9223625rem;top:66.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlsVNgtypl7vIibhw9rqeaPnl96oNxdw { width:20rem;height:2.9223625rem;top:104.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2sUPqpn2EkFp6Iq6X5FtlZTkrn22L0P { width:19.875rem;height:37.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDT7CO6TCKTkJ6Qwb3e9sgTbzNuiIZt8 { width:20rem;height:1.70625rem;top:2.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6prPEroTlOMyff4EmUy8o3ixETVwUg { width:12.5rem;height:1.13769375rem;top:4.3125rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXW1RRAiiooPgoaCIF4E6fRqedABk8hI { width:12.375rem;height:2.35625rem;top:7.625rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScNZeHo3qNRivcTGfibkrOhBa9J96hFr { width:20rem;height:11.69696969697rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA0wrq5CyPkQ15QzdH6UDJOCmz8NCrRb { width:10.5rem;height:4.1875rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOubmVgKOFE81qT4LT7IQ1cBcMVaQtMx { display:block; }
 }@media only screen and (max-width: 763px) { #vgzP57EJTZi03OfCWc6fIyiJ88dq3BWg { width:8.3125rem;height:1.38125rem;top:6.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grG2HEnA84vaTVw2g38Gxqx1pl3CKTe1 { width:9.25rem;height:1.05625rem;top:22.8125rem;left:10.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmIEgQFoZCm0a7Rvs1TR99TyUqRW0s03 { width:8.3125rem;height:1.05625rem;top:22.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxh9Tgmbxros55svIHqJrp4oKvT3EDGK { width:9.625rem;height:1.86889375rem;top:23.950000762939rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNsHiwBgFKyVzf186eUfd5Z7zpI7w8I { width:10.6875rem;height:1.95rem;top:23.868751525879rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdp4yqmnDTWtuq1uTm1U0fT5y8WG3V8a { width:9.25rem;height:0.89233125rem;top:25.943748474121rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QazTEwdQTzlTG8wIxr1F2lFmUMCrCqur { width:20rem;height:2.9223625rem;top:28.09375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1oI2sx0dH0OosbSfULQxxufTiOXyEJ { width:17.375rem;height:2.8125rem;top:32.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmZXd8J9H9lKIGht7zLmswexCKhN9GuL { display:block; }
 }@media only screen and (max-width: 763px) { #KSUpEPS4N7Tc7CdxFi2kBXoJDK9LnqgB { width:4.0625rem;height:2.0625rem;top:35.684375762939rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwM3KcDNCSb1gDKTfBl0xsduTTTdohHB { display:block; }
 }@media only screen and (max-width: 763px) { #pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d { display:block; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsfWT5xUbgGy7H6AmtIBQwue66HVCnBE { width:11.875rem;height:3.75rem;top:23.5rem;left:-0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGUND69eRfBoVT5e4NWvnn5Tkp3IXEqp { width:12.1875rem;height:3rem;top:43.8125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKIUFz7xTrDr5KUPrRv7izvgfTTtmKu1 { width:12.5rem;height:1.13769375rem;top:41.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1zxT0GiFqsrBLvO9DyK9wWQmW6qUf8F { width:16.9375rem;height:1.70625rem;top:39.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD { width:19.875rem;height:35.3125rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6aWhXdgpHqcCtyGvHFdMJ2RtFB8VIl8 { width:18.6875rem;height:10.1875rem;top:84.48541875rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt { width:19.875rem;height:36.3125rem;top:76.547912597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9GNf6UvC8thJe6nWNrTgUh0AfnPCwJ { width:16.9375rem;height:1.70625rem;top:77.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIKLBvEnoeDEqUPNkwri18BZX6TQyrOT { width:12.5rem;height:1.13769375rem;top:79.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFpX4ePuKhewEbG2EFgNSmRTe3a3yVbD { width:20rem;height:8.45rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvXICi8prgtRzPrg1T6Qeg1C7wbDTsze { width:10.6875rem;height:1.95rem;top:98.67291875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wweQVbZWl5M5v8af030BUBdVUVbmnMHk { width:8.3125rem;height:1.05625rem;top:97.42291875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4WbHXpCtD08IqOS5uvy1JioiBhl8gvD { width:11.4375rem;height:4.1875rem;top:81.23541875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6c2pTNTcn3FumxEd8EgqtxExskCETxr { display:block; }
 }@media only screen and (max-width: 763px) { #vwOTRo0mhQZIKVbSdqdJhPrkSSvLLph6 { width:10.6875rem;height:1.95rem;top:60.8125rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8u5CLG5uT2W0BzGtBuhFTUcSdT8PQG { width:8.3125rem;height:1.05625rem;top:59.5625rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow33SwGeCzgrxJgg2RTe1aTaGI9ASAxn { width:8.3125rem;height:1.38125rem;top:81.42291875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcvOOJJBgOGlISTVNsSuLHE076d0h7a1 { width:10.8125rem;height:2.35625rem;top:82.67291875rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxmWaT3kkoWwGsGffEUP8hgmFDC1DC9s { width:17.375rem;height:2.8125rem;top:105.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJgxCBlGfgUlyP1EU65oKIrU6dP0FQm { display:block; }
 }@media only screen and (max-width: 763px) { #RegsIDB17zT973vFVyIs8VzIxoFOyrSk { width:10.3604375rem;height:4.04791875rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amaa02OTPTsEVnvEaKPKbsXE6cUi6gfF { display:block; }
 }@media only screen and (max-width: 763px) { #kuTL7RcKyGrTkL5EpFnT0DhrCVb5gOrQ { width:10.8125rem;height:2.35625rem;top:44.6875rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmdntn9M0zxmTT9iEdBpeNUOk4QNEqn { width:17.375rem;height:2.8125rem;top:67.674999237062rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2abMDWefvuafVpvIlEqILdTae11bgeU { display:block; }
 }@media only screen and (max-width: 763px) { #eEShZzKTRellkNy8UZNy3qC7w93PZ8mF { width:8.3125rem;height:1.38125rem;top:43.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPWr2ilNN0KF5g7s3mc78prXVuOyHKw { width:9.25rem;height:1.05625rem;top:97.429168701175rem;left:10.360416412354rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47zOUdQlLMG3yBJHvF8cBCk23LNqF4n { width:9.75rem;height:1.86889375rem;top:98.54791875rem;left:10.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuoTdyJV4cyrxw7vnlLaqhwEBIhGTVT9 { width:9.1875rem;height:0.89233125rem;top:100.62291717529rem;left:10.360416412354rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV7B4e5OkLus63PMxl2MWs7xhsHZJXtG { width:10.4375rem;height:1.5625rem;top:94.86041875rem;left:9.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fTWqL2BTGsqU6dT67k1zRlhg8MX7w29T { display:block; }
 }@media only screen and (max-width: 763px) { #ufWzmbl4113XAFTa2nEN0ElevcXFG3cz { width:4.0625rem;height:2.04791875rem;top:71.1875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWs0XlEfq3HAX4TiukuIIeBiuQXeLy8X { display:block; }
 }@media only screen and (max-width: 763px) { #oFdHzG3gPiJROdgGiUVGLVO6UBuL0IVD { width:0.75rem;height:1.3rem;top:82.61041875rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0J5mAoJULB8gVsCxyJWBshSm3VoWWWZ { width:7.9375rem;height:3.8964875rem;top:81.485412597656rem;left:12.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdFqJkTgNnJ31xNhhW4pdmPJG0P4xDFc { width:9.5rem;height:3.8964875rem;top:59.625rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIX5tyXR9ID7U9LeHCfwUVplHKFM5oaV { width:20rem;height:2.9223625rem;top:64.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw2PrAdLmAgykV0GUCTBrq5rV3EqTTp1 { width:20rem;height:2.9223625rem;top:102.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7hUCt7a2OQXnUm90uBF0Jbt6rDoW7Eb { width:4.0625rem;height:1.75rem;top:109.6875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dovdf7pssBWCuVQ1iNQZaM9teJ0PZx01 { display:block; }
 }@media only screen and (max-width: 763px) { #EPGX1daD8ATrDJduFFimFsdQDkBsIGxo { width:10.1875rem;height:0;top:39.875rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJh5b2TUDODB0Rh7kZleD1EtRd4FlvXL { width:11.1875rem;height:2.0625rem;top:39.4375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiFfKsHlZmzQHlGeKrMPDbrK12UTFCRd { width:19.875rem;height:35.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afSSobLlqCOGpS03MHOhxqQ4OAuWbDXS { width:16.9375rem;height:1.70625rem;top:1.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5906uoTfzXwES4R6NBF4Vo2r3K5c9uq { width:12.5rem;height:1.13769375rem;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz320xpQ4oNBSb4qM9fNuwokOEhZ8kUi { width:20rem;height:9.75rem;top:9.3125rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP2s1ngqgQzLiOwxxXzgosyD0aWMwMc { width:10.375rem;height:4.0625rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdcyEPZTN87PsL5Sgh3H3vfTugnPFEHm { display:block; }
 }@media only screen and (max-width: 763px) { #G6FVmUsKeSN47Ev2R8NwtIAOJBkNlLAX { width:10.8125rem;height:2.35625rem;top:7.5625rem;left:0.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGf682fBfDnyTvIUKHWRxeRP2i90e0RX { width:8.3125rem;height:1.38125rem;top:6.375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5Rg0PV7aJhgKq2cZuyw1OUui29fina { width:6.4375rem;height:1.05625rem;top:21.9375rem;left:10.375rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #fTfE8ywmGNb3smAwK7x2S6S3dsLuBbeA { width:8.3125rem;height:1.05625rem;top:21.9375rem;left:0.125rem;font-size:0.8125rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #CSFZFERUp4T0n8CHQB5UtrBotE4xQJkB { width:9.6875rem;height:1.86889375rem;top:23.0625rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOFRZq3CcA29Xsi1zehcXvlhvbngZTLg { width:10.6875rem;height:1.95rem;top:23rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpsk2DnnbJNJ4bcx6GZQvifLimHRGdTu { width:9.375rem;height:0.89233125rem;top:25rem;left:10.4375rem;font-size:0.6875rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #dS3ixQSi2WdTICJDoroJKQtnQnTgfd2c { width:20rem;height:2.9223625rem;top:26.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwH7vpAx9WpDPIVpUsMMithAFFvonQmQ { width:17.375rem;height:2.8125rem;top:29.737499237061rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4evbxgsOZopvVsDGKHxQiiLnkoon2Fe { display:block; }
 }@media only screen and (max-width: 763px) { #kRhy8LvNoTkRLZTLRk5b0EC931DpTf7V { width:4.4375rem;height:2rem;top:33.424999237061rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlMmWBXDDTCTPifTTzwBVOECuME6ywh { display:block; }
 }@media only screen and (max-width: 763px) { #snIuaV6naeOvmAG50Kiax5P5I9ecukfC { display:block; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9 { width:19.9375rem;height:1.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt { display:block; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAq2K1XB0LT0cxCtiwE39o3MTCo22G7o { width:7.4375rem;height:2rem;top:5.5625rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAWxTynf19XQTWDDukTpG2pcgP28tTbe { width:7.125rem;height:0.8125rem;top:6.1875rem;left:11.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbrTCHUhnTknqEvsqqZtsxk2wXiQg1Sg { width:5.75rem;height:2.0625rem;top:69.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM1SK24vFKTzFDTDO0i192Pn2lEOkNVV { display:block; }
 }@media only screen and (max-width: 763px) { #VPBc7ZbcHmBotSCa1WgBqe0e4IUTBDJ9 { width:19rem;height:1.70625rem;top:37.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEJTfwUgKTs35tdPawAkV7ta4mU0F1vo { width:17.5rem;height:13.0625rem;top:43.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omOmOCApHdh0cmd40W4ThDTfofxmZmAt { width:8.3125rem;height:1.05625rem;top:56.5625rem;left:0rem;font-size:0.8125rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #pbb7p91CcHewa0IRertUAzA6CQwVTp3a { width:10.6875rem;height:1.95rem;top:57.625rem;left:0rem;font-size:1.5rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #KbfUaBntCRnqWGPf0Bx8LQFOyctlFuAV { width:17.375rem;height:2.8125rem;top:66.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcev4vTsvdzHEmD3u9DRqDihpFLeVsiT { display:block; }
 }@media only screen and (max-width: 763px) { #UPq92Rv42i0w21qDok0ipgVbbCsBC8Ko { width:8.3125rem;height:1.38125rem;top:42.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqkSQdfQpkUwTlKrVPeH8TTJxiiernAK { width:10rem;height:2.35625rem;top:43.5rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKq177PIBeAxNE8bnJmxpTLTSA3TDH2d { width:10.375rem;height:4.0625rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXhkdVu2XURGVHMpvLLTTFqziCGP7IcS { display:block; }
 }@media only screen and (max-width: 763px) { #zTeKTSaf2WpTfhNCrhNLcxmMEE6hEOyl { width:20rem;height:2.9223625rem;top:61.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuuvo4JSXSDXPDB2AadTQ0C8nWyrkvVR { width:9.25rem;height:1.05625rem;top:56.5625rem;left:10.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KREfPbqk63fS9uUNaQ5S5NtvhcPHLb84 { width:9.9375rem;height:1.86889375rem;top:57.625rem;left:10.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbyth3lzTdp8Al6APJhloHmR8qfVJNiO { width:9.5rem;height:0.89233125rem;top:59.5rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o { width:19.875rem;height:35.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6viyX7NST9m0A0FCqoZfBqcxDce55h { width:16.9375rem;height:1.70625rem;top:0.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98kBr0i1XX3pLQRETmUcJ77Pp5TuyIc { width:20rem;height:11.4135625rem;top:6.375rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #pEFT5XB6CpLxVnQLU3aBCwTtoTUJxQug { width:12.5rem;height:1.13769375rem;top:2.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1iq6lxxEyGpPXlk3s3Fnu1cHfoAkxzm { width:10.8125rem;height:2.35625rem;top:5.375rem;left:0.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK4RowDuvO9hnR8V4nX4i06fLtKXHTSX { width:10.375rem;height:4.0625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUsdUopLdKTIQ799OPqM1Qg2NUAKqXMX { display:block; }
 }@media only screen and (max-width: 763px) { #XgwRyvVFi2ZbAReO2TTakBUMlkWZCBWG { width:8.3125rem;height:1.38125rem;top:4.25rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0SVn4QHRvPGtwarUHccmiiacULlaEi { width:8.3125rem;height:1.05625rem;top:19.6875rem;left:0.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvC6gCPvkFx3ARtQLW16NG66vgrfMVy0 { width:9.25rem;height:1.05625rem;top:19.6875rem;left:10.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS18zQuRNgTCQQ1BpfGildD5o2OMxSVy { width:10.6875rem;height:1.95rem;top:20.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3nS4zHykOAn5JESR6y9dUvAD8tnt8W { width:9.6875rem;height:1.86889375rem;top:21.0625rem;left:10.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMmVvoB9IaO7A4BNcbMUOiBvrKO93k9N { width:9.125rem;height:0.89233125rem;top:23.125rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQoUlI7JpFXDVnfZ3a1S3NiBNuoOXEDs { width:20rem;height:2.9223625rem;top:24.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFmeuNtUU2l3e4rOWQTT74V6lh7EyiMi { width:17.375rem;height:2.8125rem;top:28.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4WNxuF08I25TqWQJHATuPwaH0psKcU { display:block; }
 }@media only screen and (max-width: 763px) { #qWG0CaTNTM1255RzsvZIX2X3M8MGn6Lz { width:4.125rem;height:2.1875rem;top:32.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zic59SvQuuu6k19pnpFt4ayXiU5VHMT5 { display:block; }
 }@media only screen and (max-width: 763px) { #upss5IfJNERqVhxBhLhuKDVOwEZPk4Vh { width:5.9375rem;height:2rem;top:73.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBbhbTtL1gBXMdHbDO43BTRNqARBOsf3 { display:block; }
 }@media only screen and (max-width: 763px) { #MTKt1Fnzc8vBNucybM67sT3mfvryhQwV { display:block; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxgcfranNiFtfstl3RkrPKEhErFPofCh { display:block; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container { width:20rem;height:55.0635rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMqECUu9v2CwVhl4SCaZr92QV4TVLsTg { width:20rem;height:55.0634875rem;top:0rem;left:0rem;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln { display:block; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxvTVk0HWEodKVk99omGmAM1canBp6E6 { width:15.375rem;height:1.7858875rem;top:1.25rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIWbovJZFvy03mpXUo7hqBahqrfERQA4 { width:20rem;height:4.62890625rem;top:4.2871125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { display:block; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLb6TWrOPq8Be8018Orh9sRZGHGcC9kN { width:20rem;height:2.76123125rem;top:1.0625rem;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.89451875rem;top:4.4750003814697rem;left:0.6875rem;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:41.35000038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4oqcJniWediicuybUBFtWrc88HUt3w0 { top:26.28750038147rem;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:22.8125rem;left:2.625rem;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.0625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #dhcaXUKobeuWgBvpSF9Qiw3p3UDc18wT { width:16rem;height:7.49511875rem;top:9rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvdmoqz1az6KsUWKCMPc2C5dquwiAu7e { width:3.125rem;height:0.3125rem;top:18.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX { display:block; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { width:20rem;height:3.75rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu { display:block; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTZ1xI9tmNVIfz3MzsKqtSD3QXPMWgRH { width:18.5rem;height:8.4375rem;top:48.037498474121rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkzxpzHe9AEJTbEpszWpiPechP37ZwFE { width:16.9375rem;height:1.625rem;top:39.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr1VSOMef4BpfUAwD462MSHK1AaiGQsK { width:17.375rem;height:8.25rem;top:84.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heOaEDXtlxDDOBa0TgTTsZCMxsoa7BGS { width:19.875rem;height:35.3125rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw8NKd6PUwqkdFH0d5zIUgoO1fJa2zcG { width:18.9375rem;height:1.625rem;top:75.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFxXRRbsPuzIaT04cy8zZQNwcTd07wW { width:10.6875rem;height:1.95rem;top:58.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrqukJfQ4wMEuhv4gX88PxWfqg5wUQBh { width:8.3125rem;height:1.05625rem;top:57.3125rem;left:0rem;font-size:0.8125rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #gU1ABSkhhlEpwpEdf4Kl8628XdGQ9kSB { width:10.6875rem;height:1.95rem;top:94.6875rem;left:0.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynEzN4LUxS8rnaPU7v60rz8rqMTX7kCG { width:8.3125rem;height:1.05625rem;top:93.1875rem;left:0.125rem;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #WtZgtSHFqFluIsZxEkyUd4rQvtRbz8N3 { width:17.375rem;height:2.8125rem;top:67.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsz2IhsVRTEtxQVJCsEFT5qWG1eL1TfZ { display:block; }
 }@media only screen and (max-width: 763px) { #yVFIT417nTmmq8GA49P4zNbga17HM5e7 { width:17.375rem;height:2.8125rem;top:104.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKsiU05ZZ06sAXuG2ptfHkrRs7u7GiOB { display:block; }
 }@media only screen and (max-width: 763px) { #hSINlooOn6K4lNPJT1fMTZT9MpDvHTAJ { width:4.0625rem;height:1.5rem;top:71rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4AVVrTdXysBFT6z6AmeuvLbJGtTVq8J { display:block; }
 }@media only screen and (max-width: 763px) { #hlgNw7ziV96hz3eigZ6SE2VbmfUtVaNz { width:4.0625rem;height:1.375rem;top:107.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSCkGE41cQnesRkibpe11h1vm4Q9CT8c { display:block; }
 }@media only screen and (max-width: 763px) { #nHowVDducohcEncnIuDFn0rm4gIqu6Sz { width:19.875rem;height:35.3125rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRps756oOK4tdTLQutnoaRhsXCVxv99S { width:12.5rem;height:1.13769375rem;top:41.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxQNpodaU0TcRBmrJpbNPqH6CdQbLsxa { width:9.75rem;height:1.86889375rem;top:58.4375rem;left:10.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So9t8T6wfDREBpXb8CrqkdxPwqwAFKSr { width:9.1875rem;height:0.89233125rem;top:60.25rem;left:10.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAeQCWk0lCdXGV8fU3gVEMI4uimIJRlT { width:9.25rem;height:1.05625rem;top:57.1875rem;left:10.25rem;font-size:0.8125rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #e3nlNTzHnXBuSbDTSfv0Oh4klNaPxHH9 { width:6.375rem;height:1.05625rem;top:93.1875rem;left:10.0625rem;font-size:0.8125rem;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #eGbX0FOJKbRO8aqiU6eCEdbrl9SyyclG { width:9.8125rem;height:1.86889375rem;top:94.625rem;left:10.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC1imnEHGPPyCzJELDtzwHzhXJu8gNUx { width:9.6875rem;height:0.89233125rem;top:96.75rem;left:10.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEK4hAQ2qmVX1I42RRQ2Nqgoo0mWFv1h { width:19.875rem;height:35.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LuShbp1dJgvssmnSS5UKrcBcUHvoua { width:19.25rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8T1kMXfLCPCbSD2VTTBTRi6JbyqInn { width:12.5rem;height:1.13769375rem;top:4.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV8lhW83WuGUh0O8BFehCD3pvuZv0wzU { width:20rem;height:8.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNl324ibm2OITd2kGU96FxtnpJ4066H1 { width:8.3125rem;height:1.05625rem;top:18.4375rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPJNylWyFVNRO411xnpgIOsT5QQdOKS { width:9.25rem;height:1.05625rem;top:18.5625rem;left:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUWNmImnmKB62rrzuTB9m4lubDbEMH1X { width:10.6875rem;height:1.95rem;top:19.6875rem;left:0.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ32X5pr5AJb52xy3le1AxGNWqd6SPha { width:9.5rem;height:1.86889375rem;top:19.8125rem;left:10.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFgJg1f7fWRaheo7O6WTDTX3Dl99Dei4 { width:9.4375rem;height:0.89233125rem;top:21.625rem;left:10.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq35IITDGPPOBUbZHv5CDEByG7lgJLZm { width:17.375rem;height:2.8125rem;top:29.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFfmobzAkPGK27AoMblBBpgZvKc4S8Ou { display:block; }
 }@media only screen and (max-width: 763px) { #EOr4vBtU8aahJ6sTkWcMPK2eT5fWO9nc { width:4.0625rem;height:1.875rem;top:33.375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5kXJWKrQ4UMtsqR1wgovdTFrOq8kFEI { display:block; }
 }@media only screen and (max-width: 763px) { #evontslcJMzBUyzZubm38IrPmMbiqKt9 { width:8.5625rem;height:1.4625rem;top:24.625rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyrKV6qfnvJdJfcvClAUsFkf7syRvbI0 { width:7.4375rem;height:2.677rem;top:24rem;left:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QJhSNNy5FlT7dW3fNFfgMv7kEGw3Pl { width:12.5rem;height:1.13769375rem;top:77.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTF2JzDyQ3lb1W3CgDVo0RTRBEuyOXr { width:20rem;height:1.13769375rem;top:16.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqwtN96A1XASDbXFe2QR5xGJTEGJE2nV { width:10.4375rem;height:1.4625rem;top:64.678100585938rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgRmuML93mUQnymZnDebHRxHCMEC21O { width:6.9375rem;height:2.677rem;top:100.3125rem;left:10.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1hE5qmhrL0BgN0kFGqTcyr1FktHvVr { width:10.4375rem;height:1.4625rem;top:100.9375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TircxdX7FinbaBRJ0OUAbLEgQCCXw8HB { width:6.8125rem;height:2.677rem;top:64.256225585938rem;left:10.8125rem;font-size:0.6875rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #iByBXw2GyfLwMlPsRmL5XyVpx67QTeao { width:8.3125rem;height:1.38125rem;top:43.25rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u623kAEfBG1hku27zOxAvOq04qkhbofy { width:3.5rem;height:2.59765rem;top:43.8125rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCAQXVr9ywTtmVlI9ukDq9nwhbnrJa5I { width:9.9375rem;height:2.35625rem;top:44.375rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc0JMZFSTyxU1s4qx9XB2gwrpdCe2Mqz { width:10.9375rem;height:4.0625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aalt1ObCtskqOVlnS1NuGprT2Vb38Lu1 { display:block; }
 }@media only screen and (max-width: 763px) { #HlzFQWqXngB4wEOJooHGhhUMPOqrCJ5H { width:8.3125rem;height:1.38125rem;top:79.5rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbyT9nh7dDaTWwabiX1QDeFnCHOfSTe4 { width:9.75rem;height:2.35625rem;top:80.6875rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJG1bak15UteVFpBPVfuCJVJWqnE5lRk { width:3.5rem;height:1.3rem;top:81.5625rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJzWgbSJE9iaWCTDpKF0vF9M5g59sOcd { width:10.9375rem;height:4.0625rem;top:79.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6iRAiGbvDbWFSMrMLIx9cDBb5FSgPp { display:block; }
 }@media only screen and (max-width: 763px) { #HGik8f8dkIB9TMv6w2ReRyM9IdZUVkZv { width:20rem;height:2.9223625rem;top:61.815624237061rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJKWGEMkReSLbPrS8QdLMIgHQzJpEa8C { width:20rem;height:2.9223625rem;top:98.075000762938rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB { display:block; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container { width:20rem;height:111.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEJzecyvTsT1uwiPDX7eoD0ssLkJmK8d { width:19.6875rem;height:9.375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDR2UwqDOLS87upctkoBbQDU1gcvbisO { width:16.9375rem;height:1.625rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0OyQdPzHhikhELigLoJaR2aeuvyE9h4 { width:19.375rem;height:9.125rem;top:45.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHbpTuyPEpuxLL2ctr0iJMVMyXhBEFfr { width:19.875rem;height:35.3125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfggBeFI2dXOHUOnzUlKK5bwxA7gDk8b { width:20rem;height:1.625rem;top:38.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQQPu2T1E0J5ioZkR6J31tIeNICMX9Da { width:10.6875rem;height:1.95rem;top:21.9375rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSk9gubDW0wOdALE28uViLBRlGLETit1 { width:8.3125rem;height:1.05625rem;top:20.6875rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwdTlTlP9mrNbiNyhvXO4xwNnNocZdi { width:10.6875rem;height:1.95rem;top:59.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBbGZTerc8p7aHFKNqr5CqgFIvCqJbi { width:8.3125rem;height:1.05625rem;top:58.375rem;left:0rem;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #edtos0fCkNXmDfGeEZ5ifTSbhSgDR0Ll { width:17.375rem;height:2.8125rem;top:30.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQBAX00dWeQlDWTObUSBucew0BXwAXLJ { display:block; }
 }@media only screen and (max-width: 763px) { #dI1nqAnI5wTEkELtwKJirk1DFtScR3PP { width:17.375rem;height:2.8125rem;top:67.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEueBV6vszhSX9VPGcI9d4DqwCHqPmB3 { display:block; }
 }@media only screen and (max-width: 763px) { #t30LqJ4m4KMbHT5mkOgc8d2g8Ft9Htuk { width:4.0625rem;height:1.25rem;top:34.306243896484rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICLlavnviFnKXeMF9bOKuFlchfrP71d0 { display:block; }
 }@media only screen and (max-width: 763px) { #B5DfBBfvaQprkPh1tDdEwq23W4eGo9WO { width:4.0625rem;height:1.375rem;top:71rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W99poSsk55hcxWm70NvicagFsfe00JuL { display:block; }
 }@media only screen and (max-width: 763px) { #Tg00gy9ccS88eLtCFThr9Fdswz7uTqmR { width:19.875rem;height:35.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn23T8FPKDWPuSESRLfgWABqFIZ3XPv9 { width:12.5rem;height:1.13769375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGh0ImE38oCMX5De2iqiHMl2TtTq4xLB { width:19.875rem;height:35.3125rem;top:74.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf3ZfuJMlWaX3HhzZN56dK2gxHrxW8TM { width:16.9375rem;height:1.95rem;top:75.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQNbayNwedsityeWe73O31RsaDkhwT8u { width:18.6875rem;height:8.9375rem;top:83.668750762938rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAXsVRFFIkO6bVBOmQdNcTpHlXA4QBi1 { width:10.6875rem;height:1.95rem;top:96.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXLfgAz7un7MxiOgB4JRidiMybdKLDn3 { width:8.3125rem;height:1.05625rem;top:95.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg6sQzxkJ1aiWGW1TPaiWE4JAfR2QzI { width:17.375rem;height:2.8125rem;top:103.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TclszFqhhUZ9JldLIn5vynFzlT1H0zS5 { display:block; }
 }@media only screen and (max-width: 763px) { #TeRlT5bZ0STaqOIOCOtIhhpVL4KxFXXv { width:8.3125rem;height:1.38125rem;top:78.5rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5LWFMLCP0Oo8b5V8K1Xy9BZ4ZlAZA5S { width:10.8125rem;height:2.35625rem;top:79.6875rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzFKEBBML3QcJOTyeedizIgQpGmw7vb7 { width:3.5rem;height:2.59765rem;top:79.4375rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOBFwIQCX7Va7aTG4uv5ATAuOtVAiedc { width:10.9375rem;height:4.0625rem;top:78.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhI0c74Pmk7dUmrOlnWCnLFVhSOR9kwE { display:block; }
 }@media only screen and (max-width: 763px) { #zBUnEAhB72bNfBAdpDuTebTuEd4uXch2 { width:9.25rem;height:1.05625rem;top:20.6875rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fwLePyLEbzp7EiGBf1nABKZlAIMwhP { width:9.3125rem;height:1.86889375rem;top:21.978149414062rem;left:10.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsfvGINgTEnUiVhIncNauceErBtI6e9x { width:9.125rem;height:0.89233125rem;top:24.012512207031rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnwbZ0T2nnH5pRMOCuGEDh7InlTWQOLA { width:9.25rem;height:1.05625rem;top:58.25rem;left:10.625rem;font-size:0.8125rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #U1lrZmW8Gb7d206glN4h4FMuEDvz0wZh { width:9.5625rem;height:1.86889375rem;top:59.625rem;left:10.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq2B7KxLXPIxqOUt2v44stcxBsAyDyIp { width:9.25rem;height:0.89233125rem;top:61.5625rem;left:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACyn49bNVv4q3M6DFCrEm36pTMTTTrU { width:12.5rem;height:1.13769375rem;top:41.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTGmZBGX8wHXUWsfQeZqvUbz5rXd3o3 { width:9.25rem;height:1.05625rem;top:95.125rem;left:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk4RyPV9IZTHBNJ75o5TfuLUr6x1uf6q { width:9.5625rem;height:1.86889375rem;top:96.1875rem;left:10.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2HAbfcRJ04AtNdwF9ycrzRcLSrao8s1 { width:9.1875rem;height:0.89233125rem;top:98.0625rem;left:10.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZahyyzcg7yqUuAuqeGuiFMPIVnH2BLe { width:4.0625rem;height:2.0625rem;top:107.125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nRU6StFSfGyXUQ4MSHinT9B90Kvdz2 { display:block; }
 }@media only screen and (max-width: 763px) { #CoIBqBlZv5MFXbl6sTmJnd8TEqoTcpec { width:10.4375rem;height:1.4625rem;top:64.375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1uZPilHoKE5Les5xtUiAncDEP54Qmhc { width:7.75rem;height:2.677rem;top:63.9375rem;left:10.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV9nmHTcClignwyEhLgDNhhN5hZqm2IJ { width:9.3125rem;height:1.4625rem;top:27.75rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnMPHTbcCsUqD9Ekh7ubSKBDyTbmAHVh { width:6.9375rem;height:2.677rem;top:27.4375rem;left:10.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #capr3NxIJluFa7ldPA405IayJTn7xgys { width:20rem;height:2.9223625rem;top:100.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO { display:none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh { display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzI6s9TTCpqgIk9itn3pplrVzh0Z8uO { width:20rem;height:24.1174375rem;top:0.55000019073486rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { display:none; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF { display:none; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5OsVg14cC9TCGINyyOOHhhCFi5zcp8t { width:20rem;height:2.6rem;top:1.3125rem;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:3.3125rem;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:61.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lrdkGSDn7gwZZ2eMQJAD6HOvXVkOOzI2 { width:18.0625rem;height:6.825rem;top:1.1875rem;left:1rem;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:48.0625rem;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:54.3125rem;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:57.625rem;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:41.5625rem;left:0.9375rem;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:33.1875rem;left:1rem;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:9.625rem;left:1rem;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.842696629214rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl628qTWEiJ2sAdpQVkVmguFiVJcVkAQ { width:20rem;height:7.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqsENqNzT8007tUVVA46CmOt3GrzyCy { width:20rem;height:7.75rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnwmUe559NbCI4trC638H3WQW4kJvtoR { width:20rem;height:5.6875rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7laNpAwmX7r0eoMOOA40VPeAcpCvO07 { width:20rem;height:7.8125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGw5T8dlpWvPaGxTatmJfoDTkR9VoDe { width:20rem;height:1.54375rem;top:51.9375rem;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:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container { width:20rem;height:20.9375rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #GzIQcI9mDIgH2ZHnVgsWTBBq7IbJ674q { width:19.25rem;height:11.8103125rem;top:5.75rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Bkl1sGJvfuqIze2B3gDglFILHaHg72 { width:3.125rem;height:0.3125rem;top:19.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCOfUVryrZQtthMTcVExK0VncAN4BMFQ { display:block; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { width:20rem;height:88.4375rem;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.196775rem;top:8.5rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtqIv6TGRCOmpdJMvwRTTLSPgHbT8uI { width:12.75rem;height:4.196775rem;top:17.125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3iFaMZwuJlInWsWz24AW2HGQb526GI { width:11.5625rem;height:4.196775rem;top:26.4375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd04xDDdVV6ETLOxfaC21l2xg1xSOicv { width:11.5rem;height:2.79785rem;top:35.125rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V { width:18.3125rem;height:7.25rem;top:7rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH { width:18.3125rem;height:7.25rem;top:24.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH { width:18.3125rem;height:7.25rem;top:15.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E { width:18.3125rem;height:7.25rem;top:32.875rem;left:0.75rem;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.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFb9IqN5E3hdnCdfnr8I19Vr5USQSf4M { width:3.0625rem;height:2.5rem;top:18rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSPb9VldmFwCbaNQwItH8ZJDvPMIrRw7 { width:2.875rem;height:2.875rem;top:26.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBa7cnwX7I8ciKKz4HKImrfrHa7bknTD { width:2.5625rem;height:3rem;top:35rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwX4dHlCmaJpUsDDhwulmUeEssiZgBr { width:12.125rem;height:1.5rem;top:1.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWvXF6NTy9RyluB5CbQibDaFimioku8 { width:19.5625rem;height:1.625rem;top:4.25rem;left:0.4375rem;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:45.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kshy3u2U992Lk0lJ3VU5lEoTzTOboV5w { width:12.125rem;height:5.5957rem;top:46.5rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtbdCOtxGNP7yMpWOnWdcDRqLyehtlo { width:3.125rem;height:3.125rem;top:47.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3 { width:18.3125rem;height:7.125rem;top:53.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D985mhvFSZWytRggTNTJkvvmGwgBtDOr { width:12.1875rem;height:4.196775rem;top:55.25rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6iSTlM5PllkUU8BoGKaJBDdU0NzQzg { width:3.1875rem;height:2.4375rem;top:56.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4 { width:18.3125rem;height:7.125rem;top:61.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TQSRBLRRInNs6yhsZZpW6mfFwpD7DV { width:13rem;height:4.196775rem;top:63.375rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWhs65NehfXbUmt2szLRD10pAp1w890 { width:3.25rem;height:3.25rem;top:63.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8 { width:18.3125rem;height:7.125rem;top:70.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLreXIOLLN9p7V39N2Z68ThXb3WaLwn { width:12.4375rem;height:5.5957rem;top:70.875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXErcUsvSfikIKgnL41kavJicXuVu9sT { width:2.8125rem;height:2.8125rem;top:72.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPA1p2vR7zSqbl4g0z63n7BMcQ9cEtey { width:19.5625rem;height:1.625rem;top:43.0625rem;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:79.25rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHCqd81BoZqJ8lPKCM5MVwNG1nhNcZZM { width:17.375rem;height:2.8125rem;top:83.8125rem;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.75rem;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.5625rem;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:5.47485625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #txRILFnSSf8rObENfeINPcWiv2imFDMo { display:none; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { width:20rem;height:85.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZceowJT04dJ6s4eyHlu2BGBHd66DZmfT { width:18.75rem;height:5.85rem;top:1.25rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A0QPBzpkwuBQSKP0tbeWBxdb6zX6DfAx { width:20rem;height:15.625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3o7xe0yVmC6iD0Da25TaEPxlyBpW5I { width:7.1875rem;height:1.5rem;top:8.4375rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJ0HNaEXA7ZEzIJNvWLswgoiGLPTG2k { width:18.75rem;height:5.85rem;top:18.375rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #daM6d5yXSzch2kKp9bS1fRkSuPTGkZGb { width:20rem;height:18.4375rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7SdMTU38bX3JRbDmn9v2HZuTUx9enH { width:6.625rem;height:1.5rem;top:26.71875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbb2dQ8o5bG9UBG2bzLf9eoE0L6tINCO { width:18.75rem;height:8.9375rem;top:38.4375rem;left:0.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JHypFZHgL8TkRD1IehS40EdG01VOpmNN { width:20rem;height:22.5rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yEIoyMeJQOV3W6vHDE5pdPvseP4zSL { width:6.0625rem;height:1.5rem;top:50.0625rem;left:6.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1d1ydllPSKP4LviOwvV5W2zoQ6VbN8Z { width:18.75rem;height:4.875rem;top:62.8125rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bO25m3IPflt2LXHalsAqsQ1cVyV0Veqs { width:20rem;height:19rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LW7esMzLLL1BbSTqPBnDSy252PJg1Z { width:7.5625rem;height:1.5rem;top:71.0625rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGqycTOgydCx0mUmwCFOkHasc6WJs2I { width:3.125rem;height:3.125rem;top:81.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRikWdCVKyf6E8w5cnLqT6bSFazkmJ1p { width:2.8125rem;height:2.8125rem;top:81.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwVg6HkPBXZiCSFFui3AB6NughyDDAT { width:4.8125rem;height:1.625rem;top:53.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkbfeQAki5oIVB742n2WEzIvbKoJzAZS { width:1.625rem;height:1.625rem;top:55.3125rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSE1vSqJi1xHvez4O7VVbKJEpi3tEooZ { width:1.625rem;height:1.625rem;top:55.3125rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmoKG7bgJyTo4mnfRJlDg5XWOux953CQ { width:1.625rem;height:1.625rem;top:55.3125rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCIuuSe7a8QiyJcNLtglayQll6F5Zdxr { width:1.625rem;height:1.625rem;top:55.3125rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiQgkJ0g7NOQmXsCDwRbxKIFzb1aaaX { width:1.625rem;height:1.625rem;top:55.3125rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stl8pduUU1fNZpdHrcPCwIv48esf0UOn { width:1.625rem;height:1.625rem;top:13.125rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKQtbcdDMoye99FUVfJqZdVDmtrElDm { width:1.625rem;height:1.625rem;top:13.125rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJMuGLOTTQw7N4SB6TwkEBuh3oQbvFl { width:1.625rem;height:1.625rem;top:13.125rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnOnZppwkrLHxTluAPm0ohe44yF7B4O { width:1.625rem;height:1.625rem;top:13.125rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5DBcTNioKnG4XnJTu1nUshB19WZsdb { width:1.625rem;height:1.625rem;top:13.125rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI6T5f79NeiZqFzT9Ka7nlJNAMlPpICf { width:4.8125rem;height:1.625rem;top:11.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1orO8k4Vitf9pDfNbLb5B7HePFr1M0 { width:1.625rem;height:1.625rem;top:32.1875rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNkcQQa2QBStA8c9aks6c5bFvuf1MK4 { width:1.625rem;height:1.625rem;top:32.1875rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2AmtIlE4Cylm4xPoWeWFfQxWb1TMMG { width:1.625rem;height:1.625rem;top:32.1875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtZ6fFeM81KsEBWvkHUOypG99SchOweL { width:1.625rem;height:1.625rem;top:32.1875rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dffigCDcIfCJm2J3ibMseKJrf86GShKu { width:1.625rem;height:1.625rem;top:32.1875rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmtXDDTgbkrU52L9yH5Urw9BWTLlk2o { width:4.8125rem;height:1.625rem;top:30.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRQSVN8Sg1r4vxUxxXffd1oGlb0gvtJ { width:1.625rem;height:1.625rem;top:76.625rem;left:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDBeKxTMk80yxR0GOGWp7vZcLyydnP8 { width:1.625rem;height:1.625rem;top:76.625rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #payGTnkTCdvce3CC3M2Fh1dcLz5nltoa { width:1.625rem;height:1.625rem;top:76.625rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnxqNT6oIEATrb2bZe3KQnAMGUtR4ka { width:1.625rem;height:1.625rem;top:76.625rem;left:10.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcCdnDWK9R1WsIUwQy56vghqw2AMAN1 { width:1.625rem;height:1.625rem;top:76.625rem;left:12.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7hTkTXL6RmIMtgWrFoeCKilSLEmvG8v { width:4.8125rem;height:1.625rem;top:74.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNequBJHnyffRVMmPEeIpMyRk29s8be { display:none; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { width:20rem;height:88.59375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OlzWKqWEfc2NMRktuvfkkO62mNVCeNaF { width:18.75rem;height:6.825rem;top:6.625rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aUsuqFKCOTV4FXWT0N160J45Gg1DE2Bn { width:20rem;height:20.4375rem;top:5.0687503814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeDiUJI4TfFPNSwTyG7tVtfzerEDFRlu { width:7.1875rem;height:1.5rem;top:16.668750762939rem;left:6.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUKSJMkvDlGmBQlpDi7RkEkJaT9wbviS { width:18.75rem;height:8.775rem;top:28.9375rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DIdwftFSLHLsnQ1fvJa7QNMTlJdCmivW { width:20rem;height:21.625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFMLmN5btWMdIcfeuMZVvPCTfhThMcK9 { width:6.625rem;height:1.5rem;top:40.09375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzLbWaemc59R5PZVqez6mPnSlCUyCny { width:18.75rem;height:4.46875rem;top:53.1875rem;left:0.625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RWUpVVpSmX6DAoM5o6TeMxBSdbTLKSUC { width:20rem;height:17.5rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXeQik29SKU8mwusyFh9KtTN6VXdfrx { width:5.4375rem;height:1.5rem;top:60.25rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22gpoonxEPsXnwB2qpFy336A3mfZE0g { width:18.75rem;height:4.875rem;top:72.6875rem;left:0.625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yJUITDAiLBUSMfsqViw1JFKQDf9vz3M2 { width:20rem;height:17.5rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR9KcPOle4iPIsrXmkgNN55KAwxKzsUb { width:7.5625rem;height:1.5rem;top:79.625rem;left:6.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4aq3zgiTmOyoPTqHAUAHaNXMztOgTo { width:3.125rem;height:3.125rem;top:0.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEBX6W43KDaiwpJQilEkQhvnATXdG1a { width:2.8125rem;height:2.8125rem;top:0.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph7ZiXo4wcelddCLPV6STmTe8PrQ6Kbe { width:1.625rem;height:1.625rem;top:45.4375rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oOfyrwdUgrkmLmoOBfQRuepJ5iD001 { width:1.625rem;height:1.625rem;top:45.4375rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiUGib2ZpxQJfcx3SGLsoAqm4wVN0fP { width:1.625rem;height:1.625rem;top:45.4375rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOOzkdeCQIozW77nEvKnf4zgtGbTq0r { width:1.625rem;height:1.625rem;top:45.4375rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76UmXaPPumv5gTeyzUkCtdy5ZuMG2uG { width:1.625rem;height:1.625rem;top:45.4375rem;left:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piX4q5IaxI3QoCDhLAuqL5CZ084vRDM2 { width:4.8125rem;height:1.625rem;top:43.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcGF2xJ5yTDatqeyaTAPaqMezQoeNB6 { width:1.625rem;height:1.625rem;top:22rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb0nbtvNJ9wkm5kRsgkgqec2aHgC8b54 { width:1.625rem;height:1.625rem;top:22rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm6a7eBsIcl5ZA6sVlsNKyQOE0iIWpFl { width:1.625rem;height:1.625rem;top:22rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0pCHhsJ4nezuqTvolkKZuUT2M2x3Lr { width:1.625rem;height:1.625rem;top:22rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoyov7F3NT26EJ0wPTN2muzTPuCSRGG { width:1.625rem;height:1.625rem;top:22rem;left:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fX7V7rvQI7can5xhCbHbnCMTqKUKrz { width:4.8125rem;height:1.625rem;top:20.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdn483dos4GzB85rku7P7ULzpu6ugT1 { width:1.625rem;height:1.625rem;top:65.5625rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TJ17u7pwchBLDQrAfGiutwRuofk2ty { width:1.625rem;height:1.625rem;top:65.5625rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3W4T23TwJfu0yesdCT2w9rHsKrxRFDu { width:1.625rem;height:1.625rem;top:65.5625rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHDWt7sRbSCFtW2CwrOwPqyRxdeysaI { width:1.625rem;height:1.625rem;top:65.5625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkpbheIdWl5L7x3bg5J9vJi7VR77PQ7K { width:1.625rem;height:1.625rem;top:65.5625rem;left:11.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WycVa38T94Qkif41Q02hxr8HqM6WD7v0 { width:4.8125rem;height:1.625rem;top:63.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1THby2I0ZFArLAgFAufVCPLXqyCq72 { width:1.625rem;height:1.625rem;top:85.0625rem;left:6.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lG2RV9PU2PCMo4qEHxJE0kDhOxx0nk { width:1.625rem;height:1.625rem;top:85.0625rem;left:7.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRF1lBABzsR8SGgxDZFytRqT6PTCTWp { width:1.625rem;height:1.625rem;top:85.0625rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0kde94wpoA4K6lPrK4katIVPqcd13a { width:1.625rem;height:1.625rem;top:85.0625rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2GL11aCeSfvvDIHiaDJ9Jy9HsQeinIA { width:1.625rem;height:1.625rem;top:85.0625rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me75Iopn07vZrSX6XHnKCCLID1c6Mhdo { width:4.8125rem;height:1.625rem;top:83.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi { display:none; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XJsKswwM6JWvIE8SXxTTd8hOzayTqnHS { width:18.8125rem;height:3.4125rem;top:2.1437501907349rem;left:0.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6V2xKoeOulqAOObJty4JqkaLDstC62f { display:block; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrtxsrlaCogeClEKI4leTwNWcZKKZ9I7 { width:19.0625rem;height:10.2319375rem;top:1.25rem;left:0.4375rem;font-size:1.3125rem;line-height:1.3;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:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { width:19.375rem;height:34.75rem;top:41.478127479553rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki25Z34FdKRmkefTBJzBWGT2LQD03cU { width:8.0625rem;height:1.0125rem;top:77.981252670288rem;left:5.9687500596046rem;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.4375rem;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:auto;top:41.946875572204rem;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.761225rem;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:17.675000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETurtZBnpgrVH0t9Irzl2RMlO5KcQxJ2 { width:9.9375rem;height:2.761225rem;top:18.625000953674rem;left:1.4375000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1JAbexU8g41eBvvATK20FEtdNPk9s2o { width:16.625rem;height:2.3125rem;top:12.75rem;left:1.4375rem;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:28.4375rem;left:1.6875000596046rem;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:22.000000953674rem;left:1.4375000596046rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1is5O3GLbAacF2ErWSJbLNECssDvBo { width:2.1875rem;height:2.1875rem;top:22.093750953674rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nucqu7TIcKRMSMl7xTk2XpeklhcSRCBc { width:2.4375rem;height:2.4375rem;top:25.125rem;left:1.4375000596046rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXBouZTn9JSXZZd5HkmTZeyVLOufTcMI { width:2.1875rem;height:2.1875rem;top:25.25rem;left:1.6875000596046rem;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.1118125rem;top:10.0625rem;left:4.1875rem;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:22.659375190735rem;left:4.8750000596046rem;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:25.815626144409rem;left:5.4250002503395rem;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:32.8125rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { width:19.9375rem;height:7.125rem;top:32.8125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #JUzUL5u1pVIVWR0HkEO4HhgPumam1ak3 { width:5.6875rem;height:1.125rem;top:10.09375rem;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:25.40625rem;left:4.8750000596046rem;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:22.500000953674rem;left:4.4687500596046rem;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.55078125rem;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:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { width:10.1875rem;height:1.13769375rem;top:34.5rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { width:12.375rem;height:1.13769375rem;top:0rem;left:3.8125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { width:0.125rem;height:1.25rem;top:36.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { width:0.125rem;height:1.25rem;top:40.3125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B066UKHINBD6rkfC8TR3dF3QSKKO7fn6 { width:5.1875rem;height:1.5rem;top:35.875rem;left:4.1875rem;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:35.875rem;left:10.625rem;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:40.1875rem;left:4.0625rem;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:40.1875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLN4chBuwmLbg698homrT5S6pcKN6UIy { display:block; }
 }