.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:232,247,224;--color-primary-1:179,230,153;--color-primary-2:102,204,51;--color-primary-3:51,102,26;--color-primary-4:15,31,8;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:98,98,98;--color-secondary-4:32,32,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row .container { background-color: transparent; background-image: none; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row .container > .video-iframe-container { display: none; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row > .video-iframe-container { display: none; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .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); }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row .container { border-width: 0; border-radius: 0; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#vp0OXFe5LApRN3b9bhmCIWSXSTDFT7NI { 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:2.5rem;width:8.6875rem;top:0.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#m7E47q60Zeo0o0m3gqm465TVpQe6rydx { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.9375rem;left:41.0625rem;display:block; }
#Shp63mnZPVrX52XXlrSCQKQiy1JvqMfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtVkGzWnd6iAfqMdAHbqH4BLridp0Awd { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:50rem;display:block; }
#t07b1JJnifurWfIuhWTfnU5kxoCDEg10 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:53.125rem;display:block; }
#dqB29RgN3gif0id5fi5iRF95oU9pF1XE { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.125rem;left:53.3125rem;display:block; }
#CMnUZDmambFTEbgAt8KPqFr2KOXez0MC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:1.25rem;left:50.3125rem; }
#CMnUZDmambFTEbgAt8KPqFr2KOXez0MC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#cH9QW6T4gmUmNOOfM6dw48VZ3KKzcqBr { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.5rem;width:2.5rem;top:0.9375rem;left:56.25rem;display:block; }
#F4xmfNz79JNCMAme5BAtwvmKGcSetDTH { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.125rem;left:56.4375rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13631e8c-3b75-48d6-9d19-48d9771f6346/to.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:25.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.505859375rem;left:13.5625rem;height:7.7995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hsmikePHUmwPAZMvBR6FsbQK02fqTGMw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:14.8125rem;top:5.5625rem;left:31.375rem;overflow:hidden;display:block; }
#D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.375rem;left:28.75rem; }
#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt { 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; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { background-color: transparent; background-image: none; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container > .video-iframe-container { display: none; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row > .video-iframe-container { display: none; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .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); }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { border-width: 0; border-radius: 0; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS { position:relative;display:block; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS { background-color: transparent; background-image: none; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .row .container > .video-iframe-container { display: none; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .row > .video-iframe-container { display: none; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .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); }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS { border-width: 0; border-radius: 0; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .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; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .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:36.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FMaaxRTG0gRpLQnlyhtVWaNA85bx3Ald { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:5.09375rem;height:7.313375rem;text-align:left;text-align-last:left;display:block; }
#Bsz3P9Z51H95JKWAwUzXOy0NV9qDDE4n { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.625rem;left:8.3125rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#za4pTt9HVBIIPi3A3VAKUcEJxvRQoq58 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.9375rem;left:5rem;height:1.462675rem;text-align:justify;text-align-last:initial;display:block; }
#IwnT8ln8UBMDmFuP0JkMybEOJ3CX7E7p { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.3125rem;left:8.25rem;height:10.23871875rem;text-align:left;text-align-last:left;display:block; }
#tp1O3gsrTBlInVmsTFLnbtUbNh4MIR3n { color:rgba(var(--color-tertiary-4),1);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.3125rem;left:5.125rem;height:4.38801875rem;text-align:left;text-align-last:left;display:block; }
#HRahSc0h5ITea2EPW25Hm7OSnAw3dP8I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.7734375rem;left:5.09375rem; }
#uwOPLCCvWGVGqU6sxtyqTgTzf8tG6Hvb { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:4.435546875rem;left:1.90625rem;overflow:hidden;display:block; }
#sMiKzZBSfwD96WvWbE8AkUvkfiguzTST { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:7.24609375rem;left:1.90625rem;overflow:hidden;display:block; }
#VIWtWnMAw1PnOQ4vqz7fi8vyBtvvDfyE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:1.5625rem;left:1.90625rem;overflow:hidden;display:block; }
#bOhe57zOCZpf6S5JSKNpNEez9fwLtkHb { 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.3125rem;width:1.25rem;top:29.5rem;left:1.90625rem;overflow:hidden;display:block; }
#UEdTynRBfMRvmgUb1RQdSEobDIXEwAif { 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:1.3125rem;width:1.1875rem;top:17.49609375rem;left:5.625rem;overflow:hidden;display:block; }
#zSmZUyTU85naR43kTDKcybVMxKm1k7UU { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:15.01171875rem;left:1.90625rem;overflow:hidden;display:block; }
#c3ADHDREq9oUZlaasc5sc6JHDPhKasgM { 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:1.3125rem;width:1.1875rem;top:20.459636688233rem;left:5.65625rem;overflow:hidden;display:block; }
#yICM5IRbhI6UldV0r5LrxQkMKx2MuEwZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.1875rem;top:23.209636688233rem;left:5.625rem;overflow:hidden;display:block; }
#oDh59BDb78TVi2zpo5yTfst8RRCRmZvs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.9609375rem;left:5.09375rem;display:none; }
#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.adaptive-delivery-prevent-bg, #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.lazyload, #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7.lazyloading { background-image: none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { border-width: 0; border-radius: 0; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q { position:relative;display:none; }#P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q { border-width: 0; border-radius: 0; }#P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q > .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; }#P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q > .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:37.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZWNvlsWMVTZ7dzXWMThPRpvJVzwuDIPU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2486982345581rem;left:31.936199188233rem;height:1.462675rem;text-align:justify;text-align-last:initial;display:block; }
#RzFUoTfqDWwDhev4Sm3coohz9swbN647 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.9505214691163rem;left:31.936199188233rem;height:20.47745rem;text-align:left;text-align-last:left;display:block; }
#GKlc7hn0BpWlHBpUTCcKHZ2qvo0PBbK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6861875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.6875rem;left:31.6875rem;height:5.85069375rem;text-align:left;text-align-last:left;display:block; }
#IJOn25Wx2hZK1WPIhdCqKL4MU9rGtcV1 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:2.3229179382324rem;left:29.375003814698rem;overflow:hidden;display:block; }
#thr2yA1tMq02UrdTIqTpQnTB7KCUs5ol { 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:1.3125rem;width:1.1875rem;top:5.1875rem;left:29.406253814698rem;overflow:hidden;display:block; }
#lhd31GDU5yklfzJfVoeUw2FIcD9PriFk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.1875rem;top:7.9505214691163rem;left:29.406253814698rem;overflow:hidden;display:block; }
#Wskp0l4IGSvLP8xnwxo6NxK1vR9rke68 { 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:1.31185rem;width:1.1862rem;top:19.655600547791rem;left:29.40625rem;overflow:hidden;display:block; }
#p89dEFq8z0I2SazgF1tqQCNyGpNe1AcM { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.11328125rem;left:31.936199188233rem;height:1.462675rem;text-align:justify;text-align-last:initial;display:block; }
#fhA0IndgTuBOfURpKR2WmPaXKlig6kqB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:16.966796875rem;left:29.375rem;overflow:hidden;display:block; }
#SllW2Rwy4tpSlUECTV92NZFdxzXrzyT3 { 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:1.3125rem;width:1.25rem;top:12.3203125rem;left:29.375003814698rem;overflow:hidden;display:block; }
#E4GHrtbFRUhnHB8t7Tx7hE6sWGqwxhV6 { 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:32.6855625rem;width:23.4375rem;top:2.2486991882324rem;left:2.685546875rem;overflow:hidden;display:block; }
#UEDNQ2ndG8V6hyy2pouEnQEuPJXuQaTH { 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:1.31185rem;width:1.1862rem;top:28.8125rem;left:29.125rem;overflow:hidden;display:block; }
#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !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; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq.adaptive-delivery-prevent-bg, #XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq.lazyload, #XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq.lazyloading { background-image: none; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row .container { background-color: transparent; background-image: none; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row .container > .video-iframe-container { display: none; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row > .video-iframe-container { display: none; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .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); }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row .container { border-width: 0; border-radius: 0; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr { position:relative;display:block; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr { background-color: transparent; background-image: none; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .row .container > .video-iframe-container { display: none; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .row > .video-iframe-container { display: none; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .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); }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr { border-width: 0; border-radius: 0; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .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; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .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:13.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kEqaSMPSE28KSs2aR7q9ysl1GFCR90u6 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:5.1875rem;height:1.462675rem;text-align:left;text-align-last:left;display:block; }
#ktX0uAZ4g4PqfvPAsmUUQksfm7aJSC1u { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:8.3125rem;height:7.313375rem;text-align:left;text-align-last:left;display:block; }
#M8u3uoqcGrhBE6NgboOSXOv1qLDFnZCv { 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:1.3125rem;width:1.25rem;top:1.82421875rem;left:2rem;overflow:hidden;display:block; }
#lFwByQRCpGP75XyaNr3UFr3ZEds2iK9u { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.1875rem;top:4.4375rem;left:5.1875rem;overflow:hidden;display:block; }
#T52KOkDsHLrmOdcDUbX5Ib3UNHmXUQCJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.1875rem;top:7.310546875rem;left:5.1875rem;overflow:hidden;display:block; }
#nVWMNmsq1SwV9kt72KdEQIfuQmOZrseL { 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:1.3125rem;width:1.1875rem;top:10.30859375rem;left:5.1875rem;overflow:hidden;display:block; }
#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !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; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX.adaptive-delivery-prevent-bg, #Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX.lazyload, #Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX.lazyloading { background-image: none; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row .container { background-color: transparent; background-image: none; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row .container > .video-iframe-container { display: none; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row > .video-iframe-container { display: none; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .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); }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row .container { border-width: 0; border-radius: 0; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f { position:relative;display:block; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f { background-color: transparent; background-image: none; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .row .container > .video-iframe-container { display: none; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .row > .video-iframe-container { display: none; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .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); }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f { border-width: 0; border-radius: 0; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .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; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yZJElPHyxL2VbbnBuR10xESVO0NvhSfs { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;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:2.8125rem;left:16.65625rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCVC04Pfy0Dy2zBII4LXtQr7BR1MMCZz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.3671875rem;left:22.5625rem;height:23.40280625rem;text-align:left;text-align-last:left;display:block; }
#WBzoanOMPf6bdlcwkSMpBl5kqkdyliN4 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;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.311525rem;width:1.25rem;top:7.6171875rem;left:19.9375rem;overflow:hidden;display:block; }
#hGg98i9a3XHWrvK6HrXccvGDIBE4ZRUd { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;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.311525rem;width:1.25rem;top:16.34375rem;left:19.9375rem;overflow:hidden;display:block; }
#TVaSqbtXEimS5iO1BZo0yW4iDWrBisPa { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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.311525rem;width:1.25rem;top:22.15625rem;left:19.9375rem;overflow:hidden;display:block; }
#sBz3XILi6Lu8bP1BBNdx9BPgqmrOul6a { 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:34.125rem;width:21.75rem;top:-0.8134765625rem;left:0rem;overflow:hidden;display:block; }
#qGz1kem91fCInDPmwA3gwmHJocXF0PJz { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !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; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz.adaptive-delivery-prevent-bg, #qGz1kem91fCInDPmwA3gwmHJocXF0PJz.lazyload, #qGz1kem91fCInDPmwA3gwmHJocXF0PJz.lazyloading { background-image: none; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row .container { background-color: transparent; background-image: none; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row .container > .video-iframe-container { display: none; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row > .video-iframe-container { display: none; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .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); }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row .container { border-width: 0; border-radius: 0; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi { position:relative;display:block; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi { background-color: transparent; background-image: none; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .row .container > .video-iframe-container { display: none; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .row > .video-iframe-container { display: none; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .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); }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi { border-width: 0; border-radius: 0; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .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; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dW677G1e29nbAmvoPnoylAHqabs37MOW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;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:2.8125rem;left:23.75rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMXJuhxG06JcvCUiNtUrVKmPBTyKrTB3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:7.1164703369137rem;left:3.4987564086914rem;height:5.85069375rem;display:block; }
#d3f9t6JT7TThM8FJewOkTflPlJTzN4F2 { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:13rem;left:3.4996433258057rem;height:1.462675rem;display:block; }
#T0TRKdVc13Q5HP7QqodVXr0SIG0dOCFs { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.061782836914rem;left:3.4366111755371rem;height:7.313375rem;display:block; }
#SQOqrlsveTHyPk7xE0mgOFn3TOymcSOk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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.311525rem;width:1.25rem;top:7.3046875rem;left:1.125rem;overflow:hidden;display:block; }
#d5vAD6VAzhEl2iWhuTrgAzgt7Otoo5CC { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.311525rem;width:1.25rem;top:13.13671875rem;left:1.1248207092285rem;overflow:hidden;display:block; }
#mTehCBsDupmmPTCCOKBOhWAxhpIyT39g { 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.311525rem;width:1.25rem;top:16.311790466309rem;left:1.1248207092285rem;overflow:hidden;display:block; }
#f1AATqDTwIDv6sgX9KVztl4LHulRum2A { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:21.625rem;top:2.5625rem;left:38.375rem;overflow:hidden;display:block; }
#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !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; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3.adaptive-delivery-prevent-bg, #PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3.lazyload, #PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3.lazyloading { background-image: none; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row .container { background-color: transparent; background-image: none; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row .container > .video-iframe-container { display: none; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row > .video-iframe-container { display: none; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .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); }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row .container { border-width: 0; border-radius: 0; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer { position:relative;display:block; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer { background-color: transparent; background-image: none; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .row .container > .video-iframe-container { display: none; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .row > .video-iframe-container { display: none; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .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); }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer { border-width: 0; border-radius: 0; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .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; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MB10SueTTEgSKz78c826S5v5PklM6iRr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:23.75rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tASFCJZb1ZraS7cvJWVXiETdRB5d47Cf { color:rgba(var(--color-primary-2),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9921875rem;left:3.3125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XpnqklA1ytTX2uNlbU66Jsqaz17cu7Lp { color:#ffa113;display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.255859375rem;left:10.40625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfnkRSBe6R2H5G05FZCTnD39WSpA8kiM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.624645233154rem;left:12.5rem;height:7.313375rem;text-align:center;text-align-last:center;display:block; }
#lbpqAQklkg0cX8oXoi8oorl6DokV37SD { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.866655349731rem;left:3.3114337921142rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHT23XyGstJReHgp7uPr2wzeFsl3M6i1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749825rem;width:1.749825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:11.109722137451rem;left:11.931640625rem; }
#CavB3XA0XX4RZuWQsMZTJEp3A1Z5TaeO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749825rem;width:1.749825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:11.109722137451rem;left:45.9375rem; }
#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !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; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3.adaptive-delivery-prevent-bg, #hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3.lazyload, #hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3.lazyloading { background-image: none; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row .container { background-color: transparent; background-image: none; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row .container > .video-iframe-container { display: none; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row > .video-iframe-container { display: none; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .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); }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row .container { border-width: 0; border-radius: 0; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S { position:relative;display:block; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S { background-color: transparent; background-image: none; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .row .container > .video-iframe-container { display: none; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .row > .video-iframe-container { display: none; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .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); }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S { border-width: 0; border-radius: 0; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .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; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .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:20.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#teTayKvu4QclJFMrx8kUWDMri1B8bscw { color:rgba(var(--color-tertiary-4),1);display:block;width:53.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9351129531861rem;left:3.3441848754883rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4WUoJRyNML4tTBoX9kuJL8lVX1Ec7vG { color:#ffa113;display:block;width:39.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:9.8111982345581rem;left:9.7406692504881rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNVhugz9g7R10AcV1BRFshX4XZEqqJiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:9.7035589218137rem;left:10.560981750488rem; }
#MluD5zqgukrNl9DxOwrPKO9BGoGCzh7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:9.7035589218137rem;left:46.499565124512rem; }
#q6W4SIA8CgGu2SC7T7p9ZHURedifG7Hn { color:#ffa113;display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.21072101593rem;left:2.7094192504883rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aE4mNu2ruZOIDErBSEr8hXVzxqiiZ2wR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.23025226593rem;left:55.771919250488rem; }
#MvGVpNRMFTand4LRtSTQDW44tEGdTGvM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:13.23025226593rem;left:1.0297317504882rem; }
#hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn { position:relative;display:none; }#hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn { border-width: 0; border-radius: 0; }#hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn > .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; }#hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn > .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:53.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xQwb2ngpRTAdlNOvVaCeFvMwxvVV6SXU { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;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:2.875rem;left:2rem;height:1.8684875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u6867gEDll2fV86xtDOWPus24dLFCFbh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;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:6.375rem;left:8.5rem;height:27.79081875rem;text-align:left;text-align-last:left;display:block; }
#r9IZdW7mp9CM7XwQhUTM6NyO3r3MCtFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.5rem;left:5.0625rem; }
#ClgO8NSWP114f6n1hpBBDxmUNzsQKmUL { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.375rem;left:5.0625rem; }
#kIt3HUJOeNMNWyh5vOF7qA5rNWrFN5y2 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.0625rem;left:5.0625rem; }
#xTxCci7DyTVVTlzVgqmM2kaARRtRgMDd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.4375rem;left:5.0625rem; }
#d4Konh73pBwJse4NTV978Are20d9WA0q { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.0625rem;left:5.0625rem; }
#UvW6Lf0REAXCb7liAnzQscJrPGIm4CEI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.125rem;left:5.0625rem; }
#WnXTbaaVhn07UGElEBcdt8wLAcUy4PdK { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25rem;left:5.0625rem; }
#lZ5z1stqhUCNGyzfhynLCOE6h13mXlq4 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:28.0625rem;left:5.0625rem; }
#OLiW8S2unTeU7khVzbDz6rqoe9Q1UzI2 { 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:29.0625rem;width:19.0625rem;top:4.291666625rem;left:40.866128361175rem;overflow:hidden;display:block; }
#t5lxbzG9wyGRtBbW8zST2xW7foV0zMQI { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9rem;width:49.875rem;top:35.93620300293rem;left:5.0611953735351rem;display:block; }
#dbGNHzwGk54ziXN2ITBSrlFkeIwluvJU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:37.837242126465rem;left:14.807289123535rem;height:5.19965625rem;text-align:left;text-align-last:left;display:block; }
#MIi4q7unwOQCQEvX83tWIyx6HsV9oLz9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:37.498699188233rem;left:7.0625rem; }
#bwKV0rDXpHnUaByNyDT1OLEQs9P8s9Lx { color:rgba(var(--color-tertiary-0),1);display:block;width:37.9968125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:48.40690612793rem;left:14.809242248535rem;height:1.2999125rem;text-align:left;text-align-last:left;display:block; }
#vtAnIUNsPDyyn3lkAPgbwxpbvQMbDq5x { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.49926875rem;width:49.87425rem;top:46.30729675293rem;left:5.060546875rem;display:block; }
#SInR8TN32sBpNoCtmM9BR7m2ySdWG5q5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9987rem;width:3.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:47.057292938233rem;left:7.0625rem; }
#qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo { 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/ec070585-9e32-4bb3-a016-ddd84b3ae3cf/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo.adaptive-delivery-prevent-bg, #qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo.lazyload, #qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo.lazyloading { background-image: none; }#qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo > .row .container { border-width: 0; border-radius: 0; }#qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:none; }#Nv9dXP9wzf1OZAI7mZRmNxTDgKSndMDP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.93);background-image:none;background-position:center !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.4375rem;width:12.1875rem;top:8.3125rem;left:1.4375rem;display:block; }
#CRt5DqdT5PyCKht9UChZOGruJWXVX80t { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.93);background-image:none;background-position:center !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.4375rem;width:12.1875rem;top:8.3125rem;left:15.75rem;display:block; }
#lxAwLrnXJBhlh892Sh33QVqJJFuyKvQi { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.93);background-image:none;background-position:center !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.4375rem;width:12.1875rem;top:8.3125rem;left:30.5625rem;display:block; }
#uJdsedzphD24oUPkvHbhtbqvSHB5KGc3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),0.93);background-image:none;background-position:center !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.875rem;width:13rem;top:2.3125rem;left:45.75rem;display:block; }
#Ky0ER6A9274iJuJlqtJ5ix9k4Ks6oVwy { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.3125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BdOMUhbvIqVwPVwLyI1qU4lW4DophoLE { color:rgba(var(--color-primary-2),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.08203125rem;left:16.25rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcDZdSQMc30shb3EoOpbv8sc0JgM3o6v { color:rgba(var(--color-primary-2),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.7311210632325rem;left:31.5rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1m69en5N5DIoxoxPwA8MT6U5BZRNMoC { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0013027191162rem;left:46.15625rem;height:6.4995625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2LWgcpE9CfMyEQxEN4p2UV9yJX9zrFb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.93);background-image:none;background-position:center !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:7.875rem;width:13rem;top:11.9375rem;left:45.75rem;display:block; }
#TRPZ4ABha7a2itctUvKPeGWZnJ01GpL1 { color:rgba(var(--color-primary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:46.15625rem;height:5.19965625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iKKtTc37Pw2ZEFHWNoUQTuwlR4qu33tx { 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:5.3125rem;width:11.25rem;top:13.75rem;left:9.0625rem;overflow:hidden;display:block; }
#Kl4XzKrdfTgLl7qW4RvqI3mbXzoEevM3 { 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:5.4375rem;width:11.25rem;top:2.9375rem;left:22.875rem;overflow:hidden;display:block; }
#ZbsxJRvPkgXgGDovlb5yF4OxiOFfr5VX { 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:;width:5.3125rem;top:13.6875rem;left:40.5rem;overflow:hidden;display:block; }
#XfmBIyD2duhOMhzqV8U3LHFaLZq7TLzt { 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:5.5625rem;width:5.3125rem;top:2.8125rem;left:40.375rem;overflow:hidden;display:block; }
#ds44nrNEI8aX29ZH6u1v6UyyIng3NQDf { 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:65.625rem;width:31.8125rem;display:none; }
#Tdg5Cfwpkpi8Nr9WuKhz4swTyTTqP32k { 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:65.625rem;width:31.8125rem;display:none; }
#IVP6ILf7u8CSsVhcHU8yapzL9a6WVubK { 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:33.375rem;width:34.8125rem;display:none; }
#q278MRTn06AddF01a6opT9eyUdQFFRfD { 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:33.375rem;width:34.8125rem;display:none; }
#LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 { position:relative;display:none; }#LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 { border-width: 0; border-radius: 0; }#LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 > .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; }#LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 > .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:38.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kht5asRfpXikSAbdXGHfHysOJCxLCpil { color:rgba(var(--color-primary-2),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.919921875rem;left:16.46875rem;height:4.38801875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THQMuLy4HoWTHhXSWF26gi8e5E2Mw5We { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.39453125rem;left:12.59375rem; }
#rrHUQBoF4Fpv6imcsWhbN8UvJWfFnxTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.4140625rem;left:43.71875rem; }
#zHKe5TT8h4EQRP2sW1tTlPP2zp1OXCSe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:20.3125rem;top:10.5625rem;left:39.6875rem;overflow:hidden;display:block; }
#pN41M0tUbhGgbWbpRrBxh7mhC1bsU8FM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:5.5rem;height:24.865475rem;text-align:left;text-align-last:left;display:block; }
#baC1P8VT7pOQfrl1v1qBh3DkT0EcyhOo { 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.3125rem;width:1.25rem;top:12.13671875rem;left:2.125rem;overflow:hidden;display:block; }
#NKB2CRviTDFznUv4tImt4Jz4TydeBuH1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:15.13671875rem;left:2.125rem;overflow:hidden;display:block; }
#wiJOr9eMtc177uFk76bCEuRlDOXiEkK8 { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:18.07421875rem;left:2.1875rem;overflow:hidden;display:block; }
#xWJmpLFiBpSVfqe4T3EUgwoC2GdTCQ09 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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;width:0;top:20.88671875rem;left:2.125rem;overflow:hidden;display:block; }
#wfSaihHe5yaiz9uJOZPE0PNqrAFncv0p { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:20.88671875rem;left:2.125rem;overflow:hidden;display:block; }
#IEhcKtn1mwCqWTUeQ5rrL9DTna0vD3bF { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:23.78125rem;left:2.125rem;overflow:hidden;display:block; }
#qoTbkhc00IpxFw8E2HqrfTmO3HgDQzth { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:26.71875rem;left:2.125rem;overflow:hidden;display:block; }
#Tur9LahlzlA4FifXpTaIDMbdFtRDNWcb { 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.3125rem;width:1.25rem;top:29.59375rem;left:2.125rem;overflow:hidden;display:block; }
#zqgFdxVl0OR1nEwflGVevCwHdaKOGFzG { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:33.951171875rem;left:2.125rem;overflow:hidden;display:block; }
#OWT196PzzxiPslbShPDOQ5nMunW2a8ST { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OWT196PzzxiPslbShPDOQ5nMunW2a8ST.adaptive-delivery-prevent-bg, #OWT196PzzxiPslbShPDOQ5nMunW2a8ST.lazyload, #OWT196PzzxiPslbShPDOQ5nMunW2a8ST.lazyloading { background-image: none; }#OWT196PzzxiPslbShPDOQ5nMunW2a8ST > .row .container { border-width: 0; border-radius: 0; }#OWT196PzzxiPslbShPDOQ5nMunW2a8ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWT196PzzxiPslbShPDOQ5nMunW2a8ST > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#RqJdOonSbGiEyuwzzfhcefIUekHZpTPx { 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; }#RqJdOonSbGiEyuwzzfhcefIUekHZpTPx > .row .container { border-width: 0; border-radius: 0; }#RqJdOonSbGiEyuwzzfhcefIUekHZpTPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqJdOonSbGiEyuwzzfhcefIUekHZpTPx > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:60rem;position:relative;display:none; }#QkFPvH127KSD2E0G192oZ1aB1KukWwzm { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.8684875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/89c72c66-2293-4a9e-8754-ab671a18c82d/STAN.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:30.8125rem;top:24.8974609375rem;left:14.59375rem;display:block; }#LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ.adaptive-delivery-prevent-bg, #LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ.lazyload, #LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ.lazyloading { background-image: none; }
#i70QfuTkFmlcdcAQrToGEyZi3O580arR { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:2.5615234375rem;left:11.75rem;height:21.26075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xpp8ze8115oiHp643PZsyucfMFxpNoNh { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Xpp8ze8115oiHp643PZsyucfMFxpNoNh.adaptive-delivery-prevent-bg, #Xpp8ze8115oiHp643PZsyucfMFxpNoNh.lazyload, #Xpp8ze8115oiHp643PZsyucfMFxpNoNh.lazyloading { background-image: none; }#Xpp8ze8115oiHp643PZsyucfMFxpNoNh > .row .container { border-width: 0; border-radius: 0; }#Xpp8ze8115oiHp643PZsyucfMFxpNoNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xpp8ze8115oiHp643PZsyucfMFxpNoNh > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S { 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; }#M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S > .row .container { border-width: 0; border-radius: 0; }#M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:none; }#go5nyGP4ytftiIqM7i70loOairIlFcfb { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zk8EL77tviXdkL90qtdWfKF7K5EnybXn { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:5.3740234375rem;left:10.625rem;height:25.9841875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQ7lZacQnRZD7DRN48ishGSIQErq42RX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:5.3740234375rem;left:8.1875rem;overflow:hidden;display:block; }
#CoAhnPnJCOxX2CFCeIAIBPvA2DBrC29X { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:17.7099609375rem;left:8.1875rem;overflow:hidden;display:block; }
#zUvAVokLrlz745wpCeGmAnTpSx9Skbbc { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:22.3740234375rem;left:8.1875rem;overflow:hidden;display:block; }
#LyMsuTff1EkTlEmAhxy87w1ASoyGkVE6 { 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:1.3125rem;width:1.25rem;top:26.8115234375rem;left:8.1875rem;overflow:hidden;display:block; }
#XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7.adaptive-delivery-prevent-bg, #XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7.lazyload, #XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7.lazyloading { background-image: none; }#XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 > .row .container { border-width: 0; border-radius: 0; }#XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#BgZhwhETXvyU3wSwNCotWkcc323MB0dC { 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; }#BgZhwhETXvyU3wSwNCotWkcc323MB0dC > .row .container { border-width: 0; border-radius: 0; }#BgZhwhETXvyU3wSwNCotWkcc323MB0dC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgZhwhETXvyU3wSwNCotWkcc323MB0dC > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:none; }#Z3tTOfxKBcUqQ75VL3K6FZOmxJBEWxGx { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVGGRFSy2CLGFXA1PPCvlnAI56rter88 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:6.2490234375rem;left:9.375rem;overflow:hidden;display:block; }
#CJwBv23efa8EdkGcr5moWNJSFvBS1NP6 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:17.24609375rem;left:9.375rem;overflow:hidden;display:block; }
#TpDTFv6VMaT18qI4IgWuyXhxsyVRrOc1 { 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.3125rem;width:1.25rem;top:19.5927734375rem;left:9.375rem;overflow:hidden;display:block; }
#Juh4Ppgr7XUuFVKDvLp0NwSqeAupbTAT { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:16.7060546875rem;left:13.15625rem;height:7.08658125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o26B9IXr0fo2EXoDZqLbZwf9bpFBzmhM { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:25.32421875rem;left:13.15625rem;height:4.7243875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtT5ntcmdBabxRTlPHH1l9GaNKpk97MZ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:21.8740234375rem;left:9.375rem;overflow:hidden;display:block; }
#mTMSyvMkT3R8IKtV8qF0ShrfpLovWMpK { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:31.55859375rem;left:21.65625rem;display:block; }
#Idz3FWxATFHodwRGxIOWQG5ZITe52C6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktBFmkPF0kSzzmLUh4M2lewDt2cihCN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:2.1;letter-spacing:0;top:5.6240234375rem;left:13.15625rem;height:9.44875625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3tTtE6pfi2aVkMGbbgSSXEyyxHJk380 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:8.6240234375rem;left:9.375rem;overflow:hidden;display:block; }
#RG842rQaKF5ZLZSWLRsmNSxbaszVeMFI { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;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.3125rem;width:1.25rem;top:25.32421875rem;left:9.375rem;overflow:hidden;display:block; }
#RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ.adaptive-delivery-prevent-bg, #RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ.lazyload, #RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ.lazyloading { background-image: none; }#RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ > .row .container { border-width: 0; border-radius: 0; }#RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr { position:relative;display:none; }#Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr { border-width: 0; border-radius: 0; }#Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr > .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; }#Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr > .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:38.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tcET6bq32DdD6PAONFiTGtxR8o6ZG3R7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8126773834229rem;left:22.468036651611rem;height:1.86889375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xqt6AX3tlVQvJTvoT4n5d0T9qSnoBmnp { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4271850585938rem;left:4.0898418426514rem;height:30.716175rem;display:block; }
#NmQpZf3hiP8FRqoTRAhIoqGcTm8Ezxcp { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;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.31125625rem;width:1.25rem;top:7.6145210266112rem;left:1.4936065673828rem;overflow:hidden;display:block; }
#Etk3hkoghNIXrVT7H2ymUVBzNRGda72h { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.31036875rem;width:1.25rem;top:11.925958633423rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#ggRhqA5u9TEKp8fms8RhqImb0tEz7l7l { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;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.30948125rem;width:1.25rem;top:17.80006980896rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#KmyTk36xOfSXu6CUGtGlWHLqFnO7qW5D { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;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.30859375rem;width:1.25rem;top:23.549892425537rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#ZP4fSNzeVvSm6uhoWlTyvRgQV686BpuX { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;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.30859375rem;width:1.25rem;top:32.29935836792rem;left:1.4914760589599rem;overflow:hidden;display:block; }
#l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d6a6e45c-0ce5-4765-8340-fc8cc1ec48d1/bus_wyciety_mercedes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:17.3125rem;top:2.3125rem;left:42.725341796875rem;display:block; }#l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w.adaptive-delivery-prevent-bg, #l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w.lazyload, #l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w.lazyloading { background-image: none; }
#SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa.adaptive-delivery-prevent-bg, #SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa.lazyload, #SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa.lazyloading { background-image: none; }#SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa > .row .container { border-width: 0; border-radius: 0; }#SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#rePn0NzvPsrThJODeRLKUrBADdnNH82x { position:relative;display:none; }#rePn0NzvPsrThJODeRLKUrBADdnNH82x { border-width: 0; border-radius: 0; }#rePn0NzvPsrThJODeRLKUrBADdnNH82x > .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; }#rePn0NzvPsrThJODeRLKUrBADdnNH82x > .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:38.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JIAsL3KCsyvxrrbUgzQZkTLw7ZUd8W3y { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:19.687503814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#enFXJenntuFA8AvpqwSs6qDOTEp3EWHn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:55.3125rem;top:5.8125rem;left:2.34375rem;display:block; }
#BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD.adaptive-delivery-prevent-bg, #BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD.lazyload, #BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD.lazyloading { background-image: none; }#BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD > .row .container { border-width: 0; border-radius: 0; }#BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX { position:relative;display:none; }#u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX { border-width: 0; border-radius: 0; }#u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX > .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; }#u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX > .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:40.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#n8Prbgm1myQWGzfLKZnfmRJZ25xTnw2H { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.875003814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9KP4Fgx0mzbdMKMm9wo0tLBmC8GPW16 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:55.3125rem;top:5.8125rem;left:2.34375rem;display:block; }
#ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF { 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/2eb30775-40a6-44d5-b776-59ce434e66b4/TO_GTV_BUS.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF.adaptive-delivery-prevent-bg, #ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF.lazyload, #ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF.lazyloading { background-image: none; }#ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF > .row .container { border-width: 0; border-radius: 0; }#ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:none; }#mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 { position:relative;display:none; }#mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 { border-width: 0; border-radius: 0; }#mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 > .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; }#mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 > .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:40.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lqOV9sI1oIbrk3wC0Un4BP8dgZZASWhf { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:17.875003814698rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRtFeC8CINqe6oUZkxKgxLuqDDirtIC5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.75rem;width:55.3125rem;top:5.8125rem;left:2.34375rem;display:block; }
#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 { 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/13631e8c-3b75-48d6-9d19-48d9771f6346/to.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1.adaptive-delivery-prevent-bg, #lVG9vuCCEvhAJGy7ubbz2woxLmm130O1.lazyload, #lVG9vuCCEvhAJGy7ubbz2woxLmm130O1.lazyloading { background-image: none; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container { border-width: 0; border-radius: 0; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:none; }#GVtkrtUJCPMeVRRXKk4zdhpJ8W3cax21 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CNL0h89J2mhfVzd7m9O27C5QsizTzF1x { display:block; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vp0OXFe5LApRN3b9bhmCIWSXSTDFT7NI { width:8.6875rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7E47q60Zeo0o0m3gqm465TVpQe6rydx { width:7.6875rem;height:2.5rem;top:0.9375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shp63mnZPVrX52XXlrSCQKQiy1JvqMfJ { display:block; }
 }@media only screen and (max-width: 763px) { #XtVkGzWnd6iAfqMdAHbqH4BLridp0Awd { width:2.5rem;height:2.5rem;top:0.9375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t07b1JJnifurWfIuhWTfnU5kxoCDEg10 { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqB29RgN3gif0id5fi5iRF95oU9pF1XE { width:2.125rem;height:2.125rem;top:1.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnUZDmambFTEbgAt8KPqFr2KOXez0MC { top:1.25rem;left:44.1875rem;width:1.875rem;height:1.875rem;display:block; }
#CMnUZDmambFTEbgAt8KPqFr2KOXez0MC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cH9QW6T4gmUmNOOfM6dw48VZ3KKzcqBr { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4xmfNz79JNCMAme5BAtwvmKGcSetDTH { width:2.125rem;height:2.125rem;top:1.125rem;left:45.625rem;font-size:1.4375rem;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) { #Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { top:10.5rem;left:7.4375rem;width:28.5625rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmikePHUmwPAZMvBR6FsbQK02fqTGMw { top:5.5625rem;left:22.125rem;width:14.8125rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { top:20.375rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt { display:block; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS { display:block; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMaaxRTG0gRpLQnlyhtVWaNA85bx3Ald { top:1.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsz3P9Z51H95JKWAwUzXOy0NV9qDDE4n { top:9.625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #za4pTt9HVBIIPi3A3VAKUcEJxvRQoq58 { top:14.9375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwnT8ln8UBMDmFuP0JkMybEOJ3CX7E7p { top:17.3125rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp1O3gsrTBlInVmsTFLnbtUbNh4MIR3n { top:29.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRahSc0h5ITea2EPW25Hm7OSnAw3dP8I { top:9.75rem;left:3.03125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwOPLCCvWGVGqU6sxtyqTgTzf8tG6Hvb { top:4.375rem;left:0rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiKzZBSfwD96WvWbE8AkUvkfiguzTST { top:7.1875rem;left:0rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWtWnMAw1PnOQ4vqz7fi8vyBtvvDfyE { top:1.5625rem;left:0rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhe57zOCZpf6S5JSKNpNEez9fwLtkHb { top:29.5rem;left:0rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEdTynRBfMRvmgUb1RQdSEobDIXEwAif { top:17.4375rem;left:3.5625rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSmZUyTU85naR43kTDKcybVMxKm1k7UU { top:15rem;left:0rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ADHDREq9oUZlaasc5sc6JHDPhKasgM { top:20.4375rem;left:3.59375rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yICM5IRbhI6UldV0r5LrxQkMKx2MuEwZ { top:23.1875rem;left:3.5625rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDh59BDb78TVi2zpo5yTfst8RRCRmZvs { top:9.9375rem;left:3.03125rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { display:block; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q { display:block; }#P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWNvlsWMVTZ7dzXWMThPRpvJVzwuDIPU { top:2.1875rem;left:5.875rem;width:25.875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFUoTfqDWwDhev4Sm3coohz9swbN647 { top:7.9375rem;left:4.375rem;width:27.375rem;height:20.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKlc7hn0BpWlHBpUTCcKHZ2qvo0PBbK2 { top:28.6875rem;left:4.125rem;width:27.625rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJOn25Wx2hZK1WPIhdCqKL4MU9rGtcV1 { top:2.3125rem;left:23.187503814698rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thr2yA1tMq02UrdTIqTpQnTB7KCUs5ol { top:5.1875rem;left:23.218753814698rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhd31GDU5yklfzJfVoeUw2FIcD9PriFk { top:7.9375rem;left:23.218753814698rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wskp0l4IGSvLP8xnwxo6NxK1vR9rke68 { top:19.625rem;left:23.21875rem;width:1.125rem;height:1.2441672989378rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89dEFq8z0I2SazgF1tqQCNyGpNe1AcM { top:5.0625rem;left:5.875rem;width:25.875rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhA0IndgTuBOfURpKR2WmPaXKlig6kqB { top:16.9375rem;left:23.1875rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SllW2Rwy4tpSlUECTV92NZFdxzXrzyT3 { top:12.3125rem;left:23.187503814698rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4GHrtbFRUhnHB8t7Tx7hE6sWGqwxhV6 { top:2.1875rem;left:0rem;width:23.4375rem;height:32.6855625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEDNQ2ndG8V6hyy2pouEnQEuPJXuQaTH { top:28.8125rem;left:22.9375rem;width:1.125rem;height:1.2441672989378rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq { display:block; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr { display:block; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEqaSMPSE28KSs2aR7q9ysl1GFCR90u6 { top:1.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktX0uAZ4g4PqfvPAsmUUQksfm7aJSC1u { top:4.1875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8u3uoqcGrhBE6NgboOSXOv1qLDFnZCv { top:1.8125rem;left:0rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFwByQRCpGP75XyaNr3UFr3ZEds2iK9u { top:4.4375rem;left:3.125rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T52KOkDsHLrmOdcDUbX5Ib3UNHmXUQCJ { top:7.25rem;left:3.125rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVWMNmsq1SwV9kt72KdEQIfuQmOZrseL { top:10.25rem;left:3.125rem;width:1.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX { display:block; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f { display:block; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZJElPHyxL2VbbnBuR10xESVO0NvhSfs { top:2.8125rem;left:0rem;width:26.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCVC04Pfy0Dy2zBII4LXtQr7BR1MMCZz { top:7.3125rem;left:0rem;width:36.3125rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBzoanOMPf6bdlcwkSMpBl5kqkdyliN4 { top:7.5625rem;left:14.625rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGg98i9a3XHWrvK6HrXccvGDIBE4ZRUd { top:16.3125rem;left:14.625rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVaSqbtXEimS5iO1BZo0yW4iDWrBisPa { top:22.125rem;left:14.625rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBz3XILi6Lu8bP1BBNdx9BPgqmrOul6a { top:-0.8125rem;left:0rem;width:21.75rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGz1kem91fCInDPmwA3gwmHJocXF0PJz { display:block; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi { display:block; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dW677G1e29nbAmvoPnoylAHqabs37MOW { top:2.8125rem;left:17.5625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMXJuhxG06JcvCUiNtUrVKmPBTyKrTB3 { top:7.0625rem;left:0rem;width:34.5625rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3f9t6JT7TThM8FJewOkTflPlJTzN4F2 { top:12.9375rem;left:0rem;width:43.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0TRKdVc13Q5HP7QqodVXr0SIG0dOCFs { top:16rem;left:0rem;width:34.75rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQOqrlsveTHyPk7xE0mgOFn3TOymcSOk { top:7.25rem;left:0rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5vAD6VAzhEl2iWhuTrgAzgt7Otoo5CC { top:13.125rem;left:0rem;width:1.25rem;height:1.31125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTehCBsDupmmPTCCOKBOhWAxhpIyT39g { top:16.25rem;left:0rem;width:1.25rem;height:1.31125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1AATqDTwIDv6sgX9KVztl4LHulRum2A { top:2.5625rem;left:10.125rem;width:21.625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 { display:block; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBVG4z8u3G1kHuTIWnHySFkam9qwhIer { display:block; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MB10SueTTEgSKz78c826S5v5PklM6iRr { top:2.8125rem;left:17.5625rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tASFCJZb1ZraS7cvJWVXiETdRB5d47Cf { top:6.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpnqklA1ytTX2uNlbU66Jsqaz17cu7Lp { top:11.25rem;left:0rem;width:39.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfnkRSBe6R2H5G05FZCTnD39WSpA8kiM { top:16.5625rem;left:0rem;width:33.4375rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbpqAQklkg0cX8oXoi8oorl6DokV37SD { top:13.8125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHT23XyGstJReHgp7uPr2wzeFsl3M6i1 { top:11.0625rem;left:9.869140625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CavB3XA0XX4RZuWQsMZTJEp3A1Z5TaeO { top:11.0625rem;left:35.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 { display:block; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S { display:block; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teTayKvu4QclJFMrx8kUWDMri1B8bscw { top:2.875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4WUoJRyNML4tTBoX9kuJL8lVX1Ec7vG { top:9.75rem;left:0rem;width:39.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVhugz9g7R10AcV1BRFshX4XZEqqJiA { top:9.6875rem;left:8.4984817504881rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MluD5zqgukrNl9DxOwrPKO9BGoGCzh7e { top:9.6875rem;left:36.187065124512rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6W4SIA8CgGu2SC7T7p9ZHURedifG7Hn { top:13.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE4mNu2ruZOIDErBSEr8hXVzxqiiZ2wR { top:13.1875rem;left:45.459419250488rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvGVpNRMFTand4LRtSTQDW44tEGdTGvM { top:13.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn { display:block; }#hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQwb2ngpRTAdlNOvVaCeFvMwxvVV6SXU { top:2.875rem;left:0rem;width:33.1875rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6867gEDll2fV86xtDOWPus24dLFCFbh { top:6.375rem;left:0rem;width:30.125rem;height:26.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9IZdW7mp9CM7XwQhUTM6NyO3r3MCtFe { top:9.5rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClgO8NSWP114f6n1hpBBDxmUNzsQKmUL { top:6.375rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIt3HUJOeNMNWyh5vOF7qA5rNWrFN5y2 { top:13.0625rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxCci7DyTVVTlzVgqmM2kaARRtRgMDd { top:16.4375rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Konh73pBwJse4NTV978Are20d9WA0q { top:19.0625rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvW6Lf0REAXCb7liAnzQscJrPGIm4CEI { top:22.125rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXTbaaVhn07UGElEBcdt8wLAcUy4PdK { top:25rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5z1stqhUCNGyzfhynLCOE6h13mXlq4 { top:28.0625rem;left:3rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLiW8S2unTeU7khVzbDz6rqoe9Q1UzI2 { top:4.25rem;left:27.5625rem;width:19.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5lxbzG9wyGRtBbW8zST2xW7foV0zMQI { top:35.875rem;left:0rem;width:47.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbGNHzwGk54ziXN2ITBSrlFkeIwluvJU { top:37.8125rem;left:0rem;width:37.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIi4q7unwOQCQEvX83tWIyx6HsV9oLz9 { top:37.4375rem;left:5rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwKV0rDXpHnUaByNyDT1OLEQs9P8s9Lx { top:48.375rem;left:0rem;width:37.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtAnIUNsPDyyn3lkAPgbwxpbvQMbDq5x { top:46.25rem;left:0rem;width:47.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SInR8TN32sBpNoCtmM9BR7m2ySdWG5q5 { top:47rem;left:5rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo { display:block; }#qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nv9dXP9wzf1OZAI7mZRmNxTDgKSndMDP { top:8.3125rem;left:0rem;width:12.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRt5DqdT5PyCKht9UChZOGruJWXVX80t { top:8.3125rem;left:3.6875rem;width:12.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxAwLrnXJBhlh892Sh33QVqJJFuyKvQi { top:8.3125rem;left:19.5625rem;width:12.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdsedzphD24oUPkvHbhtbqvSHB5KGc3 { top:2.3125rem;left:34.625rem;width:13rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky0ER6A9274iJuJlqtJ5ix9k4Ks6oVwy { top:9.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdOMUhbvIqVwPVwLyI1qU4lW4DophoLE { top:9.0625rem;left:4.6875rem;width:11.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDZdSQMc30shb3EoOpbv8sc0JgM3o6v { top:9.6875rem;left:21.4375rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1m69en5N5DIoxoxPwA8MT6U5BZRNMoC { top:3rem;left:35.4375rem;width:12.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2LWgcpE9CfMyEQxEN4p2UV9yJX9zrFb { top:11.9375rem;left:34.625rem;width:13rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPZ4ABha7a2itctUvKPeGWZnJ01GpL1 { top:13.4375rem;left:35.4375rem;width:12.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKKtTc37Pw2ZEFHWNoUQTuwlR4qu33tx { top:13.75rem;left:4.625rem;width:11.25rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl4XzKrdfTgLl7qW4RvqI3mbXzoEevM3 { top:2.9375rem;left:16.6875rem;width:11.25rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbsxJRvPkgXgGDovlb5yF4OxiOFfr5VX { top:13.6875rem;left:31.75rem;width:5.3125rem;height:;display:block; }
 }@media only screen and (max-width: 763px) { #XfmBIyD2duhOMhzqV8U3LHFaLZq7TLzt { top:2.8125rem;left:31.75rem;width:5.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds44nrNEI8aX29ZH6u1v6UyyIng3NQDf { width:31.8125rem;height:65.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tdg5Cfwpkpi8Nr9WuKhz4swTyTTqP32k { width:31.8125rem;height:65.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVP6ILf7u8CSsVhcHU8yapzL9a6WVubK { width:34.8125rem;height:33.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q278MRTn06AddF01a6opT9eyUdQFFRfD { width:34.8125rem;height:33.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 { display:block; }#LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kht5asRfpXikSAbdXGHfHysOJCxLCpil { top:3.875rem;left:0rem;width:27.0625rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQMuLy4HoWTHhXSWF26gi8e5E2Mw5We { top:4.375rem;left:10.53125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrHUQBoF4Fpv6imcsWhbN8UvJWfFnxTw { top:4.375rem;left:33.40625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHKe5TT8h4EQRP2sW1tTlPP2zp1OXCSe { top:10.5625rem;left:11.4375rem;width:20.3125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN41M0tUbhGgbWbpRrBxh7mhC1bsU8FM { top:12rem;left:0rem;width:30.6875rem;height:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #baC1P8VT7pOQfrl1v1qBh3DkT0EcyhOo { top:12.125rem;left:0.0625rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKB2CRviTDFznUv4tImt4Jz4TydeBuH1 { top:15.125rem;left:0.0625rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJOr9eMtc177uFk76bCEuRlDOXiEkK8 { top:18.0625rem;left:0.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWJmpLFiBpSVfqe4T3EUgwoC2GdTCQ09 { top:20.875rem;left:0.0625rem;width:0;height:;display:block; }
 }@media only screen and (max-width: 763px) { #wfSaihHe5yaiz9uJOZPE0PNqrAFncv0p { top:20.875rem;left:0.0625rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhcKtn1mwCqWTUeQ5rrL9DTna0vD3bF { top:23.75rem;left:0.0625rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoTbkhc00IpxFw8E2HqrfTmO3HgDQzth { top:26.6875rem;left:0.0625rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tur9LahlzlA4FifXpTaIDMbdFtRDNWcb { top:29.5625rem;left:0.0625rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqgFdxVl0OR1nEwflGVevCwHdaKOGFzG { top:33.9375rem;left:0.0625rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWT196PzzxiPslbShPDOQ5nMunW2a8ST { display:block; }#OWT196PzzxiPslbShPDOQ5nMunW2a8ST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqJdOonSbGiEyuwzzfhcefIUekHZpTPx { display:block; }#RqJdOonSbGiEyuwzzfhcefIUekHZpTPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkFPvH127KSD2E0G192oZ1aB1KukWwzm { width:47.75rem;height:1.8125rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ { top:24.875rem;left:0rem;width:30.8125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i70QfuTkFmlcdcAQrToGEyZi3O580arR { width:36.5rem;height:21.25rem;top:2.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpp8ze8115oiHp643PZsyucfMFxpNoNh { display:block; }#Xpp8ze8115oiHp643PZsyucfMFxpNoNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S { display:block; }#M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #go5nyGP4ytftiIqM7i70loOairIlFcfb { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8EL77tviXdkL90qtdWfKF7K5EnybXn { width:40rem;height:25.9375rem;top:5.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ7lZacQnRZD7DRN48ishGSIQErq42RX { top:5.3125rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoAhnPnJCOxX2CFCeIAIBPvA2DBrC29X { top:17.6875rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUvAVokLrlz745wpCeGmAnTpSx9Skbbc { top:22.3125rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyMsuTff1EkTlEmAhxy87w1ASoyGkVE6 { top:26.75rem;left:6.125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 { display:block; }#XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgZhwhETXvyU3wSwNCotWkcc323MB0dC { display:block; }#BgZhwhETXvyU3wSwNCotWkcc323MB0dC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3tTOfxKBcUqQ75VL3K6FZOmxJBEWxGx { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVGGRFSy2CLGFXA1PPCvlnAI56rter88 { top:6.1875rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJwBv23efa8EdkGcr5moWNJSFvBS1NP6 { top:17.1875rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDTFv6VMaT18qI4IgWuyXhxsyVRrOc1 { top:19.5625rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juh4Ppgr7XUuFVKDvLp0NwSqeAupbTAT { width:40rem;height:7.0625rem;top:16.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o26B9IXr0fo2EXoDZqLbZwf9bpFBzmhM { width:44.5rem;height:4.6875rem;top:25.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtT5ntcmdBabxRTlPHH1l9GaNKpk97MZ { top:21.8125rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMSyvMkT3R8IKtV8qF0ShrfpLovWMpK { width:13.9375rem;height:3.625rem;top:31.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idz3FWxATFHodwRGxIOWQG5ZITe52C6s { display:block; }
 }@media only screen and (max-width: 763px) { #ktBFmkPF0kSzzmLUh4M2lewDt2cihCN4 { width:44.5rem;height:9.4375rem;top:5.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3tTtE6pfi2aVkMGbbgSSXEyyxHJk380 { top:8.5625rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG842rQaKF5ZLZSWLRsmNSxbaszVeMFI { top:25.3125rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ { display:block; }#RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr { display:block; }#Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcET6bq32DdD6PAONFiTGtxR8o6ZG3R7 { top:2.8125rem;left:16.280536651611rem;width:15rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqt6AX3tlVQvJTvoT4n5d0T9qSnoBmnp { top:7.375rem;left:0rem;width:33.3125rem;height:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmQpZf3hiP8FRqoTRAhIoqGcTm8Ezxcp { top:7.5625rem;left:0rem;width:1.25rem;height:1.31125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etk3hkoghNIXrVT7H2ymUVBzNRGda72h { top:11.875rem;left:0rem;width:1.25rem;height:1.31036875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggRhqA5u9TEKp8fms8RhqImb0tEz7l7l { top:17.75rem;left:0rem;width:1.25rem;height:1.30948125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyTk36xOfSXu6CUGtGlWHLqFnO7qW5D { top:23.5rem;left:0rem;width:1.25rem;height:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP4fSNzeVvSm6uhoWlTyvRgQV686BpuX { top:32.25rem;left:0rem;width:1.25rem;height:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w { top:2.3125rem;left:30.3125rem;width:17.3125rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa { display:block; }#SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rePn0NzvPsrThJODeRLKUrBADdnNH82x { display:block; }#rePn0NzvPsrThJODeRLKUrBADdnNH82x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIAsL3KCsyvxrrbUgzQZkTLw7ZUd8W3y { top:2.5rem;left:0rem;width:20.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enFXJenntuFA8AvpqwSs6qDOTEp3EWHn { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD { display:block; }#BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX { display:block; }#u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8Prbgm1myQWGzfLKZnfmRJZ25xTnw2H { top:1.75rem;left:0rem;width:24.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9KP4Fgx0mzbdMKMm9wo0tLBmC8GPW16 { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF { display:block; }#ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 { display:block; }#mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqOV9sI1oIbrk3wC0Un4BP8dgZZASWhf { top:1.75rem;left:0rem;width:24.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRtFeC8CINqe6oUZkxKgxLuqDDirtIC5 { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 { display:block; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVtkrtUJCPMeVRRXKk4zdhpJ8W3cax21 { width:47.75rem;height:3.25rem;top:4.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CNL0h89J2mhfVzd7m9O27C5QsizTzF1x { position:relative;z-index:auto;display:block; }#CNL0h89J2mhfVzd7m9O27C5QsizTzF1x > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vp0OXFe5LApRN3b9bhmCIWSXSTDFT7NI { width:10rem;height:2.875rem;top:1.2565104961395rem;left:5.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7E47q60Zeo0o0m3gqm465TVpQe6rydx { width:7.6875rem;height:2.5rem;top:6.125rem;left:0.62500005960463rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shp63mnZPVrX52XXlrSCQKQiy1JvqMfJ { display:block; }
 }@media only screen and (max-width: 763px) { #XtVkGzWnd6iAfqMdAHbqH4BLridp0Awd { width:2.5rem;height:2.5rem;top:6.125rem;left:11.250000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #t07b1JJnifurWfIuhWTfnU5kxoCDEg10 { width:2.5rem;height:2.5rem;top:6.125rem;left:14.312500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqB29RgN3gif0id5fi5iRF95oU9pF1XE { width:2.125rem;height:2.125rem;top:6.3125rem;left:14.500000298023rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMnUZDmambFTEbgAt8KPqFr2KOXez0MC { width:1.875rem;height:1.875rem;top:6.4375rem;left:11.562500298023rem;display:block; }
#CMnUZDmambFTEbgAt8KPqFr2KOXez0MC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cH9QW6T4gmUmNOOfM6dw48VZ3KKzcqBr { width:2.5rem;height:2.5rem;top:6.125rem;left:17.312501251698rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4xmfNz79JNCMAme5BAtwvmKGcSetDTH { width:2.125rem;height:2.125rem;top:6.3125rem;left:17.500001251698rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79900e01-9126-4297-9577-e9101f4b4e8c/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { width:16.9375rem;height:4.87413125rem;top:3.349609375rem;left:1.5312500596046rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hsmikePHUmwPAZMvBR6FsbQK02fqTGMw { width:6.1875rem;height:6.1875rem;top:2.0787763595581rem;left:13.375000298023rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D3u8mOngtKeZzmpUkZwzf2moJxTKekLm { width:2.5rem;height:2.5rem;top:9.1875rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt { display:block; }#fHQfLbuXaB0QTa5cnFTnByA1N9CsUICt > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS { display:block; }#EHXdDOTPHCaXbQsT9U9lzRCf7vO468kS > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMaaxRTG0gRpLQnlyhtVWaNA85bx3Ald { width:18.125rem;height:10.3993rem;top:1.1241323947906rem;left:1.8739150166511rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bsz3P9Z51H95JKWAwUzXOy0NV9qDDE4n { width:17.8125rem;height:5.19965625rem;top:12.873265266419rem;left:1.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#66cc33;display:block; }
 }@media only screen and (max-width: 763px) { #za4pTt9HVBIIPi3A3VAKUcEJxvRQoq58 { width:15.9375rem;height:2.599825rem;top:21.124135017395rem;left:2.4062500596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IwnT8ln8UBMDmFuP0JkMybEOJ3CX7E7p { width:15.875rem;height:20.7986125rem;top:24.75rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tp1O3gsrTBlInVmsTFLnbtUbNh4MIR3n { width:17.374125rem;height:11.69925rem;top:48.25rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HRahSc0h5ITea2EPW25Hm7OSnAw3dP8I { width:2.25rem;height:2.25rem;top:2.875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwOPLCCvWGVGqU6sxtyqTgTzf8tG6Hvb { width:1rem;height:1rem;top:5.3120660781861rem;left:0.50542539358139rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMiKzZBSfwD96WvWbE8AkUvkfiguzTST { width:1rem;height:1rem;top:1.3741302490234rem;left:0.43750005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIWtWnMAw1PnOQ4vqz7fi8vyBtvvDfyE { width:1rem;height:1rem;top:9.0625009536744rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOhe57zOCZpf6S5JSKNpNEez9fwLtkHb { width:1rem;height:1rem;top:48.248699188233rem;left:0.94292539358137rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEdTynRBfMRvmgUb1RQdSEobDIXEwAif { width:1rem;height:1.0625rem;top:25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSmZUyTU85naR43kTDKcybVMxKm1k7UU { width:1rem;height:1rem;top:21.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ADHDREq9oUZlaasc5sc6JHDPhKasgM { width:1rem;height:1.0625rem;top:29.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yICM5IRbhI6UldV0r5LrxQkMKx2MuEwZ { width:1rem;height:1.0625rem;top:35.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDh59BDb78TVi2zpo5yTfst8RRCRmZvs { width:2.25rem;height:2.25rem;top:2.875rem;left:12.1875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 { display:none; }#msD95gSuQFrBE9TTx75GsVBh4a0gAbN7 > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q { display:none; }#P0R3QXSJqdpkJasv1NTKDGaS9Go7k93Q > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZWNvlsWMVTZ7dzXWMThPRpvJVzwuDIPU { width:16.9375rem;height:0.9746125rem;top:1.0625rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzFUoTfqDWwDhev4Sm3coohz9swbN647 { width:16.3125rem;height:14.61915625rem;top:3rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GKlc7hn0BpWlHBpUTCcKHZ2qvo0PBbK2 { width:16.624375rem;height:3.8984375rem;top:20.350261688233rem;left:3.0312500596046rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJOn25Wx2hZK1WPIhdCqKL4MU9rGtcV1 { width:0.625rem;height:0.625rem;top:1.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thr2yA1tMq02UrdTIqTpQnTB7KCUs5ol { width:0.625rem;height:0.6875rem;top:3.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhd31GDU5yklfzJfVoeUw2FIcD9PriFk { width:0.625rem;height:0.6875rem;top:6.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wskp0l4IGSvLP8xnwxo6NxK1vR9rke68 { width:0.625rem;height:0.6875rem;top:10.9375rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89dEFq8z0I2SazgF1tqQCNyGpNe1AcM { width:16.4361875rem;height:0.9746125rem;top:17.493492126465rem;left:3.1250000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhA0IndgTuBOfURpKR2WmPaXKlig6kqB { width:0.81176875rem;height:0.874025rem;top:17.34375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SllW2Rwy4tpSlUECTV92NZFdxzXrzyT3 { width:0.8112rem;height:0.8737rem;top:9.0234375rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4GHrtbFRUhnHB8t7Tx7hE6sWGqwxhV6 { width:18.125rem;height:25.37475rem;top:27.4951171875rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UEDNQ2ndG8V6hyy2pouEnQEuPJXuQaTH { width:1.125rem;height:1.2441375rem;top:20.350261688233rem;left:1.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq { display:block; }#XI9uPv1H5UTfAQ8G1CBvWX0Hmp4Q2PCq > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr { display:block; }#GqrLXxIsGcirlyswqxyJcQqnCxBsmmkr > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEqaSMPSE28KSs2aR7q9ysl1GFCR90u6 { width:18.186875rem;height:3.8997375rem;top:1.435546875rem;left:1.8120661377907rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ktX0uAZ4g4PqfvPAsmUUQksfm7aJSC1u { width:15.9375rem;height:12.999125rem;top:6.4984817504881rem;left:2.9361980557442rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M8u3uoqcGrhBE6NgboOSXOv1qLDFnZCv { width:1rem;height:1rem;top:1.6241302490234rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFwByQRCpGP75XyaNr3UFr3ZEds2iK9u { width:1rem;height:1.0625rem;top:6.8734817504881rem;left:1.5620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #T52KOkDsHLrmOdcDUbX5Ib3UNHmXUQCJ { width:1rem;height:1.0625rem;top:11.965278625488rem;left:1.6870661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVWMNmsq1SwV9kt72KdEQIfuQmOZrseL { width:1rem;height:1.0625rem;top:17.124567031861rem;left:1.6870661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX { display:block; }#Gd0wwG2oIepHcSFs0pShmcHal5mnvdZX > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f { display:block; }#vC04TelIfpfK9yT7FeBsKbL6nJnz7x8f > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZJElPHyxL2VbbnBuR10xESVO0NvhSfs { width:20rem;height:1.86889375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCVC04Pfy0Dy2zBII4LXtQr7BR1MMCZz { width:16.62475rem;height:37.69745rem;top:4.367675rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBzoanOMPf6bdlcwkSMpBl5kqkdyliN4 { width:1.25rem;height:1.311525rem;top:4.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGg98i9a3XHWrvK6HrXccvGDIBE4ZRUd { width:1.25rem;height:1.311525rem;top:18.812286376953rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVaSqbtXEimS5iO1BZo0yW4iDWrBisPa { width:1.25rem;height:1.311525rem;top:26.624557495118rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBz3XILi6Lu8bP1BBNdx9BPgqmrOul6a { width:20rem;height:31.379310344827rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGz1kem91fCInDPmwA3gwmHJocXF0PJz { display:block; }#qGz1kem91fCInDPmwA3gwmHJocXF0PJz > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi { display:block; }#nm2WCUaIQqRe5euCO34uUtHPXN6b9KHi > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dW677G1e29nbAmvoPnoylAHqabs37MOW { width:12.5rem;height:1.8684875rem;top:0rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMXJuhxG06JcvCUiNtUrVKmPBTyKrTB3 { width:16.25rem;height:9.099375rem;top:1.8671875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3f9t6JT7TThM8FJewOkTflPlJTzN4F2 { width:13.875rem;height:2.599825rem;top:12.1767578125rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0TRKdVc13Q5HP7QqodVXr0SIG0dOCFs { width:16.0615rem;height:11.69925rem;top:16.6787109375rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQOqrlsveTHyPk7xE0mgOFn3TOymcSOk { width:1.25rem;height:1.31055rem;top:1.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5vAD6VAzhEl2iWhuTrgAzgt7Otoo5CC { width:1.25rem;height:1.31055rem;top:12.1767578125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTehCBsDupmmPTCCOKBOhWAxhpIyT39g { width:1.25rem;height:1.31055rem;top:16.6787109375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1AATqDTwIDv6sgX9KVztl4LHulRum2A { width:20rem;height:20.289017341041rem;top:39.191425rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 { display:block; }#PAppTA2xk57DwuPuAGBKM9xpN8Dqxxb3 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBVG4z8u3G1kHuTIWnHySFkam9qwhIer { display:block; }#iBVG4z8u3G1kHuTIWnHySFkam9qwhIer > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MB10SueTTEgSKz78c826S5v5PklM6iRr { width:12.5rem;height:1.8684875rem;top:2.75rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tASFCJZb1ZraS7cvJWVXiETdRB5d47Cf { width:20rem;height:3.8997375rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XpnqklA1ytTX2uNlbU66Jsqaz17cu7Lp { width:19.0625rem;height:2.599825rem;top:14.9375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfnkRSBe6R2H5G05FZCTnD39WSpA8kiM { width:18.49975rem;height:10.3993125rem;top:23.8125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbpqAQklkg0cX8oXoi8oorl6DokV37SD { width:18.62425rem;height:2.599825rem;top:20rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHT23XyGstJReHgp7uPr2wzeFsl3M6i1 { width:1.6862rem;height:1.6862rem;top:12.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CavB3XA0XX4RZuWQsMZTJEp3A1Z5TaeO { width:1.6862rem;height:1.6862rem;top:23.281251430511rem;left:9.1558163762094rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 { display:block; }#hwhMF89qAdnWHAfCNKWx8m7IgQLKhod3 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S { display:block; }#xS2ITF8Wnk4J3GIqBFxndGITN0XZys5S > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teTayKvu4QclJFMrx8kUWDMri1B8bscw { width:16.3748125rem;height:8.7760625rem;top:3.2280883789062rem;left:1.8120661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4WUoJRyNML4tTBoX9kuJL8lVX1Ec7vG { width:16.124125rem;height:2.599825rem;top:16.625rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MNVhugz9g7R10AcV1BRFshX4XZEqqJiA { width:1.6862rem;height:1.6862rem;top:14.018012970686rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MluD5zqgukrNl9DxOwrPKO9BGoGCzh7e { width:1.6862rem;height:1.6862rem;top:14.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6W4SIA8CgGu2SC7T7p9ZHURedifG7Hn { width:20rem;height:2.599825rem;top:23rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aE4mNu2ruZOIDErBSEr8hXVzxqiiZ2wR { width:1.6875rem;height:1.6875rem;top:53.519090124512rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvGVpNRMFTand4LRtSTQDW44tEGdTGvM { width:1.6875rem;height:1.6875rem;top:20.0625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn { display:none; }#hCKbchrw3fuMG6Ueg2CfNk4zbiM7b0Sn > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQwb2ngpRTAdlNOvVaCeFvMwxvVV6SXU { width:16.25rem;height:2.4375rem;top:1.4375rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6867gEDll2fV86xtDOWPus24dLFCFbh { width:16.75rem;height:20.46683125rem;top:4.8125rem;left:2.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r9IZdW7mp9CM7XwQhUTM6NyO3r3MCtFe { width:1.25rem;height:1.25rem;top:7.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClgO8NSWP114f6n1hpBBDxmUNzsQKmUL { width:1.25rem;height:1.25rem;top:4.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIt3HUJOeNMNWyh5vOF7qA5rNWrFN5y2 { width:1.25rem;height:1.25rem;top:10.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTxCci7DyTVVTlzVgqmM2kaARRtRgMDd { width:1.25rem;height:1.25rem;top:12.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Konh73pBwJse4NTV978Are20d9WA0q { width:1.25rem;height:1.25rem;top:14.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvW6Lf0REAXCb7liAnzQscJrPGIm4CEI { width:1.25rem;height:1.25rem;top:16.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnXTbaaVhn07UGElEBcdt8wLAcUy4PdK { width:1.25rem;height:1.25rem;top:18.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ5z1stqhUCNGyzfhynLCOE6h13mXlq4 { width:1.25rem;height:1.25rem;top:21.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLiW8S2unTeU7khVzbDz6rqoe9Q1UzI2 { width:20rem;height:30.4668125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5lxbzG9wyGRtBbW8zST2xW7foV0zMQI { width:19.875rem;height:10.6875rem;top:25.94921875rem;left:-0.0019530653953552rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #66cc33, #64b533);background-image: -moz-linear-gradient(183deg, #66cc33, #64b533);background-image: -ms-linear-gradient(183deg, #66cc33, #64b533);background-image: -o-linear-gradient(183deg, #66cc33, #64b533);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#64b533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#64b533' );";background-image: linear-gradient(183deg, #66cc33, #64b533);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dbGNHzwGk54ziXN2ITBSrlFkeIwluvJU { width:13.375rem;height:7.796875rem;top:27.39453125rem;left:4.9212239384651rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MIi4q7unwOQCQEvX83tWIyx6HsV9oLz9 { width:2.75rem;height:2.75rem;top:29.91796875rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwKV0rDXpHnUaByNyDT1OLEQs9P8s9Lx { width:12.561875rem;height:2.923825rem;top:39.204429626465rem;left:4.9062502980232rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vtAnIUNsPDyyn3lkAPgbwxpbvQMbDq5x { width:20rem;height:5.4375rem;top:37.947998046875rem;left:0rem;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #66cc33, #64b533);background-image: -moz-linear-gradient(183deg, #66cc33, #64b533);background-image: -ms-linear-gradient(183deg, #66cc33, #64b533);background-image: -o-linear-gradient(183deg, #66cc33, #64b533);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#64b533' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#64b533' );";background-image: linear-gradient(183deg, #66cc33, #64b533);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SInR8TN32sBpNoCtmM9BR7m2ySdWG5q5 { width:3.0625rem;height:3.0625rem;top:39.135417938233rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo { display:none; }#qTyJlcd8THv1Ks6Cyfb2WJTDS3IpVPoo > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nv9dXP9wzf1OZAI7mZRmNxTDgKSndMDP { width:9.625rem;height:4.3125rem;top:1.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRt5DqdT5PyCKht9UChZOGruJWXVX80t { width:9.625rem;height:4.3125rem;top:6.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxAwLrnXJBhlh892Sh33QVqJJFuyKvQi { width:9.625rem;height:4.3125rem;top:11.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdsedzphD24oUPkvHbhtbqvSHB5KGc3 { width:9.625rem;height:7.875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky0ER6A9274iJuJlqtJ5ix9k4Ks6oVwy { width:8rem;height:1.94921875rem;top:2.6875rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdOMUhbvIqVwPVwLyI1qU4lW4DophoLE { width:7.5rem;height:2.923825rem;top:7rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcDZdSQMc30shb3EoOpbv8sc0JgM3o6v { width:8.25rem;height:1.94921875rem;top:12.3125rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1m69en5N5DIoxoxPwA8MT6U5BZRNMoC { width:7.8125rem;height:4.87305rem;top:17.5rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2LWgcpE9CfMyEQxEN4p2UV9yJX9zrFb { width:9.625rem;height:7.875rem;top:16rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRPZ4ABha7a2itctUvKPeGWZnJ01GpL1 { width:8.4375rem;height:4.87305rem;top:17.5rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKKtTc37Pw2ZEFHWNoUQTuwlR4qu33tx { width:1.3125rem;height:0.625rem;top:1.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kl4XzKrdfTgLl7qW4RvqI3mbXzoEevM3 { width:1.8125rem;height:0.8125rem;top:2.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbsxJRvPkgXgGDovlb5yF4OxiOFfr5VX { width:3.75rem;height:1.6875rem;top:4.76171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfmBIyD2duhOMhzqV8U3LHFaLZq7TLzt { width:2.375rem;height:2.5rem;top:4.76171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ds44nrNEI8aX29ZH6u1v6UyyIng3NQDf { top:2.1875rem;left:2.875rem;width:2.25rem;height:4.625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tdg5Cfwpkpi8Nr9WuKhz4swTyTTqP32k { top:6.9375rem;left:14.8125rem;width:2.25rem;height:4.625rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IVP6ILf7u8CSsVhcHU8yapzL9a6WVubK { top:13.6875rem;left:2.8125rem;width:2.4375rem;height:2.3125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q278MRTn06AddF01a6opT9eyUdQFFRfD { top:13.6875rem;left:14.8125rem;width:2.4375rem;height:2.3125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 { display:none; }#LN0mtsz9gQm4ZpZCOPpG7VDT8eOWnZB8 > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kht5asRfpXikSAbdXGHfHysOJCxLCpil { width:17.9375rem;height:2.923825rem;top:2rem;left:1.0312500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQMuLy4HoWTHhXSWF26gi8e5E2Mw5We { width:3.4375rem;height:3.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrHUQBoF4Fpv6imcsWhbN8UvJWfFnxTw { width:3.4375rem;height:3.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHKe5TT8h4EQRP2sW1tTlPP2zp1OXCSe { width:16rem;height:21.8125rem;top:2.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN41M0tUbhGgbWbpRrBxh7mhC1bsU8FM { width:17.6875rem;height:18.5176125rem;top:7rem;left:1.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #baC1P8VT7pOQfrl1v1qBh3DkT0EcyhOo { width:0.625rem;height:0.6875rem;top:7.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKB2CRviTDFznUv4tImt4Jz4TydeBuH1 { width:0.625rem;height:0.6875rem;top:9.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJOr9eMtc177uFk76bCEuRlDOXiEkK8 { width:0.625rem;height:0.6875rem;top:12rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWJmpLFiBpSVfqe4T3EUgwoC2GdTCQ09 { width:0;height:;top:14.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfSaihHe5yaiz9uJOZPE0PNqrAFncv0p { width:0.625rem;height:0.6875rem;top:14.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEhcKtn1mwCqWTUeQ5rrL9DTna0vD3bF { width:0.625rem;height:0.6875rem;top:16.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoTbkhc00IpxFw8E2HqrfTmO3HgDQzth { width:0.625rem;height:0.6875rem;top:18.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tur9LahlzlA4FifXpTaIDMbdFtRDNWcb { width:0.625rem;height:0.6875rem;top:20.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqgFdxVl0OR1nEwflGVevCwHdaKOGFzG { width:0.625rem;height:0.6875rem;top:23.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWT196PzzxiPslbShPDOQ5nMunW2a8ST { display:none; }#OWT196PzzxiPslbShPDOQ5nMunW2a8ST > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RqJdOonSbGiEyuwzzfhcefIUekHZpTPx { display:none; }#RqJdOonSbGiEyuwzzfhcefIUekHZpTPx > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QkFPvH127KSD2E0G192oZ1aB1KukWwzm { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ { width:20rem;height:20rem;top:32.560150146484rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4eae41ba-effb-4936-a993-274e97c75534/lp_sekcja_1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ.adaptive-delivery-prevent-bg, #LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ.lazyload, #LGeou3sPTXq0aauEzdZsrJqJlSPk43mJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i70QfuTkFmlcdcAQrToGEyZi3O580arR { width:17.5rem;height:27.2949375rem;top:3.796875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xpp8ze8115oiHp643PZsyucfMFxpNoNh { display:none; }#Xpp8ze8115oiHp643PZsyucfMFxpNoNh > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S { display:none; }#M2hx5AfvfGIHvpCgd2mSlg7sx7on2e3S > .row .container { width:20rem;height:81.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #go5nyGP4ytftiIqM7i70loOairIlFcfb { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8EL77tviXdkL90qtdWfKF7K5EnybXn { width:17.0625rem;height:37.793rem;top:42.96484375rem;left:2.71875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #HQ7lZacQnRZD7DRN48ishGSIQErq42RX { width:1.25rem;height:1.3125rem;top:42.96484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoAhnPnJCOxX2CFCeIAIBPvA2DBrC29X { width:1.25rem;height:1.3125rem;top:60.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUvAVokLrlz745wpCeGmAnTpSx9Skbbc { width:1.25rem;height:1.3125rem;top:76.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyMsuTff1EkTlEmAhxy87w1ASoyGkVE6 { width:1.25rem;height:1.3125rem;top:68.51953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 { display:none; }#XbyU46EnVo8y46IGZoEeQ4Tflm5r9Jy7 > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BgZhwhETXvyU3wSwNCotWkcc323MB0dC { display:none; }#BgZhwhETXvyU3wSwNCotWkcc323MB0dC > .row .container { width:20rem;height:89.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3tTOfxKBcUqQ75VL3K6FZOmxJBEWxGx { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVGGRFSy2CLGFXA1PPCvlnAI56rter88 { width:1.25rem;height:1.3125rem;top:12.65234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJwBv23efa8EdkGcr5moWNJSFvBS1NP6 { width:1.25rem;height:1.3125rem;top:19.4765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpDTFv6VMaT18qI4IgWuyXhxsyVRrOc1 { width:1.25rem;height:1.3125rem;top:63.58984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Juh4Ppgr7XUuFVKDvLp0NwSqeAupbTAT { width:17.5rem;height:23.095675rem;top:19.4765625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #o26B9IXr0fo2EXoDZqLbZwf9bpFBzmhM { width:17.4375rem;height:23.09570625rem;top:44.560546875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #VtT5ntcmdBabxRTlPHH1l9GaNKpk97MZ { width:1.25rem;height:1.3125rem;top:44.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMSyvMkT3R8IKtV8qF0ShrfpLovWMpK { width:13.9375rem;height:3.625rem;top:68.53125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idz3FWxATFHodwRGxIOWQG5ZITe52C6s { display:block; }
 }@media only screen and (max-width: 763px) { #ktBFmkPF0kSzzmLUh4M2lewDt2cihCN4 { width:20rem;height:0;top:75.9681rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }
 }@media only screen and (max-width: 763px) { #F3tTtE6pfi2aVkMGbbgSSXEyyxHJk380 { width:1.25rem;height:1.31185rem;top:73.40625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG842rQaKF5ZLZSWLRsmNSxbaszVeMFI { width:1.25rem;height:1.31185rem;top:86.6556rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ { display:none; }#RlH17AwJ75LsKnQvbebOTerKXpnGOxDZ > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr { display:none; }#Peonf8udR0RJtmUBFi9RCMBF3VtnDcZr > .row .container { width:20rem;height:69.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tcET6bq32DdD6PAONFiTGtxR8o6ZG3R7 { width:15rem;height:1.86889375rem;top:45.29052734375rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqt6AX3tlVQvJTvoT4n5d0T9qSnoBmnp { width:16.6235625rem;height:41.593725rem;top:0.9375rem;left:1.68701171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmQpZf3hiP8FRqoTRAhIoqGcTm8Ezxcp { width:1.25rem;height:1.30859375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etk3hkoghNIXrVT7H2ymUVBzNRGda72h { width:1.25rem;height:1.30859375rem;top:35.870361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggRhqA5u9TEKp8fms8RhqImb0tEz7l7l { width:1.25rem;height:1.30859375rem;top:6.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmyTk36xOfSXu6CUGtGlWHLqFnO7qW5D { width:1.25rem;height:1.30859375rem;top:14.112548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP4fSNzeVvSm6uhoWlTyvRgQV686BpuX { width:1.25rem;height:1.30859375rem;top:22.108154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w { width:20rem;height:20.5603125rem;top:48.470458984375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d6a6e45c-0ce5-4765-8340-fc8cc1ec48d1/bus_wyciety_mercedes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w.adaptive-delivery-prevent-bg, #l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w.lazyload, #l3wgTzwN4CPNG6RLObStK5TnSWWCKW8w.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa { display:none; }#SkAPIQz6DcV1Oo7Qfka5Uq7cQi1UnTAa > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rePn0NzvPsrThJODeRLKUrBADdnNH82x { display:none; }#rePn0NzvPsrThJODeRLKUrBADdnNH82x > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JIAsL3KCsyvxrrbUgzQZkTLw7ZUd8W3y { width:15rem;height:1.8681625rem;top:1.25rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enFXJenntuFA8AvpqwSs6qDOTEp3EWHn { height:11.1181875rem;width:20rem;top:3.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD { display:none; }#BXi3W9bpPRu4TfI4IFh7UaQoW4xgg5dD > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX { display:none; }#u0k6TAaOM3Xp23X6XntkwTL1vuB0AcmX > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n8Prbgm1myQWGzfLKZnfmRJZ25xTnw2H { width:15rem;height:3.736325rem;top:1.25rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9KP4Fgx0mzbdMKMm9wo0tLBmC8GPW16 { height:11.1181875rem;width:20rem;top:6.23779375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF { display:none; }#ycU3GDboslJ0nXRihP8lTBBBRS3qfeGF > .row .container { width:20rem;height:1.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 { display:none; }#mTIDtmEBz2Mcl4WCONG6LxNXUoHOZvc3 > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lqOV9sI1oIbrk3wC0Un4BP8dgZZASWhf { width:15rem;height:1.8681625rem;top:1.25rem;left:2.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRtFeC8CINqe6oUZkxKgxLuqDDirtIC5 { height:11.1181875rem;width:20rem;top:3.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 { display:none; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GVtkrtUJCPMeVRRXKk4zdhpJ8W3cax21 { width:20rem;height:1.625rem;top:1.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }