.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,217,221;--color-primary-1:241,128,143;--color-primary-2:227,0,31;--color-primary-3:114,0,16;--color-primary-4:34,0,5;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:188,188,188;--color-tertiary-2:144,144,144;--color-tertiary-3:107,107,107;--color-tertiary-4:0,0,0;--headlines-font-family:"Toyota";--paragraphs-font-family:"Toyota"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:4.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qUCK4ST191o0oAQS7ehmNqqK18gWBfyV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#effxkFhEwzhDUmfgAZ7Insvo84Uhgyy0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.1875rem;top:0.125rem;left:64.8125rem;overflow:hidden;display:block; }
#c0XOIe4acLFN7ES7n1UAiq7eQ88TTqWv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:9.3125rem;display:block; }
#FVtVPM8yF6w1gFEDVXJPbB2cBXSJ01ET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkGRMcXHaU30Adifg1SRRgc2dSiDZfqP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:32.0625rem;display:block; }
#Rd2kF68uyGlAocwo0K1w1ZsQq13HvQrq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ea5nUcq67I2eUFC0UWKFSkeXl19qpJCn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:20.375rem;display:block; }
#KstCvisk9USIJzkzVNMSXHzXIKJ8vlJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgDCb3iWNpmDiTNdX67loC82rov6Tkw1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:43.125rem;display:block; }
#cWOeT0q0JHoxvlTPbxqFqxdMT9d7sbf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLtUUSgbhLIJnt6XE7bZRvxwL56JR0kx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.375rem;left:54.5625rem;display:block; }
#UyeFVwfuFV07cTWVx6q7MpkW6HSLC3Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PL3gDZwPkTuEdHh8tTBq3B6bU7dM4UZs { position:absolute;display:block;z-index:15019;height:3.75rem;width:3.75rem;top:0rem;left:4.65625rem;display:block; }
#vzVfDHudQTS37g5nLoAbwARkInU26ymU { position:relative;display:none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU { border-width: 0; border-radius: 0; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FV2d4CoSAneT39KylxouTczBPeI27fO4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:5.4375rem;display:none; }
#SJTzAzmV27D2R6L3qomTbUilNFoOfIkr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wsmfnrag3M0oSWKDxvaZ3o5R2mxrqa5a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:18.5rem;display:none; }
#ZAbUwTn8I5fkuc8O9EpZWB2zgxMFlDZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZEPTG01ftDkH9pDywoDEFdSux38iILF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.375rem;left:44.25rem;display:none; }
#hnckyV0nVcc7qWLoDOqa6OIuSfVolwcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3XEORacayBdTwZSITiM7Z7MAi3QlexS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:31.5625rem;display:none; }
#S2G5bzm99TH8hMzutu4lL6PMMrp3xFRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTctoh7Gmpdw4hUJ0ULfTIHdtUhPdFKx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:50.8125rem;display:none; }
#gROTNkElMuhi5DReSfvUOBk5aCUrEXy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWBwAKsSL3geMt02CB5BOCHGsWJ19WmU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:50.8125rem;display:none; }
#KD53OkTn1Emdxm8M4ZuXdG6si2XT6meI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f4471573-a588-45f0-b12f-023c5a8a3c22/Toyota_Wyprzeda2025_1200_628_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display: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:44.625rem;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:4.095458984375rem;z-index:15014;position:absolute; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ {display:block;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:55rem;top:4.095458984375rem;z-index:15014;position:absolute; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #V3WtPwwrk5UhClwMV1v2neKta8Kg2Ka1 { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LGwchZiqDKK4sLQbH384O7tFtc3bbFlU { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #SlAOR6pnFp11nV4PwCOuiTTnz1Gn2cwe { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AOlfdF7RzNRakOMSGAXzlK8kU65Tk3HU { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #rhP4QGfA2uW2HJAcbccSPxaAZ2rdq98d { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #JRzlQhTtLPTfJIs9J5VZupMcUEo46RsX { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #CTGJ85dvvIGd04fblsWUBXnM4mCbirwV { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #xezikTaGU3ccNWNGCtDyTLBxxSUJDhz5 { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #tvHTKHVQClonzRSbmb2aFmZUQrvgZvw1 { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ESQcWzPh3H7Eye5R5G3Xig4coyAaDTZq { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #TqReSb67IsFT53vTMKr4dgJ43XpWtd59 { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #IT5kvuolBT1HSCL8aTDT3qCIAkUSRNbf { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #asGbGNMhRTE0dMzPew0l97C4kXxIAlUX { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #KUiUeNBk8KeosGFVnWMv1XiEUCvy5yA7 { position:relative;display:none; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #a0X8UZvDIoKS0sAZxkdvhx22cwvZTOpg { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ET2K0e1TFfahF7hw1qSCtEliTVk3lfea { position:relative;display:block;z-index:15000; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Fliat9sXUXECG4XSDTWCtGM4xiS1fJaP { position:relative;display:block;z-index:15000; }
#MTH509FawSzRvL1swPTalenTxbdZU9FE { position:relative;display:block;z-index:100000;display:block; }
#FacHTsGNhusSK5PdA696L7kT7SUscvNq { position:relative;display:block;z-index:100000;display:block; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #R9dkMDzv4rM7oP2VXfptscJvTbFnzsuT { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Rz31vB9Zo3pwDtFtLFeqxFNbbZoXlr4r { position:relative;z-index:2; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AVG2OWFu41gwnq8sXCCKHRvUkD8QogET { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LQ40guZMc2Nt0Lh6fPVWg5w0o3pd3bRS { position:relative; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Pptik6znGvGoU2MA0EADdxhMcCwgpHr2 { position:relative; }
#uAoe1zTKKEwUqX7N1muAM50emv5EzrNh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:55.74951171875rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nFaerWuw8VX2B5MmgWscrxwbzFQdAoC1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:20rem;top:0rem;left:55.000000953674rem;display:block; }
#iVC7ewbDXZ1hWBw5nkJ3T1ElTSFIakrf { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:14.5625rem;top:0rem;left:0rem;display:block; }
#eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.471874237061rem;left:60.718750953674rem;display:block; }
#qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnqGhRX77qZiyqNI5sAuyNUurIOZnEhf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:15rem;display:none; }
#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:25.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.2914066314698rem;left:51.965626716614rem;height:2.1125rem;display:block; }
#VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.69140625rem;left:0rem;height:2.03125rem;display:block; }
#NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.3625011444094rem;left:0rem;height:3.25rem;display:block; }
#v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:11.03750038147rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.06015625rem;top:1.00390625rem;left:45.905468940735rem;overflow:hidden;display:block; }
#cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54375rem;display:none; }
#yofW7gsG4JfBWSiZ6e8RT40PusAkNNMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.97500038147rem;left:0.75rem; }
#QO7CW4QEUZoaUpeTBg1kxDf0q6i4xXVf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.7491875rem;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:22.475002288818rem;left:53.687500953674rem;height:3.0875rem;display:block; }
#rDAknyf3WihZkZ6aJguevKHnU1UTh8Pt { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.33203125rem;left:0rem;height:2.03125rem;display:block; }
#aVxu7Df4Tcabd5sPnQeTzWRcJ9J25ExQ { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.41250038147rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#cOhMJEKAnX0yRRseTT1bt9HQnbT1MLCC { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.875rem;left:3.75rem;height:1.625rem;font-style:normal;display:block; }
#i7sTbkT5MknKT876UqDEQhwkDAgQTieQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.35000038147rem;left:0.75rem; }
#InQ8LXIdr6gCGDGdvEpR3w2pVZe0lmnN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.8125rem;left:0.75rem; }
#uvUfPVsgAMI815WJC3OAdZWkMgsRqSlc { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:31.25rem;top:6.3312511444094rem;left:42.062500953674rem;overflow:hidden;display:block; }
#Lb4Hcyy36ZFMDkTymTCNiCbBGWm4vrvK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:20.28125rem;left:1.4375rem;display:block; }
#r7sqTg09yrGyL0idHsT9Tn0UFRlvKz4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTpKVhQDoSl5GoHkvAzeGHHISAuqroap { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.54375rem;display:none; }
#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { position:relative;display:none; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { border-width: 0; border-radius: 0; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { color:rgba(var(--color-tertiary-4),1);display:block;width:36.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.549072265625rem;left:1.309814453125rem;height:6.825rem;font-style:normal;display:block; }
#wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.12475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.18701171875rem;left:1.309814453125rem;height:4.14375rem;display:block; }
#Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0598125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:39.5rem;height:5.3625rem;display:block; }
#OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.5rem;left:39.5rem; }
#xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:6.5rem;left:41.9375rem;height:4.8rem;display:block; }
#CQNLkRRbKQxuiWAirT6d8twKdrDFpwyc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.25rem;left:0rem;display:none; }
#pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6851875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:39.5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#s1cefn705zP3n5wbSzfQMWcIMaZ8DvQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.5rem;left:0rem;display:none; }
#MBv79cilPzerSyA8R85xsGB7cXNC7nBH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.9375rem;left:39.5rem; }
#C8lrCxGUXMlAs5Q7eZXMqMyP2XsDKLJl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.1875rem;left:39.5rem; }
#xeTDV8hIMPhdyy3JeT9Nevh0WiJHezLN { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:24.050001144409rem;left:2.4375rem;height:0;display:none; }
#nTFI2gX1FgkbVNToNp2TCREgUPnE6RKO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.125rem;left:39.5rem; }
#rP2tNC4KN39BJ8IXCWkzqD6wmkaiPHWA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:11.3125rem;left:39.5rem; }
#akQTdxPMoLgVe6HCg1Z5ULqlgA6Z98qB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.93124961853rem;left:0rem;display:none; }
#UtfhZKQSpLnfobxQrFTdAXGL8af0X2ne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:20.93124961853rem;left:0rem;display:none; }
#N2e35GDUg2As88MW863TeQEDxQ5Ce2Xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.875rem;left:0.625rem;display:none; }
#vDI2qBDiEFaoI4WK6ncvuHPBdBadwzZF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:11.3125rem;left:41.8125rem;height:4.8rem;display:block; }
#U3gL4Wt276KJWd1wnMmFOatzpf9Qx3mM { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:13.873291015625rem;left:6.373291015625rem;display:block; }
#N1xGd9WGkWx5eQsn2gs2ZIlOyAkdpwRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { position:relative;display:none; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { border-width: 0; border-radius: 0; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zUiNzgi5VUqzw9a5ysbdiUusQ70Zs9pb { color:rgba(var(--color-tertiary-4),1);display:block;width:38.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.54931640625rem;left:33.375244140625rem;height:0;display:none; }
#KuRdf9DdehbwlQHGUTeXMasTXUB934v8 { color:rgba(var(--color-primary-2),1);display:block;width:41.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3818359375rem;left:33.375244140625rem;height:2.68125rem;font-style:normal;display:block; }
#mZ9TTGaRfSrGCLx0D4fHSa8niEoyBNXk { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f6f6f6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.124267578125rem;left:33.375244140625rem;display:block; }
#zqA8POobEZWlNeemdUam9IeR3agySV5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBkbebXludNy7BvZmXUt8Vm7z1EEdOvx { color:#19c72e;display:block;width:41.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:5.3625rem;font-style:normal;display:none; }
#JoO7LLO7JBu5mOb9kZzHTOAtrfViRmoz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:31.125rem;top:5.78125rem;left:0rem;overflow:hidden;display:block; }
#FVEtqWe4gUdK8nEvAwIrAfHpXIHxzesm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.3125rem;left:0rem;height:1.54375rem;display:none; }
#BPlEVEaqTZtF19att9qISgPVgMTQKARa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.148681640625rem;left:33.375244140625rem;height:1.4625rem;display:block; }
#wDwpKFeMZwRfCD8F5BNxRx9RLOTbkw93 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.101806640625rem;left:33.375244140625rem;height:1.54375rem;display:block; }
#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { border-width: 0; border-radius: 0; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:none; }#qF58nGJN0NXSknKrnTIELlBCcUkUTVTW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:18.21875rem;display:block; }
#vx4XELxtUXxVVIr4yAJKRrxSRlen6a32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJOwyz0xPTeFr5i6M6TNmqoJFQAuuBsX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:38.21875rem;display:block; }
#dMOSkmwLxhCIJ781xpxt90EWWOmkz69B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0d7cf572-d84d-4ef6-bc1d-4165dcf880fd/tlonalanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.adaptive-delivery-prevent-bg, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyload, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyloading { background-image: none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { border-width: 0; border-radius: 0; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:none; }#VxlKb64tXBl7nfSxTVUPlobUsdbq4Wwq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4968757629394rem;left:0rem;height:3.81875rem;text-align:center;text-align-last:center;display:block; }
#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { border-width: 0; border-radius: 0; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:none; }#uAmRQpNQDtXvPNxW8n9TM08i3FId8vcx { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1749992370606rem;left:0rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { border-width: 0; border-radius: 0; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:none; }#lVyNEhLL0sBsAHz5q0OHVqlOEgnGTTzp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.9375rem;top:3.0625rem;left:0.625rem;overflow:hidden;display:block; }
#p3ITKEzF6zo3zRoOFPGUyHQz58vyeRCO { color:rgba(var(--color-primary-2),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.4375rem;height:2.6rem;font-style:normal;display:block; }
#pdIEA7KdKpy9TOvJuCdT7MgFO9IFgQhd { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:15.4375rem;height:2.6rem;font-style:normal;display:block; }
#ZUFqXTbtVWyBOevacWLqFTggzylgMlbT { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:36rem;height:2.6rem;font-style:normal;display:block; }
#tuHzilaxfuLsp40UIXHXkgqr7r38KAkR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.125rem;top:2.9375rem;left:32.125rem;overflow:hidden;display:block; }
#uulBe5wTey19T4ez2o0tERrDPpXDpR7X { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8125rem;left:12.125rem;overflow:hidden;display:block; }
#UKw8E5TZ2mTA9AwCVKcewJxiA4pXCIQ5 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:0.9375rem;left:11.1875rem;display:block; }
#zLghwsX2TPogPF8cVTbRSqi8p9ldeq3K { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:0.9375rem;left:31rem;display:block; }
#WThNp7KiwSefWwfWpgozm8G4RF3aD8vC { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:0.0625rem;top:0.90625rem;left:53.9375rem;display:block; }
#RyDREXqT4XbAJfeIZl279osRLV3S0sEh { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.0625rem;left:57.3125rem;height:3.9rem;font-style:normal;display:block; }
#Wx2u2KrQ0yXprAkNeRtTBv0MXvEPlvpP { color:rgba(var(--color-primary-2),1);display:block;width:0.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4375rem;left:64.3125rem;height:0.8125rem;font-style:normal;display:block; }
#RRWVArJOOnOk3lJZUssBTrrJJcrEJDET { color:rgba(var(--color-primary-2),1);display:block;width:0.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.75rem;left:68.125rem;height:0.8125rem;font-style:normal;display:block; }
#Ly6l4kw9RnMbm1a9Hx7HnKheMXiyAmh0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.46875rem;left:53.9375rem; }
#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.61);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { border-width: 0; border-radius: 0; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#NKhkoLKhDVwgVvcn8knU7iiixknKePSD { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4406242370606rem;left:0rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:26.125000953674rem;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.78750038147rem;left:0.375rem;height:1.1375rem;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.624999046326rem;height:1.1375rem;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.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25rem;left:13.562499046326rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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.041666875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.748699188233rem;left:11.270835876465rem;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:9.6875rem;height:3.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:4.40625rem;left:0rem;display:block; }
#k7bizha7I8Qm9t6QxJ4m5qyKwHRPMHWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgXtH0hrvZABTPHsxof5k22sM7TCtKBi { color:#19c72e;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:4.46875rem;left:0.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bqTTtrmFQqgfQIV6hJ5QU4DqXFBLVAnr { color:#19c72e;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:5.4750003814697rem;left:0.625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:51.000000953674rem;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.46875rem;left:52.17448425293rem;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.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:2.8875007629394rem;left:51.000000953674rem;height:0.975rem;font-style:italic;display:block; }
#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.787502288818rem;left:51.000000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dus0qQimB1efVoMxT2bKlL4vSJHd60Bt { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:21.787490844726rem;left:64.375000953675rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:51.000000953674rem;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:64.500000953675rem;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.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:24.986709594726rem;left:64.750000953675rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:53.987500190735rem;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:0.9375rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:4.375rem;left:51.000000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rbzcrhqM6fP85VHbGmiSV0yBeJmiN6EA { color:#19c72e;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:5.4750003814697rem;left:50.812500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:9.6125rem;height:3.3625rem;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:4.0625rem;left:50.349999427796rem;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.65625rem;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; }
#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.831249237061rem;left:51.000000953674rem;height:3.65625rem;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.025rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:34.231250762939rem;left:61.362504005432rem;display:block; }
#bTw19ARuLNutOPWmZoB340TgOJZHMhUa { 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; }
#zsKTbDsMeGXzTrVcZhguoEIeT5ORtUqH { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VXtWVQuDFB7XGiMpuT414QZNmfdybpFN { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:23rem;top:7.46875rem;left:25.78125rem;overflow:hidden;display:block; }
#ESmBHJKC1uyThL6sEGxFWEJaRoU2zRaU { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:26.125000953674rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#snMoZWKHkIUTGcr0MnccVoSZy0Tal3ZE { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.875rem;left:26.125000953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zeUZmJyO6CSpbZpG8plvXDK2TCB9I4Mm { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.787490844726rem;left:38.374218940735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DdRlwKQZeuCyvS1eDxqLNIk59GLTrZiM { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.875rem;left:38.436718940735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DDB7Rh6xMk5nWvEMikoVFp0xS82DlrHi { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.987503051757rem;left:38.499218940735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hZeHID4oULq8OfcMJfcxFHFavcf8zDe0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:26.831251144409rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#krQlqJJaR6EVZLdDvPHrL4pkZNN4qym4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.75rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:2.8875002861023rem;left:26.299218177796rem;height:0.975rem;font-style:italic;display:block; }
#gytJG77ElhiOCH2lIhfPKTnxRTW8IGpR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.4375rem;left:28.812500953674rem;display:block; }
#TN8riB9oaIrK5EBT1ngM0Q9UikqHHxas { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t0laC8UShEPeIogspZqhCxqXtQ7qivao { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:1.966148125rem;text-decoration:none;z-index:15153;text-align:center;text-align-last:center;top:18.776042938233rem;left:36.302085876465rem;display:block; }
#S9fGX1cWAaTK5Ey8NrziL3iq40uEcNDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcgXBexWm52TXP90nSSmfHffvG0r2OPk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.625rem;height:1.9875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.25rem;left:35.687500953674rem;display:block; }
#P7PHRhpThb26BWq8zuCvGlsszQAPl2SZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ob03TCXgTTCQ8AD9N3DzLeZqJtqhTSmo { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:4.0625rem;left:25.312500953674rem;display:block; }
#zyoGLc8mpEfuEeidFteZ4aXCMCQeHCdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X3bcwWdl4ThUPzatFAek3riE10BT6z3Z { color:#19c72e;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:4.46875rem;left:25.750000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZCgCHpNU863MOhE7aqTNQARW63XtuxG { color:#19c72e;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:5.4750003814697rem;left:25.875000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:3.0375003814698rem;left:25.250000953674rem;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:1.9625000953674rem;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.9875001907349rem;left:25.250000953674rem;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.1875rem;left:52.143750190735rem;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:2.0125000476837rem;left:25.262501716614rem;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.3125rem;left:26.187500953674rem;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:4.8875007629394rem;left:51.112500190735rem;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:51.112500190735rem;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:26.187500953674rem;height:1.1375rem;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:51.112500190735rem;height:1.1375rem;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:64.006249427794rem;height:1.1375rem;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.262500762939rem;left:26.156250953674rem;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.262500762939rem;left:51.112500190735rem;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.262496948243rem;left:64.187500953675rem;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.487499237061rem;left:64.375000953675rem;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:28.812500953674rem;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:54.625000953674rem;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:1.9625000953674rem;left:50.524998664856rem;display:block; }#dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB.adaptive-delivery-prevent-bg, #dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB.lazyload, #dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB.lazyloading { background-image: none; }
#KG3IX4LxOyskga15bHm780m1PQhqrDBG { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.83749961853rem;left:26.187500953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L7BTvN7glfD6iFhHQ4TvMXTeOOQKxIfr { color:#19c72e;display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0554695129394rem;left:26.093750953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:8.9375rem;height:3.3125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:6.5625rem;left:25.812500953674rem;display:block; }
#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:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.8367195129394rem;left:52.143750190735rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tsrUGkFnvdXy5ku2y9nM9AIPSUTW9XM1 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:8.0554695129394rem;left:52.143750190735rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:8.6875rem;height:3.375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:6.57421875rem;left:51.675000190735rem;display:block; }
#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.268749237061rem;left:26.125000953674rem;height:3.65625rem;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.268749237061rem;left:51.300000190735rem;height:3.65625rem;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.025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:36.356250762939rem;left:35.593750953674rem;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.025rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.375rem;left:61.125000953674rem;display:block; }
#IAW4wXXT8Ti809TJXmnvlBa2pThpf4uV { 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:39.087498664856rem;height:1.1375rem;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:39.087498664856rem;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:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:26.487495422363rem;left:39.237500190735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:3.0367188453674rem;left:1.25rem;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:4.9867210388184rem;left:1.25rem;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:9.1875rem;left:0rem;overflow:hidden;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:1.966148125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.9375rem;left:11.895835876465rem;display:block; }
#JdnONNIoIDsaZEhvRM6Q09WZKlBiKNeT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:31.875rem;left:3.5492181777954rem;display:block; }
#ZD9yhV1AhSZD6PyMDo9SRnm0dHSbkFcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.025rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:36.337501525879rem;left:9.561718940735rem;display:block; }
#vHULyFxy8fAxnR4me36CJRyVg2TnPK5Q { 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:28.268749237061rem;left:0.86171817779544rem;height:3.65625rem;font-style:normal;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:23.125rem;left:1.25rem;height:1.1375rem;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:24.262500762939rem;left:1.25rem;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:23.125rem;left:13.374218940735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#emoeELapA4nU8yhTCwoUHBv6hca7JfgH { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.262496948243rem;left:13.555468559265rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFMB1zdL8dcxfPLBxuaSSyAmctx0Ibc9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:26.375rem;left:13.524218559265rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:8.9375rem;height:3.5625rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:6.5750007629394rem;left:0.859375rem;display:block; }
#XTdTr41B7LU9B6bd9xPImIP4GVZMOyQf { 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:0.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.8367195129394rem;left:1.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iGT6hx3mMSqnxbGqy3vEowOg9rxoMmrQ { color:#19c72e;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:8.0062561035156rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { background-color: transparent; background-image: none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container > .video-iframe-container { display: none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row > .video-iframe-container { display: none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { border-width: 0; border-radius: 0; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:block; }#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:0.75rem;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.98750019073488rem;left:25.724999427796rem;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.8875002861023rem;left:25.724999427796rem;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:7.9742193222044rem;left:26.468750953674rem;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:25.724999427796rem;height:1.1375rem;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.4375rem;left:38.300000190735rem;height:1.1375rem;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.575000762939rem;left:25.724999427796rem;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.575000762939rem;left:38.093750953674rem;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.856250762939rem;left:38.125000953674rem;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:0.9375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:5.3304691314697rem;left:26.312500953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#okVuKhFcRLEHRqLnldqRD7vTJvnr8yB8 { color:#19c72e;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.54921913147rem;left:26.312500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:9.25rem;height:3.625rem;text-decoration:none;z-index:15146;text-align:center;text-align-last:center;top:5.1429748535156rem;left:25.724999427796rem;display:block; }
#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:18.25rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:31.456250190735rem;left:28.375000953674rem;display:block; }
#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.003904375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.64192199707rem;left:36.614585876465rem;display:block; }
#WNzsrZwamrrDcdmUK2oPegiPhAqerwQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.524998664856rem;display:block; }#cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ.adaptive-delivery-prevent-bg, #cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ.lazyload, #cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ.lazyloading { background-image: none; }
#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.262501716614rem;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:0.9375rem;left:51.012501716614rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RsrtCbsKO4nL2Q7TBmtP4d6TLLStZJuK { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:20.875rem;top:7.9739799499513rem;left:52.35807800293rem;overflow:hidden;display:block; }
#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.4375rem;left:51.500000953674rem;height:1.1375rem;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:64.312500953675rem;height:1.1375rem;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.575000762939rem;left:51.500000953674rem;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.575000762939rem;left:64.312500953675rem;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.856250762939rem;left:64.375000953675rem;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:0.9375rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:4.5867195129394rem;left:51.500000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:9.05rem;height:3.55rem;text-decoration:none;z-index:15145;text-align:center;text-align-last:center;top:4.4734382629394rem;left:51.012501716614rem;display:block; }
#nAIhdzWzkyCCo1WCislD89feP79UBWi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVuowqtfJzJIEML7mslWd1BeMuB50O6S { color:#19c72e;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:6.0734386444092rem;left:51.500000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:31.456250190735rem;left:54.075001716614rem;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.8rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:34.93124961853rem;left:61.312500953674rem;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:1.945310625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:18.671865463257rem;left:62.345054626465rem;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.8875002861023rem;left:51.500000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#P7UW1uTyf5bMyDDd6tJwdtVWR0AS4Wk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:27.018750190735rem;left:26.218750953674rem;height:3.65625rem;font-style:normal;display:block; }
#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.8rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.950000762939rem;left:35.500000953674rem;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:27.018750190735rem;left:51.387501716614rem;height:3.65625rem;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; }
#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:0.9375rem;left:0.6875rem;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:2.8875002861023rem;left:0.6875rem;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:9.0867195129394rem;left:0.92421817779544rem;overflow:hidden;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:8.4375rem;height:3.625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:5.4265747070312rem;left:1.375rem;display:block; }
#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:0.9375rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:5.9679698944092rem;left:1.7429685592651rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R6mlmdUSd1vQS3nHeyWxyIvsC5QuLVTs { color:#19c72e;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:7.0500011444094rem;left:1.7421875rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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.456250190735rem;left:2.71875rem;display:block; }
#A4LnSsuewKDr9CsGHDxFlbcSca1Ty9fe { 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:1.9875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34.875rem;left:9.530468940735rem;display:block; }
#DyqTs7lZ2mbQCDtWAxdzi8oOyb05uIyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:27.018750190735rem;left:0.86171817779544rem;height:3.65625rem;font-style:normal;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:21.4375rem;left:0.6875rem;height:1.1375rem;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:21.4375rem;left:13.186718940735rem;height:1.1375rem;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:22.575000762939rem;left:0.6875rem;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:22.575000762939rem;left:13.186718940735rem;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.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:24.931247711182rem;left:13.462500572204rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:39.312480926514rem;left:50.458335876465rem;display:block; }#AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr.adaptive-delivery-prevent-bg, #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr.lazyload, #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr.lazyloading { background-image: 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; }#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:51.250000953674rem;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:7.5937509536744rem;left:51.96875rem;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.861721038818rem;left:51.250000953674rem;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.72500038147rem;left:51.250000953674rem;height:1.1375rem;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:53.500000953674rem;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.025rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:34.121875762939rem;left:61.312500953674rem;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.01171875rem;left:51.250000953674rem;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:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:6.41015625rem;left:51.806248664856rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xSUMwKZXbl4JE1c2bTNaBesIs0ziLOgm { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.19140625rem;left:51.743748664856rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:9.0625rem;height:3.375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:4.9226684570312rem;left:51.250000953674rem;display:block; }
#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.774219512939rem;left:62.437500953674rem;height:1.1375rem;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.8125rem;left:62.437500953674rem;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.925001144409rem;left:62.506249427794rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;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.706249237061rem;left:51.487500190735rem;height:3.65625rem;font-style:normal;display:block; }
#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:25.343750953674rem;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.01171875rem;left:25.312500953674rem;height:1.13769375rem;font-style:italic;display:block; }
#bXW1RRAiiooPgoaCIF4E6fRqedABk8hI { color:#19c72e;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:6.3601570129394rem;left:26.868748664856rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:26.125000953674rem;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:8.875rem;height:3.625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:4.8250122070312rem;left:26.125000953674rem;display:block; }
#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:0.9375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:5.3671875rem;left:26.743748664856rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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.774219512939rem;left:37.812500953674rem;height:1.1375rem;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.774219512939rem;left:26.125000953674rem;height:1.1375rem;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:37.812500953674rem;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.861721038818rem;left:26.218750953674rem;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.97500038147rem;left:37.812500953674rem;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.706249237061rem;left:26.125000953674rem;height:3.65625rem;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:28.812500953674rem;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.025rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:34.121875762939rem;left:35.468750953674rem;display:block; }
#NwM3KcDNCSb1gDKTfBl0xsduTTTdohHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:1.625rem;left:0.75rem;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:3.5750007629394rem;left:0.75rem;height:1.13769375rem;font-style:italic;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:11.3125rem;width:20.375rem;top:8.486976623535rem;left:0.75rem;overflow:hidden;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.774219512939rem;left:0.75rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;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.724220275879rem;left:13.936718940735rem;height:1.1375rem;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.961719512939rem;left:0.75rem;height:2.1125rem;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.961719512939rem;left:13.936718940735rem;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:25.174221038818rem;left:13.936718940735rem;height:0.975rem;text-align:left;text-align-last:left;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.706249237061rem;left:1.4242181777954rem;height:3.65625rem;font-style:normal;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:30.3125rem;left:2.8125rem;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.025rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.103126525879rem;left:10.486718177796rem;display:block; }
#c3NE2dP46DxXyADmGR2hzGXm3SVTJtod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:8.4375rem;height:3.6875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:4.7937622070312rem;left:0.4375rem;display:block; }
#SpbAI4EKI8t6BVzW3oHoVcH0NebV3cP2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8BM8Vk5JJ8zuMDxZ44H5Gh2PGcowTtI { color:#19c72e;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.3671875rem;left:1.046875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c7sMQzxHUFPR66Z4ZTKxSh4ITyZVyBxs { color:#19c72e;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:6.41015625rem;left:0.75rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fhiro71Q2p8QpVEqgUDk4rRcivwF8w3C { position:absolute;display:block;z-index:14987;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:24.375rem;top:2.1934509277344E-5rem;left:0rem;display:block; }#Fhiro71Q2p8QpVEqgUDk4rRcivwF8w3C.adaptive-delivery-prevent-bg, #Fhiro71Q2p8QpVEqgUDk4rRcivwF8w3C.lazyload, #Fhiro71Q2p8QpVEqgUDk4rRcivwF8w3C.lazyloading { background-image: none; }
#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; }
#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:38.0625rem;width:24.4375rem;top:0rem;left:25.1875rem;display:block; }#Ha7Gzh06NDyrffm96UhmCyO67TanT9CD.adaptive-delivery-prevent-bg, #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD.lazyload, #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD.lazyloading { background-image: none; }
#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:38rem;width:24.4375rem;top:0rem;left:50.4375rem;display:block; }#xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt.adaptive-delivery-prevent-bg, #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt.lazyload, #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt.lazyloading { background-image: none; }
#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; }
#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:1.1000003814698rem;left:51.312500953674rem;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:3.0500001907349rem;left:51.312500953674rem;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.1195335388181rem;left:50.625000953674rem;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:9.0625rem;height:3.8125rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:4.5625rem;left:50.437500953674rem;display:block; }
#BdcyEPZTN87PsL5Sgh3H3vfTugnPFEHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6FVmUsKeSN47Ev2R8NwtIAOJBkNlLAX { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:6.2195320129394rem;left:51.312500953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGf682fBfDnyTvIUKHWRxeRP2i90e0RX { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.9;letter-spacing:0;top:4.6359376907349rem;left:51.312500953674rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:63.212502479556rem;height:1.1375rem;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:51.312500953674rem;height:1.1375rem;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.700000762939rem;left:63.212502479556rem;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.700000762939rem;left:51.312500953674rem;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.8125rem;left:63.368752479556rem;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:27.706249237061rem;left:51.300000190735rem;height:3.65625rem;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:31.3125rem;left:53.987500190735rem;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:1.97265625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:34.75rem;left:59.612504005432rem;display:block; }
#VMlMmWBXDDTCTPifTTzwBVOECuME6ywh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:1.1000022888184rem;left:0.1875rem;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.6687507629394rem;left:0.9375rem;overflow:hidden;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:9.6125rem;height:3.8625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:4.5rem;left:0rem;display:block; }
#sKs0aoThgFSeI64XompkQBzKlumPPMTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1Ts8VZuQWdAmM0lM1AJHHG1ErTxlut5 { color:#19c72e;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:6.2195310592651rem;left:0.9375rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dcdOA583u5RZ5FKe5XzMQ4PSy7LNn7vF { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:5.1437501907349rem;left:0.9375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:0.9375rem;height:1.1375rem;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.700000762939rem;left:0.9375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;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:13.175000190735rem;height:1.1375rem;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.700000762939rem;left:13.237500190735rem;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.8125rem;left:13.175000190735rem;height:0.975rem;text-align:left;text-align-last:left;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:27.706249237061rem;left:1.9867181777954rem;height:3.65625rem;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:31.362499237061rem;left:2.59375rem;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.0171875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:34.708595275879rem;left:9.092968940735rem;display:block; }
#wVcRO4IWKp60pXDSxH9JpB9k9IEGxx2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udmJuolwABRKoBEO7d5Ebq1W3hCvTXrA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.1000003814698rem;left:26.250000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kpL2482vBn906T8yoQ2pzZMkI8ldRN6f { color:#0a9ded;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:3.0500001907349rem;left:26.250000953674rem;height:1.13769375rem;font-style:italic;display:block; }
#mhEXvPxHqCq7eAuZrmhIHeAz4qs7HPMz { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:22.6875rem;top:8.7018222808837rem;left:26.15625rem;overflow:hidden;display:block; }
#efx7VNUHQFyXcHVulQ4zummZ4qAiVR77 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.362499237061rem;left:29.656250953674rem;display:block; }
#eznxE9UAafOHaW502TiR1AfbdCTcpy6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQmU6SdysUgEh1oImiPTkqkkWxxIUQTv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.9796875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:34.727344512939rem;left:34.437500953674rem;display:block; }
#gIrJ6ldvrUto3HPG3wuwcyy4yZ2JBhuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SKraZUp9SKWiKGrfNxl1wVbIdPGntfg2 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.5625rem;left:25.760155677796rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wPvicEtMBQh2zHVZB7E2yh7OrKPkw02W { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:25.812500953674rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JS48bUzcM2gvrgITeZcOiS96y84X1KSL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:27.706251144409rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#RlThNEaMmPgT2OOusDTt49AeQVzZ23XU { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.5625rem;left:37.831250190735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gcHlw6bSgg7rfgweb83Kzk5urAhhHXr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.700000762939rem;left:37.800000190735rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sN4ZP4eryifVxtatnduW93x45yETX9Rn { color:rgba(var(--color-tertiary-2),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.8125rem;left:38.300000190735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hEvTtTeTJhP5UboUWu4uBWgc5TKWGQfo { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:3.5625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:4.7320318222046rem;left:25.187500953674rem;display:block; }
#gVh3HDAossZnK0BasnbIQ5cUe2OxZwbV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AG0OMVwTHcU3UZfefZy012eU6uW7TFuP { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.8;letter-spacing:0;top:4.5625rem;left:26.250000953674rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OOZuwMpJt5XEaLnVVUHI4VS6atCGZdAA { color:#19c72e;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:6.2195310592651rem;left:26.250000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r5SCtk2qvFvititxa7tWyW3sWPsmVKN9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:1.966148125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:19.105470657349rem;left:36.677085876465rem;display:block; }
#qhTi04tc2zC9k7DhK95ExmqiBTHOqBq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZ52F2PcTT4JUqIXaaob8TMIdkpQmzkB { position:absolute;display:block;z-index:14980;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0.52083301544189rem;left:0rem;display:block; }#LZ52F2PcTT4JUqIXaaob8TMIdkpQmzkB.adaptive-delivery-prevent-bg, #LZ52F2PcTT4JUqIXaaob8TMIdkpQmzkB.lazyload, #LZ52F2PcTT4JUqIXaaob8TMIdkpQmzkB.lazyloading { background-image: none; }
#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; }#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; }
#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:1.0375001430511rem;left:51.000000953674rem;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:11.1875rem;width:22.25rem;top:8.69921875rem;left:51rem;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.9874999523163rem;left:51.000000953674rem;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.5rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:6.1250002384186rem;left:51.000000953674rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:8.8125rem;height:3.8125rem;text-decoration:none;z-index:15157;text-align:center;text-align-last:center;top:4.4375rem;left:50.687500953674rem;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:0.9375rem;font-weight:700;z-index:15155;line-height:1.3;letter-spacing:0;top:4.7937500476837rem;left:51.000000953674rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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.97500038147rem;left:51.000000953674rem;height:1.1375rem;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.97500038147rem;left:63.500000953675rem;height:1.1375rem;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:24.112501144409rem;left:51.000000953674rem;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:24.112501144409rem;left:63.500000953675rem;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.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:26.22500038147rem;left:63.500000953675rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:29.018751144409rem;left:51.000000953674rem;height:3.65625rem;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:32.625rem;left:54.487504005432rem;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.5875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:36.0625rem;left:60.281250953674rem;display:block; }
#Zic59SvQuuu6k19pnpFt4ayXiU5VHMT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:0rem;left:50.462498664856rem;display:block; }#pS9d4kTItcohGfaF7pQo4wktwk1QV5w9.adaptive-delivery-prevent-bg, #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9.lazyload, #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9.lazyloading { background-image: none; }
#imkLCcmkAllXTTgy2yVOKGdkisbcIsqq { 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:37.874999284744rem;left:0rem;display:block; }#imkLCcmkAllXTTgy2yVOKGdkisbcIsqq.adaptive-delivery-prevent-bg, #imkLCcmkAllXTTgy2yVOKGdkisbcIsqq.lazyload, #imkLCcmkAllXTTgy2yVOKGdkisbcIsqq.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:1.0375001430511rem;left:25.562500953674rem;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.9874992370606rem;left:25.562500953674rem;height:1.13769375rem;font-style:italic;display:block; }
#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:8.4812507629394rem;left:26.937500953674rem;overflow:hidden;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.9rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20.637500762939rem;left:37.050000190735rem;display:block; }
#fTWqL2BTGsqU6dT67k1zRlhg8MX7w29T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:22.97500038147rem;left:25.562500953674rem;height:1.1375rem;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:22.97500038147rem;left:37.050000190735rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;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:24.112501144409rem;left:25.562500953674rem;height:2.1125rem;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:24.112501144409rem;left:37.175000190735rem;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:26.712501525879rem;left:37.362500190735rem;height:0.975rem;text-align:left;text-align-last:left;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:29.018751144409rem;left:26.125000953674rem;height:3.65625rem;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:32.625rem;left:28.812500953674rem;display:block; }
#TsJgxCBlGfgUlyP1EU65oKIrU6dP0FQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.7125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:35.9375rem;left:35.468750953674rem;display:block; }
#dovdf7pssBWCuVQ1iNQZaM9teJ0PZx01 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:1.0375001430511rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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.9874992370606rem;left:1.25rem;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.8624992370606rem;left:0rem;overflow:hidden;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:8.875rem;height:3.6875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:5.6023559570312rem;left:0.46953105926514rem;display:block; }
#amaa02OTPTsEVnvEaKPKbsXE6cUi6gfF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kuTL7RcKyGrTkL5EpFnT0DhrCVb5gOrQ { color:#19c72e;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:7.3210945129394rem;left:1.25rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEShZzKTRellkNy8UZNy3qC7w93PZ8mF { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:5.7937507629394rem;left:1.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:19.612499237061rem;left:12.737500190735rem;height:3.4125rem;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:22.975002288818rem;left:1.25rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;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:24.11171913147rem;left:1.25rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;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:29.018751144409rem;left:0.89296817779544rem;height:3.65625rem;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:32.674999237061rem;left:2.75rem;display:block; }
#p2abMDWefvuafVpvIlEqILdTae11bgeU { 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.025rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:35.587501525879rem;left:8.280468940735rem;display:block; }
#eWs0XlEfq3HAX4TiukuIIeBiuQXeLy8X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pDnGe26HReI0g7l1SrLW5LJwM1Biz5X7 { position:absolute;display:block;z-index:14981;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:24.375rem;top:0rem;left:25.22917175293rem;display:block; }#pDnGe26HReI0g7l1SrLW5LJwM1Biz5X7.adaptive-delivery-prevent-bg, #pDnGe26HReI0g7l1SrLW5LJwM1Biz5X7.lazyload, #pDnGe26HReI0g7l1SrLW5LJwM1Biz5X7.lazyloading { background-image: none; }
#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu { 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; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row .container { background-color: transparent; background-image: none; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row .container > .video-iframe-container { display: none; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row > .video-iframe-container { display: none; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .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); }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row .container { border-width: 0; border-radius: 0; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#cmW83v4UhUhVGE7GiN2fyxFazHB0mbhf { 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; }
#MuiG4EiXWRPS8VN6HbC1SFlWJ5tMsTv7 { 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; }
#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:1.0609378814698rem;left:0.60546875rem;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.0687513351441rem;left:1.35546875rem;overflow:hidden;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:1.925rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:34.5625rem;left:7.948437690735rem;display:block; }
#KBbhbTtL1gBXMdHbDO43BTRNqARBOsf3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.0625rem;left:2.23046875rem;display:block; }
#kcev4vTsvdzHEmD3u9DRqDihpFLeVsiT { 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:26.581249237061rem;left:0.60546875rem;height:3.65625rem;font-style:normal;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:21.506252288818rem;left:0.60546875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pbb7p91CcHewa0IRertUAzA6CQwVTp3a { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.642971038818rem;left:0.60546875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:21.50625038147rem;left:13.530468940735rem;height:1.1375rem;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:22.643753051757rem;left:13.392968177796rem;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:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:24.756256103516rem;left:13.592968940735rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:9.625rem;height:3.75rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:3.75rem;left:0.35546875rem;display:block; }
#CXhkdVu2XURGVHMpvLLTTFqziCGP7IcS { 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:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.60546875rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wqkSQdfQpkUwTlKrVPeH8TTJxiiernAK { color:#19c72e;display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:5.5054702758789rem;left:0.60546875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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:17rem;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:22.3125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { background-color: transparent; background-image: none; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container > .video-iframe-container { display: none; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row > .video-iframe-container { display: none; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { border-width: 0; border-radius: 0; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#NxvTVk0HWEodKVk99omGmAM1canBp6E6 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.5rem;left:13.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CIWbovJZFvy03mpXUo7hqBahqrfERQA4 { color:rgba(var(--color-primary-2),1);display:block;width:70.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:2.46875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { position:relative;display:none; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { border-width: 0; border-radius: 0; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kLb6TWrOPq8Be8018Orh9sRZGHGcC9kN { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6499996185302rem;left:0rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q767IftlTxGd0p9PT7LUii5sQ6kBkO44 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wlsnPQhQw6zIFoT9gQfPeeGtQfPXZ1ka { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:23.5rem;top:4.375rem;left:51.5rem;overflow:hidden;display:block; }
#R4oqcJniWediicuybUBFtWrc88HUt3w0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.25rem;width:75rem;display:none; }
#KNHxXpGTR0LV3Z9bw3DwpRp4AAdhdZIQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#x5hkDKmD6Fw71r6qiNOA9CT1zvHd8N9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7mENGSkzJ69800D1gD2kVi0RueC7sET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { background-color: transparent; background-image: none; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container > .video-iframe-container { display: none; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row > .video-iframe-container { display: none; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { border-width: 0; border-radius: 0; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#ccxFM3p8NpywHyZu1wRwLiKOHTKXPZEq { color:rgba(var(--color-tertiary-4),1);display:block;width:60.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.4375rem;left:7.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dhcaXUKobeuWgBvpSF9Qiw3p3UDc18wT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:4.5625rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zvdmoqz1az6KsUWKCMPc2C5dquwiAu7e { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:9.8125rem;left:35.9375rem;display:block; }
#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { background-color: transparent; background-image: none; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container > .video-iframe-container { display: none; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row > .video-iframe-container { display: none; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { border-width: 0; border-radius: 0; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#ULJkTdWtgphWBIC5sbDSMIIeyZWezJdl { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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.1375rem;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.1375rem;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.1375rem;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.1375rem;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:9.6875rem;width:22.875rem;top:9.5937504768369rem;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.1375rem;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.1375rem;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.95rem;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; }
#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.95rem;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.95rem;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.4000000953675rem;left:31.987500190735rem;height:2.6rem;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.8625rem;height:3.9875rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:5.0625004768372rem;left:0rem;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.1742186546325rem;left:57.425004005432rem;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.65625rem;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.65625rem;font-style:normal;display:block; }
#uGusAuSOnl9UuwU9IMSrQN5I8T9bfzh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:26.749999523163rem;left:0.86171817779544rem;height:3.65625rem;font-style:normal;display:block; }
#PeTgGzysHfbZ25msq8G5oSolfpOy43TI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8625rem;height:3.9875rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:5.5499997138977rem;left:25.687500953674rem;display:block; }
#zR4dSiHtk9Ham6TQhERSrbhQrlfz1kHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GsbyUJS4OpDc9OQEuyMURdarwkaNNWT8 { color:#19c72e;display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:7.1742187738419rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JpE4VRQR2PXsuAa97XTMKf11ZUncJrAZ { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:5.4281249046326rem;left:0.625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#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.1375rem;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.1375rem;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.1375rem;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; }
#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.1375rem;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.1375rem;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.1375rem;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.1375rem;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.95rem;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.95rem;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.65625rem;font-style:normal;display:block; }
#aLJDmdTAEmVqrMFpDAxkscI6G0Vz3lCJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8625rem;height:3.9875rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:4.2117195129394rem;left:0rem;display:block; }
#spsOJ3lH2AZRKwR4yfc3WIxxPT4TXFtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VwTeDan1MNbixOs3LUJd9p5oy0tAri19 { color:#19c72e;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:4.2117195129394rem;left:0.375rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nWakaeJm14qxcSMe7TC11brBdBIXcuBO { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:5.8023414611816rem;left:0.3125rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eg8RV4o0CxswfO1aCH8RegAxrSwO2DaX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:28.018750667572rem;left:0.875rem;height:3.65625rem;font-style:normal;display:block; }
#iR0rlG5dwE5K1WxUw53aoLAPaI7rXRM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:27.831250667572rem;left:26.125000953674rem;height:3.65625rem;font-style:normal;display:block; }
#HGiTGU7dW1QXpB7rCk4mpnpKn6IT7Rbz { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #19c72e;border-left:0.125rem solid #19c72e;border-right:0.125rem solid #19c72e;border-bottom:0.125rem solid #19c72e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7875rem;height:3.9125rem;text-decoration:none;z-index:15088;text-align:center;text-align-last:center;top:4.2117190361023rem;left:26.062500953674rem;display:block; }
#wfI048OKF6Cpx4LWevcNtrVfoJ7V6v0S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mbPxLXblt6qfT5VOW02C5SApHLW5ARnw { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:6.2179684638977rem;left:26.062500953674rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vwDfdmAcsDzxiLcgkg1zT5shTit8CulX { color:#19c72e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:4.4703125953674rem;left:26.062500953674rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { background-color: transparent; background-image: none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container > .video-iframe-container { display: none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row > .video-iframe-container { display: none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { border-width: 0; border-radius: 0; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(113,113,113,0.08);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { background-color: transparent; background-image: none; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container > .video-iframe-container { display: none; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row > .video-iframe-container { display: none; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { border-width: 0; border-radius: 0; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#nrzI6s9TTCpqgIk9itn3pplrVzh0Z8uO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:0.8125rem;left:0rem;height:9.1875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#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; }
#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:27.375rem;width:22.9375rem;top:0rem;left:26.824219703674rem;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.125rem;width:24.1875rem;top:0.12500190734863rem;left:50.565422976783rem;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:1.0468769073486rem;left:27.249218940735rem;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.9960956573486rem;left:27.249218940735rem;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:5.109375rem;left:27.531250953674rem;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.54843711853rem;left:28.812500953674rem;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.99765777587888rem;left:52.462498664856rem;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.9476566314698rem;left:52.462498664856rem;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:4.8593769073486rem;left:52.462498664856rem;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.548438072204rem;left:54.021092414856rem;display:block; }
#WawOu9kTgugErV8QfoowJgdBrnXVif0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:27.0625rem;width:22.9375rem;top:0.49999809265137rem;left:1.2937498092651rem;display:block; }#obwTZWOp53c5REfITCEZnNRMxZBDT3qN.adaptive-delivery-prevent-bg, #obwTZWOp53c5REfITCEZnNRMxZBDT3qN.lazyload, #obwTZWOp53c5REfITCEZnNRMxZBDT3qN.lazyloading { background-image: none; }
#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.046875rem;left:2.4984369277954rem;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:2.9968738555908rem;left:2.49609375rem;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.0460948944092rem;left:1.9375rem;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:21.54843711853rem;left:3.25rem;display:block; }
#waFtKFd7tAW5mT2I4nxnGsAIZXA0nG2A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { position:relative;display:none; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { border-width: 0; border-radius: 0; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { border-width: 0; border-radius: 0; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#B5OsVg14cC9TCGINyyOOHhhCFi5zcp8t { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:0.59687423706055rem;left:0rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k45apQ9gey75pzGdJRXWvtFV0D2IJxO0 { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { position:relative;display:none; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { border-width: 0; border-radius: 0; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lrdkGSDn7gwZZ2eMQJAD6HOvXVkOOzI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.625rem;height:9.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vt1xTv928mKmETToozzzsM5KDx955c3o { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.75rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rccfaT0ckdxrmhqUzhUEvZX4MO2ZybSb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:38.875rem;left:0.0625rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#TRmpy5gd2Tfny2JwO4r2WTU2wTkVOaaf { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.125rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#XGkzgR9wyKeNtDwLOguo3NgQBepNT2yL { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.875rem;left:0rem;height:1.70625rem;display:none; }
#BkFvXUK571zgTtvsaXyJoHF9IKq8KNeR { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.0625rem;left:0rem;height:1.70625rem;display:none; }
#hDlQlTQnaWUmhPeSIxDv7GqhGK2Wb3xG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.375rem;left:53.9375rem;height:6.09375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#atISmCCxGHDNaNWB5FvTE9ccyxNQWhpE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:5.1875rem;left:53.9375rem;height:9.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UTN63PGflymaSUzEiByNtURuVWNlXPKa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1.625rem;height:8.53125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GAonMIRClwivpuor4IdxUwaVHPfdmSFk { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:33.375rem;top:3.6875rem;left:20.8125rem;overflow:hidden;display:block; }
#Zl628qTWEiJ2sAdpQVkVmguFiVJcVkAQ { box-sizing:content-box;height:11.25rem;width:20.375rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:4.5625rem;left:1.1875rem;display:block; }
#XJqsENqNzT8007tUVVA46CmOt3GrzyCy { box-sizing:content-box;height:11.25rem;width:20.375rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:16.5rem;left:1.1875rem;display:block; }
#hnwmUe559NbCI4trC638H3WQW4kJvtoR { box-sizing:content-box;height:8.75rem;width:20.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:19.25rem;left:53.5rem;display:block; }
#z7laNpAwmX7r0eoMOOA40VPeAcpCvO07 { box-sizing:content-box;height:12.3125rem;width:20.375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:4.75rem;left:53.5rem;display:block; }
#hyGw5T8dlpWvPaGxTatmJfoDTkR9VoDe { color:#330000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.837501525879rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { background-color: transparent; background-image: none; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container > .video-iframe-container { display: none; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row > .video-iframe-container { display: none; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { border-width: 0; border-radius: 0; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { font-size:0.875rem;font-family:arial;height:1.625rem;width:75rem;position:relative;display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { position:relative;display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { background-color: transparent; background-image: none; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container > .video-iframe-container { display: none; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row > .video-iframe-container { display: none; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { border-width: 0; border-radius: 0; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aTqt8SFmW6rsPyJSkCPk3D7GGOghUwzH { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.4375rem;left:13.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GzIQcI9mDIgH2ZHnVgsWTBBq7IbJ674q { color:rgba(var(--color-tertiary-4),1);display:block;width:74.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:5.5625rem;left:0.375rem;height:4.78125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#E2Bkl1sGJvfuqIze2B3gDglFILHaHg72 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.125rem;top:11.8125rem;left:35.9375rem;display:block; }
#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { background-color: transparent; background-image: none; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container > .video-iframe-container { display: none; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row > .video-iframe-container { display: none; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { border-width: 0; border-radius: 0; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#Q8rzGDyUu7n11searWZl4so5OBBM0eHq { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:20.25rem;width:20.25rem;top:12.9375rem;left:27.5rem;display:block; }
#DrgcP7QFJUpgL3ll7fHgO4kAJUa8UvuN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.6875rem;left:6rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTtqIv6TGRCOmpdJMvwRTTLSPgHbT8uI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:17rem;left:6rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TT3iFaMZwuJlInWsWz24AW2HGQb526GI { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:25.8125rem;left:6rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cd04xDDdVV6ETLOxfaC21l2xg1xSOicv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:34.0625rem;left:6rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:7.1875rem;left:0rem;display:block; }#kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V.adaptive-delivery-prevent-bg, #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V.lazyload, #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V.lazyloading { background-image: none; }
#vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:23.625rem;left:0rem;display:block; }#vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH.adaptive-delivery-prevent-bg, #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH.lazyload, #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH.lazyloading { background-image: none; }
#GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:15.5rem;left:0rem;display:block; }#GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH.adaptive-delivery-prevent-bg, #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH.lazyload, #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH.lazyloading { background-image: none; }
#vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:31.8125rem;left:0rem;display:block; }#vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E.adaptive-delivery-prevent-bg, #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E.lazyload, #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E.lazyloading { background-image: none; }
#goEN9weZtF1tRf74fgmMWspfTsUSBmeJ { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,113,113,0.08);border-left:0.0625rem solid rgba(113,113,113,0.08);border-right:0.0625rem solid rgba(113,113,113,0.08);border-bottom:0.0625rem solid rgba(113,113,113,0.08);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:33.4375rem;width:33.9375rem;top:6.3125rem;left:20.5625rem;display:block; }
#aKin9i04bPrGuiTbiC9yRw2PCy1pv0kk { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(113,113,113,0.11);border-left:0.0625rem solid rgba(113,113,113,0.11);border-right:0.0625rem solid rgba(113,113,113,0.11);border-bottom:0.0625rem solid rgba(113,113,113,0.11);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:26.5625rem;width:26.9375rem;top:9.75rem;left:24.0625rem;display:block; }
#y58AbTvAnK92JimPT5QGpftR3RXHxKkU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.125rem;top:9.4375rem;left:1.625rem;overflow:hidden;display:block; }
#OFb9IqN5E3hdnCdfnr8I19Vr5USQSf4M { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.0625rem;top:17.875rem;left:1.625rem;overflow:hidden;display:block; }
#dSPb9VldmFwCbaNQwItH8ZJDvPMIrRw7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:25.8125rem;left:2rem;overflow:hidden;display:block; }
#KBa7cnwX7I8ciKKz4HKImrfrHa7bknTD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.5625rem;top:33.9375rem;left:1.875rem;overflow:hidden;display:block; }
#ZEwX4dHlCmaJpUsDDhwulmUeEssiZgBr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.125rem;top:22.3125rem;left:31.625rem;overflow:hidden;display:block; }
#RmWvXF6NTy9RyluB5CbQibDaFimioku8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.8999996185302rem;left:53rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:7.125rem;left:53rem;display:block; }#aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU.adaptive-delivery-prevent-bg, #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU.lazyload, #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU.lazyloading { background-image: none; }
#Kshy3u2U992Lk0lJ3VU5lEoTzTOboV5w { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:8.625rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPtbdCOtxGNP7yMpWOnWdcDRqLyehtlo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:9.1875rem;left:54.6875rem;overflow:hidden;display:block; }
#WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:15.4375rem;left:53rem;display:block; }#WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3.adaptive-delivery-prevent-bg, #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3.lazyload, #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3.lazyloading { background-image: none; }
#D985mhvFSZWytRggTNTJkvvmGwgBtDOr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:16.9375rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TK6iSTlM5PllkUU8BoGKaJBDdU0NzQzg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.1875rem;top:17.875rem;left:54.6875rem;overflow:hidden;display:block; }
#lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:23.625rem;left:53rem;display:block; }#lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4.adaptive-delivery-prevent-bg, #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4.lazyload, #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4.lazyloading { background-image: none; }
#p0TQSRBLRRInNs6yhsZZpW6mfFwpD7DV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.125rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LqWhs65NehfXbUmt2szLRD10pAp1w890 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:25.625rem;left:54.625rem;overflow:hidden;display:block; }
#cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a57c6e84-e059-4828-bc23-11b5a2aff0b4/bg2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:21.875rem;top:31.8125rem;left:53rem;display:block; }#cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8.adaptive-delivery-prevent-bg, #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8.lazyload, #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8.lazyloading { background-image: none; }
#wqLreXIOLLN9p7V39N2Z68ThXb3WaLwn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:33.3125rem;left:59rem;height:4.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gXErcUsvSfikIKgnL41kavJicXuVu9sT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:34.0625rem;left:54.875rem;overflow:hidden;display:block; }
#cPA1p2vR7zSqbl4g0z63n7BMcQ9cEtey { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.8999996185302rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZHlstpNlveyIcEo5qgI3d6K3DD36JZ0r { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:44.0625rem;left:19.78125rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qHCqd81BoZqJ8lPKCM5MVwNG1nhNcZZM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:47.3125rem;left:28.8125rem;display:block; }
#ugmSWOawAVqrA801eSbx95gBOmTmOHNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { position:relative;display:none; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { border-width: 0; border-radius: 0; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lJoPrTnU6O1zrq9C2xl2QKdDqbv48MLB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:75rem;top:3.53125rem;left:0rem;overflow:hidden;display:block; }
#RF5oOJnmJ3ZmS8RALhkCPHO7XC8Apkqz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:18.75rem;display:none; }
#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { border-width: 0; border-radius: 0; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:none; }#Q5U1cgxvuJkJ7UBnVyRi2lZe6Fr7x3oU { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:2.0625rem;left:13.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txRILFnSSf8rObENfeINPcWiv2imFDMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { border-width: 0; border-radius: 0; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:none; }#ZceowJT04dJ6s4eyHlu2BGBHd66DZmfT { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:1.3125rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0QPBzpkwuBQSKP0tbeWBxdb6zX6DfAx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:0rem;display:block; }
#tA3o7xe0yVmC6iD0Da25TaEPxlyBpW5I { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:16.0625rem;left:1.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCJ0HNaEXA7ZEzIJNvWLswgoiGLPTG2k { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:19.3125rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#daM6d5yXSzch2kKp9bS1fRkSuPTGkZGb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:18rem;display:block; }
#Qe7SdMTU38bX3JRbDmn9v2HZuTUx9enH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:16.0625rem;left:19.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbb2dQ8o5bG9UBG2bzLf9eoE0L6tINCO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:36.5625rem;height:20.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JHypFZHgL8TkRD1IehS40EdG01VOpmNN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:36rem;display:block; }
#S2yEIoyMeJQOV3W6vHDE5pdPvseP4zSL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:22.9375rem;left:37.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1d1ydllPSKP4LviOwvV5W2zoQ6VbN8Z { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:55.3125rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bO25m3IPflt2LXHalsAqsQ1cVyV0Veqs { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:30.8125rem;width:16.3125rem;top:0rem;left:54rem;display:block; }
#J3LW7esMzLLL1BbSTqPBnDSy252PJg1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:16.0625rem;left:55.3125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUGqycTOgydCx0mUmwCFOkHasc6WJs2I { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:11.375rem;left:71.875rem;display:block; }
#VRikWdCVKyf6E8w5cnLqT6bSFazkmJ1p { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.625rem;left:71.9375rem;display:block; }
#TvwVg6HkPBXZiCSFFui3AB6NughyDDAT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:25.875rem;left:41.84375rem;overflow:hidden;display:block; }
#DkbfeQAki5oIVB742n2WEzIvbKoJzAZS { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:27.8125rem;left:43.4375rem;display:block; }
#OSE1vSqJi1xHvez4O7VVbKJEpi3tEooZ { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:27.8125rem;left:41.9375rem;display:block; }
#cmoKG7bgJyTo4mnfRJlDg5XWOux953CQ { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:27.8125rem;left:40.4375rem;display:block; }
#GCIuuSe7a8QiyJcNLtglayQll6F5Zdxr { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:27.8125rem;left:44.9375rem;display:block; }
#nBiQgkJ0g7NOQmXsCDwRbxKIFzb1aaaX { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:27.8125rem;left:46.4375rem;display:block; }
#Stl8pduUU1fNZpdHrcPCwIv48esf0UOn { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:21.0625rem;left:4.4375rem;display:block; }
#QsKQtbcdDMoye99FUVfJqZdVDmtrElDm { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:21.0625rem;left:5.9375rem;display:block; }
#ikJMuGLOTTQw7N4SB6TwkEBuh3oQbvFl { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:21.0625rem;left:7.4375rem;display:block; }
#PUnOnZppwkrLHxTluAPm0ohe44yF7B4O { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:21.0625rem;left:8.9375rem;display:block; }
#NP5DBcTNioKnG4XnJTu1nUshB19WZsdb { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:21.0625rem;left:10.4375rem;display:block; }
#CI6T5f79NeiZqFzT9Ka7nlJNAMlPpICf { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:19.125rem;left:5.875rem;overflow:hidden;display:block; }
#MJ1orO8k4Vitf9pDfNbLb5B7HePFr1M0 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:21.0625rem;left:22.4375rem;display:block; }
#PzNkcQQa2QBStA8c9aks6c5bFvuf1MK4 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:21.0625rem;left:23.9375rem;display:block; }
#Tm2AmtIlE4Cylm4xPoWeWFfQxWb1TMMG { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:21.0625rem;left:25.4375rem;display:block; }
#WtZ6fFeM81KsEBWvkHUOypG99SchOweL { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:21.0625rem;left:26.9375rem;display:block; }
#dffigCDcIfCJm2J3ibMseKJrf86GShKu { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:21.0625rem;left:28.4375rem;display:block; }
#xTmtXDDTgbkrU52L9yH5Urw9BWTLlk2o { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:19.125rem;left:23.875rem;overflow:hidden;display:block; }
#KMRQSVN8Sg1r4vxUxxXffd1oGlb0gvtJ { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:21.0625rem;left:58.4375rem;display:block; }
#MZDBeKxTMk80yxR0GOGWp7vZcLyydnP8 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:21.0625rem;left:59.9375rem;display:block; }
#payGTnkTCdvce3CC3M2Fh1dcLz5nltoa { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:21.0625rem;left:61.4375rem;display:block; }
#MhnxqNT6oIEATrb2bZe3KQnAMGUtR4ka { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:21.0625rem;left:62.9375rem;display:block; }
#NwcCdnDWK9R1WsIUwQy56vghqw2AMAN1 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:21.0625rem;left:64.4375rem;display:block; }
#V7hTkTXL6RmIMtgWrFoeCKilSLEmvG8v { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:19.125rem;left:59.875rem;overflow:hidden;display:block; }
#DTNequBJHnyffRVMmPEeIpMyRk29s8be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { border-width: 0; border-radius: 0; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:none; }#OlzWKqWEfc2NMRktuvfkkO62mNVCeNaF { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:5.875rem;height:18.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUsuqFKCOTV4FXWT0N160J45Gg1DE2Bn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:4.5625rem;display:block; }
#JeDiUJI4TfFPNSwTyG7tVtfzerEDFRlu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:20.418749809265rem;left:5.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUKSJMkvDlGmBQlpDi7RkEkJaT9wbviS { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:23.875rem;height:18.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIdwftFSLHLsnQ1fvJa7QNMTlJdCmivW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:22.5625rem;display:block; }
#aFMLmN5btWMdIcfeuMZVvPCTfhThMcK9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:20.418750762939rem;left:23.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwzLbWaemc59R5PZVqez6mPnSlCUyCny { color:rgba(var(--color-tertiary-3),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:41.125rem;height:12.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWUpVVpSmX6DAoM5o6TeMxBSdbTLKSUC { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:40.5625rem;display:block; }
#HPXeQik29SKU8mwusyFh9KtTN6VXdfrx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:14.8125rem;left:41.8125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s22gpoonxEPsXnwB2qpFy336A3mfZE0g { color:rgba(var(--color-tertiary-3),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:1.1875rem;left:59.875rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJUITDAiLBUSMfsqViw1JFKQDf9vz3M2 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0.28);background-image:none;border-top:0.0625rem solid #e3e3e3;border-left:0.0625rem solid #e3e3e3;border-right:0.0625rem solid #e3e3e3;border-bottom:0.0625rem solid #e3e3e3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.5rem;width:16.3125rem;top:0rem;left:58.5625rem;display:block; }
#XR9KcPOle4iPIsrXmkgNN55KAwxKzsUb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem #f1e7dd;top:13.53125rem;left:59.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wn4aq3zgiTmOyoPTqHAUAHaNXMztOgTo { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:10.0625rem;left:0rem;display:block; }
#sVEBX6W43KDaiwpJQilEkQhvnATXdG1a { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.25rem;left:0.25rem;display:block; }
#ph7ZiXo4wcelddCLPV6STmTe8PrQ6Kbe { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:25.5625rem;left:27rem;display:block; }
#d4oOfyrwdUgrkmLmoOBfQRuepJ5iD001 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:25.5625rem;left:28.5rem;display:block; }
#ptiUGib2ZpxQJfcx3SGLsoAqm4wVN0fP { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:25.5625rem;left:30rem;display:block; }
#FuOOzkdeCQIozW77nEvKnf4zgtGbTq0r { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:25.5625rem;left:31.5rem;display:block; }
#E76UmXaPPumv5gTeyzUkCtdy5ZuMG2uG { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:25.5625rem;left:33rem;display:block; }
#piX4q5IaxI3QoCDhLAuqL5CZ084vRDM2 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:23.625rem;left:28.4375rem;overflow:hidden;display:block; }
#PbcGF2xJ5yTDatqeyaTAPaqMezQoeNB6 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15053;top:25.5625rem;left:9rem;display:block; }
#pb0nbtvNJ9wkm5kRsgkgqec2aHgC8b54 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:25.5625rem;left:10.5rem;display:block; }
#lm6a7eBsIcl5ZA6sVlsNKyQOE0iIWpFl { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:25.5625rem;left:12rem;display:block; }
#Ik0pCHhsJ4nezuqTvolkKZuUT2M2x3Lr { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:25.5625rem;left:13.5rem;display:block; }
#REoyov7F3NT26EJ0wPTN2muzTPuCSRGG { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15055;top:25.5625rem;left:15rem;display:block; }
#l5fX7V7rvQI7can5xhCbHbnCMTqKUKrz { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:23.625rem;left:10.4375rem;overflow:hidden;display:block; }
#DWdn483dos4GzB85rku7P7ULzpu6ugT1 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:19.9375rem;left:45rem;display:block; }
#A2TJ17u7pwchBLDQrAfGiutwRuofk2ty { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:19.9375rem;left:46.5rem;display:block; }
#a3W4T23TwJfu0yesdCT2w9rHsKrxRFDu { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:19.9375rem;left:48rem;display:block; }
#VuHDWt7sRbSCFtW2CwrOwPqyRxdeysaI { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:19.9375rem;left:49.5rem;display:block; }
#IkpbheIdWl5L7x3bg5J9vJi7VR77PQ7K { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:19.9375rem;left:51rem;display:block; }
#WycVa38T94Qkif41Q02hxr8HqM6WD7v0 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:18rem;left:46.4375rem;overflow:hidden;display:block; }
#df1THby2I0ZFArLAgFAufVCPLXqyCq72 { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:18.625rem;left:63rem;display:block; }
#J4lG2RV9PU2PCMo4qEHxJE0kDhOxx0nk { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:18.625rem;left:64.5rem;display:block; }
#twRF1lBABzsR8SGgxDZFytRqT6PTCTWp { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:18.625rem;left:66rem;display:block; }
#zT0kde94wpoA4K6lPrK4katIVPqcd13a { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15066;top:18.625rem;left:67.5rem;display:block; }
#A2GL11aCeSfvvDIHiaDJ9Jy9HsQeinIA { box-sizing:content-box;color:#ffc800;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:18.625rem;left:69rem;display:block; }
#Me75Iopn07vZrSX6XHnKCCLID1c6Mhdo { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:4.8125rem;top:16.6875rem;left:64.4375rem;overflow:hidden;display:block; }
#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { border-width: 0; border-radius: 0; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:none; }#XJsKswwM6JWvIE8SXxTTd8hOzayTqnHS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3187484741211rem;left:8.53125rem;height:1.3rem;font-style:normal;display:block; }
#r6V2xKoeOulqAOObJty4JqkaLDstC62f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { background-color: transparent; background-image: none; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container > .video-iframe-container { display: none; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row > .video-iframe-container { display: none; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { border-width: 0; border-radius: 0; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#zrtxsrlaCogeClEKI4leTwNWcZKKZ9I7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:3.2749996185302rem;left:0rem;height:4.2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46537d29-6d28-4e9d-956f-dd4b9eb902ed/YARIS_CROSS_HYBRID130_34Front_6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.adaptive-delivery-prevent-bg, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyload, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyloading { background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { background-color: transparent; background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { border-width: 0; border-radius: 0; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:27.9375rem;top:0rem;left:47.0625rem;display:block; }
#wki25Z34FdKRmkefTBJzBWGT2LQD03cU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:1.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.387500762939rem;left:56.75rem;display:block; }
#UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-form-header {  }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:24.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.57);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.57);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.8125rem;box-sizing:border-box;height:2.375rem;color:rgba(var(--color-tertiary-0),0.67);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top;font-weight:700;font-style:normal; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7.9375rem;margin-bottom:0.25rem;margin-left:7.9375rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:8.875rem;height:2.625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:first-of-type{padding-top:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:last-of-type{padding-bottom:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.375rem;top:0rem;z-index:15012;position:absolute; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.8125rem;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.375rem;top:0rem;z-index:15012;position:absolute; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #UdgAFZNTaMEcph5naUGmChvNlm1rgqIn { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #DyOQhh39KxT1vdAa3r8b2P2zizF4QnA0 { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #VxwxGQ2lT5wJ4G5O1Tx0os7TxsUGAyTV { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #A9APCHquAwdGt8rzs1vB7570Bo7GwexZ { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #OTwLUru2s4ZFCUcsUBxhUiDv1iTTdE8a { position:relative;display:none; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #O8TaRzxEKc0K2JxTBv2Lpl76lw8LU9Ko { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 { position:relative;display:block;z-index:15000; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 { position:relative;display:block;z-index:15000; }
#nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { position:relative;display:block;z-index:100000;display:block; }
#XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { position:relative;display:block;z-index:100000;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 { position:relative;z-index:2; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq { position:relative; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M { position:relative; }
#vbrL4ItqVx2liSmPv8pZMJs1leapHlnW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.4375rem;height:3.0875rem;display:block; }
#BB9rPSDDKiCL7ueeQGLAMduN9zQeWAMh { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:19.375rem;top:4.1875rem;left:0rem;display:block; }
#nWrwoBndxUaEtPqrwtd4ZgK6zIt2FdsX { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:19.375rem;top:4.25rem;left:21.8125rem;display:block; }
#ETurtZBnpgrVH0t9Irzl2RMlO5KcQxJ2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:23.5625rem;height:3.0875rem;display:block; }
#w1JAbexU8g41eBvvATK20FEtdNPk9s2o { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:15.9375rem;left:2.5625rem;display:block; }
#AmOrnR29TeWr8Dp9IpIQ7swW59PxrLgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gq6oKQBWSfle3TWsP18H5KDAyniRRrKL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:15.9375rem;left:24.375rem;display:block; }
#dCIwWyiZaZ1RALsr2rbEwq2vBUatUDPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGnKy4uOPhvH82Mtm3eat0dhVISsX3Aa { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:9.875rem;left:1.4375rem;display:block; }
#A1tM8WAaLnxE5vW14v3KTl6rZNu8K2tn { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10rem;left:1.5625rem;display:block; }
#VqW8S5DJ7RLvscl44PAAuM2R0E68CIe9 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:12.375rem;left:1.4375rem;display:block; }
#MN0wUnDArUpC2K1dNpL3ibwMxI3RQcxk { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.5rem;left:1.5625rem;display:block; }
#waaODAtb9i7VQvXU5uWL43l2LCF90bFc { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:9.875rem;left:23.375rem;display:block; }
#dw1is5O3GLbAacF2ErWSJbLNECssDvBo { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10rem;left:23.5rem;display:block; }
#nucqu7TIcKRMSMl7xTk2XpeklhcSRCBc { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:12.4375rem;left:23.375rem;display:block; }
#pXBouZTn9JSXZZd5HkmTZeyVLOufTcMI { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.5625rem;left:23.5rem;display:block; }
#TuV5Hh1GQmMKNnyKNR45avXFx48SwsHP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.5rem;left:4.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#N7zAR2sIQbOETbLzk875Tp5KEcqTxnCy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:13rem;left:4.4375rem;height:2.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.9375rem;left:29.3125rem;width:18.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFaerWuw8VX2B5MmgWscrxwbzFQdAoC1 { top:0rem;left:27.75rem;width:20rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVC7ewbDXZ1hWBw5nkJ3T1ElTSFIakrf { top:0rem;left:0rem;width:14.5625rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { width:8.5625rem;height:1rem;top:41.4375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block; }
 }@media only screen and (max-width: 763px) { #dnqGhRX77qZiyqNI5sAuyNUurIOZnEhf { width:15rem;height:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { display:block; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { top:2.25rem;left:33.6875rem;width:14.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { top:5.6875rem;left:0rem;width:43.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { top:8.3125rem;left:0rem;width:39.875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { top:11rem;left:0rem;width:28rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { top:1rem;left:32.280468940735rem;width:6rem;height:4.6409694469511rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { top:16.5625rem;left:0rem;width:16.1875rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yofW7gsG4JfBWSiZ6e8RT40PusAkNNMN { top:10.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO7CW4QEUZoaUpeTBg1kxDf0q6i4xXVf { top:22.4375rem;left:27.0625rem;width:20.6875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDAknyf3WihZkZ6aJguevKHnU1UTh8Pt { top:2.3125rem;left:0rem;width:43.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVxu7Df4Tcabd5sPnQeTzWRcJ9J25ExQ { top:13.375rem;left:0rem;width:28rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOhMJEKAnX0yRRseTT1bt9HQnbT1MLCC { top:15.875rem;left:0rem;width:28rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7sTbkT5MknKT876UqDEQhwkDAgQTieQ { top:13.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InQ8LXIdr6gCGDGdvEpR3w2pVZe0lmnN { top:15.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvUfPVsgAMI815WJC3OAdZWkMgsRqSlc { top:6.3125rem;left:16.5rem;width:31.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb4Hcyy36ZFMDkTymTCNiCbBGWm4vrvK { width:17.5rem;height:3.4375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7sqTg09yrGyL0idHsT9Tn0UFRlvKz4T { display:block; }
 }@media only screen and (max-width: 763px) { #LTpKVhQDoSl5GoHkvAzeGHHISAuqroap { top:12.625rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;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) { #h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { top:1.5rem;left:0rem;width:36.6875rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { top:9.125rem;left:0rem;width:34.0625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { top:2.3125rem;left:12.75rem;width:35rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { top:6.5rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { top:6.5rem;left:15.875rem;width:31.875rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNLkRRbKQxuiWAirT6d8twKdrDFpwyc { top:27.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { top:15.4375rem;left:14.125rem;width:33.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1cefn705zP3n5wbSzfQMWcIMaZ8DvQJ { top:25.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBv79cilPzerSyA8R85xsGB7cXNC7nBH { top:9.9375rem;left:25.875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8lrCxGUXMlAs5Q7eZXMqMyP2XsDKLJl { top:8.1875rem;left:25.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeTDV8hIMPhdyy3JeT9Nevh0WiJHezLN { top:24rem;left:0rem;width:31.875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFI2gX1FgkbVNToNp2TCREgUPnE6RKO { top:13.125rem;left:25.875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP2tNC4KN39BJ8IXCWkzqD6wmkaiPHWA { top:11.3125rem;left:25.875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #akQTdxPMoLgVe6HCg1Z5ULqlgA6Z98qB { top:20.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtfhZKQSpLnfobxQrFTdAXGL8af0X2ne { top:20.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2e35GDUg2As88MW863TeQEDxQ5Ce2Xv { top:19.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDI2qBDiEFaoI4WK6ncvuHPBdBadwzZF { top:11.3125rem;left:15.875rem;width:31.875rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3gL4Wt276KJWd1wnMmFOatzpf9Qx3mM { width:17.5rem;height:3.4375rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1xGd9WGkWx5eQsn2gs2ZIlOyAkdpwRr { display:block; }
 }@media only screen and (max-width: 763px) { #rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { display:block; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUiNzgi5VUqzw9a5ysbdiUusQ70Zs9pb { top:5.5rem;left:9.375rem;width:38.3125rem;height:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuRdf9DdehbwlQHGUTeXMasTXUB934v8 { top:1.375rem;left:6.1875rem;width:41.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ9TTGaRfSrGCLx0D4fHSa8niEoyBNXk { width:17.5rem;height:3.4375rem;top:21.0625rem;left:19.750244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqA8POobEZWlNeemdUam9IeR3agySV5P { display:block; }
 }@media only screen and (max-width: 763px) { #RBkbebXludNy7BvZmXUt8Vm7z1EEdOvx { top:1.6875rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoO7LLO7JBu5mOb9kZzHTOAtrfViRmoz { top:5.75rem;left:0rem;width:31.125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVEtqWe4gUdK8nEvAwIrAfHpXIHxzesm { top:11.3125rem;left:0rem;width:25.5625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPlEVEaqTZtF19att9qISgPVgMTQKARa { top:16.125rem;left:19.750244140625rem;width:25.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDwpKFeMZwRfCD8F5BNxRx9RLOTbkw93 { top:13.0625rem;left:19.750244140625rem;width:25.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz { display:block; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qF58nGJN0NXSknKrnTIELlBCcUkUTVTW { width:18.75rem;height:4.25rem;top:0rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4XELxtUXxVVIr4yAJKRrxSRlen6a32 { display:block; }
 }@media only screen and (max-width: 763px) { #uJOwyz0xPTeFr5i6M6TNmqoJFQAuuBsX { width:18.75rem;height:4.25rem;top:0rem;left:24.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMOSkmwLxhCIJ781xpxt90EWWOmkz69B { display:block; }
 }@media only screen and (max-width: 763px) { #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 { display:block; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxlKb64tXBl7nfSxTVUPlobUsdbq4Wwq { top:2.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe { display:block; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAmRQpNQDtXvPNxW8n9TM08i3FId8vcx { top:1.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ { display:block; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVyNEhLL0sBsAHz5q0OHVqlOEgnGTTzp { top:3.0625rem;left:0rem;width:2.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ITKEzF6zo3zRoOFPGUyHQz58vyeRCO { top:2.75rem;left:0rem;width:7.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdIEA7KdKpy9TOvJuCdT7MgFO9IFgQhd { top:2.75rem;left:1.8125rem;width:14.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFqXTbtVWyBOevacWLqFTggzylgMlbT { top:2.75rem;left:22.375rem;width:17.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuHzilaxfuLsp40UIXHXkgqr7r38KAkR { top:2.9375rem;left:18.5rem;width:3.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulBe5wTey19T4ez2o0tERrDPpXDpR7X { top:2.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKw8E5TZ2mTA9AwCVKcewJxiA4pXCIQ5 { top:0.9375rem;left:0rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLghwsX2TPogPF8cVTbRSqi8p9ldeq3K { top:0.9375rem;left:17.375rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WThNp7KiwSefWwfWpgozm8G4RF3aD8vC { top:0.875rem;left:40.3125rem;width:0.0625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyDREXqT4XbAJfeIZl279osRLV3S0sEh { top:2.0625rem;left:30.0625rem;width:17.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx2u2KrQ0yXprAkNeRtTBv0MXvEPlvpP { top:3.4375rem;left:47.0625rem;width:0.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWVArJOOnOk3lJZUssBTrrJJcrEJDET { top:4.75rem;left:47.0625rem;width:0.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly6l4kw9RnMbm1a9Hx7HnKheMXiyAmh0 { top:2.4375rem;left:40.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2gpZkg21439JV2WcNxsp1JvLHKCzuAx { display:block; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKhkoLKhDVwgVvcn8knU7iiixknKePSD { top:1.4375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #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:12.500000953674rem;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.75rem;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:0rem;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:0rem;width:10.5625rem;height:1rem;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:2rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd9T1L1gLB2H633TOuHsOSC2h0VPwTrV { display:block; }
 }@media only screen and (max-width: 763px) { #F0AFm32cmsw9yALl2UGN5WvXa89Cizxg { width:9.6875rem;height:3.0625rem;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.4375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTTtrmFQqgfQIV6hJ5QU4DqXFBLVAnr { top:5.4375rem;left:0rem;width:7.8125rem;height:1.9375rem;font-size:1.5rem;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:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VQS9VOndJkNWZrTk7GSc1RlJTBTDAK { top:7.4375rem;left:26.75rem;width:21rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTB8h9getP7n18xCw9qf09g9kTp4ZqVO { top:2.875rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqBdA1PgqK3dkdvJnvQ9Mlh9VPZU5X3f { top:21.75rem;left:37.375000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dus0qQimB1efVoMxT2bKlL4vSJHd60Bt { top:21.75rem;left:38.0625rem;width:9.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdorqrQdu3gHXiWDC1f67JqhMQ5t5Iv { 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) { #SgIcd7XuG62T9ES6psPuJk92D25v49XD { top:22.875rem;left:37.25rem;width:10.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKZ88wGMrJyyqb8om9mcaiZKzRKTeOTH { top:24.9375rem;left:37.125rem;width:10.125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIO7hGTsPQyElqVL4SJbmRBfVsNJ6Dl { width:17.375rem;height:2.8125rem;top:30.4375rem;left:30.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.375rem;left:37.375000953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzcrhqM6fP85VHbGmiSV0yBeJmiN6EA { top:5.4375rem;left:37.187500953674rem;width:9.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyKE5LKoh8qKaMP4THTtN1FvthlvTIcN { width:9.5625rem;height:3.3125rem;top:4.0625rem;left:36.724999427796rem;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) { #qsRSq87ndzlzoDmBTm1E5fomZptJMzL5 { top:26.8125rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHukXg6V4Q1iZT6hfaCHVsXQGsnwUWck { width:3.625rem;height:2rem;top:34.1875rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTw19ARuLNutOPWmZoB340TgOJZHMhUa { 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) { #zsKTbDsMeGXzTrVcZhguoEIeT5ORtUqH { top:0.9375rem;left:0rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXtWVQuDFB7XGiMpuT414QZNmfdybpFN { top:7.4375rem;left:12.15625rem;width:23rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESmBHJKC1uyThL6sEGxFWEJaRoU2zRaU { top:21.625rem;left:12.500000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snMoZWKHkIUTGcr0MnccVoSZy0Tal3ZE { top:22.875rem;left:12.500000953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUZmJyO6CSpbZpG8plvXDK2TCB9I4Mm { top:21.75rem;left:24.749218940735rem;width:9.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRlwKQZeuCyvS1eDxqLNIk59GLTrZiM { top:22.875rem;left:24.811718940735rem;width:9.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDB7Rh6xMk5nWvEMikoVFp0xS82DlrHi { top:24.9375rem;left:24.874218940735rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZeHID4oULq8OfcMJfcxFHFavcf8zDe0 { top:26.8125rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krQlqJJaR6EVZLdDvPHrL4pkZNN4qym4 { top:2.875rem;left:12.674218177796rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytJG77ElhiOCH2lIhfPKTnxRTW8IGpR { width:17.375rem;height:2.8125rem;top:30.4375rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8riB9oaIrK5EBT1ngM0Q9UikqHHxas { display:block; }
 }@media only screen and (max-width: 763px) { #t0laC8UShEPeIogspZqhCxqXtQ7qivao { width:12.5625rem;height:1.9375rem;top:18.75rem;left:22.677085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fGX1cWAaTK5Ey8NrziL3iq40uEcNDq { display:block; }
 }@media only screen and (max-width: 763px) { #TcgXBexWm52TXP90nSSmfHffvG0r2OPk { width:3.625rem;height:1.9375rem;top:34.25rem;left:22.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7PHRhpThb26BWq8zuCvGlsszQAPl2SZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ob03TCXgTTCQ8AD9N3DzLeZqJtqhTSmo { width:9.8125rem;height:3.5rem;top:4.0625rem;left:11.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyoGLc8mpEfuEeidFteZ4aXCMCQeHCdX { display:block; }
 }@media only screen and (max-width: 763px) { #X3bcwWdl4ThUPzatFAek3riE10BT6z3Z { top:4.4375rem;left:12.125000953674rem;width:7.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZCgCHpNU863MOhE7aqTNQARW63XtuxG { top:5.4375rem;left:12.250000953674rem;width:7.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #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:3rem;left:11.625000953674rem;width:19.375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmGKGhghvbIwXRirEkaMke4zOw8aEl81 { top:1.9375rem;left:0rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRTcWWDD5vt3o9E4oH6CV4TzISA51dE { top:4.9375rem;left:11.625000953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgeJ05TkzWsZ9X8mUUAxpphL1sIH4w1 { top:9.1875rem;left:26.6875rem;width:21.0625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I { top:2rem;left:11.637501716614rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWDy551eHVSoTDyTnc8S6nEQ33Fl3sd { top:10.3125rem;left:12.562500953674rem;width:22.625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRV2nOwUp8Hkeg6q4TtpBypi5qv7UnCz { top:4.875rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuZTEcSE8ZC7vmHxZv7F4uZ1uBcrBA6N { top:2.9375rem;left:24.625rem;width:23.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASGJ4Q1F9uPvZ9pZXb4R2lED3hxGvgb { top:23.125rem;left:12.562500953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGmghJDmU8qFBNgEh7eFiDoQhUgJ4Ta { top:23.125rem;left:37.487500190735rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTQPLQ22Bq5V1li7ukqKzfTXNI5FuFQ { top:23.125rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbTV4P79RnaBbhGyJ5sSo7lFRazAR1m { top:24.25rem;left:12.531250953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnFCsh6i1UNCGdO6aclNCZJBxv1RL86 { top:24.25rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmmg3kLc1MZHKCelCuwIQTF134VnmIU { top:24.25rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QnlETG6FumTGgst99cAhU0BxkErnOv { top:26.4375rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEiyU7Nit2ZZNQRuQeaB98GaBtCeFa1M { width:17.375rem;height:2.8125rem;top:31.875rem;left:15.187500953674rem;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:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnU6S1AoJ6TEQqO0IV5wGU2s781XfKV { display:block; }
 }@media only screen and (max-width: 763px) { #dztLCqJtETmIZ1c1vDZsgQy2ocS4MBaB { top:1.9375rem;left:23.25rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3IX4LxOyskga15bHm780m1PQhqrDBG { top:6.8125rem;left:12.562500953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7BTvN7glfD6iFhHQ4TvMXTeOOQKxIfr { top:8rem;left:12.468750953674rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6QlNTgF99Q8k2lrSupMSXmSnMQvlpBv { width:8.9375rem;height:3.3125rem;top:6.5625rem;left:12.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9QGr0otC0W8DIrk7ZT8LTUQuSRJZ2sU { display:block; }
 }@media only screen and (max-width: 763px) { #pIV5nnvQ40WA8yPrsZyxcEfesDpIqhQb { top:6.8125rem;left:38.518750190735rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsrUGkFnvdXy5ku2y9nM9AIPSUTW9XM1 { top:8rem;left:38.518750190735rem;width:8.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpS6oT0XLWHP79Z4DeAWRHfBDhTmVEb8 { width:8.6875rem;height:3.375rem;top:6.5625rem;left:38.050000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckRTEoo8aViMbFgnMgskf8J8QOobrqNf { display:block; }
 }@media only screen and (max-width: 763px) { #MiTFoXwmzSO4DRsC7uStaPlHRf9nN8qG { top:28.25rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzTMfzCiIBSNe0RC10JAsAuSeKMuCzzx { top:28.25rem;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:2rem;top:36.3125rem;left:21.968750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVBOx1wWcz7GZPA4W8n84cLVzi9pyOTu { display:block; }
 }@media only screen and (max-width: 763px) { #MGTK3TrBAJXM76yxvcrX9TrGvpUMKnKE { width:3.6875rem;height:2rem;top:36.375rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW4wXXT8Ti809TJXmnvlBa2pThpf4uV { display:block; }
 }@media only screen and (max-width: 763px) { #rb7a6Vkz0oTddvz9dZ7ET3v0WX8J6fd9 { top:23.125rem;left:25.462498664856rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQyik79lMXTQ85ORlpyX6yMDevbduZJw { top:24.25rem;left:25.462498664856rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBep2JhAkWw7ODDt7wzuRm0cSf8htGV0 { top:26.4375rem;left:25.612500190735rem;width:11rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwpEiQRTRcFaQICut18xdqTebUZ9xPm { top:3rem;left:0rem;width:20.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzZycDPGIOOHB7MO8cipgUMfMLxVeJCl { top:4.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg9RZMqxf7P3dSt6Ot4JsppcOhhRKAg0 { top:9.1875rem;left:0rem;width:24.0625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgPhGkJWXcD9eyxJRJlAlk7rSlt1i8lh { width:12.25rem;height:1.9375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnONNIoIDsaZEhvRM6Q09WZKlBiKNeT { display:block; }
 }@media only screen and (max-width: 763px) { #ZtxFe5DU03pTCHMfRaoNabot6o7Z8VWO { width:17.375rem;height:2.8125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9yhV1AhSZD6PyMDo9SRnm0dHSbkFcr { display:block; }
 }@media only screen and (max-width: 763px) { #urHPzh2n3RTZJ1Eoi2ksnBz5mAJWeKEW { width:3.8125rem;height:2rem;top:36.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHULyFxy8fAxnR4me36CJRyVg2TnPK5Q { display:block; }
 }@media only screen and (max-width: 763px) { #ddAf1gatiHk3s1dM0bZqUrNNGpFL1a5p { top:28.25rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POpxNU3R681Kidld59fRXWR4BZa6MzHO { top:23.125rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBU0cT3UKWoxb7MkAFKsUK8Lm8mnuP9o { top:24.25rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQR89hPJEtZn45KICAQAoCeGCE3LEu2v { top:23.125rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emoeELapA4nU8yhTCwoUHBv6hca7JfgH { top:24.25rem;left:0rem;width:10rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMB1zdL8dcxfPLBxuaSSyAmctx0Ibc9 { top:26.375rem;left:0rem;width:10.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5dUtaX5xkkVIKIFi7r0ApM7RLqgUpm { width:8.9375rem;height:3.5625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdTr41B7LU9B6bd9xPImIP4GVZMOyQf { display:block; }
 }@media only screen and (max-width: 763px) { #rbaGssMHLn8uLJMyD9ru23z6UPmPpRun { top:6.8125rem;left:0rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGT6hx3mMSqnxbGqy3vEowOg9rxoMmrQ { top:8rem;left:0rem;width:7.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 { display:block; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 { display:block; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .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:12.099999427796rem;width:21.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2AsOacFa78tlqZRUg8hsS4gFcld3mH4 { top:2.875rem;left:12.099999427796rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGx3ZSFlnfqDFTaXnMReZiecccgGFdsp { top:7.9375rem;left:12.843750953674rem;width:20.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJwHMCO7KBOq9lSgtRWeO7RLvDpXebvw { top:21.4375rem;left:12.099999427796rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPGsWtgEK88Ekoax76ya9kNpn8Vmo0wZ { top:21.4375rem;left:24.675000190735rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GunuUI5aZyfKplL4noxUUMMs0XMOfv1H { top:22.5625rem;left:12.099999427796rem;width:11.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpX1nXQ8LXnBoqXD2dqBHBHbEHfdaSzR { top:22.5625rem;left:24.468750953674rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5UogdDabHtlfsSJ5r3rgbIak4gPTrd { top:24.8125rem;left:24.500000953674rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTw4vg565oQMT8y5DWwXX0rBEZ7J7Z6S { top:5.3125rem;left:12.687500953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVuKhFcRLEHRqLnldqRD7vTJvnr8yB8 { top:6.5rem;left:12.687500953674rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLROhnRUIDrnxZmzm33diUSmyk6VhHz { width:9.25rem;height:3.625rem;top:5.125rem;left:12.099999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh0PKaLXykPyzuULaW4e1E6PGliSPMDQ { display:block; }
 }@media only screen and (max-width: 763px) { #M8zat16wqht6iPoRvQHI0GrdRek5G3mP { width:18.25rem;height:2.8125rem;top:31.4375rem;left:14.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #udqnPTP5kwwPTdX1dE7vxq2ktJLds4Rh { display:block; }
 }@media only screen and (max-width: 763px) { #NEBKe5UIzC2pQgQT7as0dbMQPWJGrHe6 { width:12.25rem;height:2rem;top:18.625rem;left:22.989585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNzsrZwamrrDcdmUK2oPegiPhAqerwQ2 { 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) { #zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U { top:0rem;left:11.637501716614rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHgn7ePsdrmEXIccThC8szKQGRkEhWvD { top:0.9375rem;left:24.25rem;width:23.5rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrtCbsKO4nL2Q7TBmtP4d6TLLStZJuK { top:7.9375rem;left:26.875rem;width:20.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyORKwgt41FKGofVv7E4VGrlTcZGClTF { top:21.4375rem;left:37.875000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJn9qz0UQa5TtFtN3IzJcO0SMi0CNu8E { 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) { #UFyTOGVvZ5c6TGD6CA3OdCTabmxFyTe1 { top:22.5625rem;left:36.3125rem;width:11.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6fRLNmdztnPBLMhT2MTzRncfIzbtT8o { top:22.5625rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0OHmfqrNT8fTP8B16ruSE6J1wZIngUB { 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) { #eumxJJU5ulnMFUP27qUyZ1fwKMEr3sM3 { top:4.5625rem;left:37.875000953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbQCBPcTk4iKihyDBzVQ33QnoARySnQ { width:9rem;height:3.5rem;top:4.4375rem;left:37.387501716614rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAIhdzWzkyCCo1WCislD89feP79UBWi3 { display:block; }
 }@media only screen and (max-width: 763px) { #iVuowqtfJzJIEML7mslWd1BeMuB50O6S { top:6.0625rem;left:37.875000953674rem;width:8.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QvMZIy7DGvlIDk58y38QyP2TlZPFKG { width:17.375rem;height:2.8125rem;top:31.4375rem;left:30.375rem;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.75rem;top:34.875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i34r523XX8KDluMfcXNzA4DpkZFr4c4i { display:block; }
 }@media only screen and (max-width: 763px) { #SQn8vTT24FyufhzDvLwOUrDT5VG7urmz { width:12.25rem;height:1.9375rem;top:18.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbhi1tEqABaRVZFtVQr9OLZTXHnBH7Dy { display:block; }
 }@media only screen and (max-width: 763px) { #nSDt28VZm84Rbb2QObThGcntFuU2qmdO { 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) { #P7UW1uTyf5bMyDDd6tJwdtVWR0AS4Wk1 { top:27rem;left:12.593750953674rem;width:22.5625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2T4T70y9M5gDqD8pAo3N9aoVknb94f { width:4rem;height:1.75rem;top:34.9375rem;left:21.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqiNiZGfoQNN83oGTh19htk8U3QriFp { display:block; }
 }@media only screen and (max-width: 763px) { #fqoribp253g43GaQPonSI7HiXbyI13qD { top:27rem;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) { #QogGWVNqFmemZyELeIqeCzBUZMS7u72g { top:0.9375rem;left:0rem;width:21.4375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN4bfG2cdoEAtNG9s1eq6nrLl5pEnJPt { top:2.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPFbo6uxkvSPaS8TJFO9opR45xxm0y { top:9.0625rem;left:0rem;width:22.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh0RPL2aLTWWZq66p2cihTKTwID5hVlL { width:8.4375rem;height:3.625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccAaw6vRGSQI9vr2o6Me3R8sUENvzzR7 { display:block; }
 }@media only screen and (max-width: 763px) { #k8XT9Ikkn3RWl0Bxe3WqHLImGpuA73fe { top:5.9375rem;left:0rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6mlmdUSd1vQS3nHeyWxyIvsC5QuLVTs { top:7rem;left:0rem;width:7.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLKBcE0c89qC9xoA5VkTstzOGyxqasnC { width:17.375rem;height:2.8125rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LnSsuewKDr9CsGHDxFlbcSca1Ty9fe { display:block; }
 }@media only screen and (max-width: 763px) { #X8sbxg3Bfner0tI1b72dMBNixEVZBUC3 { width:3.75rem;height:1.9375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyqTs7lZ2mbQCDtWAxdzi8oOyb05uIyA { display:block; }
 }@media only screen and (max-width: 763px) { #XLm1Vdmyvth7uhoDAkwZZTyT3hGdDPy5 { top:27rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo32MIgxZqIQSxQTsHlTRIDLV8FiaXBM { top:21.4375rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5SMCaM6Fgt8g4h017VGmdrPdWxseuRA { top:21.4375rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skFacIfHruqU0BuFkR680ibUEvJ53KXG { top:22.5625rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXkftSFnqZ3TkGvbqZr3vLTTAtVrUhQy { top:22.5625rem;left:0rem;width:10.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyXHihNNgASXlvKMCk55szkOocIhKDOM { top:24.875rem;left:0rem;width:10.9375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr { top:39.25rem;left:23.25rem;width:24.375rem;height:37.5625rem;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) { #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:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNPamxUXrZg3igvw2n7SI0RoiH2eoxy { top:7.5625rem;left:27.3125rem;width:20.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdFV9l5Mx1LNxxTg4lqBKUaxmlU29hc { 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) { #kOeEiMMbWso4JOaEOh0cKUF6SS1yU6D7 { top:21.6875rem;left:37.625000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUk2X1Q05zvCv6Ob8D2JzTEmRrTXTpT5 { width:17.375rem;height:2.8125rem;top:30.3125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNUbvfU6sWEzWSQWkaRl5TKCAEuJ4Ti { display:block; }
 }@media only screen and (max-width: 763px) { #sxd3FKsGblr8VUgP9Sv7zWKQLmHqhk0c { width:4rem;height:2rem;top:34.0625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANE5CBpeOPO5X0MB98hifGI0F1xJcAc1 { display:block; }
 }@media only screen and (max-width: 763px) { #DeFhmqNmqZifuzXrXoNWACu4hzu0Um5b { top:3rem;left:35.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.375rem;left:38.181248664856rem;width:8.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSUMwKZXbl4JE1c2bTNaBesIs0ziLOgm { top:5.1875rem;left:38.118748664856rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZcIuHtMiOcCOVPJJVlgSbWmFw1IcDv { width:9.0625rem;height:3.375rem;top:4.875rem;left:37.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0hF09bGAuS54rwELB58Xvp5SrisWRT4 { display:block; }
 }@media only screen and (max-width: 763px) { #HzFqCEiz1nMz1Ggxtp3nUgdxDe2Vx1d4 { top:21.75rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJx7HGeDB09TWdIWDoXUTNUpCoZaywk { top:22.8125rem;left:35.6875rem;width:12.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNNJR2hge6duU4T4nSdml5qAucKHzNDz { top:24.875rem;left:37.125rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ifdvd9tMD60GMGoBc9upTGZ1DC7NtJFo { top:26.6875rem;left:25rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDT7CO6TCKTkJ6Qwb3e9sgTbzNuiIZt8 { top:1.0625rem;left:11.718750953674rem;width:24.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq6prPEroTlOMyff4EmUy8o3ixETVwUg { top:3rem;left:11.687500953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXW1RRAiiooPgoaCIF4E6fRqedABk8hI { top:6.3125rem;left:13.243748664856rem;width:8.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScNZeHo3qNRivcTGfibkrOhBa9J96hFr { top:7.5625rem;left:12.500000953674rem;width:20.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA0wrq5CyPkQ15QzdH6UDJOCmz8NCrRb { width:8.875rem;height:3.625rem;top:4.8125rem;left:12.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOubmVgKOFE81qT4LT7IQ1cBcMVaQtMx { display:block; }
 }@media only screen and (max-width: 763px) { #vgzP57EJTZi03OfCWc6fIyiJ88dq3BWg { top:5.3125rem;left:13.118748664856rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grG2HEnA84vaTVw2g38Gxqx1pl3CKTe1 { top:21.75rem;left:24.187500953674rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmIEgQFoZCm0a7Rvs1TR99TyUqRW0s03 { top:21.75rem;left:12.500000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxh9Tgmbxros55svIHqJrp4oKvT3EDGK { top:22.6875rem;left:24.187500953674rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNsHiwBgFKyVzf186eUfd5Z7zpI7w8I { top:22.8125rem;left:12.593750953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdp4yqmnDTWtuq1uTm1U0fT5y8WG3V8a { top:24.9375rem;left:24.187500953674rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QazTEwdQTzlTG8wIxr1F2lFmUMCrCqur { top:26.6875rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1oI2sx0dH0OosbSfULQxxufTiOXyEJ { width:17.375rem;height:2.8125rem;top:30.3125rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmZXd8J9H9lKIGht7zLmswexCKhN9GuL { display:block; }
 }@media only screen and (max-width: 763px) { #KSUpEPS4N7Tc7CdxFi2kBXoJDK9LnqgB { width:4.0625rem;height:2rem;top:34.0625rem;left:21.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwM3KcDNCSb1gDKTfBl0xsduTTTdohHB { display:block; }
 }@media only screen and (max-width: 763px) { #UxTlTpgAaAMBQIcbDdFoxsKmBKdWoiyT { top:1.625rem;left:0rem;width:20.375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdIkpBFniCTqC98AZQwOzxwNiE74hFvC { top:3.5625rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKZBUSNUMRS1H7ZXfyGBFvBDLOzA0QWp { top:8.4375rem;left:0rem;width:20.375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDASEVFDK09HgASsVZnNn4g9QspCVDNR { top:21.75rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byyqu2rTpW0yH8H5L1bRDIzEuHvgEfZp { top:21.6875rem;left:0.31171894073486rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBT6OR8OkJvtGic8tzklVWWrdJ3NbRSu { top:22.9375rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItOMo7kBuCPfJh4fuiGBFLuJTyeqRobd { top:22.9375rem;left:0.31171894073486rem;width:10.75rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLupJuOoMPdZcHEZfdUTscERmEtZWs8H { top:25.125rem;left:0.31171894073486rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsZBTWX8pEtm3N053Q9ZSWag4KCu6SrI { top:26.6875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIrhqe5T4NMb6KlN0VoAXTIrRWUZ7pTr { width:17.375rem;height:2.8125rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNe8rhp63fHzdZRuNEPVNffLvoUUiL6Q { display:block; }
 }@media only screen and (max-width: 763px) { #ma0tGh87x2ExG4KNTFUSma8GImTeJUCK { width:4.4375rem;height:2rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3NE2dP46DxXyADmGR2hzGXm3SVTJtod { display:block; }
 }@media only screen and (max-width: 763px) { #VeTI7vSJ1EJPqpMtEUABNElFtLNmvXkT { width:8.4375rem;height:3.6875rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbAI4EKI8t6BVzW3oHoVcH0NebV3cP2 { display:block; }
 }@media only screen and (max-width: 763px) { #C8BM8Vk5JJ8zuMDxZ44H5Gh2PGcowTtI { top:5.3125rem;left:0rem;width:8.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7sMQzxHUFPR66Z4ZTKxSh4ITyZVyBxs { top:6.375rem;left:0rem;width:8.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhiro71Q2p8QpVEqgUDk4rRcivwF8w3C { top:0rem;left:0rem;width:24.375rem;height:37.5625rem;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) { #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD { top:0rem;left:11.5625rem;width:24.4375rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt { top:0rem;left:23.1875rem;width:24.4375rem;height:38rem;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) { #afSSobLlqCOGpS03MHOhxqQ4OAuWbDXS { top:1.0625rem;left:30.8125rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5906uoTfzXwES4R6NBF4Vo2r3K5c9uq { top:3rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz320xpQ4oNBSb4qM9fNuwokOEhZ8kUi { top:8.0625rem;left:23.375rem;width:24.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP2s1ngqgQzLiOwxxXzgosyD0aWMwMc { width:9.0625rem;height:3.8125rem;top:4.5625rem;left:36.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdcyEPZTN87PsL5Sgh3H3vfTugnPFEHm { display:block; }
 }@media only screen and (max-width: 763px) { #G6FVmUsKeSN47Ev2R8NwtIAOJBkNlLAX { top:6.1875rem;left:37.687500953674rem;width:8.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGf682fBfDnyTvIUKHWRxeRP2i90e0RX { top:4.625rem;left:37.687500953674rem;width:8.3125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5Rg0PV7aJhgKq2cZuyw1OUui29fina { 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) { #fTfE8ywmGNb3smAwK7x2S6S3dsLuBbeA { top:21.5625rem;left:37.687500953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSFZFERUp4T0n8CHQB5UtrBotE4xQJkB { top:22.6875rem;left:36.8125rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOFRZq3CcA29Xsi1zehcXvlhvbngZTLg { 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) { #Hpsk2DnnbJNJ4bcx6GZQvifLimHRGdTu { 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) { #dS3ixQSi2WdTICJDoroJKQtnQnTgfd2c { top:27.6875rem;left:25rem;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:31.3125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4evbxgsOZopvVsDGKHxQiiLnkoon2Fe { display:block; }
 }@media only screen and (max-width: 763px) { #kRhy8LvNoTkRLZTLRk5b0EC931DpTf7V { width:6.125rem;height:1.9375rem;top:34.75rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlMmWBXDDTCTPifTTzwBVOECuME6ywh { display:block; }
 }@media only screen and (max-width: 763px) { #ON8dliueO8blTmgrF0a7qnwiMawv1glv { top:1.0625rem;left:0rem;width:22.1875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upxc7KSbRvDA99Cb8BmbTcTPLsF0RyV1 { top:8.625rem;left:0rem;width:22.4375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufw7lkghyM27lZfg2k5DSozeLKOdKGfM { width:9.5625rem;height:3.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKs0aoThgFSeI64XompkQBzKlumPPMTF { display:block; }
 }@media only screen and (max-width: 763px) { #g1Ts8VZuQWdAmM0lM1AJHHG1ErTxlut5 { top:6.1875rem;left:0rem;width:8.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcdOA583u5RZ5FKe5XzMQ4PSy7LNn7vF { top:5.125rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg03iSLncDQVVecQoB1TD6TV2TdXhskV { top:21.5625rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPdaJ8MoRFgVJcQyEmIorzwATfATu4iO { top:22.6875rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPZ4tIBTTfNOXFGXLC5fWGWF0E5ZX4Lc { top:21.5625rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPBu99LQwLSDVrH1Xk6JINynDuzgRaxS { top:22.6875rem;left:0rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naz9cvmymS6bCewGgX3Zr3KycaQm052f { top:24.8125rem;left:0rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlsVNgtypl7vIibhw9rqeaPnl96oNxdw { top:27.6875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnlpTdTpodcxFk7ku46kFNXIezfNTvm1 { width:17.375rem;height:2.8125rem;top:31.3125rem;left:0rem;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.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcRO4IWKp60pXDSxH9JpB9k9IEGxx2Q { display:block; }
 }@media only screen and (max-width: 763px) { #udmJuolwABRKoBEO7d5Ebq1W3hCvTXrA { top:1.0625rem;left:12.625000953674rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpL2482vBn906T8yoQ2pzZMkI8ldRN6f { top:3rem;left:12.625000953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEXvPxHqCq7eAuZrmhIHeAz4qs7HPMz { top:8.6875rem;left:12.53125rem;width:22.6875rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efx7VNUHQFyXcHVulQ4zummZ4qAiVR77 { width:17.375rem;height:2.8125rem;top:31.3125rem;left:16.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznxE9UAafOHaW502TiR1AfbdCTcpy6b { display:block; }
 }@media only screen and (max-width: 763px) { #TQmU6SdysUgEh1oImiPTkqkkWxxIUQTv { width:6.125rem;height:1.9375rem;top:34.6875rem;left:20.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrJ6ldvrUto3HPG3wuwcyy4yZ2JBhuh { display:block; }
 }@media only screen and (max-width: 763px) { #SKraZUp9SKWiKGrfNxl1wVbIdPGntfg2 { top:21.5625rem;left:12.135155677796rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPvicEtMBQh2zHVZB7E2yh7OrKPkw02W { top:22.6875rem;left:12.187500953674rem;width:11rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS48bUzcM2gvrgITeZcOiS96y84X1KSL { top:27.6875rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlThNEaMmPgT2OOusDTt49AeQVzZ23XU { top:21.5625rem;left:24.206250190735rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcHlw6bSgg7rfgweb83Kzk5urAhhHXr1 { top:22.6875rem;left:24.175000190735rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN4ZP4eryifVxtatnduW93x45yETX9Rn { top:24.8125rem;left:24.675000190735rem;width:10.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEvTtTeTJhP5UboUWu4uBWgc5TKWGQfo { width:9.5625rem;height:3.5625rem;top:4.6875rem;left:11.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVh3HDAossZnK0BasnbIQ5cUe2OxZwbV { display:block; }
 }@media only screen and (max-width: 763px) { #AG0OMVwTHcU3UZfefZy012eU6uW7TFuP { top:4.5625rem;left:12.625000953674rem;width:8.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZuwMpJt5XEaLnVVUHI4VS6atCGZdAA { top:6.1875rem;left:12.625000953674rem;width:8.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5SCtk2qvFvititxa7tWyW3sWPsmVKN9 { width:12.25rem;height:1.9375rem;top:19.0625rem;left:23.052085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTi04tc2zC9k7DhK95ExmqiBTHOqBq8 { display:block; }
 }@media only screen and (max-width: 763px) { #LZ52F2PcTT4JUqIXaaob8TMIdkpQmzkB { top:0.5rem;left:0rem;width:24.375rem;height:37.5rem;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) { #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) { #e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o { top:0rem;left:0rem;width:24.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6viyX7NST9m0A0FCqoZfBqcxDce55h { top:1rem;left:26.9375rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98kBr0i1XX3pLQRETmUcJ77Pp5TuyIc { top:8.6875rem;left:25.5rem;width:22.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFT5XB6CpLxVnQLU3aBCwTtoTUJxQug { 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) { #N1iq6lxxEyGpPXlk3s3Fnu1cHfoAkxzm { top:6.125rem;left:36.9375rem;width:10.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK4RowDuvO9hnR8V4nX4i06fLtKXHTSX { width:8.8125rem;height:3.8125rem;top:4.4375rem;left:37.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUsdUopLdKTIQ799OPqM1Qg2NUAKqXMX { display:block; }
 }@media only screen and (max-width: 763px) { #XgwRyvVFi2ZbAReO2TTakBUMlkWZCBWG { top:4.75rem;left:37.375000953674rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE0SVn4QHRvPGtwarUHccmiiacULlaEi { top:22.9375rem;left:37.375000953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvC6gCPvkFx3ARtQLW16NG66vgrfMVy0 { top:22.9375rem;left:38.5rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS18zQuRNgTCQQ1BpfGildD5o2OMxSVy { top:24.0625rem;left:37.0625rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3nS4zHykOAn5JESR6y9dUvAD8tnt8W { top:24.0625rem;left:36.625rem;width:11.125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMmVvoB9IaO7A4BNcbMUOiBvrKO93k9N { top:26.1875rem;left:37rem;width:10.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQoUlI7JpFXDVnfZ3a1S3NiBNuoOXEDs { top:29rem;left:25rem;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:32.625rem;left:30.375rem;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.5625rem;top:36.0625rem;left:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zic59SvQuuu6k19pnpFt4ayXiU5VHMT5 { display:block; }
 }@media only screen and (max-width: 763px) { #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9 { top:0rem;left:23.1875rem;width:24.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #imkLCcmkAllXTTgy2yVOKGdkisbcIsqq { top:37.8125rem;left:0rem;width:24.4375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9GNf6UvC8thJe6nWNrTgUh0AfnPCwJ { top:1rem;left:11.937500953674rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIKLBvEnoeDEqUPNkwri18BZX6TQyrOT { top:2.9375rem;left:11.937500953674rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6aWhXdgpHqcCtyGvHFdMJ2RtFB8VIl8 { top:8.4375rem;left:13.312500953674rem;width:21.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV7B4e5OkLus63PMxl2MWs7xhsHZJXtG { width:12.75rem;height:1.875rem;top:20.625rem;left:23.425000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTWqL2BTGsqU6dT67k1zRlhg8MX7w29T { display:block; }
 }@media only screen and (max-width: 763px) { #wweQVbZWl5M5v8af030BUBdVUVbmnMHk { top:22.9375rem;left:11.937500953674rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsPWr2ilNN0KF5g7s3mc78prXVuOyHKw { top:22.9375rem;left:23.425000190735rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvXICi8prgtRzPrg1T6Qeg1C7wbDTsze { top:24.0625rem;left:11.937500953674rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47zOUdQlLMG3yBJHvF8cBCk23LNqF4n { top:24.0625rem;left:23.550000190735rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuoTdyJV4cyrxw7vnlLaqhwEBIhGTVT9 { top:26.6875rem;left:23.737500190735rem;width:10.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw2PrAdLmAgykV0GUCTBrq5rV3EqTTp1 { top:29rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxmWaT3kkoWwGsGffEUP8hgmFDC1DC9s { width:17.375rem;height:2.8125rem;top:32.625rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJgxCBlGfgUlyP1EU65oKIrU6dP0FQm { display:block; }
 }@media only screen and (max-width: 763px) { #t7hUCt7a2OQXnUm90uBF0Jbt6rDoW7Eb { width:4.0625rem;height:1.6875rem;top:35.9375rem;left:21.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dovdf7pssBWCuVQ1iNQZaM9teJ0PZx01 { display:block; }
 }@media only screen and (max-width: 763px) { #w1zxT0GiFqsrBLvO9DyK9wWQmW6qUf8F { top:1rem;left:0rem;width:16.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKIUFz7xTrDr5KUPrRv7izvgfTTtmKu1 { top:2.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFpX4ePuKhewEbG2EFgNSmRTe3a3yVbD { top:8.8125rem;left:0rem;width:24.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RegsIDB17zT973vFVyIs8VzIxoFOyrSk { width:8.875rem;height:3.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amaa02OTPTsEVnvEaKPKbsXE6cUi6gfF { display:block; }
 }@media only screen and (max-width: 763px) { #kuTL7RcKyGrTkL5EpFnT0DhrCVb5gOrQ { top:7.3125rem;left:0rem;width:8.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEShZzKTRellkNy8UZNy3qC7w93PZ8mF { top:5.75rem;left:0rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdFqJkTgNnJ31xNhhW4pdmPJG0P4xDFc { top:19.5625rem;left:0rem;width:11.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8u5CLG5uT2W0BzGtBuhFTUcSdT8PQG { top:22.9375rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwOTRo0mhQZIKVbSdqdJhPrkSSvLLph6 { top:24.0625rem;left:0rem;width:10.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIX5tyXR9ID7U9LeHCfwUVplHKFM5oaV { top:29rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmdntn9M0zxmTT9iEdBpeNUOk4QNEqn { width:17.375rem;height:2.8125rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2abMDWefvuafVpvIlEqILdTae11bgeU { display:block; }
 }@media only screen and (max-width: 763px) { #ufWzmbl4113XAFTa2nEN0ElevcXFG3cz { width:4rem;height:2rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWs0XlEfq3HAX4TiukuIIeBiuQXeLy8X { display:block; }
 }@media only screen and (max-width: 763px) { #pDnGe26HReI0g7l1SrLW5LJwM1Biz5X7 { top:0rem;left:11.60417175293rem;width:24.375rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu { display:block; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmW83v4UhUhVGE7GiN2fyxFazHB0mbhf { top:4.3125rem;left:1.75rem;width:9.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuiG4EiXWRPS8VN6HbC1SFlWJ5tMsTv7 { 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) { #VPBc7ZbcHmBotSCa1WgBqe0e4IUTBDJ9 { top:1rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEJTfwUgKTs35tdPawAkV7ta4mU0F1vo { top:6.0625rem;left:0rem;width:20.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upss5IfJNERqVhxBhLhuKDVOwEZPk4Vh { width:5.9375rem;height:1.875rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBbhbTtL1gBXMdHbDO43BTRNqARBOsf3 { display:block; }
 }@media only screen and (max-width: 763px) { #KbfUaBntCRnqWGPf0Bx8LQFOyctlFuAV { width:17.375rem;height:2.8125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcev4vTsvdzHEmD3u9DRqDihpFLeVsiT { display:block; }
 }@media only screen and (max-width: 763px) { #zTeKTSaf2WpTfhNCrhNLcxmMEE6hEOyl { top:26.5625rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omOmOCApHdh0cmd40W4ThDTfofxmZmAt { top:21.5rem;left:0rem;width:8.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbb7p91CcHewa0IRertUAzA6CQwVTp3a { top:22.625rem;left:0rem;width:10.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuuvo4JSXSDXPDB2AadTQ0C8nWyrkvVR { top:21.5rem;left:0rem;width:9.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KREfPbqk63fS9uUNaQ5S5NtvhcPHLb84 { top:22.625rem;left:0rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbyth3lzTdp8Al6APJhloHmR8qfVJNiO { top:24.75rem;left:0rem;width:11.25rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKq177PIBeAxNE8bnJmxpTLTSA3TDH2d { width:9.625rem;height:3.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXhkdVu2XURGVHMpvLLTTFqziCGP7IcS { display:block; }
 }@media only screen and (max-width: 763px) { #UPq92Rv42i0w21qDok0ipgVbbCsBC8Ko { top:3.75rem;left:0rem;width:8.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqkSQdfQpkUwTlKrVPeH8TTJxiiernAK { top:5.5rem;left:0rem;width:9.4375rem;height:2rem;font-size:1.5625rem;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:22.3125rem;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.812500953674rem;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:9.5625rem;left:0rem;width:22.875rem;height:9.6875rem;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) { #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.375rem;left:18.362500190735rem;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.8125rem;height:3.9375rem;top:5.0625rem;left:0rem;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.125rem;left:43.800004005432rem;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) { #uGusAuSOnl9UuwU9IMSrQN5I8T9bfzh7 { top:26.6875rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeTgGzysHfbZ25msq8G5oSolfpOy43TI { width:10.8125rem;height:3.9375rem;top:5.5rem;left:12.062500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR4dSiHtk9Ham6TQhERSrbhQrlfz1kHz { display:block; }
 }@media only screen and (max-width: 763px) { #GsbyUJS4OpDc9OQEuyMURdarwkaNNWT8 { top:7.125rem;left:0rem;width:10.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpE4VRQR2PXsuAa97XTMKf11ZUncJrAZ { top:5.375rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;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.125000953674rem;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) { #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.250000953674rem;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) { #aLJDmdTAEmVqrMFpDAxkscI6G0Vz3lCJ { width:10.8125rem;height:3.9375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spsOJ3lH2AZRKwR4yfc3WIxxPT4TXFtc { display:block; }
 }@media only screen and (max-width: 763px) { #VwTeDan1MNbixOs3LUJd9p5oy0tAri19 { top:4.1875rem;left:0rem;width:8.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWakaeJm14qxcSMe7TC11brBdBIXcuBO { top:5.75rem;left:0rem;width:10.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg8RV4o0CxswfO1aCH8RegAxrSwO2DaX { top:28rem;left:0rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0rlG5dwE5K1WxUw53aoLAPaI7rXRM1 { top:27.8125rem;left:12.500000953674rem;width:22.75rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGiTGU7dW1QXpB7rCk4mpnpKn6IT7Rbz { width:10.75rem;height:3.875rem;top:4.1875rem;left:12.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfI048OKF6Cpx4LWevcNtrVfoJ7V6v0S { display:block; }
 }@media only screen and (max-width: 763px) { #mbPxLXblt6qfT5VOW02C5SApHLW5ARnw { top:6.1875rem;left:12.437500953674rem;width:10.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwDfdmAcsDzxiLcgkg1zT5shTit8CulX { top:4.4375rem;left:12.437500953674rem;width:10.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO { display:block; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh { display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzI6s9TTCpqgIk9itn3pplrVzh0Z8uO { top:0.8125rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S { display:block; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRFhSw6I8368ObOScTnUI3ZctxHVpHPy { top:0rem;left:13.199219703674rem;width:22.9375rem;height:27.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:0.125rem;left:23.4375rem;width:24.1875rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ISPOGUfcBaehefWKQyHB0lDht8a6J0 { top:1rem;left:13.624218940735rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyOseXU3oC2tms5V3E3ZMcSKaW7dlEhN { top:2.9375rem;left:13.624218940735rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2AV9axnXVTSalgQRaTTDASIfBpbfSZ { top:5.0625rem;left:13.906250953674rem;width:19.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyTEZPb6FqWCTKJ9QKoNDAbT89nfVlW { width:17.375rem;height:2.8125rem;top:21.5rem;left:15.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiv9OTEr7yqC9O4vctaA7Z48gkLkzVwN { display:block; }
 }@media only screen and (max-width: 763px) { #gibc5IHVMNN1T6Jz5qT3uC58lVzbVwHk { top:0.9375rem;left:26.9375rem;width:20.8125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7WCTgO7h4IpGUPwdDUClz6Ia4AUwlKh { 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) { #rAyv9FLR2bwb97T1b576TVPs2GfOcOSa { top:4.8125rem;left:28.75rem;width:19rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKN867pua7zfSpsfEHMBSIZI5ipqDvMC { width:17.375rem;height:2.8125rem;top:21.5rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawOu9kTgugErV8QfoowJgdBrnXVif0R { display:block; }
 }@media only screen and (max-width: 763px) { #obwTZWOp53c5REfITCEZnNRMxZBDT3qN { top:0.4375rem;left:0rem;width:22.9375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWSB1XrGUn2FSkNBU1fRCrGZfqNUTwRq { top:1rem;left:0rem;width:22.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVpxEHFiE6KkeU3FzMps3noTTakRu4gT { top:2.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrw64qXeuicT4XmTZsF6Ms0cUrIkX3F6 { top:5rem;left:0rem;width:21.75rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy8S1hPCx6W0FRfxnsUsGfs9Hf4smeem { width:17.375rem;height:2.8125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waFtKFd7tAW5mT2I4nxnGsAIZXA0nG2A { display:block; }
 }@media only screen and (max-width: 763px) { #TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { display:block; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF { display:block; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5OsVg14cC9TCGINyyOOHhhCFi5zcp8t { top:0.5625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k45apQ9gey75pzGdJRXWvtFV0D2IJxO0 { top:4.625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { display:block; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrdkGSDn7gwZZ2eMQJAD6HOvXVkOOzI2 { top:5.25rem;left:0rem;width:19.5rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1xTv928mKmETToozzzsM5KDx955c3o { top:30.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rccfaT0ckdxrmhqUzhUEvZX4MO2ZybSb { top:38.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRmpy5gd2Tfny2JwO4r2WTU2wTkVOaaf { top:41.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGkzgR9wyKeNtDwLOguo3NgQBepNT2yL { top:30rem;left:0rem;width:20rem;height:2.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BkFvXUK571zgTtvsaXyJoHF9IKq8KNeR { top:34.1875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDlQlTQnaWUmhPeSIxDv7GqhGK2Wb3xG { top:20.375rem;left:28.25rem;width:19.5rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atISmCCxGHDNaNWB5FvTE9ccyxNQWhpE { top:5.1875rem;left:28.25rem;width:19.5rem;height:9.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTN63PGflymaSUzEiByNtURuVWNlXPKa { top:17.8125rem;left:0rem;width:19.5rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAonMIRClwivpuor4IdxUwaVHPfdmSFk { top:3.6875rem;left:7.1875rem;width:33.375rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl628qTWEiJ2sAdpQVkVmguFiVJcVkAQ { top:4.5625rem;left:0rem;width:20.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqsENqNzT8007tUVVA46CmOt3GrzyCy { top:16.5rem;left:0rem;width:20.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnwmUe559NbCI4trC638H3WQW4kJvtoR { top:19.25rem;left:27.375rem;width:20.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7laNpAwmX7r0eoMOOA40VPeAcpCvO07 { top:4.75rem;left:27.375rem;width:20.375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGw5T8dlpWvPaGxTatmJfoDTkR9VoDe { top:33.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn { display:block; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqt8SFmW6rsPyJSkCPk3D7GGOghUwzH { top:2.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzIQcI9mDIgH2ZHnVgsWTBBq7IbJ674q { top:5.5625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Bkl1sGJvfuqIze2B3gDglFILHaHg72 { top:11.8125rem;left:22.3125rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCOfUVryrZQtthMTcVExK0VncAN4BMFQ { display:block; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8rzGDyUu7n11searWZl4so5OBBM0eHq { top:12.9375rem;left:13.875rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrgcP7QFJUpgL3ll7fHgO4kAJUa8UvuN { top:8.6875rem;left:0rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtqIv6TGRCOmpdJMvwRTTLSPgHbT8uI { top:17rem;left:0rem;width:14.3125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3iFaMZwuJlInWsWz24AW2HGQb526GI { top:25.8125rem;left:0rem;width:14.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd04xDDdVV6ETLOxfaC21l2xg1xSOicv { top:34.0625rem;left:0rem;width:14.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V { top:7.1875rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH { top:23.625rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH { top:15.5rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E { top:31.8125rem;left:0rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEN9weZtF1tRf74fgmMWspfTsUSBmeJ { top:6.3125rem;left:6.9375rem;width:33.9375rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKin9i04bPrGuiTbiC9yRw2PCy1pv0kk { top:9.75rem;left:10.4375rem;width:26.9375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y58AbTvAnK92JimPT5QGpftR3RXHxKkU { top:9.4375rem;left:0rem;width:3.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFb9IqN5E3hdnCdfnr8I19Vr5USQSf4M { top:17.875rem;left:0rem;width:3.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSPb9VldmFwCbaNQwItH8ZJDvPMIrRw7 { top:25.8125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBa7cnwX7I8ciKKz4HKImrfrHa7bknTD { top:33.9375rem;left:0rem;width:2.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwX4dHlCmaJpUsDDhwulmUeEssiZgBr { top:22.3125rem;left:18rem;width:12.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWvXF6NTy9RyluB5CbQibDaFimioku8 { top:2.875rem;left:28.1875rem;width:19.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU { top:7.125rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kshy3u2U992Lk0lJ3VU5lEoTzTOboV5w { top:8.625rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtbdCOtxGNP7yMpWOnWdcDRqLyehtlo { top:9.1875rem;left:41.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3 { top:15.4375rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D985mhvFSZWytRggTNTJkvvmGwgBtDOr { top:16.9375rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6iSTlM5PllkUU8BoGKaJBDdU0NzQzg { top:17.875rem;left:41.0625rem;width:3.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4 { top:23.625rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TQSRBLRRInNs6yhsZZpW6mfFwpD7DV { top:25.125rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWhs65NehfXbUmt2szLRD10pAp1w890 { top:25.625rem;left:41rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8 { top:31.8125rem;left:25.75rem;width:21.875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLreXIOLLN9p7V39N2Z68ThXb3WaLwn { top:33.3125rem;left:33.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXErcUsvSfikIKgnL41kavJicXuVu9sT { top:34.0625rem;left:41.25rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPA1p2vR7zSqbl4g0z63n7BMcQ9cEtey { top:2.875rem;left:0rem;width:19.5625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHlstpNlveyIcEo5qgI3d6K3DD36JZ0r { top:44.0625rem;left:6.15625rem;width:35.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHCqd81BoZqJ8lPKCM5MVwNG1nhNcZZM { width:17.375rem;height:2.8125rem;top:47.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugmSWOawAVqrA801eSbx95gBOmTmOHNo { display:block; }
 }@media only screen and (max-width: 763px) { #itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { display:block; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJoPrTnU6O1zrq9C2xl2QKdDqbv48MLB { top:3.5rem;left:0rem;width:47.75rem;height:7.4410416666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF5oOJnmJ3ZmS8RALhkCPHO7XC8Apkqz { width:18.75rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFy5J8aSul8TueNHquKBTA8tzlkAbb4T { display:block; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5U1cgxvuJkJ7UBnVyRi2lZe6Fr7x3oU { top:2.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txRILFnSSf8rObENfeINPcWiv2imFDMo { display:block; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZceowJT04dJ6s4eyHlu2BGBHd66DZmfT { top:1.1875rem;left:0rem;width:13.875rem;height:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0QPBzpkwuBQSKP0tbeWBxdb6zX6DfAx { top:0rem;left:0rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3o7xe0yVmC6iD0Da25TaEPxlyBpW5I { top:16.0625rem;left:0rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJ0HNaEXA7ZEzIJNvWLswgoiGLPTG2k { top:1.1875rem;left:10rem;width:13.875rem;height:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #daM6d5yXSzch2kKp9bS1fRkSuPTGkZGb { top:0rem;left:0rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7SdMTU38bX3JRbDmn9v2HZuTUx9enH { top:16.0625rem;left:10rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbb2dQ8o5bG9UBG2bzLf9eoE0L6tINCO { top:1.1875rem;left:8.5rem;width:15.375rem;height:20.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHypFZHgL8TkRD1IehS40EdG01VOpmNN { top:0rem;left:7.4375rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yEIoyMeJQOV3W6vHDE5pdPvseP4zSL { top:22.9375rem;left:10rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1d1ydllPSKP4LviOwvV5W2zoQ6VbN8Z { top:1.1875rem;left:21.9375rem;width:13.875rem;height:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO25m3IPflt2LXHalsAqsQ1cVyV0Veqs { top:0rem;left:19.375rem;width:16.3125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LW7esMzLLL1BbSTqPBnDSy252PJg1Z { top:16.0625rem;left:21.9375rem;width:13.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGqycTOgydCx0mUmwCFOkHasc6WJs2I { top:11.375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRikWdCVKyf6E8w5cnLqT6bSFazkmJ1p { top:11.625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwVg6HkPBXZiCSFFui3AB6NughyDDAT { top:25.875rem;left:24.8125rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkbfeQAki5oIVB742n2WEzIvbKoJzAZS { top:27.8125rem;left:26.40625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSE1vSqJi1xHvez4O7VVbKJEpi3tEooZ { top:27.8125rem;left:24.90625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmoKG7bgJyTo4mnfRJlDg5XWOux953CQ { top:27.8125rem;left:23.875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCIuuSe7a8QiyJcNLtglayQll6F5Zdxr { top:27.8125rem;left:27.90625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiQgkJ0g7NOQmXsCDwRbxKIFzb1aaaX { top:27.8125rem;left:29.40625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stl8pduUU1fNZpdHrcPCwIv48esf0UOn { top:21.0625rem;left:1.03125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKQtbcdDMoye99FUVfJqZdVDmtrElDm { top:21.0625rem;left:2.53125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJMuGLOTTQw7N4SB6TwkEBuh3oQbvFl { top:21.0625rem;left:4.03125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnOnZppwkrLHxTluAPm0ohe44yF7B4O { top:21.0625rem;left:5.53125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5DBcTNioKnG4XnJTu1nUshB19WZsdb { top:21.0625rem;left:7.03125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI6T5f79NeiZqFzT9Ka7nlJNAMlPpICf { top:19.125rem;left:2.46875rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1orO8k4Vitf9pDfNbLb5B7HePFr1M0 { top:21.0625rem;left:12.21875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNkcQQa2QBStA8c9aks6c5bFvuf1MK4 { top:21.0625rem;left:13.71875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2AmtIlE4Cylm4xPoWeWFfQxWb1TMMG { top:21.0625rem;left:15.21875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtZ6fFeM81KsEBWvkHUOypG99SchOweL { top:21.0625rem;left:16.71875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dffigCDcIfCJm2J3ibMseKJrf86GShKu { top:21.0625rem;left:18.21875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmtXDDTgbkrU52L9yH5Urw9BWTLlk2o { top:19.125rem;left:13.65625rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRQSVN8Sg1r4vxUxxXffd1oGlb0gvtJ { top:21.0625rem;left:35.8125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDBeKxTMk80yxR0GOGWp7vZcLyydnP8 { top:21.0625rem;left:36.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #payGTnkTCdvce3CC3M2Fh1dcLz5nltoa { top:21.0625rem;left:37.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnxqNT6oIEATrb2bZe3KQnAMGUtR4ka { top:21.0625rem;left:39.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcCdnDWK9R1WsIUwQy56vghqw2AMAN1 { top:21.0625rem;left:40.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7hTkTXL6RmIMtgWrFoeCKilSLEmvG8v { top:19.125rem;left:36.03125rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNequBJHnyffRVMmPEeIpMyRk29s8be { display:block; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlzWKqWEfc2NMRktuvfkkO62mNVCeNaF { top:1.1875rem;left:0rem;width:13.875rem;height:18.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUsuqFKCOTV4FXWT0N160J45Gg1DE2Bn { top:0rem;left:0rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeDiUJI4TfFPNSwTyG7tVtfzerEDFRlu { top:20.375rem;left:0rem;width:13.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUKSJMkvDlGmBQlpDi7RkEkJaT9wbviS { top:1.1875rem;left:10rem;width:13.875rem;height:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIdwftFSLHLsnQ1fvJa7QNMTlJdCmivW { top:0rem;left:7.4375rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFMLmN5btWMdIcfeuMZVvPCTfhThMcK9 { top:20.375rem;left:10rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzLbWaemc59R5PZVqez6mPnSlCUyCny { top:1.1875rem;left:20.4375rem;width:15.375rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWUpVVpSmX6DAoM5o6TeMxBSdbTLKSUC { top:0rem;left:19.375rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXeQik29SKU8mwusyFh9KtTN6VXdfrx { top:14.8125rem;left:21.9375rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22gpoonxEPsXnwB2qpFy336A3mfZE0g { top:1.1875rem;left:33.875rem;width:13.875rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJUITDAiLBUSMfsqViw1JFKQDf9vz3M2 { top:0rem;left:31.3125rem;width:16.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR9KcPOle4iPIsrXmkgNN55KAwxKzsUb { top:13.5rem;left:33.875rem;width:13.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4aq3zgiTmOyoPTqHAUAHaNXMztOgTo { top:10.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEBX6W43KDaiwpJQilEkQhvnATXdG1a { top:10.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph7ZiXo4wcelddCLPV6STmTe8PrQ6Kbe { top:25.5625rem;left:16.78125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oOfyrwdUgrkmLmoOBfQRuepJ5iD001 { top:25.5625rem;left:18.28125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiUGib2ZpxQJfcx3SGLsoAqm4wVN0fP { top:25.5625rem;left:19.78125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOOzkdeCQIozW77nEvKnf4zgtGbTq0r { top:25.5625rem;left:21.28125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76UmXaPPumv5gTeyzUkCtdy5ZuMG2uG { top:25.5625rem;left:22.25rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piX4q5IaxI3QoCDhLAuqL5CZ084vRDM2 { top:23.625rem;left:18.21875rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcGF2xJ5yTDatqeyaTAPaqMezQoeNB6 { top:25.5625rem;left:5.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb0nbtvNJ9wkm5kRsgkgqec2aHgC8b54 { top:25.5625rem;left:7.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm6a7eBsIcl5ZA6sVlsNKyQOE0iIWpFl { top:25.5625rem;left:8.59375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0pCHhsJ4nezuqTvolkKZuUT2M2x3Lr { top:25.5625rem;left:10.09375rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoyov7F3NT26EJ0wPTN2muzTPuCSRGG { top:25.5625rem;left:10.3125rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fX7V7rvQI7can5xhCbHbnCMTqKUKrz { top:23.625rem;left:7.03125rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdn483dos4GzB85rku7P7ULzpu6ugT1 { top:19.9375rem;left:27.96875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TJ17u7pwchBLDQrAfGiutwRuofk2ty { top:19.9375rem;left:29.46875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3W4T23TwJfu0yesdCT2w9rHsKrxRFDu { top:19.9375rem;left:30.96875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHDWt7sRbSCFtW2CwrOwPqyRxdeysaI { top:19.9375rem;left:32.46875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkpbheIdWl5L7x3bg5J9vJi7VR77PQ7K { top:19.9375rem;left:33.96875rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WycVa38T94Qkif41Q02hxr8HqM6WD7v0 { top:18rem;left:29.40625rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1THby2I0ZFArLAgFAufVCPLXqyCq72 { top:18.625rem;left:39.15625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lG2RV9PU2PCMo4qEHxJE0kDhOxx0nk { top:18.625rem;left:40.65625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRF1lBABzsR8SGgxDZFytRqT6PTCTWp { top:18.625rem;left:42.15625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0kde94wpoA4K6lPrK4katIVPqcd13a { top:18.625rem;left:43.65625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2GL11aCeSfvvDIHiaDJ9Jy9HsQeinIA { top:18.625rem;left:45.15625rem;width:1.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me75Iopn07vZrSX6XHnKCCLID1c6Mhdo { top:16.6875rem;left:40.59375rem;width:4.8125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi { display:block; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJsKswwM6JWvIE8SXxTTd8hOzayTqnHS { top:1.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6V2xKoeOulqAOObJty4JqkaLDstC62f { display:block; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrtxsrlaCogeClEKI4leTwNWcZKKZ9I7 { top:3.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { display:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { top:0rem;left:19.8125rem;width:27.9375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki25Z34FdKRmkefTBJzBWGT2LQD03cU { width:8.5625rem;height:1.0625rem;top:34.375rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-textarea { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { width:6.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { width:18.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { width:18.5rem;height:auto;top:19.625rem;left:26.75rem; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #UdgAFZNTaMEcph5naUGmChvNlm1rgqIn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #DyOQhh39KxT1vdAa3r8b2P2zizF4QnA0 { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #VxwxGQ2lT5wJ4G5O1Tx0os7TxsUGAyTV {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #A9APCHquAwdGt8rzs1vB7570Bo7GwexZ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #OTwLUru2s4ZFCUcsUBxhUiDv1iTTdE8a { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #O8TaRzxEKc0K2JxTBv2Lpl76lw8LU9Ko {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 {  }
 }@media only screen and (max-width: 763px) { #nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { display:block; }
 }@media only screen and (max-width: 763px) { #XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M {  }
 }@media only screen and (max-width: 763px) { #vbrL4ItqVx2liSmPv8pZMJs1leapHlnW { top:5.5625rem;left:0rem;width:14.1875rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9rPSDDKiCL7ueeQGLAMduN9zQeWAMh { top:4.1875rem;left:0rem;width:19.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWrwoBndxUaEtPqrwtd4ZgK6zIt2FdsX { top:4.25rem;left:8.1875rem;width:19.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETurtZBnpgrVH0t9Irzl2RMlO5KcQxJ2 { top:5.625rem;left:9.9375rem;width:14.1875rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1JAbexU8g41eBvvATK20FEtdNPk9s2o { width:14.25rem;height:2.3125rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmOrnR29TeWr8Dp9IpIQ7swW59PxrLgu { display:block; }
 }@media only screen and (max-width: 763px) { #Gq6oKQBWSfle3TWsP18H5KDAyniRRrKL { width:14.25rem;height:2.3125rem;top:15.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCIwWyiZaZ1RALsr2rbEwq2vBUatUDPk { display:block; }
 }@media only screen and (max-width: 763px) { #ZGnKy4uOPhvH82Mtm3eat0dhVISsX3Aa { top:9.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tM8WAaLnxE5vW14v3KTl6rZNu8K2tn { top:10rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqW8S5DJ7RLvscl44PAAuM2R0E68CIe9 { top:12.375rem;left:0rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN0wUnDArUpC2K1dNpL3ibwMxI3RQcxk { top:12.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waaODAtb9i7VQvXU5uWL43l2LCF90bFc { top:9.875rem;left:9.75rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1is5O3GLbAacF2ErWSJbLNECssDvBo { top:10rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nucqu7TIcKRMSMl7xTk2XpeklhcSRCBc { top:12.4375rem;left:9.75rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXBouZTn9JSXZZd5HkmTZeyVLOufTcMI { top:12.5625rem;left:9.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV5Hh1GQmMKNnyKNR45avXFx48SwsHP { top:10.5rem;left:0rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7zAR2sIQbOETbLzk875Tp5KEcqTxnCy { top:13rem;left:0rem;width:12.8125rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3g57bo15W5AzbEpLh1kvXHkhzyFImJe { top:10.5625rem;left:12.6875rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQu1ODcUAOS5wBECEGdxhJKBdCyBDfr6 { top:13.0625rem;left:12.687500953674rem;width:12.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs3uK72hIO8P2QsuqHvJQGwTu0LoMT2q { top:21.1875rem;left:0rem;width:17.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHHqSzhpANLhxpM0MJwoA63ag1rqLz5z { top:21.1875rem;left:8.1875rem;width:17.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNc6F71B7vKgH3gTgbE3SMQISkpIBiw8 { top:19.9375rem;left:0rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { top:19.9375rem;left:6.375rem;width:18.1875rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUzUL5u1pVIVWR0HkEO4HhgPumam1ak3 { width:6.25rem;height:1.875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTAvUKLLG99RlGFUgSedUT6TKKJQMeZ { display:block; }
 }@media only screen and (max-width: 763px) { #SvX5zwVzLUEhluAxuMrl6uf5lrPSE5uy { width:6.125rem;height:1.875rem;top:12.625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXxEWsMUh5ZDFio4lq0DxOTLyGpExUHR { display:block; }
 }@media only screen and (max-width: 763px) { #ib3XTihslxtNB8X37kqo3VeUTMNBRtV7 { width:14.6875rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTGOz5liy5xirp9W5TbT2BxhriuZi9E { display:block; }
 }@media only screen and (max-width: 763px) { #s3yWJS3D7ZSqMISEG1BnqXTkRBRevCVr { width:14.4375rem;height:1.3125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrFSTnhWPL1UC9N2baQmAHOuwu5PGVHQ { display:block; }
 }@media only screen and (max-width: 763px) { #KaNQTzZ0Z6R8FSdpazifxR3gJwIZhPxh { width:11.8125rem;height:1.3125rem;top:10.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNKyMfkZ3WmZ1lbmcxfpZVT2uvai237 { display:block; }
 }@media only screen and (max-width: 763px) { #ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { display:block; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { width:9.1875rem;height:3.4375rem;top:1.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block; }
 }@media only screen and (max-width: 763px) { #hQIed93IUFeyAbEDtVP70scqilNMxXJG { width:11.75rem;height:3.4375rem;top:1.0625rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block; }
 }@media only screen and (max-width: 763px) { #mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { width:9.25rem;height:3.4375rem;top:1.0625rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block; }
 }@media only screen and (max-width: 763px) { #r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { width:10.375rem;height:3.4375rem;top:1.0625rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block; }
 }@media only screen and (max-width: 763px) { #K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { top:1.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { top:7.0625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I66rTFF0P1zAUvyR8edi7T73dVh962Vg { display:block; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { top:16rem;left:0rem;width:10.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { top:17.375rem;left:0rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { top:15.9375rem;left:1.5rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { top:17.4375rem;left:4rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B066UKHINBD6rkfC8TR3dF3QSKKO7fn6 { width:5.1875rem;height:1.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6hQU8Q4s9ComBOT9PcIK8tLETOdxXQp { display:block; }
 }@media only screen and (max-width: 763px) { #V6yn29OiWJkxo7kcTkw0Q9Xgkla4xQGp { width:4.875rem;height:1.4375rem;top:15.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnti9S8p1NDV4tfoK4hg6yESBD9LLxT8 { display:block; }
 }@media only screen and (max-width: 763px) { #Zpxa3WFHPIzKuXB9ZtvArtAoMOl2CyxR { width:5.25rem;height:1.4375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgn4TDu7ubJblTmx2rDoK8QOApm5oSwv { display:block; }
 }@media only screen and (max-width: 763px) { #KE5OTwVtg850Hooo4kiHe4ODWLzhxamA { width:4.8125rem;height:1.4375rem;top:17.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLN4chBuwmLbg698homrT5S6pcKN6UIy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUCK4ST191o0oAQS7ehmNqqK18gWBfyV { width:4.0625rem;height:2.625rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #effxkFhEwzhDUmfgAZ7Insvo84Uhgyy0 { width:8.875rem;height:3.1875rem;top:10.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0XOIe4acLFN7ES7n1UAiq7eQ88TTqWv { width:10.3125rem;height:3.4375rem;top:0.375rem;left:4.8125rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #FVtVPM8yF6w1gFEDVXJPbB2cBXSJ01ET { display:block; }
 }@media only screen and (max-width: 763px) { #WkGRMcXHaU30Adifg1SRRgc2dSiDZfqP { width:10.375rem;height:3.4375rem;top:0.375rem;left:4.8125rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #Rd2kF68uyGlAocwo0K1w1ZsQq13HvQrq { display:block; }
 }@media only screen and (max-width: 763px) { #ea5nUcq67I2eUFC0UWKFSkeXl19qpJCn { width:10.625rem;height:3.4375rem;top:0.375rem;left:4.6875rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #KstCvisk9USIJzkzVNMSXHzXIKJ8vlJr { display:block; }
 }@media only screen and (max-width: 763px) { #OgDCb3iWNpmDiTNdX67loC82rov6Tkw1 { width:10.875rem;height:3.4375rem;top:0.375rem;left:4.5625rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #cWOeT0q0JHoxvlTPbxqFqxdMT9d7sbf5 { display:block; }
 }@media only screen and (max-width: 763px) { #nLtUUSgbhLIJnt6XE7bZRvxwL56JR0kx { width:8.375rem;height:3.4375rem;top:0.375rem;left:5.8125rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;display:none; }
 }@media only screen and (max-width: 763px) { #UyeFVwfuFV07cTWVx6q7MpkW6HSLC3Dh { display:block; }
 }@media only screen and (max-width: 763px) { #PL3gDZwPkTuEdHh8tTBq3B6bU7dM4UZs { width:3.75rem;height:3.75rem;top:5.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzVfDHudQTS37g5nLoAbwARkInU26ymU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { background-color: transparent; background-image: none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container > .video-iframe-container { display: none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row > .video-iframe-container { display: none; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { border-width: 0; border-radius: 0; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzVfDHudQTS37g5nLoAbwARkInU26ymU > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FV2d4CoSAneT39KylxouTczBPeI27fO4 { width:7.9375rem;height:1.45rem;top:12.05rem;left:6rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SJTzAzmV27D2R6L3qomTbUilNFoOfIkr { display:block; }
 }@media only screen and (max-width: 763px) { #Wsmfnrag3M0oSWKDxvaZ3o5R2mxrqa5a { width:8.1875rem;height:1.45rem;top:9.35rem;left:5.875rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZAbUwTn8I5fkuc8O9EpZWB2zgxMFlDZk { display:block; }
 }@media only screen and (max-width: 763px) { #rZEPTG01ftDkH9pDywoDEFdSux38iILF { width:2.875rem;height:1.5rem;top:11.8125rem;left:8.5625rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #hnckyV0nVcc7qWLoDOqa6OIuSfVolwcx { display:block; }
 }@media only screen and (max-width: 763px) { #h3XEORacayBdTwZSITiM7Z7MAi3QlexS { width:7.8125rem;height:1.45rem;top:6.65rem;left:6.0625rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #S2G5bzm99TH8hMzutu4lL6PMMrp3xFRr { display:block; }
 }@media only screen and (max-width: 763px) { #MTctoh7Gmpdw4hUJ0ULfTIHdtUhPdFKx { width:8rem;height:1.45rem;top:3.95rem;left:6rem;font-size:0.8125rem;color:#7f7f7f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dedede;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gROTNkElMuhi5DReSfvUOBk5aCUrEXy3 { display:block; }
 }@media only screen and (max-width: 763px) { #dWBwAKsSL3geMt02CB5BOCHGsWJ19WmU { width:6.25rem;height:1.45rem;top:1.25rem;left:6.875rem;font-size:0.8125rem;color:#e3001f;font-weight:400;font-style:normal;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e3001f;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #KD53OkTn1Emdxm8M4ZuXdG6si2XT6meI { display:block; }
 }@media only screen and (max-width: 763px) { #Z7GHQkl5hnignQBbiJUvLI9sh7Bx7RCF { background-color:#ffffff;background-image:none;display:block; }#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:56.625rem;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.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container:first-of-type{padding-top:0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ .widget-container:last-of-type{padding-bottom:0;}#glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ  { width:17.5rem;height:auto;top:14.669531822204rem;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:14.669531822204rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #V3WtPwwrk5UhClwMV1v2neKta8Kg2Ka1 {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LGwchZiqDKK4sLQbH384O7tFtc3bbFlU { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #SlAOR6pnFp11nV4PwCOuiTTnz1Gn2cwe {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AOlfdF7RzNRakOMSGAXzlK8kU65Tk3HU {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #rhP4QGfA2uW2HJAcbccSPxaAZ2rdq98d { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #JRzlQhTtLPTfJIs9J5VZupMcUEo46RsX {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #CTGJ85dvvIGd04fblsWUBXnM4mCbirwV {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #xezikTaGU3ccNWNGCtDyTLBxxSUJDhz5 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #tvHTKHVQClonzRSbmb2aFmZUQrvgZvw1 {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ESQcWzPh3H7Eye5R5G3Xig4coyAaDTZq {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #TqReSb67IsFT53vTMKr4dgJ43XpWtd59 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #IT5kvuolBT1HSCL8aTDT3qCIAkUSRNbf {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #asGbGNMhRTE0dMzPew0l97C4kXxIAlUX {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #KUiUeNBk8KeosGFVnWMv1XiEUCvy5yA7 { display:none; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #a0X8UZvDIoKS0sAZxkdvhx22cwvZTOpg {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #ET2K0e1TFfahF7hw1qSCtEliTVk3lfea {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Fliat9sXUXECG4XSDTWCtGM4xiS1fJaP {  }
 }@media only screen and (max-width: 763px) { #MTH509FawSzRvL1swPTalenTxbdZU9FE { display:block; }
 }@media only screen and (max-width: 763px) { #FacHTsGNhusSK5PdA696L7kT7SUscvNq { display:block; }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #R9dkMDzv4rM7oP2VXfptscJvTbFnzsuT {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Rz31vB9Zo3pwDtFtLFeqxFNbbZoXlr4r {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #AVG2OWFu41gwnq8sXCCKHRvUkD8QogET {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #LQ40guZMc2Nt0Lh6fPVWg5w0o3pd3bRS {  }
 }@media only screen and (max-width: 763px) { #glBkJuXZURwBfJdJoPXDo1yvoxnFOmIQ #Pptik6znGvGoU2MA0EADdxhMcCwgpHr2 {  }
 }@media only screen and (max-width: 763px) { #uAoe1zTKKEwUqX7N1muAM50emv5EzrNh { width:14.9375rem;height:0;top:24.324221801757rem;left:0.74922180175781rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFaerWuw8VX2B5MmgWscrxwbzFQdAoC1 { width:20rem;height:31.875rem;top:13.766407012939rem;left:0rem;background-color:rgba(0,0,0,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iVC7ewbDXZ1hWBw5nkJ3T1ElTSFIakrf { width:9.375rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP607x9hbyGVZZcQJJomFXJ90h9OhRkH { width:8.5625rem;height:1rem;top:55.48828458786rem;left:5.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt8wGURA0cssJ4bfncTNRrtmCqcIbJWg { display:block; }
 }@media only screen and (max-width: 763px) { #dnqGhRX77qZiyqNI5sAuyNUurIOZnEhf { top:1.5625rem;left:0rem;width:20rem;height:11.0625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XQ4710ozopgWa2SSKFNeJ330zTS4oc40 { display:none; }#XQ4710ozopgWa2SSKFNeJ330zTS4oc40 > .row .container { width:20rem;height:50.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H35zWXuZDsqzpMCI7XJstcX7ryGJqycn { width:9.185125rem;height:1.625rem;top:19.685156822204rem;left:5.9687500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDsIxxAIt1sxNT3NW0M7mSzDo2Qk1tLz { width:20rem;height:auto;top:5.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NbQwTcv3lGX9Gg2P9XUNd7K5dMH4V3Qb { width:17.6875rem;height:4.14375rem;top:25.514843940735rem;left:1.1554687619209rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9G9F9tvLhiimx2VafbhSEnnzgbK2510 { width:14.935125rem;height:1.1375rem;top:30.946094036103rem;left:3.0937500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xxb2ThBlPHmZE2z2mXhThv5uPA5oFou5 { width:3.18671875rem;height:2.4359375rem;top:16.686718940735rem;left:8.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdAUPcUM5EJBOasC9X0cTwAazQDZVLK { width:16.4375rem;height:2.6rem;top:21.871874809265rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #yofW7gsG4JfBWSiZ6e8RT40PusAkNNMN { display:flex;width:1.74921875rem;height:1.74921875rem;top:30.641406059265rem;left:1.1554687619209rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #QO7CW4QEUZoaUpeTBg1kxDf0q6i4xXVf { width:13.75rem;height:4.2rem;top:45.718750953674rem;left:3.1250000596046rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rDAknyf3WihZkZ6aJguevKHnU1UTh8Pt { width:20rem;height:auto;top:2.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aVxu7Df4Tcabd5sPnQeTzWRcJ9J25ExQ { width:12.875rem;height:1.1375rem;top:33.667970180511rem;left:2.9046874642372rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOhMJEKAnX0yRRseTT1bt9HQnbT1MLCC { width:6.125rem;height:1.1375rem;top:36.474220275879rem;left:3.0937500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7sTbkT5MknKT876UqDEQhwkDAgQTieQ { display:flex;width:1.75rem;height:1.75rem;top:33.362500667572rem;left:1.1554687619209rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #InQ8LXIdr6gCGDGdvEpR3w2pVZe0lmnN { display:flex;width:1.75rem;height:1.75rem;top:36.168750286103rem;left:1.1554687619209rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #uvUfPVsgAMI815WJC3OAdZWkMgsRqSlc { width:20rem;height:10rem;top:0.73124980926512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb4Hcyy36ZFMDkTymTCNiCbBGWm4vrvK { width:17.5rem;height:3.4375rem;top:40.419532775879rem;left:1.8109374642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7sqTg09yrGyL0idHsT9Tn0UFRlvKz4T { display:block; }
 }@media only screen and (max-width: 763px) { #LTpKVhQDoSl5GoHkvAzeGHHISAuqroap { width:20rem;height:2.6rem;top:12.684374809265rem;left:5.9604644775391E-8rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15018;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ { display:none; }#KI7sJdmQ0DmqNMqlrmd0nuRJLH5AHgOZ > .row .container { width:20rem;height:46.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h2wxC6sW7zn259S3wU5gEzL66Iwm3LUB { width:20rem;height:3.9rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfFrsxWzS1IGQrO87MMqx9KZrOacAspJ { width:19.125rem;height:4.55rem;top:15.0375rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nodz4hDrv2NRS9F7rrZ2BL2ZQGKM8kaX { width:20rem;height:5.2rem;top:6.4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSpcKSEtXV31BhPkZzZTal2oPBBsqHcz { display:flex;width:0.9375rem;height:0.9375rem;top:12.85rem;left:9.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #xS5oJomreJtOntQ2BIeS2pJTt5dspdpX { width:16.3734375rem;height:3.6rem;top:23.025rem;left:1.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #CQNLkRRbKQxuiWAirT6d8twKdrDFpwyc { display:flex;width:1.4375rem;height:1.4375rem;top:42.2875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfC6Gld69AXVSr14G7eucXJuJm1M0u0x { width:20rem;height:1.1375rem;top:32.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s1cefn705zP3n5wbSzfQMWcIMaZ8DvQJ { display:flex;width:0.9375rem;height:0.9375rem;top:44.175rem;left:9.5rem;z-index:15007;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #MBv79cilPzerSyA8R85xsGB7cXNC7nBH { display:flex;width:1.4375rem;height:1.4375rem;top:37.5625rem;left:0.625rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #C8lrCxGUXMlAs5Q7eZXMqMyP2XsDKLJl { display:flex;width:0.9375rem;height:0.9375rem;top:20.8375rem;left:9.5rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #xeTDV8hIMPhdyy3JeT9Nevh0WiJHezLN { width:13.75rem;height:2.8002875rem;top:21.680908203125rem;left:2.4365234375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #nTFI2gX1FgkbVNToNp2TCREgUPnE6RKO { display:flex;width:1.375rem;height:1.375rem;top:13.125rem;left:9.3125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #rP2tNC4KN39BJ8IXCWkzqD6wmkaiPHWA { display:flex;width:1.375rem;height:1.375rem;top:11.3125rem;left:9.3125rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #akQTdxPMoLgVe6HCg1Z5ULqlgA6Z98qB { display:flex;width:0.9375rem;height:0.9375rem;top:41.9875rem;left:9.5rem;z-index:15008;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #UtfhZKQSpLnfobxQrFTdAXGL8af0X2ne { display:flex;width:0.9375rem;height:0.9375rem;top:39.8rem;left:9.5rem;z-index:15009;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #N2e35GDUg2As88MW863TeQEDxQ5Ce2Xv { display:flex;width:1.4375rem;height:1.4375rem;top:19.875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDI2qBDiEFaoI4WK6ncvuHPBdBadwzZF { width:14.0625rem;height:3.6rem;top:34.95rem;left:2.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #U3gL4Wt276KJWd1wnMmFOatzpf9Qx3mM { width:17.5rem;height:3.4375rem;top:27.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1xGd9WGkWx5eQsn2gs2ZIlOyAkdpwRr { display:block; }
 }@media only screen and (max-width: 763px) { #rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS { display:none; }#rF9vzEIaX0W3TmK0wtymMPAF4ncqLHzS > .row .container { width:20rem;height:46.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zUiNzgi5VUqzw9a5ysbdiUusQ70Zs9pb { width:20rem;height:16.575rem;top:15.4875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #KuRdf9DdehbwlQHGUTeXMasTXUB934v8 { width:20rem;height:auto;top:1.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mZ9TTGaRfSrGCLx0D4fHSa8niEoyBNXk { width:13.75rem;height:2.62421875rem;top:42.3125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqA8POobEZWlNeemdUam9IeR3agySV5P { display:block; }
 }@media only screen and (max-width: 763px) { #RBkbebXludNy7BvZmXUt8Vm7z1EEdOvx { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15002;color:#e3001f;display:block; }
 }@media only screen and (max-width: 763px) { #JoO7LLO7JBu5mOb9kZzHTOAtrfViRmoz { width:20rem;height:10.4375rem;top:3.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVEtqWe4gUdK8nEvAwIrAfHpXIHxzesm { width:10.9375rem;height:0;top:9.33125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BPlEVEaqTZtF19att9qISgPVgMTQKARa { width:14.87425rem;height:3.25rem;top:37.8125rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDwpKFeMZwRfCD8F5BNxRx9RLOTbkw93 { width:12.4359375rem;height:3.25rem;top:33.3125rem;left:3.75rem;font-size:1.25rem;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz { display:none; }#TdKLt6ZNaHDC5g0FWU7GTNWe71mvnOTz > .row .container { width:20rem;height:10.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qF58nGJN0NXSknKrnTIELlBCcUkUTVTW { width:15.4375rem;height:3.375rem;top:1.25rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4XELxtUXxVVIr4yAJKRrxSRlen6a32 { display:block; }
 }@media only screen and (max-width: 763px) { #uJOwyz0xPTeFr5i6M6TNmqoJFQAuuBsX { width:15.4375rem;height:3.375rem;top:5.875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMOSkmwLxhCIJ781xpxt90EWWOmkz69B { display:block; }
 }@media only screen and (max-width: 763px) { #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d7cf572-d84d-4ef6-bc1d-4165dcf880fd/tlonalanding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.adaptive-delivery-prevent-bg, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyload, #T6wLLCXu3D69oETJvR2pTLt0eutv4nl3.lazyloading { background-image: none; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { border-width: 0; border-radius: 0; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6wLLCXu3D69oETJvR2pTLt0eutv4nl3 > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VxlKb64tXBl7nfSxTVUPlobUsdbq4Wwq { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe { display:none; }#M3gCJfhD0ZTGbpqyzD8GDDX5CCs67MNe > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uAmRQpNQDtXvPNxW8n9TM08i3FId8vcx { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ { display:none; }#Jqwtu8dB1u78eDc4G153P6WGOEgu8CJZ > .row .container { width:20rem;height:29.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVyNEhLL0sBsAHz5q0OHVqlOEgnGTTzp { width:2.9375rem;height:2rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3ITKEzF6zo3zRoOFPGUyHQz58vyeRCO { width:8.4375rem;height:1.1375rem;top:4.5rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdIEA7KdKpy9TOvJuCdT7MgFO9IFgQhd { width:15.0625rem;height:2.275rem;top:10.6375rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUFqXTbtVWyBOevacWLqFTggzylgMlbT { width:15.5rem;height:2.275rem;top:17.5375rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuHzilaxfuLsp40UIXHXkgqr7r38KAkR { width:3.125rem;height:2.125rem;top:14.1625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulBe5wTey19T4ez2o0tERrDPpXDpR7X { width:2.5rem;height:2.5rem;top:6.8875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKw8E5TZ2mTA9AwCVKcewJxiA4pXCIQ5 { width:0.0625rem;height:6.25rem;top:0.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLghwsX2TPogPF8cVTbRSqi8p9ldeq3K { width:0.0625rem;height:6.25rem;top:0.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WThNp7KiwSefWwfWpgozm8G4RF3aD8vC { width:0.0625rem;height:6.25rem;top:0.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyDREXqT4XbAJfeIZl279osRLV3S0sEh { width:17.6875rem;height:3.4125rem;top:21.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wx2u2KrQ0yXprAkNeRtTBv0MXvEPlvpP { width:0.6875rem;height:0.8125rem;top:25.725rem;left:9.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRWVArJOOnOk3lJZUssBTrrJJcrEJDET { width:0.6875rem;height:0.8125rem;top:27.7875rem;left:9.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ly6l4kw9RnMbm1a9Hx7HnKheMXiyAmh0 { display:flex;width:3.125rem;height:3.125rem;top:21.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #d2gpZkg21439JV2WcNxsp1JvLHKCzuAx { display:none; }#d2gpZkg21439JV2WcNxsp1JvLHKCzuAx > .row .container { width:20rem;height:5.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NKhkoLKhDVwgVvcn8knU7iiixknKePSD { width:15.5rem;height:2.7625rem;top:1.25rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VXewKLk3JPqtJpkOqUamt9xfx7MLk8np { display:block; }#VXewKLk3JPqtJpkOqUamt9xfx7MLk8np > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M6MzgPFHhp11KF6SIvp6WHuPGVz0xVov { width:18.0625rem;height:1.7875rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF { display:block; }#F2FsZbJxOUiWFSsBy2eR6Nr3DF9OvvWF > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM7lgXQgbZz76X6TBr4KoxCT5IQwXuza { width:16.9375rem;height:1.70625rem;top:39.337501525879rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue2dyvQ1hAyuPf3NuqhOD5JCmPDbK78s { width:19.875rem;height:35.3125rem;top:1.3484377861023rem;left:0.024218738079071rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #opT2o8FTME5Dhv9Mza02K68dAf7kg0Vx { width:19.875rem;height:10.6875rem;top:9.362500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwf1B0CsCQmF9i7cHbRhfteJEQt0QSF { width:10.6875rem;height:1.95rem;top:24.125rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgLevDOeNL16sWlV9DZyn22atRgrClAy { width:8.3125rem;height:1.05625rem;top:23.03750038147rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKya5ZaTQR3IDvgNDsseWeqmrdoFJ1Jn { width:9.25rem;height:1.05625rem;top:23.117969512939rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtepOwcC4sPZkvzSNSzwRBRs8ZfFHg5B { width:9.25rem;height:1.95rem;top:24.125rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5S2SxD9pFwQNtU5mNg3JW5Cs1IITDJO { width:9.125rem;height:0.89375rem;top:26.25rem;left:10.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0DoLEKXsGbxmiLTTAfRB0tcOsGwibz0 { width:17.375rem;height:2.8125rem;top:31.6875rem;left:1.3125000596046rem;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.025rem;top:20rem;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.3203125rem;height:4.0078125rem;top:5.65625rem;left:0.0625rem;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:5.71875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqTTtrmFQqgfQIV6hJ5QU4DqXFBLVAnr { width:10rem;height:2.35625rem;top:6.72500038147rem;left:0.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvknHiJZuTeozn33FgTeyGrcQXR66vT { width:4.0625rem;height:2.025rem;top:34.78515625rem;left:7.9687505364419rem;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:77.1125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VQS9VOndJkNWZrTk7GSc1RlJTBTDAK { width:17.625rem;height:9.9375rem;top:85.081248283387rem;left:1.1867187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTB8h9getP7n18xCw9qf09g9kTp4ZqVO { width:12.5rem;height:1.1375rem;top:79.062499809263rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqBdA1PgqK3dkdvJnvQ9Mlh9VPZU5X3f { width:8.3125rem;height:1.05625rem;top:97.962500381469rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dus0qQimB1efVoMxT2bKlL4vSJHd60Bt { width:9.25rem;height:1.05625rem;top:97.961718368531rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqdorqrQdu3gHXiWDC1f67JqhMQ5t5Iv { width:10.6875rem;height:1.95rem;top:99.05rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgIcd7XuG62T9ES6psPuJk92D25v49XD { width:9.125rem;height:1.95rem;top:99.05rem;left:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKZ88wGMrJyyqb8om9mcaiZKzRKTeOTH { width:9.25rem;height:0.89375rem;top:101.16093902588rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIO7hGTsPQyElqVL4SJbmRBfVsNJ6Dl { width:17.375rem;height:2.8125rem;top:105.93125152588rem;left:1.3125000596046rem;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:38.775rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlSoFrcFT3tWower4HQmNALThoGq2ftr { width:8.3125rem;height:1.38125rem;top:80.55rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzcrhqM6fP85VHbGmiSV0yBeJmiN6EA { width:10.25rem;height:2.35625rem;top:81.650000381469rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyKE5LKoh8qKaMP4THTtN1FvthlvTIcN { width:10.35rem;height:4.0375rem;top:80.162500190738rem;left:-0.0625rem;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.925rem;top:28.125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuwdMBdu61iKzqN8JcTHT2T4FtuWi6M1 { width:19.875rem;height:35.3125rem;top:76.175rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsRSq87ndzlzoDmBTm1E5fomZptJMzL5 { width:20rem;height:2.925rem;top:103.00624923706rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHukXg6V4Q1iZT6hfaCHVsXQGsnwUWck { width:4.0625rem;height:2.025rem;top:109.61249923706rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTw19ARuLNutOPWmZoB340TgOJZHMhUa { display:block; }
 }@media only screen and (max-width: 763px) { #FQTvGJiNTrfKlrC56XT4SIMkJct0WPeS { width:8.5rem;height:3.0625rem;top:79.062512207031rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsKTbDsMeGXzTrVcZhguoEIeT5ORtUqH { width:9.8125rem;height:1.70625rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXtWVQuDFB7XGiMpuT414QZNmfdybpFN { width:20rem;height:10.8125rem;top:46.800001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESmBHJKC1uyThL6sEGxFWEJaRoU2zRaU { width:8.3125rem;height:1.05625rem;top:60.4rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snMoZWKHkIUTGcr0MnccVoSZy0Tal3ZE { width:8.125rem;height:1.95rem;top:61.65rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeUZmJyO6CSpbZpG8plvXDK2TCB9I4Mm { width:7.5625rem;height:1.05625rem;top:60.56171836853rem;left:12.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRlwKQZeuCyvS1eDxqLNIk59GLTrZiM { width:9.1875rem;height:1.95rem;top:61.65rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDB7Rh6xMk5nWvEMikoVFp0xS82DlrHi { width:9.1875rem;height:0.89375rem;top:63.762499237062rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZeHID4oULq8OfcMJfcxFHFavcf8zDe0 { width:20rem;height:2.925rem;top:65.606249237062rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krQlqJJaR6EVZLdDvPHrL4pkZNN4qym4 { width:12.5rem;height:0.975rem;top:41.043750762939rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gytJG77ElhiOCH2lIhfPKTnxRTW8IGpR { width:17.375rem;height:2.8125rem;top:69.149999618531rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8riB9oaIrK5EBT1ngM0Q9UikqHHxas { display:block; }
 }@media only screen and (max-width: 763px) { #t0laC8UShEPeIogspZqhCxqXtQ7qivao { width:12.5625rem;height:1.9rem;top:57.56250038147rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9fGX1cWAaTK5Ey8NrziL3iq40uEcNDq { display:block; }
 }@media only screen and (max-width: 763px) { #TcgXBexWm52TXP90nSSmfHffvG0r2OPk { width:3.625rem;height:1.9rem;top:72.336723327638rem;left:8.1875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7PHRhpThb26BWq8zuCvGlsszQAPl2SZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ob03TCXgTTCQ8AD9N3DzLeZqJtqhTSmo { width:9.7375rem;height:3.425rem;top:42.8375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyoGLc8mpEfuEeidFteZ4aXCMCQeHCdX { display:block; }
 }@media only screen and (max-width: 763px) { #X3bcwWdl4ThUPzatFAek3riE10BT6z3Z { width:7.75rem;height:1.21875rem;top:43.24375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZCgCHpNU863MOhE7aqTNQARW63XtuxG { width:7.4375rem;height:1.95rem;top:44.25000038147rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { display:none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC { display:block; }#sMI7lL3TWQNiMRlmSB8ey1TQQr8HFRqC > .row .container { width:20rem;height:112.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5UOvNTrJR9nvtkfli0q1qgHWfWUklUa { width:12.5rem;height:1.1375rem;top:2.0374999046326rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQJsypTu3gDDTCCNZNFkkvdBFkiBN8Jv { width:12.5rem;height:1.1375rem;top:40.156056070328rem;left:1.3312482833863rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUVye7eeTOEJgA3P1wDtZ2lONTsttcy5 { width:12.5rem;height:1.1375rem;top:77.2062558651rem;left:1.2250013351441rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPSQhgXhAGsH8oOs8eKL3T072D0MDCfx { width:11.875rem;height:3.75rem;top:21.537499904633rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOCLzMMpmGDkTM2zDlLaQZxxg6ZTXtUP { width:18.25rem;height:1.70625rem;top:39.924987792969rem;left:0.42421871423721rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmGKGhghvbIwXRirEkaMke4zOw8aEl81 { width:19.9375rem;height:32.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRTcWWDD5vt3o9E4oH6CV4TzISA51dE { width:11.8125rem;height:1.1375rem;top:41.875rem;left:0.61171871423721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgeJ05TkzWsZ9X8mUUAxpphL1sIH4w1 { width:18.1875rem;height:10.125rem;top:84.930469512938rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbKop8VhFivKZpUrsK2FHKt9F1vwe4I { width:19.875rem;height:35.3125rem;top:38.900001430511rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWDy551eHVSoTDyTnc8S6nEQ33Fl3sd { width:18.375rem;height:7.6875rem;top:47.200001382828rem;left:0.98749923706056rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRV2nOwUp8Hkeg6q4TtpBypi5qv7UnCz { width:12.5rem;height:1.1375rem;top:79.406256628037rem;left:0.65000152587888rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuZTEcSE8ZC7vmHxZv7F4uZ1uBcrBA6N { width:19.3125rem;height:1.70625rem;top:77.4562558651rem;left:0.65000152587888rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASGJ4Q1F9uPvZ9pZXb4R2lED3hxGvgb { width:8.3125rem;height:1.05625rem;top:60.012501382828rem;left:0.98749923706056rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGmghJDmU8qFBNgEh7eFiDoQhUgJ4Ta { width:8.3125rem;height:1.05625rem;top:97.6437558651rem;left:0.65000152587888rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHTQPLQ22Bq5V1li7ukqKzfTXNI5FuFQ { width:9.25rem;height:1.05625rem;top:97.6437558651rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQbTV4P79RnaBbhGyJ5sSo7lFRazAR1m { width:10.6875rem;height:1.95rem;top:61.150005960464rem;left:0.95624923706056rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqnFCsh6i1UNCGdO6aclNCZJBxv1RL86 { width:10.6875rem;height:1.95rem;top:98.781260442731rem;left:0.65000152587888rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmmg3kLc1MZHKCelCuwIQTF134VnmIU { width:9.6875rem;height:1.86875rem;top:98.7804746151rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1QnlETG6FumTGgst99cAhU0BxkErnOv { width:9.3125rem;height:0.89375rem;top:101.00625891686rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEiyU7Nit2ZZNQRuQeaB98GaBtCeFa1M { width:17.375rem;height:2.8125rem;top:68.0812523365rem;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:105.71250152588rem;left:1.3125000596046rem;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:76.481255960463rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG3IX4LxOyskga15bHm780m1PQhqrDBG { width:8.3125rem;height:1.38125rem;top:43.725002908707rem;left:0.98749923706056rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7BTvN7glfD6iFhHQ4TvMXTeOOQKxIfr { width:10.3125rem;height:2.35625rem;top:44.942970895768rem;left:0.89374923706056rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6QlNTgF99Q8k2lrSupMSXmSnMQvlpBv { width:10.425rem;height:4.1125rem;top:43.137501382828rem;left:0.049999237060547rem;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:81.355475378037rem;left:1.6812515258789rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsrUGkFnvdXy5ku2y9nM9AIPSUTW9XM1 { width:10.8125rem;height:2.35625rem;top:82.574225378037rem;left:1.6812515258789rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpS6oT0XLWHP79Z4DeAWRHfBDhTmVEb8 { width:10.425rem;height:4.1125rem;top:80.593756628037rem;left:0.65000152587888rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckRTEoo8aViMbFgnMgskf8J8QOobrqNf { display:block; }
 }@media only screen and (max-width: 763px) { #MiTFoXwmzSO4DRsC7uStaPlHRf9nN8qG { width:20rem;height:2.925rem;top:65.156254434587rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzTMfzCiIBSNe0RC10JAsAuSeKMuCzzx { width:20rem;height:2.925rem;top:102.78750891686rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOKEG0y2E1AqOi3gK6Tvzzomv4lGMBz1 { width:4.0625rem;height:1.9875rem;top:71.868751525881rem;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.025rem;top:109.20625114441rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW4wXXT8Ti809TJXmnvlBa2pThpf4uV { display:block; }
 }@media only screen and (max-width: 763px) { #rb7a6Vkz0oTddvz9dZ7ET3v0WX8J6fd9 { width:9.25rem;height:1.05625rem;top:60.012501382828rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQyik79lMXTQ85ORlpyX6yMDevbduZJw { width:9.5rem;height:1.86875rem;top:61.150005960464rem;left:10.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBep2JhAkWw7ODDt7wzuRm0cSf8htGV0 { width:10.625rem;height:0.89375rem;top:63.37421860695rem;left:9.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwpEiQRTRcFaQICut18xdqTebUZ9xPm { width:18.8125rem;height:1.70625rem;top:2.32421875rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzZycDPGIOOHB7MO8cipgUMfMLxVeJCl { width:12.5rem;height:1.1375rem;top:4.2742209434509rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg9RZMqxf7P3dSt6Ot4JsppcOhhRKAg0 { width:20rem;height:11.1953125rem;top:9.0796878337863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgPhGkJWXcD9eyxJRJlAlk7rSlt1i8lh { width:12.25rem;height:2.025rem;top:20.224999904633rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnONNIoIDsaZEhvRM6Q09WZKlBiKNeT { display:block; }
 }@media only screen and (max-width: 763px) { #ZtxFe5DU03pTCHMfRaoNabot6o7Z8VWO { width:17.375rem;height:2.8125rem;top:31.337501525879rem;left:0.79843753576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9yhV1AhSZD6PyMDo9SRnm0dHSbkFcr { display:block; }
 }@media only screen and (max-width: 763px) { #urHPzh2n3RTZJ1Eoi2ksnBz5mAJWeKEW { width:4.0625rem;height:2.025rem;top:35.249999284744rem;left:7.4554687142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHULyFxy8fAxnR4me36CJRyVg2TnPK5Q { display:block; }
 }@media only screen and (max-width: 763px) { #ddAf1gatiHk3s1dM0bZqUrNNGpFL1a5p { width:19.125rem;height:2.925rem;top:27.430469512939rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POpxNU3R681Kidld59fRXWR4BZa6MzHO { width:8.3125rem;height:1.05625rem;top:22.250001907349rem;left:0.42343753576279rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBU0cT3UKWoxb7MkAFKsUK8Lm8mnuP9o { width:9rem;height:1.95rem;top:23.306250333786rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQR89hPJEtZn45KICAQAoCeGCE3LEu2v { width:6.625rem;height:1.05625rem;top:22.412499904633rem;left:13.374218940735rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emoeELapA4nU8yhTCwoUHBv6hca7JfgH { width:9.625rem;height:1.95rem;top:23.549218654633rem;left:10.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFMB1zdL8dcxfPLBxuaSSyAmctx0Ibc9 { width:8.9375rem;height:0.89375rem;top:25.662499904633rem;left:11.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5dUtaX5xkkVIKIFi7r0ApM7RLqgUpm { width:10.1625rem;height:3.85rem;top:5.9624991416931rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTdTr41B7LU9B6bd9xPImIP4GVZMOyQf { display:block; }
 }@media only screen and (max-width: 763px) { #rbaGssMHLn8uLJMyD9ru23z6UPmPpRun { width:8.3125rem;height:1.38125rem;top:6.2874999046325rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGT6hx3mMSqnxbGqy3vEowOg9rxoMmrQ { width:10.0625rem;height:2.35625rem;top:7.2937521934506rem;left:1.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 { display:none; }#Tadn6yTZrb2HLCMu6wTAnskCeNOn1cu4 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 { display:block; }#zzDCTOTLBUbxHP4LlDEeaHZgsiVa9OO5 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@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:111.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLCdo01EkTHEMq5UcfSMNTEBanQuN4XF { width:19.9375rem;height:33.75rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcPAlHVLVi04Mn9GQdzISWhTKMI4egdM { width:16.3125rem;height:1.70625rem;top:37.962499976158rem;left:0.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2AsOacFa78tlqZRUg8hsS4gFcld3mH4 { width:12.5rem;height:1.1375rem;top:39.668750047684rem;left:0.52421873807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGx3ZSFlnfqDFTaXnMReZiecccgGFdsp { width:20rem;height:11.1875rem;top:45.936720275879rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #fJwHMCO7KBOq9lSgtRWeO7RLvDpXebvw { width:8.3125rem;height:1.05625rem;top:59.4rem;left:0.52499771118164rem;font-size:0.8125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #wPGsWtgEK88Ekoax76ya9kNpn8Vmo0wZ { width:8.25rem;height:1.05625rem;top:59.4rem;left:11.75rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #GunuUI5aZyfKplL4noxUUMMs0XMOfv1H { width:11.4375rem;height:1.95rem;top:60.537504577637rem;left:0.52499771118164rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpX1nXQ8LXnBoqXD2dqBHBHbEHfdaSzR { width:9.5rem;height:1.86875rem;top:60.537504577637rem;left:10.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5UogdDabHtlfsSJ5r3rgbIak4gPTrd { width:8.875rem;height:0.89375rem;top:62.818754577637rem;left:11.125rem;font-size:0.6875rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #rTw4vg565oQMT8y5DWwXX0rBEZ7J7Z6S { width:8.3125rem;height:1.38125rem;top:42.134375095368rem;left:0.52421873807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okVuKhFcRLEHRqLnldqRD7vTJvnr8yB8 { width:10.8125rem;height:2.35625rem;top:43.630468845368rem;left:0.52421873807907rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLROhnRUIDrnxZmzm33diUSmyk6VhHz { width:10.35rem;height:4.0375rem;top:41.94921875rem;left:0.0625rem;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:67.262500762938rem;left:1.3125000596046rem;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.775rem;top:56.5875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNzsrZwamrrDcdmUK2oPegiPhAqerwQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #cw39WacRc8fWAcTqndmNeFS7aLJAxpIZ { width:19.875rem;height:36rem;top:75.250004577637rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK1CFhnm1iuJnmrEQFWKF6Zw9Db0Uz0U { width:19.875rem;height:35.3125rem;top:37.9625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHgn7ePsdrmEXIccThC8szKQGRkEhWvD { width:14.4375rem;height:1.70625rem;top:76.187469482425rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsrtCbsKO4nL2Q7TBmtP4d6TLLStZJuK { width:19.1875rem;height:10.625rem;top:83.318750381469rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #PyORKwgt41FKGofVv7E4VGrlTcZGClTF { width:8.3125rem;height:1.05625rem;top:96.687504577637rem;left:1.0375022888184rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #eJn9qz0UQa5TtFtN3IzJcO0SMi0CNu8E { width:9.25rem;height:1.05625rem;top:96.687504577637rem;left:10.75rem;font-size:0.8125rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #UFyTOGVvZ5c6TGD6CA3OdCTabmxFyTe1 { width:11.4375rem;height:1.95rem;top:97.825009155275rem;left:1.0375022888184rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6fRLNmdztnPBLMhT2MTzRncfIzbtT8o { width:9.6875rem;height:1.86875rem;top:97.825009155275rem;left:10.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0OHmfqrNT8fTP8B16ruSE6J1wZIngUB { width:9.1875rem;height:0.89375rem;top:100.10625915527rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eumxJJU5ulnMFUP27qUyZ1fwKMEr3sM3 { width:8.3125rem;height:1.38125rem;top:79.836727905275rem;left:1.0375022888184rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFbQCBPcTk4iKihyDBzVQ33QnoARySnQ { width:10.425rem;height:4.1125rem;top:79.836727905275rem;left:-0.024997711181641rem;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:81.323445129394rem;left:1.0375022888184rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0QvMZIy7DGvlIDk58y38QyP2TlZPFKG { width:17.375rem;height:2.8125rem;top:105rem;left:1.3125000596046rem;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.8375rem;top:108.84375rem;left:7.9687505364419rem;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.025rem;top:93.893757629394rem;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.1375rem;top:78.137509155275rem;left:1.0375022888184rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7UW1uTyf5bMyDDd6tJwdtVWR0AS4Wk1 { width:20rem;height:2.925rem;top:63.793753051756rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2T4T70y9M5gDqD8pAo3N9aoVknb94f { width:4.0625rem;height:1.8375rem;top:70.975002288819rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqiNiZGfoQNN83oGTh19htk8U3QriFp { display:block; }
 }@media only screen and (max-width: 763px) { #fqoribp253g43GaQPonSI7HiXbyI13qD { width:20rem;height:2.925rem;top:101.51875762939rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsIwpOiTfJVqO2GZnDriQ9Re1ex2CDJi { width:9.0625rem;height:3.25rem;top:4.1375122070312rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QogGWVNqFmemZyELeIqeCzBUZMS7u72g { width:18.6875rem;height:1.70625rem;top:2.1875rem;left:0.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN4bfG2cdoEAtNG9s1eq6nrLl5pEnJPt { width:12.5rem;height:1.1375rem;top:4.7000045776367rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSRPFbo6uxkvSPaS8TJFO9opR45xxm0y { width:18.375rem;height:8.625rem;top:10.336723327637rem;left:0.98593711853025rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh0RPL2aLTWWZq66p2cihTKTwID5hVlL { width:10.425rem;height:4.1125rem;top:6.6773452758787rem;left:0.75rem;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:7.2179718017575rem;left:1.8046875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6mlmdUSd1vQS3nHeyWxyIvsC5QuLVTs { width:10.8125rem;height:2.35625rem;top:8.3000030517575rem;left:1.8046875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLKBcE0c89qC9xoA5VkTstzOGyxqasnC { width:17.375rem;height:2.8125rem;top:28.19375038147rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4LnSsuewKDr9CsGHDxFlbcSca1Ty9fe { display:block; }
 }@media only screen and (max-width: 763px) { #X8sbxg3Bfner0tI1b72dMBNixEVZBUC3 { width:4.0625rem;height:1.9875rem;top:32.375rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyqTs7lZ2mbQCDtWAxdzi8oOyb05uIyA { display:block; }
 }@media only screen and (max-width: 763px) { #XLm1Vdmyvth7uhoDAkwZZTyT3hGdDPy5 { width:20rem;height:2.925rem;top:25.268751144409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oo32MIgxZqIQSxQTsHlTRIDLV8FiaXBM { width:8.3125rem;height:1.05625rem;top:20.4375rem;left:0.52421873807907rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5SMCaM6Fgt8g4h017VGmdrPdWxseuRA { width:9.25rem;height:1.05625rem;top:20.4375rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skFacIfHruqU0BuFkR680ibUEvJ53KXG { width:9rem;height:1.95rem;top:21.49374961853rem;left:0.52421873807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXkftSFnqZ3TkGvbqZr3vLTTAtVrUhQy { width:9.625rem;height:1.7875rem;top:21.49374961853rem;left:10.375000536442rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyXHihNNgASXlvKMCk55szkOocIhKDOM { width:9.25rem;height:0.89375rem;top:23.44375038147rem;left:10.625000536442rem;font-size:0.6875rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #AmfmcGWqO6O3dqC3OKAc91RIuMXdtlyr { width:19.9375rem;height:22.1875rem;top:89.311714172362rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCRTakPR7t84LqmqrTc9RRphdTFsEc5J { display:block; }#aCRTakPR7t84LqmqrTc9RRphdTFsEc5J > .row .container { width:20rem;height:113.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuQT5cJN7mC35TxnzA2zpXmPLWN2mRc6 { width:20.0625rem;height:21.6875rem;top:36.149230957031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5GliLimfizrTe9Ga5oSV83Ff9xAT1gB { width:8.5rem;height:1.70625rem;top:75.561719894406rem;left:0.43750005960464rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNPamxUXrZg3igvw2n7SI0RoiH2eoxy { width:18.6875rem;height:10.9375rem;top:85.280469894406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDdFV9l5Mx1LNxxTg4lqBKUaxmlU29hc { width:9.0625rem;height:1.95rem;top:99.71875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeEiMMbWso4JOaEOh0cKUF6SS1yU6D7 { width:8.3125rem;height:1.05625rem;top:98.662500381469rem;left:0.27265626192093rem;font-size:0.8125rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #QUk2X1Q05zvCv6Ob8D2JzTEmRrTXTpT5 { width:17.375rem;height:2.8125rem;top:106.31875038147rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWNUbvfU6sWEzWSQWkaRl5TKCAEuJ4Ti { display:block; }
 }@media only screen and (max-width: 763px) { #sxd3FKsGblr8VUgP9Sv7zWKQLmHqhk0c { width:4.0625rem;height:1.925rem;top:110.43359375rem;left:7.9687505364419rem;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.1375rem;top:77.267969131469rem;left:0.43671876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLTOsT5m87J7weEDMszT7a3XRdaDXGS { width:11.1875rem;height:0;top:92.437490844725rem;left:8.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMXfCRapHh6iWv1mcStSPZKPDxxxpokh { width:12.5rem;height:2.3125rem;top:92.124990844725rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBN1nkBfSJ6UM0BsCfJSKg3XnuEnEZ8D { width:10.8125rem;height:2.35625rem;top:81.153125762938rem;left:0.27343744039536rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSUMwKZXbl4JE1c2bTNaBesIs0ziLOgm { width:8.3125rem;height:1.38125rem;top:79.771875381469rem;left:1.0187500119209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZcIuHtMiOcCOVPJJVlgSbWmFw1IcDv { width:10.9875rem;height:4.05rem;top:79.771875381469rem;left:0.1484375rem;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:98.712500572206rem;left:9.8617187142375rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #ktJx7HGeDB09TWdIWDoXUTNUpCoZaywk { width:9.625rem;height:1.86875rem;top:99.759375572206rem;left:9.4867187142375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNNJR2hge6duU4T4nSdml5qAucKHzNDz { width:9.0625rem;height:0.89375rem;top:101.66874980926rem;left:9.6742187142375rem;font-size:0.6875rem;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #Ifdvd9tMD60GMGoBc9upTGZ1DC7NtJFo { width:20rem;height:2.925rem;top:103.39375114441rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDT7CO6TCKTkJ6Qwb3e9sgTbzNuiIZt8 { width:20rem;height:1.625rem;top:36.149219512939rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lq6prPEroTlOMyff4EmUy8o3ixETVwUg { width:4.375rem;height:1.1375rem;top:37.774219036103rem;left:0.43671876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXW1RRAiiooPgoaCIF4E6fRqedABk8hI { width:12.375rem;height:2.35625rem;top:40.342969894409rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScNZeHo3qNRivcTGfibkrOhBa9J96hFr { width:20rem;height:11.696875rem;top:44.399218559265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA0wrq5CyPkQ15QzdH6UDJOCmz8NCrRb { width:10.35rem;height:4.0375rem;top:39.46484375rem;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:39.54843711853rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grG2HEnA84vaTVw2g38Gxqx1pl3CKTe1 { width:9.25rem;height:1.05625rem;top:58.98593711853rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmIEgQFoZCm0a7Rvs1TR99TyUqRW0s03 { width:8.3125rem;height:1.05625rem;top:58.98593711853rem;left:1.0187500119209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxh9Tgmbxros55svIHqJrp4oKvT3EDGK { width:9.625rem;height:1.86875rem;top:60.042188644409rem;left:10.375000536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTNsHiwBgFKyVzf186eUfd5Z7zpI7w8I { width:9rem;height:1.95rem;top:60.042188644409rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdp4yqmnDTWtuq1uTm1U0fT5y8WG3V8a { width:9.25rem;height:0.89375rem;top:61.910938262939rem;left:10.750000536442rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QazTEwdQTzlTG8wIxr1F2lFmUMCrCqur { width:20rem;height:2.925rem;top:63.48046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ot1oI2sx0dH0OosbSfULQxxufTiOXyEJ { width:17.375rem;height:2.8125rem;top:67.030469894406rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmZXd8J9H9lKIGht7zLmswexCKhN9GuL { display:block; }
 }@media only screen and (max-width: 763px) { #KSUpEPS4N7Tc7CdxFi2kBXoJDK9LnqgB { width:4.0625rem;height:1.9875rem;top:70.896093368531rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwM3KcDNCSb1gDKTfBl0xsduTTTdohHB { display:block; }
 }@media only screen and (max-width: 763px) { #UxTlTpgAaAMBQIcbDdFoxsKmBKdWoiyT { width:17.125rem;height:1.70625rem;top:1.2367191314698rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdIkpBFniCTqC98AZQwOzxwNiE74hFvC { width:5.3125rem;height:1.1375rem;top:2.8929691314698rem;left:1.5242188572884rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKZBUSNUMRS1H7ZXfyGBFvBDLOzA0QWp { width:19rem;height:10.625rem;top:10.586719512939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDASEVFDK09HgASsVZnNn4g9QspCVDNR { width:7.1875rem;height:1.05625rem;top:21.211719512939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Byyqu2rTpW0yH8H5L1bRDIzEuHvgEfZp { width:7.8125rem;height:1.05625rem;top:21.211719870567rem;left:9.8375001549719rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBT6OR8OkJvtGic8tzklVWWrdJ3NbRSu { width:9.3125rem;height:1.95rem;top:22.267969489097rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItOMo7kBuCPfJh4fuiGBFLuJTyeqRobd { width:9.625rem;height:1.86875rem;top:22.267969489097rem;left:10.375000536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLupJuOoMPdZcHEZfdUTscERmEtZWs8H { width:9.125rem;height:0.89375rem;top:24.217968344688rem;left:10.875000536442rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsZBTWX8pEtm3N053Q9ZSWag4KCu6SrI { width:20rem;height:2.925rem;top:25.886719524861rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIrhqe5T4NMb6KlN0VoAXTIrRWUZ7pTr { width:17.375rem;height:2.8125rem;top:28.811718761921rem;left:1.3125000596046rem;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.8375rem;top:33.061718761921rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3NE2dP46DxXyADmGR2hzGXm3SVTJtod { display:block; }
 }@media only screen and (max-width: 763px) { #VeTI7vSJ1EJPqpMtEUABNElFtLNmvXkT { width:10.3rem;height:3.9875rem;top:4.6546878814697rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpbAI4EKI8t6BVzW3oHoVcH0NebV3cP2 { display:block; }
 }@media only screen and (max-width: 763px) { #C8BM8Vk5JJ8zuMDxZ44H5Gh2PGcowTtI { width:8.3125rem;height:1.38125rem;top:4.6546878814697rem;left:1.5242188572884rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7sMQzxHUFPR66Z4ZTKxSh4ITyZVyBxs { width:9.875rem;height:2.35625rem;top:6.3351554870606rem;left:1.9312499165535rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fhiro71Q2p8QpVEqgUDk4rRcivwF8w3C { width:20.0625rem;height:0.0625rem;top:113.08359384537rem;left:-0.23750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d { display:block; }#pFPFJDTa6V1wO15oW0ffeKMCZkqEXL6d > .row .container { width:20rem;height:110.5625rem;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:52.939065551758rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ha7Gzh06NDyrffm96UhmCyO67TanT9CD { width:19.9375rem;height:17.875rem;top:35.8828125rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCRS0ZhNwTQWAH3pG2OZVR5UyDmXARLt { width:20rem;height:19.9375rem;top:72.099218368531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPGX1daD8ATrDJduFFimFsdQDkBsIGxo { width:10.1875rem;height:0;top:49.001565551758rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJh5b2TUDODB0Rh7kZleD1EtRd4FlvXL { width:11.1875rem;height:2.0625rem;top:48.564065551758rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #afSSobLlqCOGpS03MHOhxqQ4OAuWbDXS { width:16.9375rem;height:1.70625rem;top:72.603906631469rem;left:0.87421876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5906uoTfzXwES4R6NBF4Vo2r3K5c9uq { width:12.5rem;height:1.1375rem;top:74.310155868531rem;left:0.87421876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz320xpQ4oNBSb4qM9fNuwokOEhZ8kUi { width:20rem;height:9.75rem;top:82.37890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKP2s1ngqgQzLiOwxxXzgosyD0aWMwMc { width:10.8rem;height:4.4875rem;top:76.44140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdcyEPZTN87PsL5Sgh3H3vfTugnPFEHm { display:block; }
 }@media only screen and (max-width: 763px) { #G6FVmUsKeSN47Ev2R8NwtIAOJBkNlLAX { width:9.8125rem;height:2.35625rem;top:78.622655868531rem;left:0.87421876192094rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGf682fBfDnyTvIUKHWRxeRP2i90e0RX { width:8.3125rem;height:2.01875rem;top:76.44140625rem;left:0.87421876192094rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm5Rg0PV7aJhgKq2cZuyw1OUui29fina { width:6.4375rem;height:1.05625rem;top:93.50390625rem;left:10.799999773503rem;font-size:0.8125rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #fTfE8ywmGNb3smAwK7x2S6S3dsLuBbeA { width:8.3125rem;height:1.05625rem;top:93.50390625rem;left:0.87421876192094rem;font-size:0.8125rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #CSFZFERUp4T0n8CHQB5UtrBotE4xQJkB { width:9.6875rem;height:1.86875rem;top:95.494531631469rem;left:10.312500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOFRZq3CcA29Xsi1zehcXvlhvbngZTLg { width:8.625rem;height:1.95rem;top:95.453906059262rem;left:0.87421876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpsk2DnnbJNJ4bcx6GZQvifLimHRGdTu { width:9.375rem;height:0.89375rem;top:98.00390625rem;left:10.468750536442rem;font-size:0.6875rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #dS3ixQSi2WdTICJDoroJKQtnQnTgfd2c { width:20rem;height:2.925rem;top:100.64765739441rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwH7vpAx9WpDPIVpUsMMithAFFvonQmQ { width:17.375rem;height:2.8125rem;top:103.57265663147rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4evbxgsOZopvVsDGKHxQiiLnkoon2Fe { display:block; }
 }@media only screen and (max-width: 763px) { #kRhy8LvNoTkRLZTLRk5b0EC931DpTf7V { width:4.4375rem;height:1.925rem;top:107.56640625rem;left:7.7812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlMmWBXDDTCTPifTTzwBVOECuME6ywh { display:block; }
 }@media only screen and (max-width: 763px) { #ON8dliueO8blTmgrF0a7qnwiMawv1glv { width:14.6875rem;height:1.70625rem;top:1.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Upxc7KSbRvDA99Cb8BmbTcTPLsF0RyV1 { width:18.6875rem;height:9.5rem;top:10.151562690735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufw7lkghyM27lZfg2k5DSozeLKOdKGfM { width:10.3953125rem;height:4.0828125rem;top:4.0187501907349rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKs0aoThgFSeI64XompkQBzKlumPPMTF { display:block; }
 }@media only screen and (max-width: 763px) { #g1Ts8VZuQWdAmM0lM1AJHHG1ErTxlut5 { width:10.0625rem;height:2.35625rem;top:5.7953138351441rem;left:0.87421876192094rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcdOA583u5RZ5FKe5XzMQ4PSy7LNn7vF { width:8.3125rem;height:1.275rem;top:4.0187501907349rem;left:2.0367186665535rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cg03iSLncDQVVecQoB1TD6TV2TdXhskV { width:8.3125rem;height:1.05625rem;top:20.312500953674rem;left:0.87421876192094rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #FPdaJ8MoRFgVJcQyEmIorzwATfATu4iO { width:9.0625rem;height:1.95rem;top:21.935938596726rem;left:0.87421876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPZ4tIBTTfNOXFGXLC5fWGWF0E5ZX4Lc { width:6.75rem;height:1.05625rem;top:20.312500715256rem;left:10.299999773503rem;font-size:0.8125rem;z-index:15149;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPBu99LQwLSDVrH1Xk6JINynDuzgRaxS { width:9.6875rem;height:1.86875rem;top:21.976563215256rem;left:10.312500536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Naz9cvmymS6bCewGgX3Zr3KycaQm052f { width:9.125rem;height:0.89375rem;top:24.532812833786rem;left:10.299999773503rem;font-size:0.6875rem;z-index:15151;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nlsVNgtypl7vIibhw9rqeaPnl96oNxdw { width:20rem;height:2.925rem;top:26.614062070846rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CnlpTdTpodcxFk7ku46kFNXIezfNTvm1 { width:17.375rem;height:2.8125rem;top:29.539063215256rem;left:1.7000001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qnUK7iUaZOy1mJ1UOdEp9oTRNcL1ED { display:block; }
 }@media only screen and (max-width: 763px) { #ezMOegpBgiKyUPtcfWpCZDo4ZOFuUnoL { width:4.25rem;height:1.9875rem;top:33.2265625rem;left:7.9249997735025rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVcRO4IWKp60pXDSxH9JpB9k9IEGxx2Q { display:block; }
 }@media only screen and (max-width: 763px) { #udmJuolwABRKoBEO7d5Ebq1W3hCvTXrA { width:16.9375rem;height:1.70625rem;top:36.4140625rem;left:0.87421876192094rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpL2482vBn906T8yoQ2pzZMkI8ldRN6f { width:12.5rem;height:1.1375rem;top:38.120313644409rem;left:0.87421876192094rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhEXvPxHqCq7eAuZrmhIHeAz4qs7HPMz { width:18.4375rem;height:9.375rem;top:44.470314025879rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #efx7VNUHQFyXcHVulQ4zummZ4qAiVR77 { width:17.375rem;height:2.8125rem;top:65.6328125rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznxE9UAafOHaW502TiR1AfbdCTcpy6b { display:block; }
 }@media only screen and (max-width: 763px) { #TQmU6SdysUgEh1oImiPTkqkkWxxIUQTv { width:6.125rem;height:1.8625rem;top:69.814064025881rem;left:6.9375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrJ6ldvrUto3HPG3wuwcyy4yZ2JBhuh { display:block; }
 }@media only screen and (max-width: 763px) { #SKraZUp9SKWiKGrfNxl1wVbIdPGntfg2 { width:8.3125rem;height:1.05625rem;top:57.00156211853rem;left:0.87421876192094rem;font-size:0.8125rem;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #wPvicEtMBQh2zHVZB7E2yh7OrKPkw02W { width:9rem;height:1.95rem;top:58.76406288147rem;left:0.87421876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS48bUzcM2gvrgITeZcOiS96y84X1KSL { width:20rem;height:2.925rem;top:62.707813262937rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlThNEaMmPgT2OOusDTt49AeQVzZ23XU { width:9.25rem;height:1.05625rem;top:57.00156211853rem;left:10.750000536442rem;font-size:0.8125rem;z-index:15149;display:block; }
 }@media only screen and (max-width: 763px) { #gcHlw6bSgg7rfgweb83Kzk5urAhhHXr1 { width:9.5625rem;height:1.86875rem;top:58.8046875rem;left:10.437500536442rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN4ZP4eryifVxtatnduW93x45yETX9Rn { width:9.1875rem;height:0.89375rem;top:60.714063644409rem;left:10.812500536442rem;font-size:0.6875rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #hEvTtTeTJhP5UboUWu4uBWgc5TKWGQfo { width:9.0375rem;height:3.225rem;top:40.12656211853rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVh3HDAossZnK0BasnbIQ5cUe2OxZwbV { display:block; }
 }@media only screen and (max-width: 763px) { #AG0OMVwTHcU3UZfefZy012eU6uW7TFuP { width:8.3125rem;height:1.6875rem;top:40.12656211853rem;left:1.2812500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOZuwMpJt5XEaLnVVUHI4VS6atCGZdAA { width:8.0625rem;height:1.95rem;top:41.45156288147rem;left:1.4062500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5SCtk2qvFvititxa7tWyW3sWPsmVKN9 { width:12.25rem;height:1.8625rem;top:54.60781288147rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTi04tc2zC9k7DhK95ExmqiBTHOqBq8 { display:block; }
 }@media only screen and (max-width: 763px) { #LZ52F2PcTT4JUqIXaaob8TMIdkpQmzkB { width:19.9375rem;height:0.0625rem;top:110.29062461853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snIuaV6naeOvmAG50Kiax5P5I9ecukfC { display:block; }#snIuaV6naeOvmAG50Kiax5P5I9ecukfC > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt { display:block; }#sGQJFWrnlSX5gN9OGiG6TfnkeFZRt8Wt > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAq2K1XB0LT0cxCtiwE39o3MTCo22G7o { width:7.4375rem;height:2rem;top:5.5625rem;left:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAWxTynf19XQTWDDukTpG2pcgP28tTbe { width:7.125rem;height:0.8125rem;top:6.1875rem;left:12.875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2u0VTx8ue1QGdCqJVJDXEFfL3Hn1W9o { width:19.875rem;height:35.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq6viyX7NST9m0A0FCqoZfBqcxDce55h { width:16.9375rem;height:1.70625rem;top:75.668750762938rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l98kBr0i1XX3pLQRETmUcJ77Pp5TuyIc { width:20rem;height:10.1875rem;top:85.987500190738rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #pEFT5XB6CpLxVnQLU3aBCwTtoTUJxQug { width:12.5rem;height:1.1375rem;top:78.056249618531rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1iq6lxxEyGpPXlk3s3Fnu1cHfoAkxzm { width:10rem;height:2.35625rem;top:81.737500190738rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mK4RowDuvO9hnR8V4nX4i06fLtKXHTSX { width:10.225rem;height:3.9125rem;top:80.231249809262rem;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:80.131250381469rem;left:0.53671878576279rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HE0SVn4QHRvPGtwarUHccmiiacULlaEi { width:8.3125rem;height:1.05625rem;top:97.4187502861rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvC6gCPvkFx3ARtQLW16NG66vgrfMVy0 { width:6.9375rem;height:1.05625rem;top:97.4187502861rem;left:10.000000536442rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cS18zQuRNgTCQQ1BpfGildD5o2OMxSVy { width:9.625rem;height:1.95rem;top:98.475000381469rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qm3nS4zHykOAn5JESR6y9dUvAD8tnt8W { width:9.6875rem;height:1.86875rem;top:98.515625rem;left:10.312500536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMmVvoB9IaO7A4BNcbMUOiBvrKO93k9N { width:9.25rem;height:0.89375rem;top:100.42500019074rem;left:10.625000536442rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQoUlI7JpFXDVnfZ3a1S3NiBNuoOXEDs { width:20rem;height:2.925rem;top:102.65000057221rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aFmeuNtUU2l3e4rOWQTT74V6lh7EyiMi { width:17.375rem;height:2.8125rem;top:105.57499980926rem;left:1.3125000596046rem;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.075rem;top:109.35703086853rem;left:7.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zic59SvQuuu6k19pnpFt4ayXiU5VHMT5 { display:block; }
 }@media only screen and (max-width: 763px) { #pS9d4kTItcohGfaF7pQo4wktwk1QV5w9 { width:19.9375rem;height:1.6875rem;top:72.568750381469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imkLCcmkAllXTTgy2yVOKGdkisbcIsqq { width:20rem;height:0.0625rem;top:112.39375019074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9GNf6UvC8thJe6nWNrTgUh0AfnPCwJ { width:10.9375rem;height:1.70625rem;top:37.612500190735rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIKLBvEnoeDEqUPNkwri18BZX6TQyrOT { width:5.5625rem;height:1.1375rem;top:39.318751335144rem;left:1.3125000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6aWhXdgpHqcCtyGvHFdMJ2RtFB8VIl8 { width:18.6875rem;height:10.1875rem;top:42.49374961853rem;left:0.65546876192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AV7B4e5OkLus63PMxl2MWs7xhsHZJXtG { width:10.4375rem;height:1.45rem;top:53.681251525879rem;left:4.7812500596046rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fTWqL2BTGsqU6dT67k1zRlhg8MX7w29T { display:block; }
 }@media only screen and (max-width: 763px) { #wweQVbZWl5M5v8af030BUBdVUVbmnMHk { width:8.3125rem;height:1.05625rem;top:56.731250762939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsPWr2ilNN0KF5g7s3mc78prXVuOyHKw { width:9.25rem;height:1.05625rem;top:56.731250762939rem;left:10.312500536442rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvXICi8prgtRzPrg1T6Qeg1C7wbDTsze { width:9.9375rem;height:1.95rem;top:58.47500038147rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h47zOUdQlLMG3yBJHvF8cBCk23LNqF4n { width:9.75rem;height:1.86875rem;top:58.515625rem;left:10.250000536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuoTdyJV4cyrxw7vnlLaqhwEBIhGTVT9 { width:9.1875rem;height:0.89375rem;top:60.987501144409rem;left:10.525000154972rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nw2PrAdLmAgykV0GUCTBrq5rV3EqTTp1 { width:20rem;height:2.925rem;top:62.868749618531rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxmWaT3kkoWwGsGffEUP8hgmFDC1DC9s { width:17.375rem;height:2.8125rem;top:65.793750762938rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsJgxCBlGfgUlyP1EU65oKIrU6dP0FQm { display:block; }
 }@media only screen and (max-width: 763px) { #t7hUCt7a2OQXnUm90uBF0Jbt6rDoW7Eb { width:4.0625rem;height:1.6375rem;top:70.168750762938rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dovdf7pssBWCuVQ1iNQZaM9teJ0PZx01 { display:block; }
 }@media only screen and (max-width: 763px) { #w1zxT0GiFqsrBLvO9DyK9wWQmW6qUf8F { width:16.9375rem;height:1.70625rem;top:2.2875061035156rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKIUFz7xTrDr5KUPrRv7izvgfTTtmKu1 { width:12.5rem;height:1.1375rem;top:4.2367248535156rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFpX4ePuKhewEbG2EFgNSmRTe3a3yVbD { width:20rem;height:8.45rem;top:10.924999713898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RegsIDB17zT973vFVyIs8VzIxoFOyrSk { width:11rem;height:4.5625rem;top:6.3515625rem;left:0.53203123807907rem;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:8.5710906982425rem;left:1.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEShZzKTRellkNy8UZNy3qC7w93PZ8mF { width:8.3125rem;height:1.38125rem;top:7.0437469482425rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdFqJkTgNnJ31xNhhW4pdmPJG0P4xDFc { width:9.5rem;height:3.9rem;top:20.862503051757rem;left:10.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8u5CLG5uT2W0BzGtBuhFTUcSdT8PQG { width:8.3125rem;height:1.05625rem;top:20.862499713897rem;left:0.53671878576279rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwOTRo0mhQZIKVbSdqdJhPrkSSvLLph6 { width:9.0625rem;height:1.95rem;top:22.862499713897rem;left:0.53671878576279rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIX5tyXR9ID7U9LeHCfwUVplHKFM5oaV { width:20rem;height:2.925rem;top:26.018749713897rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmdntn9M0zxmTT9iEdBpeNUOk4QNEqn { width:17.375rem;height:2.8125rem;top:29.549999713897rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2abMDWefvuafVpvIlEqILdTae11bgeU { display:block; }
 }@media only screen and (max-width: 763px) { #ufWzmbl4113XAFTa2nEN0ElevcXFG3cz { width:4.0625rem;height:1.93515625rem;top:33.301563262939rem;left:7.9687505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWs0XlEfq3HAX4TiukuIIeBiuQXeLy8X { display:block; }
 }@media only screen and (max-width: 763px) { #pDnGe26HReI0g7l1SrLW5LJwM1Biz5X7 { width:20.0625rem;height:0.3125rem;top:112.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu { display:block; }#L5hLtq2WHQ2HTK8XZVZNefczhcwvVOQu > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmW83v4UhUhVGE7GiN2fyxFazHB0mbhf { width:7.4375rem;height:2rem;top:5.5625rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuiG4EiXWRPS8VN6HbC1SFlWJ5tMsTv7 { width:7.125rem;height:0.8125rem;top:6.1875rem;left:11.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VPBc7ZbcHmBotSCa1WgBqe0e4IUTBDJ9 { width:13.9375rem;height:1.70625rem;top:1.1875004768372rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEJTfwUgKTs35tdPawAkV7ta4mU0F1vo { width:17.5rem;height:13.0625rem;top:7.5554690361025rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #upss5IfJNERqVhxBhLhuKDVOwEZPk4Vh { width:5.9375rem;height:1.8875rem;top:34.156238555908rem;left:7.0312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBbhbTtL1gBXMdHbDO43BTRNqARBOsf3 { display:block; }
 }@media only screen and (max-width: 763px) { #KbfUaBntCRnqWGPf0Bx8LQFOyctlFuAV { width:17.375rem;height:2.8125rem;top:30.106249690056rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcev4vTsvdzHEmD3u9DRqDihpFLeVsiT { display:block; }
 }@media only screen and (max-width: 763px) { #zTeKTSaf2WpTfhNCrhNLcxmMEE6hEOyl { width:20rem;height:2.925rem;top:27.181250452995rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omOmOCApHdh0cmd40W4ThDTfofxmZmAt { width:8.3125rem;height:1.05625rem;top:22.031250476837rem;left:0rem;font-size:0.8125rem;z-index:15161;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbb7p91CcHewa0IRertUAzA6CQwVTp3a { width:9.3125rem;height:1.95rem;top:23.087500095367rem;left:0.84921878576281rem;font-size:1.5rem;z-index:15163;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xuuvo4JSXSDXPDB2AadTQ0C8nWyrkvVR { width:9.25rem;height:1.05625rem;top:22.031250834465rem;left:8.8750005364419rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KREfPbqk63fS9uUNaQ5S5NtvhcPHLb84 { width:9.6875rem;height:1.86875rem;top:23.087500095367rem;left:10.312500536442rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbyth3lzTdp8Al6APJhloHmR8qfVJNiO { width:9.5rem;height:0.89375rem;top:25.037500858307rem;left:10.500000536442rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKq177PIBeAxNE8bnJmxpTLTSA3TDH2d { width:10.225rem;height:3.9125rem;top:3.6429686546326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXhkdVu2XURGVHMpvLLTTFqziCGP7IcS { display:block; }
 }@media only screen and (max-width: 763px) { #UPq92Rv42i0w21qDok0ipgVbbCsBC8Ko { width:8.3125rem;height:1.38125rem;top:3.6429686546326rem;left:1.2500000596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqkSQdfQpkUwTlKrVPeH8TTJxiiernAK { width:10rem;height:2.35625rem;top:5.2492184638977rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTKt1Fnzc8vBNucybM67sT3mfvryhQwV { display:block; }#MTKt1Fnzc8vBNucybM67sT3mfvryhQwV > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxgcfranNiFtfstl3RkrPKEhErFPofCh { display:block; }#pxgcfranNiFtfstl3RkrPKEhErFPofCh > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMqECUu9v2CwVhl4SCaZr92QV4TVLsTg { width:20rem;height:33.25rem;top:1.25rem;left:0rem;font-size:0.625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln { display:block; }#v4zR6hVtoQzlBC0pXmLKylgSXViw6Tln > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxvTVk0HWEodKVk99omGmAM1canBp6E6 { width:15.375rem;height:1.7875rem;top:1.25rem;left:2.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIWbovJZFvy03mpXUo7hqBahqrfERQA4 { width:20rem;height:4.63125rem;top:4.2875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s { display:none; }#V7xgVU2WtbJmWBZ9RQwDW0E9M1l8F42s > .row .container { width:20rem;height:33.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kLb6TWrOPq8Be8018Orh9sRZGHGcC9kN { width:20rem;height:2.7625rem;top:2.8992309570312rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q767IftlTxGd0p9PT7LUii5sQ6kBkO44 { width:18.625rem;height:16.9rem;top:6.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlsnPQhQw6zIFoT9gQfPeeGtQfPXZ1ka { width:20rem;height:20rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4oqcJniWediicuybUBFtWrc88HUt3w0 { top:1.25rem;left:0rem;width:20rem;height:10.4375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KNHxXpGTR0LV3Z9bw3DwpRp4AAdhdZIQ { width:14.75rem;height:2.6875rem;top:29.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5hkDKmD6Fw71r6qiNOA9CT1zvHd8N9v { display:block; }
 }@media only screen and (max-width: 763px) { #r7mENGSkzJ69800D1gD2kVi0RueC7sET { display:block; }#r7mENGSkzJ69800D1gD2kVi0RueC7sET > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccxFM3p8NpywHyZu1wRwLiKOHTKXPZEq { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dhcaXUKobeuWgBvpSF9Qiw3p3UDc18wT { width:16rem;height:7.5rem;top:9rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zvdmoqz1az6KsUWKCMPc2C5dquwiAu7e { width:3.125rem;height:0.3125rem;top:17.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX { display:block; }#wl8Z9hfSKViVBWnTlDgb9u9hLku88dBX > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULJkTdWtgphWBIC5sbDSMIIeyZWezJdl { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu { display:block; }#NFtJSCNkS0fbrEihxfX70L1lFtyOcVfu > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTZ1xI9tmNVIfz3MzsKqtSD3QXPMWgRH { width:18.5rem;height:8.4375rem;top:49.02499961853rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkzxpzHe9AEJTbEpszWpiPechP37ZwFE { width:16.9375rem;height:1.625rem;top:39.5875rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr1VSOMef4BpfUAwD462MSHK1AaiGQsK { width:17.375rem;height:8.25rem;top:86.300001144406rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #heOaEDXtlxDDOBa0TgTTsZCMxsoa7BGS { width:19.875rem;height:35.3125rem;top:75.6125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw8NKd6PUwqkdFH0d5zIUgoO1fJa2zcG { width:18.9375rem;height:1.625rem;top:76.6125rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXFxXRRbsPuzIaT04cy8zZQNwcTd07wW { width:10.6875rem;height:1.95rem;top:61.4rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrqukJfQ4wMEuhv4gX88PxWfqg5wUQBh { width:8.3125rem;height:1.05625rem;top:60.15rem;left:0.6875rem;font-size:0.8125rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #gU1ABSkhhlEpwpEdf4Kl8628XdGQ9kSB { width:10.6875rem;height:1.95rem;top:98.3rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynEzN4LUxS8rnaPU7v60rz8rqMTX7kCG { width:8.3125rem;height:1.05625rem;top:97.05rem;left:0.8125rem;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #WtZgtSHFqFluIsZxEkyUd4rQvtRbz8N3 { width:17.375rem;height:2.8125rem;top:69.587501525881rem;left:1.3125000596046rem;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:106.48750972748rem;left:1.3125000596046rem;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.425rem;top:72.587501525881rem;left:7.9687505364419rem;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.3rem;top:109.73750114441rem;left:7.9687505364419rem;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.5875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRps756oOK4tdTLQutnoaRhsXCVxv99S { width:12.5rem;height:1.1375rem;top:41.9rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxQNpodaU0TcRBmrJpbNPqH6CdQbLsxa { width:9.75rem;height:1.86875rem;top:61.275rem;left:10.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #So9t8T6wfDREBpXb8CrqkdxPwqwAFKSr { width:9.1875rem;height:0.89375rem;top:63.4rem;left:10.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAeQCWk0lCdXGV8fU3gVEMI4uimIJRlT { width:9.25rem;height:1.05625rem;top:60.15rem;left:10.75rem;font-size:0.8125rem;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #e3nlNTzHnXBuSbDTSfv0Oh4klNaPxHH9 { width:6.375rem;height:1.05625rem;top:96.9875rem;left:13.0625rem;font-size:0.8125rem;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #eGbX0FOJKbRO8aqiU6eCEdbrl9SyyclG { width:9.8125rem;height:1.86875rem;top:98.2375rem;left:10.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC1imnEHGPPyCzJELDtzwHzhXJu8gNUx { width:9.6875rem;height:0.89375rem;top:100.3625rem;left:10.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEK4hAQ2qmVX1I42RRQ2Nqgoo0mWFv1h { width:19.875rem;height:35.3125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LuShbp1dJgvssmnSS5UKrcBcUHvoua { width:19.25rem;height:1.625rem;top:2.25rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ8T1kMXfLCPCbSD2VTTBTRi6JbyqInn { width:12.5rem;height:1.1375rem;top:4.5625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV8lhW83WuGUh0O8BFehCD3pvuZv0wzU { width:20rem;height:8.5625rem;top:11.118750572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNl324ibm2OITd2kGU96FxtnpJ4066H1 { width:8.3125rem;height:1.05625rem;top:22.75rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPJNylWyFVNRO411xnpgIOsT5QQdOKS { width:9.25rem;height:1.05625rem;top:22.625rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUWNmImnmKB62rrzuTB9m4lubDbEMH1X { width:10.6875rem;height:1.95rem;top:24rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ32X5pr5AJb52xy3le1AxGNWqd6SPha { width:9.5rem;height:1.86875rem;top:23.875rem;left:10.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFgJg1f7fWRaheo7O6WTDTX3Dl99Dei4 { width:9.4375rem;height:0.89375rem;top:26rem;left:10.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq35IITDGPPOBUbZHv5CDEByG7lgJLZm { width:17.375rem;height:2.8125rem;top:31.612500667572rem;left:1.3125000596046rem;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.7625rem;top:34.950000286103rem;left:7.9687505364419rem;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:6.3125rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyrKV6qfnvJdJfcvClAUsFkf7syRvbI0 { width:7.4375rem;height:2.68125rem;top:8.4375rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QJhSNNy5FlT7dW3fNFfgMv7kEGw3Pl { width:12.5rem;height:1.1375rem;top:78.937512207031rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqwtN96A1XASDbXFe2QR5xGJTEGJE2nV { width:7.4375rem;height:1.4625rem;top:43.037501335144rem;left:11.799218714237rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWgRmuML93mUQnymZnDebHRxHCMEC21O { width:6.9375rem;height:2.68125rem;top:45.5875rem;left:12.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc1hE5qmhrL0BgN0kFGqTcyr1FktHvVr { width:10.4375rem;height:1.4625rem;top:80.55rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TircxdX7FinbaBRJ0OUAbLEgQCCXw8HB { width:6.8125rem;height:2.68125rem;top:82.675rem;left:12.6875rem;font-size:0.6875rem;z-index:15161;display:block; }
 }@media only screen and (max-width: 763px) { #iByBXw2GyfLwMlPsRmL5XyVpx67QTeao { width:8.3125rem;height:1.38125rem;top:44.025rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u623kAEfBG1hku27zOxAvOq04qkhbofy { width:3.5rem;height:2.6rem;top:44.7125rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCAQXVr9ywTtmVlI9ukDq9nwhbnrJa5I { width:9.9375rem;height:2.35625rem;top:45.2125rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc0JMZFSTyxU1s4qx9XB2gwrpdCe2Mqz { width:10.1875rem;height:4rem;top:43.837524414062rem;left:0.125rem;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:81.3625rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbyT9nh7dDaTWwabiX1QDeFnCHOfSTe4 { width:9.75rem;height:2.35625rem;top:82.55rem;left:0.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJG1bak15UteVFpBPVfuCJVJWqnE5lRk { width:3.5rem;height:1.3rem;top:83.312512207031rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJzWgbSJE9iaWCTDpKF0vF9M5g59sOcd { width:9.25rem;height:4rem;top:81.175048828125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP6iRAiGbvDbWFSMrMLIx9cDBb5FSgPp { display:block; }
 }@media only screen and (max-width: 763px) { #HGik8f8dkIB9TMv6w2ReRyM9IdZUVkZv { width:20rem;height:2.925rem;top:65.3375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJKWGEMkReSLbPrS8QdLMIgHQzJpEa8C { width:20rem;height:2.925rem;top:102.2375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGusAuSOnl9UuwU9IMSrQN5I8T9bfzh7 { width:20rem;height:2.925rem;top:27.854687213897rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeTgGzysHfbZ25msq8G5oSolfpOy43TI { width:10.7375rem;height:3.8625rem;top:5.6984367370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR4dSiHtk9Ham6TQhERSrbhQrlfz1kHz { display:block; }
 }@media only screen and (max-width: 763px) { #GsbyUJS4OpDc9OQEuyMURdarwkaNNWT8 { width:10.125rem;height:1.3rem;top:7.1875004768369rem;left:1.0617187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpE4VRQR2PXsuAa97XTMKf11ZUncJrAZ { width:8.3125rem;height:1.38125rem;top:5.6992182731628rem;left:1.6875000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB { display:block; }#dhd8gLoEz3LmhPXiEqf0c2EiKWuvKEoB > .row .container { width:20rem;height:128.06169433594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEJzecyvTsT1uwiPDX7eoD0ssLkJmK8d { width:19.6875rem;height:9.375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDR2UwqDOLS87upctkoBbQDU1gcvbisO { width:16.9375rem;height:1.625rem;top:2.25rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0OyQdPzHhikhELigLoJaR2aeuvyE9h4 { width:19.375rem;height:9.125rem;top:49.64999961853rem;left:0.31171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHbpTuyPEpuxLL2ctr0iJMVMyXhBEFfr { width:19.875rem;height:35.3125rem;top:38.525rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfggBeFI2dXOHUOnzUlKK5bwxA7gDk8b { width:20rem;height:1.625rem;top:39.4rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQQPu2T1E0J5ioZkR6J31tIeNICMX9Da { width:10.6875rem;height:1.95rem;top:25.375rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSk9gubDW0wOdALE28uViLBRlGLETit1 { width:8.3125rem;height:1.05625rem;top:24.125rem;left:0.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfwdTlTlP9mrNbiNyhvXO4xwNnNocZdi { width:10.6875rem;height:1.95rem;top:62.7125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkBbGZTerc8p7aHFKNqr5CqgFIvCqJbi { width:8.3125rem;height:1.05625rem;top:61.525rem;left:0.625rem;font-size:0.8125rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #edtos0fCkNXmDfGeEZ5ifTSbhSgDR0Ll { width:17.375rem;height:2.8125rem;top:33.300001621246rem;left:1.3125000596046rem;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:70.212501525881rem;left:1.3125000596046rem;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.175rem;top:36.112500190735rem;left:7.9687505364419rem;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.3rem;top:73.93750190735rem;left:7.9687505364419rem;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:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn23T8FPKDWPuSESRLfgWABqFIZ3XPv9 { width:12.5rem;height:1.1375rem;top:4.32421875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGh0ImE38oCMX5De2iqiHMl2TtTq4xLB { width:19.9375rem;height:30.6875rem;top:75.924926757812rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf3ZfuJMlWaX3HhzZN56dK2gxHrxW8TM { width:16.9375rem;height:1.95rem;top:76.925rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQNbayNwedsityeWe73O31RsaDkhwT8u { width:18.6875rem;height:8.9375rem;top:80.643751144406rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAXsVRFFIkO6bVBOmQdNcTpHlXA4QBi1 { width:8.8125rem;height:1.95rem;top:92.65625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXLfgAz7un7MxiOgB4JRidiMybdKLDn3 { width:8.3125rem;height:1.05625rem;top:91.300001144406rem;left:0.48750001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg6sQzxkJ1aiWGW1TPaiWE4JAfR2QzI { width:17.375rem;height:2.8125rem;top:100.03750038147rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TclszFqhhUZ9JldLIn5vynFzlT1H0zS5 { display:block; }
 }@media only screen and (max-width: 763px) { #zBUnEAhB72bNfBAdpDuTebTuEd4uXch2 { width:9.25rem;height:1.05625rem;top:24.125rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6fwLePyLEbzp7EiGBf1nABKZlAIMwhP { width:9.3125rem;height:1.86875rem;top:25.375rem;left:10.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsfvGINgTEnUiVhIncNauceErBtI6e9x { width:9.125rem;height:0.89375rem;top:27.5rem;left:10.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnwbZ0T2nnH5pRMOCuGEDh7InlTWQOLA { width:9.25rem;height:1.05625rem;top:61.4rem;left:10.75rem;font-size:0.8125rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #U1lrZmW8Gb7d206glN4h4FMuEDvz0wZh { width:9.5625rem;height:1.86875rem;top:62.65rem;left:10.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq2B7KxLXPIxqOUt2v44stcxBsAyDyIp { width:9.25rem;height:0.89375rem;top:64.775rem;left:10.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LACyn49bNVv4q3M6DFCrEm36pTMTTTrU { width:12.5rem;height:1.1375rem;top:41.475012207031rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INTGmZBGX8wHXUWsfQeZqvUbz5rXd3o3 { width:9.25rem;height:1.05625rem;top:91.300001144406rem;left:10.750000536442rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk4RyPV9IZTHBNJ75o5TfuLUr6x1uf6q { width:9.5625rem;height:1.86875rem;top:92.696874618531rem;left:10.174218714237rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2HAbfcRJ04AtNdwF9ycrzRcLSrao8s1 { width:9.4375rem;height:0.89375rem;top:95.112501144406rem;left:10.174218714237rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZahyyzcg7yqUuAuqeGuiFMPIVnH2BLe { width:4.0625rem;height:1.95rem;top:103.73749923706rem;left:7.9687505364419rem;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:43.9625rem;left:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1uZPilHoKE5Les5xtUiAncDEP54Qmhc { width:7.75rem;height:2.68125rem;top:46.0875rem;left:12.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV9nmHTcClignwyEhLgDNhhN5hZqm2IJ { width:9.3125rem;height:1.4625rem;top:6.75rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnMPHTbcCsUqD9Ekh7ubSKBDyTbmAHVh { width:6.9375rem;height:2.68125rem;top:8.875rem;left:12.749999046326rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #capr3NxIJluFa7ldPA405IayJTn7xgys { width:20rem;height:2.925rem;top:97.112501144406rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLJDmdTAEmVqrMFpDAxkscI6G0Vz3lCJ { width:10.6625rem;height:3.7875rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spsOJ3lH2AZRKwR4yfc3WIxxPT4TXFtc { display:block; }
 }@media only screen and (max-width: 763px) { #VwTeDan1MNbixOs3LUJd9p5oy0tAri19 { width:8.3125rem;height:1.38125rem;top:6.79062461853rem;left:1.5625000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWakaeJm14qxcSMe7TC11brBdBIXcuBO { width:10.8125rem;height:1.38125rem;top:8.875rem;left:0.31171876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg8RV4o0CxswfO1aCH8RegAxrSwO2DaX { width:20rem;height:0;top:118.24919433594rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iR0rlG5dwE5K1WxUw53aoLAPaI7rXRM1 { width:20rem;height:0;top:123.15544433594rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGiTGU7dW1QXpB7rCk4mpnpKn6IT7Rbz { width:10.75rem;height:3.875rem;top:107.86169433594rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfI048OKF6Cpx4LWevcNtrVfoJ7V6v0S { display:block; }
 }@media only screen and (max-width: 763px) { #mbPxLXblt6qfT5VOW02C5SApHLW5ARnw { width:10.8125rem;height:0;top:115.61794433594rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwDfdmAcsDzxiLcgkg1zT5shTit8CulX { width:10.8125rem;height:0;top:112.98669433594rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO { display:none; }#tZP31zkFG6zKc1TDQ60udDpL8VqXBPfO > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh { display:block; }#NEsZtr1JJsU0cLWVe7XFOgtbV7waAZNh > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzI6s9TTCpqgIk9itn3pplrVzh0Z8uO { width:20rem;height:24.15rem;top:1.25rem;left:0rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F { display:block; }#mPdAeJPLTFu9mqPsTfB33XF0A0F8HU8F > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGSZGolFUosVDq0XFwBgqt11aeQM1ADV { width:18.0625rem;height:1.7875rem;top:1.25rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S { display:block; }#TeKN110DCiDKxtcIpUDWcReyL0Vsyq8S > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRFhSw6I8368ObOScTnUI3ZctxHVpHPy { width:20rem;height:20.25rem;top:26.361724853516rem;left:0rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #xAxIZDRx4RimSscd09aGpK0gTdZMn5TM { width:8.5625rem;height:3.9rem;top:28.813293457031rem;left:11.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hl6CUdQS30T3PGHHiIgFCpPr9nK7zovR { width:20rem;height:2.6875rem;top:51.97265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ISPOGUfcBaehefWKQyHB0lDht8a6J0 { width:15.5rem;height:1.70625rem;top:27.408599853516rem;left:0.42499923706055rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyOseXU3oC2tms5V3E3ZMcSKaW7dlEhN { width:12.5rem;height:1.1375rem;top:29.357818603516rem;left:0.42499923706055rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly2AV9axnXVTSalgQRaTTDASIfBpbfSZ { width:16.6875rem;height:11rem;top:31.036719799042rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyTEZPb6FqWCTKJ9QKoNDAbT89nfVlW { width:17.375rem;height:2.8125rem;top:47.597655296326rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiv9OTEr7yqC9O4vctaA7Z48gkLkzVwN { display:block; }
 }@media only screen and (max-width: 763px) { #gibc5IHVMNN1T6Jz5qT3uC58lVzbVwHk { width:18.0625rem;height:1.70625rem;top:53.103905677796rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7WCTgO7h4IpGUPwdDUClz6Ia4AUwlKh { width:12.5rem;height:1.1375rem;top:54.76015663147rem;left:0.42343753576279rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAyv9FLR2bwb97T1b576TVPs2GfOcOSa { width:17.5625rem;height:12.5625rem;top:56.76953125rem;left:1.2179687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKN867pua7zfSpsfEHMBSIZI5ipqDvMC { width:17.375rem;height:2.8125rem;top:71.520313262938rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawOu9kTgugErV8QfoowJgdBrnXVif0R { display:block; }
 }@media only screen and (max-width: 763px) { #obwTZWOp53c5REfITCEZnNRMxZBDT3qN { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWSB1XrGUn2FSkNBU1fRCrGZfqNUTwRq { width:15.125rem;height:1.70625rem;top:2.0898447036743rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVpxEHFiE6KkeU3FzMps3noTTakRu4gT { width:6.25rem;height:1.1375rem;top:3.7960939407349rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zrw64qXeuicT4XmTZsF6Ms0cUrIkX3F6 { width:17.5rem;height:10.625rem;top:5.796875rem;left:0.64453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy8S1hPCx6W0FRfxnsUsGfs9Hf4smeem { width:17.375rem;height:2.8125rem;top:18.924215316773rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #waFtKFd7tAW5mT2I4nxnGsAIZXA0nG2A { display:block; }
 }@media only screen and (max-width: 763px) { #TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ { display:none; }#TgHMwH3tbyRWE0AGRzaBoGSh4BzBLxrJ > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF { display:none; }#WoMXBqVdQKNmfr9QSKee5HOVBqZylbuF > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B5OsVg14cC9TCGINyyOOHhhCFi5zcp8t { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k45apQ9gey75pzGdJRXWvtFV0D2IJxO0 { width:20rem;height:2.6rem;top:5.1rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu { display:none; }#yXqTOqFNoFCrgUEBE4EpyG7SNag6kcTu > .row .container { width:20rem;height:68.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lrdkGSDn7gwZZ2eMQJAD6HOvXVkOOzI2 { width:18.0625rem;height:6.825rem;top:1.9375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt1xTv928mKmETToozzzsM5KDx955c3o { width:17.125rem;height:3.7375rem;top:52.9171875rem;left:1.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rccfaT0ckdxrmhqUzhUEvZX4MO2ZybSb { width:20rem;height:auto;top:38.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TRmpy5gd2Tfny2JwO4r2WTU2wTkVOaaf { width:20rem;height:auto;top:41.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XGkzgR9wyKeNtDwLOguo3NgQBepNT2yL { width:20rem;height:2.7625rem;top:57.9046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BkFvXUK571zgTtvsaXyJoHF9IKq8KNeR { width:20rem;height:2.7625rem;top:61.9171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hDlQlTQnaWUmhPeSIxDv7GqhGK2Wb3xG { width:18.125rem;height:4.875rem;top:46.7921875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atISmCCxGHDNaNWB5FvTE9ccyxNQWhpE { width:18.0625rem;height:6.825rem;top:37.0421875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTN63PGflymaSUzEiByNtURuVWNlXPKa { width:18.0625rem;height:6.825rem;top:11.4375rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAonMIRClwivpuor4IdxUwaVHPfdmSFk { width:20rem;height:15.8426875rem;top:19.5125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl628qTWEiJ2sAdpQVkVmguFiVJcVkAQ { width:20rem;height:7.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJqsENqNzT8007tUVVA46CmOt3GrzyCy { width:20rem;height:7.75rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnwmUe559NbCI4trC638H3WQW4kJvtoR { width:20rem;height:5.6875rem;top:45.6671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7laNpAwmX7r0eoMOOA40VPeAcpCvO07 { width:20rem;height:7.8125rem;top:36.6046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGw5T8dlpWvPaGxTatmJfoDTkR9VoDe { width:20rem;height:1.54375rem;top:65.9296875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn { display:block; }#ZDe7WEVqpbuGQPx90CHMnT7OaSiGLBGn > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd { display:block; }#SzorDqy12Qqw1qRwZQwzUJhyIbuygUOd > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTqt8SFmW6rsPyJSkCPk3D7GGOghUwzH { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzIQcI9mDIgH2ZHnVgsWTBBq7IbJ674q { width:19.25rem;height:11.8125rem;top:5.75rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2Bkl1sGJvfuqIze2B3gDglFILHaHg72 { width:3.125rem;height:0.3125rem;top:18.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCOfUVryrZQtthMTcVExK0VncAN4BMFQ { display:block; }#FCOfUVryrZQtthMTcVExK0VncAN4BMFQ > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8rzGDyUu7n11searWZl4so5OBBM0eHq { width:20rem;height:20.25rem;top:61rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrgcP7QFJUpgL3ll7fHgO4kAJUa8UvuN { width:12.6875rem;height:4.2rem;top:8.5rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTtqIv6TGRCOmpdJMvwRTTLSPgHbT8uI { width:12.75rem;height:4.2rem;top:25.575rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3iFaMZwuJlInWsWz24AW2HGQb526GI { width:11.5625rem;height:4.2rem;top:43.3375rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd04xDDdVV6ETLOxfaC21l2xg1xSOicv { width:11.5rem;height:2.8rem;top:60.475rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMDTSABvlzW0Qbr3GTNRFxRUJE5SvI5V { width:18.3125rem;height:7.25rem;top:7rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPCRGPPJRFPZI5gs1Qtw4ToKxX9niCH { width:18.3125rem;height:7.25rem;top:41.15rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFyE0Aa0bkow7ULXMkCc1t6Gk2tW6GNH { width:18.3125rem;height:7.25rem;top:24.075rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXUsgJFi91ZDuKAoW3ZvcgtHK8L3vm3E { width:18.3125rem;height:7.25rem;top:58.225rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goEN9weZtF1tRf74fgmMWspfTsUSBmeJ { width:19.875rem;height:33.4375rem;top:6.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKin9i04bPrGuiTbiC9yRw2PCy1pv0kk { width:19.875rem;height:26.5625rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y58AbTvAnK92JimPT5QGpftR3RXHxKkU { width:3.125rem;height:2.8125rem;top:9.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFb9IqN5E3hdnCdfnr8I19Vr5USQSf4M { width:3.0625rem;height:2.5rem;top:26.45rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSPb9VldmFwCbaNQwItH8ZJDvPMIrRw7 { width:2.875rem;height:2.875rem;top:43.3375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBa7cnwX7I8ciKKz4HKImrfrHa7bknTD { width:2.5625rem;height:3rem;top:60.35rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEwX4dHlCmaJpUsDDhwulmUeEssiZgBr { width:12.125rem;height:1.5rem;top:0.9375rem;left:3.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmWvXF6NTy9RyluB5CbQibDaFimioku8 { width:19.5625rem;height:1.625rem;top:5.4249992370606rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCHKlgyEdUEtukxW4HEhqJ1BBCe5oEsU { width:18.3125rem;height:7.125rem;top:15.6rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kshy3u2U992Lk0lJ3VU5lEoTzTOboV5w { width:12.125rem;height:5.6rem;top:17.1rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtbdCOtxGNP7yMpWOnWdcDRqLyehtlo { width:3.125rem;height:3.125rem;top:17.6625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPVMJ1znBXnLgcQx8tgTIAchA0TQOHS3 { width:18.3125rem;height:7.125rem;top:32.675rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D985mhvFSZWytRggTNTJkvvmGwgBtDOr { width:12.1875rem;height:4.2rem;top:34.175rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6iSTlM5PllkUU8BoGKaJBDdU0NzQzg { width:3.1875rem;height:2.4375rem;top:35.1125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP4EihgbfGD6BT9Q0s4uCsy5ssQ8pMK4 { width:18.3125rem;height:7.125rem;top:49.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TQSRBLRRInNs6yhsZZpW6mfFwpD7DV { width:13rem;height:4.2rem;top:51.25rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWhs65NehfXbUmt2szLRD10pAp1w890 { width:3.25rem;height:3.25rem;top:51.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGuFc9xBihfE9Tb7Glfz6QkUKKs0HBk8 { width:18.3125rem;height:7.125rem;top:66.825rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqLreXIOLLN9p7V39N2Z68ThXb3WaLwn { width:12.4375rem;height:5.6rem;top:68.325rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXErcUsvSfikIKgnL41kavJicXuVu9sT { width:2.8125rem;height:2.8125rem;top:69.075rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPA1p2vR7zSqbl4g0z63n7BMcQ9cEtey { width:19.5625rem;height:1.625rem;top:3.0625rem;left:0.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZHlstpNlveyIcEo5qgI3d6K3DD36JZ0r { width:14.125rem;height:3.25rem;top:75.3rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHCqd81BoZqJ8lPKCM5MVwNG1nhNcZZM { width:17.375rem;height:2.8125rem;top:79.8rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugmSWOawAVqrA801eSbx95gBOmTmOHNo { display:block; }
 }@media only screen and (max-width: 763px) { #itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 { display:none; }#itmG0k2Dve5t5giXU45hdE5pd2RSd4L6 > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJoPrTnU6O1zrq9C2xl2QKdDqbv48MLB { width:20rem;height:3.1166666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RF5oOJnmJ3ZmS8RALhkCPHO7XC8Apkqz { top:1.25rem;left:0.625rem;width:18.75rem;height:15.625rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LFy5J8aSul8TueNHquKBTA8tzlkAbb4T { display:none; }#LFy5J8aSul8TueNHquKBTA8tzlkAbb4T > .row .container { width:20rem;height:6.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q5U1cgxvuJkJ7UBnVyRi2lZe6Fr7x3oU { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txRILFnSSf8rObENfeINPcWiv2imFDMo { display:none; }#txRILFnSSf8rObENfeINPcWiv2imFDMo > .row .container { width:20rem;height:112.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZceowJT04dJ6s4eyHlu2BGBHd66DZmfT { width:18.75rem;height:5.85rem;top:2.4375rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A0QPBzpkwuBQSKP0tbeWBxdb6zX6DfAx { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA3o7xe0yVmC6iD0Da25TaEPxlyBpW5I { width:7.1875rem;height:1.5rem;top:17.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCJ0HNaEXA7ZEzIJNvWLswgoiGLPTG2k { width:18.75rem;height:5.85rem;top:26.375rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #daM6d5yXSzch2kKp9bS1fRkSuPTGkZGb { width:20rem;height:18.4375rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7SdMTU38bX3JRbDmn9v2HZuTUx9enH { width:6.625rem;height:1.5rem;top:41.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbb2dQ8o5bG9UBG2bzLf9eoE0L6tINCO { width:18.75rem;height:8.9375rem;top:50.3125rem;left:0.5625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JHypFZHgL8TkRD1IehS40EdG01VOpmNN { width:20rem;height:22.5rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2yEIoyMeJQOV3W6vHDE5pdPvseP4zSL { width:6.0625rem;height:1.5rem;top:72.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1d1ydllPSKP4LviOwvV5W2zoQ6VbN8Z { width:18.75rem;height:4.875rem;top:81rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bO25m3IPflt2LXHalsAqsQ1cVyV0Veqs { width:20rem;height:19rem;top:79.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3LW7esMzLLL1BbSTqPBnDSy252PJg1Z { width:7.5625rem;height:1.5rem;top:95.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUGqycTOgydCx0mUmwCFOkHasc6WJs2I { width:3.125rem;height:3.125rem;top:103.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRikWdCVKyf6E8w5cnLqT6bSFazkmJ1p { width:2.8125rem;height:2.8125rem;top:108.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvwVg6HkPBXZiCSFFui3AB6NughyDDAT { width:4.8125rem;height:1.625rem;top:75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkbfeQAki5oIVB742n2WEzIvbKoJzAZS { width:1.625rem;height:1.625rem;top:76.9375rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSE1vSqJi1xHvez4O7VVbKJEpi3tEooZ { width:1.625rem;height:1.625rem;top:76.9375rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmoKG7bgJyTo4mnfRJlDg5XWOux953CQ { width:1.625rem;height:1.625rem;top:76.9375rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCIuuSe7a8QiyJcNLtglayQll6F5Zdxr { width:1.625rem;height:1.625rem;top:76.9375rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiQgkJ0g7NOQmXsCDwRbxKIFzb1aaaX { width:1.625rem;height:1.625rem;top:76.9375rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stl8pduUU1fNZpdHrcPCwIv48esf0UOn { width:1.625rem;height:1.625rem;top:22.3125rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsKQtbcdDMoye99FUVfJqZdVDmtrElDm { width:1.625rem;height:1.625rem;top:22.3125rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikJMuGLOTTQw7N4SB6TwkEBuh3oQbvFl { width:1.625rem;height:1.625rem;top:22.3125rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnOnZppwkrLHxTluAPm0ohe44yF7B4O { width:1.625rem;height:1.625rem;top:22.3125rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP5DBcTNioKnG4XnJTu1nUshB19WZsdb { width:1.625rem;height:1.625rem;top:22.3125rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI6T5f79NeiZqFzT9Ka7nlJNAMlPpICf { width:4.8125rem;height:1.625rem;top:20.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ1orO8k4Vitf9pDfNbLb5B7HePFr1M0 { width:1.625rem;height:1.625rem;top:46.25rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNkcQQa2QBStA8c9aks6c5bFvuf1MK4 { width:1.625rem;height:1.625rem;top:46.25rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm2AmtIlE4Cylm4xPoWeWFfQxWb1TMMG { width:1.625rem;height:1.625rem;top:46.25rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtZ6fFeM81KsEBWvkHUOypG99SchOweL { width:1.625rem;height:1.625rem;top:46.25rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dffigCDcIfCJm2J3ibMseKJrf86GShKu { width:1.625rem;height:1.625rem;top:46.25rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTmtXDDTgbkrU52L9yH5Urw9BWTLlk2o { width:4.8125rem;height:1.625rem;top:44.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMRQSVN8Sg1r4vxUxxXffd1oGlb0gvtJ { width:1.625rem;height:1.625rem;top:100.875rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZDBeKxTMk80yxR0GOGWp7vZcLyydnP8 { width:1.625rem;height:1.625rem;top:100.875rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #payGTnkTCdvce3CC3M2Fh1dcLz5nltoa { width:1.625rem;height:1.625rem;top:100.875rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhnxqNT6oIEATrb2bZe3KQnAMGUtR4ka { width:1.625rem;height:1.625rem;top:100.875rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwcCdnDWK9R1WsIUwQy56vghqw2AMAN1 { width:1.625rem;height:1.625rem;top:100.875rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7hTkTXL6RmIMtgWrFoeCKilSLEmvG8v { width:4.8125rem;height:1.625rem;top:98.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTNequBJHnyffRVMmPEeIpMyRk29s8be { display:none; }#DTNequBJHnyffRVMmPEeIpMyRk29s8be > .row .container { width:20rem;height:110.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OlzWKqWEfc2NMRktuvfkkO62mNVCeNaF { width:18.75rem;height:6.825rem;top:10.875rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aUsuqFKCOTV4FXWT0N160J45Gg1DE2Bn { width:20rem;height:20.4375rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeDiUJI4TfFPNSwTyG7tVtfzerEDFRlu { width:7.1875rem;height:1.5rem;top:30.106262207031rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUKSJMkvDlGmBQlpDi7RkEkJaT9wbviS { width:18.75rem;height:8.775rem;top:39.3125rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DIdwftFSLHLsnQ1fvJa7QNMTlJdCmivW { width:20rem;height:21.625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFMLmN5btWMdIcfeuMZVvPCTfhThMcK9 { width:6.625rem;height:1.5rem;top:58.543762207031rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzLbWaemc59R5PZVqez6mPnSlCUyCny { width:18.75rem;height:4.46875rem;top:67.75rem;left:0.5625rem;font-size:0.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RWUpVVpSmX6DAoM5o6TeMxBSdbTLKSUC { width:20rem;height:17.5rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPXeQik29SKU8mwusyFh9KtTN6VXdfrx { width:5.4375rem;height:1.5rem;top:81.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s22gpoonxEPsXnwB2qpFy336A3mfZE0g { width:18.75rem;height:4.875rem;top:90.5625rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yJUITDAiLBUSMfsqViw1JFKQDf9vz3M2 { width:20rem;height:17.5rem;top:89.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR9KcPOle4iPIsrXmkgNN55KAwxKzsUb { width:7.5625rem;height:1.5rem;top:102.90625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn4aq3zgiTmOyoPTqHAUAHaNXMztOgTo { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVEBX6W43KDaiwpJQilEkQhvnATXdG1a { width:2.8125rem;height:2.8125rem;top:5.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph7ZiXo4wcelddCLPV6STmTe8PrQ6Kbe { width:1.625rem;height:1.625rem;top:63.6875rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4oOfyrwdUgrkmLmoOBfQRuepJ5iD001 { width:1.625rem;height:1.625rem;top:63.6875rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptiUGib2ZpxQJfcx3SGLsoAqm4wVN0fP { width:1.625rem;height:1.625rem;top:63.6875rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOOzkdeCQIozW77nEvKnf4zgtGbTq0r { width:1.625rem;height:1.625rem;top:63.6875rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76UmXaPPumv5gTeyzUkCtdy5ZuMG2uG { width:1.625rem;height:1.625rem;top:63.6875rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piX4q5IaxI3QoCDhLAuqL5CZ084vRDM2 { width:4.8125rem;height:1.625rem;top:61.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbcGF2xJ5yTDatqeyaTAPaqMezQoeNB6 { width:1.625rem;height:1.625rem;top:35.25rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb0nbtvNJ9wkm5kRsgkgqec2aHgC8b54 { width:1.625rem;height:1.625rem;top:35.25rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm6a7eBsIcl5ZA6sVlsNKyQOE0iIWpFl { width:1.625rem;height:1.625rem;top:35.25rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0pCHhsJ4nezuqTvolkKZuUT2M2x3Lr { width:1.625rem;height:1.625rem;top:35.25rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoyov7F3NT26EJ0wPTN2muzTPuCSRGG { width:1.625rem;height:1.625rem;top:35.25rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5fX7V7rvQI7can5xhCbHbnCMTqKUKrz { width:4.8125rem;height:1.625rem;top:33.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWdn483dos4GzB85rku7P7ULzpu6ugT1 { width:1.625rem;height:1.625rem;top:86.5rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TJ17u7pwchBLDQrAfGiutwRuofk2ty { width:1.625rem;height:1.625rem;top:86.5rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3W4T23TwJfu0yesdCT2w9rHsKrxRFDu { width:1.625rem;height:1.625rem;top:86.5rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuHDWt7sRbSCFtW2CwrOwPqyRxdeysaI { width:1.625rem;height:1.625rem;top:86.5rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkpbheIdWl5L7x3bg5J9vJi7VR77PQ7K { width:1.625rem;height:1.625rem;top:86.5rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WycVa38T94Qkif41Q02hxr8HqM6WD7v0 { width:4.8125rem;height:1.625rem;top:84.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #df1THby2I0ZFArLAgFAufVCPLXqyCq72 { width:1.625rem;height:1.625rem;top:108rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lG2RV9PU2PCMo4qEHxJE0kDhOxx0nk { width:1.625rem;height:1.625rem;top:108rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRF1lBABzsR8SGgxDZFytRqT6PTCTWp { width:1.625rem;height:1.625rem;top:108rem;left:7.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT0kde94wpoA4K6lPrK4katIVPqcd13a { width:1.625rem;height:1.625rem;top:108rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2GL11aCeSfvvDIHiaDJ9Jy9HsQeinIA { width:1.625rem;height:1.625rem;top:108rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me75Iopn07vZrSX6XHnKCCLID1c6Mhdo { width:4.8125rem;height:1.625rem;top:106.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi { display:none; }#arh3QNTyWqgMQwFNvTF9wJRbVqDNmmfi > .row .container { width:20rem;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XJsKswwM6JWvIE8SXxTTd8hOzayTqnHS { width:18.8125rem;height:3.4125rem;top:1.25rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6V2xKoeOulqAOObJty4JqkaLDstC62f { display:block; }#r6V2xKoeOulqAOObJty4JqkaLDstC62f > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrtxsrlaCogeClEKI4leTwNWcZKKZ9I7 { width:19.0625rem;height:10.2375rem;top:1.25rem;left:0.4375rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824899f-176d-4572-a63f-81376586c245/bg5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.adaptive-delivery-prevent-bg, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyload, #NbvbspVHCbhalX2qdKnw44Lu4S6etLnC.lazyloading { background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { background-color: transparent; background-image: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row > .video-iframe-container { display: none; }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbvbspVHCbhalX2qdKnw44Lu4S6etLnC > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pO1iXLMaXID15COnUTiMl1zWTCWGHTdn { width:19.375rem;height:34.75rem;top:49.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wki25Z34FdKRmkefTBJzBWGT2LQD03cU { width:8.0625rem;height:1rem;top:83.512512207031rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVgbG9oJLCkovNe3WkD89uwUS5nXA4XX { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;vertical-align:top;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.3125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-text {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-select {padding-top: 0; padding-bottom: 0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;width:0.8125rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:5.625rem;margin-bottom:0.25rem;margin-left:5.625rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:first-of-type{padding-top:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .widget-container:last-of-type{padding-bottom:0;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k  { width:17.5rem;height:auto;top:41.946875572204rem;left:0rem; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k {display:block;}#gPWLXd08mKMtxseVTcU5OevVZc3sWF2k { width:17.5rem;height:31.73125rem;top:49.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tPldDNQ6gTyhFyNDq17pvgV4R3N456ff {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #krWZK0VMJan5Tiww7cHxfqVsyzDZOlfx { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CII3DetIBmkHPPKHOATVS2wMQ98SAequ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #cQ9BnSWE8w7LIyFSBG1sAOXmNSmZlbxu {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #QBzsEfD8LHMNGMcnfrbivZsdzWPFwwkN { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #kWyVy80swIlP9xnde9P2xAofNITtrCmC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #UdgAFZNTaMEcph5naUGmChvNlm1rgqIn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #DyOQhh39KxT1vdAa3r8b2P2zizF4QnA0 { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #VxwxGQ2lT5wJ4G5O1Tx0os7TxsUGAyTV {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #hbWk5VJDTNLHhHOLK4SDCJbVFUCUiGwC {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #RAVOrcJaHgZUHxZBb9GizGRJ2kkcz9Bi { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #qQ9dXiPJnDwVNZECtkXeem8H7nlOk2tO {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #rdX67qv4Lc0CWJa5IXw0bKcBfDsGXNW8 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #CGwxSGCX1iaDn4ERLRKH2McoheDu0Xyf { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ybKqvpbTwreH0dAeisFW7oOuQPFuu5cp {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #A9APCHquAwdGt8rzs1vB7570Bo7GwexZ {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #OTwLUru2s4ZFCUcsUBxhUiDv1iTTdE8a { display:none; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #O8TaRzxEKc0K2JxTBv2Lpl76lw8LU9Ko {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #KIQLIBB8IuRAaWmKe8ehqdR6VCRQPQU3 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #ZUoKdD0xiWFLfpkqyxrWC6P9WCF1P5O8 {  }
 }@media only screen and (max-width: 763px) { #nLbZcQ02DIG50bnUAO44JItx6ti4Omz2 { display:block; }
 }@media only screen and (max-width: 763px) { #XmwpX7pt7QSWF8XFc8r3W3zxLRsyuT5I { display:block; }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yn72FApvoAaCKdlrpVb5vWpnAlvBQzQn {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #iT74iMJ7Iznw7TRZyX42QNq62qZBc546 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #HApDfh9St309zGMN7dwOuQ0Zs2qrL828 {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #yFrQ9foqGcWXRFaNJlRLUTQxb02FUfoq {  }
 }@media only screen and (max-width: 763px) { #gPWLXd08mKMtxseVTcU5OevVZc3sWF2k #tNoB47JuFeV8nm8D2qx1sXpGtpP46M4M {  }
 }@media only screen and (max-width: 763px) { #vbrL4ItqVx2liSmPv8pZMJs1leapHlnW { width:18.4375rem;height:2.7625rem;top:2.625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB9rPSDDKiCL7ueeQGLAMduN9zQeWAMh { width:20rem;height:14.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWrwoBndxUaEtPqrwtd4ZgK6zIt2FdsX { width:20rem;height:14.3125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETurtZBnpgrVH0t9Irzl2RMlO5KcQxJ2 { width:9.9375rem;height:2.7625rem;top:34.9375rem;left:1.7500019073486rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1JAbexU8g41eBvvATK20FEtdNPk9s2o { width:16.625rem;height:2.3125rem;top:13rem;left:2.5625rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AmOrnR29TeWr8Dp9IpIQ7swW59PxrLgu { display:block; }
 }@media only screen and (max-width: 763px) { #Gq6oKQBWSfle3TWsP18H5KDAyniRRrKL { width:16.625rem;height:2.3125rem;top:45.25rem;left:2.5625019073486rem;font-size:0.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dCIwWyiZaZ1RALsr2rbEwq2vBUatUDPk { display:block; }
 }@media only screen and (max-width: 763px) { #ZGnKy4uOPhvH82Mtm3eat0dhVISsX3Aa { width:2.375rem;height:2.375rem;top:6.9375rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tM8WAaLnxE5vW14v3KTl6rZNu8K2tn { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqW8S5DJ7RLvscl44PAAuM2R0E68CIe9 { width:2.4375rem;height:2.4375rem;top:9.4375rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN0wUnDArUpC2K1dNpL3ibwMxI3RQcxk { width:2.1875rem;height:2.1875rem;top:9.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waaODAtb9i7VQvXU5uWL43l2LCF90bFc { width:2.375rem;height:2.375rem;top:39.1875rem;left:1.5625019073486rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw1is5O3GLbAacF2ErWSJbLNECssDvBo { width:2.1875rem;height:2.1875rem;top:39.3125rem;left:1.6875019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #nucqu7TIcKRMSMl7xTk2XpeklhcSRCBc { width:2.4375rem;height:2.4375rem;top:41.75rem;left:1.5625019073486rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXBouZTn9JSXZZd5HkmTZeyVLOufTcMI { width:2.1875rem;height:2.1875rem;top:41.875rem;left:1.6875019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV5Hh1GQmMKNnyKNR45avXFx48SwsHP { width:9.1875rem;height:1.05625rem;top:7.5625rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7zAR2sIQbOETbLzk875Tp5KEcqTxnCy { width:5.25rem;height:2.1125rem;top:10.0625rem;left:4.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3g57bo15W5AzbEpLh1kvXHkhzyFImJe { width:8.3125rem;height:1.05625rem;top:39.875rem;left:4.5000019073486rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQu1ODcUAOS5wBECEGdxhJKBdCyBDfr6 { width:6rem;height:1.05625rem;top:42.375rem;left:4.5000019073486rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs3uK72hIO8P2QsuqHvJQGwTu0LoMT2q { width:17.75rem;height:11.375rem;top:21.1875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHHqSzhpANLhxpM0MJwoA63ag1rqLz5z { width:17.75rem;height:11.375rem;top:21.1875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNc6F71B7vKgH3gTgbE3SMQISkpIBiw8 { width:19.9375rem;height:7.125rem;top:25.1875rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #stVIAuRMLF8lyTX8fNR940hGXTKRz0tX { width:19.9375rem;height:7.125rem;top:16.8125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #JUzUL5u1pVIVWR0HkEO4HhgPumam1ak3 { width:5.6875rem;height:1.125rem;top:9.71875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTAvUKLLG99RlGFUgSedUT6TKKJQMeZ { display:block; }
 }@media only screen and (max-width: 763px) { #SvX5zwVzLUEhluAxuMrl6uf5lrPSE5uy { width:5.25rem;height:1.875rem;top:41.96875rem;left:3.9375019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXxEWsMUh5ZDFio4lq0DxOTLyGpExUHR { display:block; }
 }@media only screen and (max-width: 763px) { #ib3XTihslxtNB8X37kqo3VeUTMNBRtV7 { width:13.6875rem;height:1.375rem;top:7.46875rem;left:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTGOz5liy5xirp9W5TbT2BxhriuZi9E { display:block; }
 }@media only screen and (max-width: 763px) { #s3yWJS3D7ZSqMISEG1BnqXTkRBRevCVr { width:10.5625rem;height:1.3125rem;top:7.46875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrFSTnhWPL1UC9N2baQmAHOuwu5PGVHQ { display:block; }
 }@media only screen and (max-width: 763px) { #KaNQTzZ0Z6R8FSdpazifxR3gJwIZhPxh { width:11.0625rem;height:1.375rem;top:39.71875rem;left:4.1250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVNKyMfkZ3WmZ1lbmcxfpZVT2uvai237 { display:block; }
 }@media only screen and (max-width: 763px) { #ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 { display:block; }#ogsGlmraDVFcpIP3uTg8mXHPSBQO0056 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JslVVGz9IMDcix5ozKEK3Oy66bqQKaGI { width:19.9375rem;height:2.4375rem;top:5.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSKW9KQfBfs9MW9mW3IO0GRSVo92l4UZ { display:block; }
 }@media only screen and (max-width: 763px) { #hQIed93IUFeyAbEDtVP70scqilNMxXJG { width:20rem;height:2.4375rem;top:8.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnLkxTecAwbCXu7tSaEyXfTTLFbA8ou { display:block; }
 }@media only screen and (max-width: 763px) { #mxVHZM2RH7keXMG9XOMhDPQxfLApAJsP { width:20rem;height:2.4375rem;top:12.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG6bT6SF0l9mp4BkASToLusRmpJP3in { display:block; }
 }@media only screen and (max-width: 763px) { #r5qnzhSuVKSuTChC22Cs9kIFt6pAE7Ge { width:20rem;height:2.4375rem;top:16.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euH8LTAq38pKete1M87AWFtHs0yUcxZn { display:block; }
 }@media only screen and (max-width: 763px) { #K9kltBUUlxlfmBFoC6R50NeBGZ6UWpym { width:4.0625rem;height:2.625rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoi3CekKZIeG9AKS5yv0CAhvX6QqiCv { width:20rem;height:4.55rem;top:19.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I66rTFF0P1zAUvyR8edi7T73dVh962Vg { display:block; }#I66rTFF0P1zAUvyR8edi7T73dVh962Vg > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmGUSG8POhQPEy0vHpRis8IvEmkffoKR { width:10.1875rem;height:1.1375rem;top:1.25rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkcEANvWvfkE7UUqCb2D1ir374JfyWFg { width:12.375rem;height:1.1375rem;top:14.2625rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXAO6K7WhrZu52BZ5BCN3WsmZTsJPiTA { width:0.125rem;height:1.25rem;top:6.3875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNKCaU9A33Kt2QFx4PJkFvM4B7343Lqo { width:0.125rem;height:1.25rem;top:16.65rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B066UKHINBD6rkfC8TR3dF3QSKKO7fn6 { width:5.1875rem;height:1.5rem;top:3.6375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6hQU8Q4s9ComBOT9PcIK8tLETOdxXQp { display:block; }
 }@media only screen and (max-width: 763px) { #V6yn29OiWJkxo7kcTkw0Q9Xgkla4xQGp { width:4.875rem;height:1.4375rem;top:11.575rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnti9S8p1NDV4tfoK4hg6yESBD9LLxT8 { display:block; }
 }@media only screen and (max-width: 763px) { #Zpxa3WFHPIzKuXB9ZtvArtAoMOl2CyxR { width:5.25rem;height:1.4375rem;top:8.8875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgn4TDu7ubJblTmx2rDoK8QOApm5oSwv { display:block; }
 }@media only screen and (max-width: 763px) { #KE5OTwVtg850Hooo4kiHe4ODWLzhxamA { width:4.8125rem;height:1.4375rem;top:19.15rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLN4chBuwmLbg698homrT5S6pcKN6UIy { display:block; }
 }