.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row .container { background-color: transparent; background-image: none; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row .container > .video-iframe-container { display: none; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row > .video-iframe-container { display: none; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .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); }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row .container { border-width: 0; border-radius: 0; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#eU2MFKFLaw0ZqAKJ2XueETFSe58ogb7i { 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; }
#pmkZxaOmvVKuayWUEqMKeFPEplhk8z6c { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #66cc33;border-left:0.125rem solid #66cc33;border-right:0.125rem solid #66cc33;border-bottom:0.125rem solid #66cc33;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:#66cc33;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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; }
#nNJo2idpqswIuR2HmeHdoJHcGV3oyttH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IXoqg7gHdtfvL1wLMhy7kHasM49Cku37 { position:absolute;display:block;z-index:15021;background-color:#66cc33;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; }
#MouscLhiF2mTOZgH1DG0IGum0FUsZ3hA { position:absolute;display:block;z-index:15020;background-color:#66cc33;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; }
#bof1JbCWQBAbMnRui2TXCJs7atB5NMKT { box-sizing:content-box;color:#ffffff;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; }
#ilyomDqcd73NIDxPh3k3KHnFpq0Hh0Cp { 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; }
#ilyomDqcd73NIDxPh3k3KHnFpq0Hh0Cp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#br7pvZRa6dykTyQ7TIszJW0A5nU0foAE { position:absolute;display:block;z-index:15018;background-color:#66cc33;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; }
#PwO2oC2BWAmp8WBUh9x6OIfvMfF1tXul { box-sizing:content-box;color:#ffffff;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:#ffffff;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:31.25rem;width:60rem;overflow:visible;position:relative;display:block; }#Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.8369140625rem;left:2.8115234375rem;height:14.94675rem;font-style:normal;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:24.6875rem;width:24.6875rem;top:4.90625rem;left:32.25rem;overflow:hidden;display:block; }
#kMhGo1G8ci2inlGCLhI0xSbZFLSBv6xh { 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:15003;opacity:1;top:27.28125rem;left:28.75rem; }
#lwA4F9wNvk9bhoWK5epInG7ui85du8ov { position:relative;display:block; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov { background-color: transparent; background-image: none; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .row .container > .video-iframe-container { display: none; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .row > .video-iframe-container { display: none; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .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); }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov { border-width: 0; border-radius: 0; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .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; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.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:block; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row .container { background-color: transparent; background-image: none; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row .container > .video-iframe-container { display: none; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row > .video-iframe-container { display: none; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .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); }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row .container { border-width: 0; border-radius: 0; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#HgpWWPAo4FaACywUlwRZiNVbi4gQRuTh { color:#000000;display:block;width:36.1865rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:9.6865234375rem;left:23.8134765625rem;height:14.1690625rem;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;display:block; }
#n1343CMgtxiNkdbrlZfLQD9v8Sz8D7GP { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;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:9.9990234375rem;left:21.3740234375rem;overflow:hidden;display:block; }
#m18T6GJQE2iJx85mu25TDrElOh5h3VuU { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:0rem;height:1.8679rem;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; }
#s0vrFhETviG31Nswh4235KdCMHa1xXGZ { color:#66cc33;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.8115234375rem;left:23.5625rem;height:1.625rem;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; }
#c2SQTC9w9uSzF2I3ix2l39x1c98HieCR { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.31225625rem;width:1.25rem;top:12.498046875rem;left:21.3740234375rem;overflow:hidden;display:block; }
#SNJhwiVx8mMfgg7GeZ0e16tP4k12B1X1 { 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.31225625rem;width:1.25rem;top:14.8251953125rem;left:21.3740234375rem;overflow:hidden;display:block; }
#TMpXwTX678SDSPeGcLPKXUAgJ7x8UEln { 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.31225625rem;width:1.25rem;top:17.2607421875rem;left:21.3740234375rem;overflow:hidden;display:block; }
#wVP8DcynSpwqEkUJxQ0XOL2zSONuwCxk { 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.31225625rem;width:1.25rem;top:19.728515625rem;left:21.3740234375rem;overflow:hidden;display:block; }
#dB8M7v08ebEhtWERVd8WTlTS7V1prqvR { 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.31225625rem;width:1.25rem;top:22.103515625rem;left:21.3740234375rem;overflow:hidden;display:block; }
#ST8pm9OrmbvbsciJborzQXNARLOOc5bD { color:#66cc33;display:block;width:36.499rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1220703125rem;left:23.5009765625rem;height:1.625rem;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; }
#HvikoGnGc9DDsR78TFUJLF8tqrWFwLSp { color:#000000;display:block;width:36.1853125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:27.998046875rem;left:23.8134765625rem;height:7.0845rem;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;display:block; }
#T5mwrnImVATN9sNoWkRrvXkr8p0Gp2RO { 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.31225625rem;width:1.25rem;top:30.875rem;left:21.375rem;overflow:hidden;display:block; }
#ppkBoOxdIMlLF4Bua2VTnqisBHZp0zJ0 { 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.31225625rem;width:1.25rem;top:33.25rem;left:21.375rem;overflow:hidden;display:block; }
#vHtcbbuyUqXIDDiz4b38TbApeLeskiwd { 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.31225625rem;width:1.25rem;top:28.4375rem;left:21.375rem;overflow:hidden;display:block; }
#SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4 { position:absolute;display:block;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4eae41ba-effb-4936-a993-274e97c75534/lp_sekcja_1.webp");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:20.0625rem;top:7.75rem;left:0rem;display:block; }#SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4.adaptive-delivery-prevent-bg, #SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4.lazyload, #SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4.lazyloading { background-image: none; }
#H2ePwchu0TWa0OurSAS581OpUP90eXFH { color:#000000;display:block;width:36.1853125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:27.998046875rem;left:23.8134765625rem;height:7.0869375rem;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;display:none; }
#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq.adaptive-delivery-prevent-bg, #sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq.lazyload, #sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq.lazyloading { background-image: none; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row .container { background-color: transparent; background-image: none; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row .container > .video-iframe-container { display: none; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row > .video-iframe-container { display: none; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .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); }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row .container { border-width: 0; border-radius: 0; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row .container { background-color: transparent; background-image: none; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row .container > .video-iframe-container { display: none; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row > .video-iframe-container { display: none; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .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); }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row .container { border-width: 0; border-radius: 0; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row .container { font-size:0.875rem;font-family:arial;height:56.875rem;width:60rem;position:relative;display:block; }#TQCKvTbwCqT37CkKiOclKalrv5JRyGOt { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:poppins;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; }
#pXD3abh2478y0kLwER5rPG5Uf8zhTRTz { 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; }#pXD3abh2478y0kLwER5rPG5Uf8zhTRTz.adaptive-delivery-prevent-bg, #pXD3abh2478y0kLwER5rPG5Uf8zhTRTz.lazyload, #pXD3abh2478y0kLwER5rPG5Uf8zhTRTz.lazyloading { background-image: none; }
#WX5VPCGeoL3yhN6ddJmax7t6rIpc5cGh { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:6.3094816207888rem;left:11.249109268189rem;height:16.5305625rem;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; }
#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx.adaptive-delivery-prevent-bg, #zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx.lazyload, #zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx.lazyloading { background-image: none; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row .container { background-color: transparent; background-image: none; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row .container > .video-iframe-container { display: none; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row > .video-iframe-container { display: none; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .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); }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row .container { border-width: 0; border-radius: 0; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row .container { background-color: transparent; background-image: none; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row .container > .video-iframe-container { display: none; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row > .video-iframe-container { display: none; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .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); }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row .container { border-width: 0; border-radius: 0; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row .container { font-size:0.875rem;font-family:arial;height:55.75rem;width:60rem;position:relative;display:block; }#wgmTlJkJiJTH5BCAzL943Fet1c1Fgu34 { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:0rem;height:1.8679rem;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; }
#mD1oefRLcOKRFW2ZOQXTdClZ7F8DS5Uv { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:5.9990234375rem;left:11.90625rem;height:4.7230125rem;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; }
#GS4unvPcTZS0xuDWJZ9xyndGhSAnIvTp { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6240234375rem;left:8.8115234375rem;overflow:hidden;display:block; }
#havGOr56EqB6AVHpEITP1I0SMQ2qTLbV { 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:17.6865234375rem;left:9.375rem;overflow:hidden;display:block; }
#yvn0hqCdXrR14HzZmbzEqkc7kSBVbG8c { 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:33.24609375rem;left:9.375rem;overflow:hidden;display:block; }
#cCHzKoy8AlgyEooI0PFmqrfKkLuVy9tI { 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:37.9990234375rem;left:9.375rem;overflow:hidden;display:block; }
#GGPep05I8s9GRQx8T5ZMhT2pPyLCF6SE { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:10.7236328125rem;left:11.90625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#GGPep05I8s9GRQx8T5ZMhT2pPyLCF6SE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GGPep05I8s9GRQx8T5ZMhT2pPyLCF6SE li:before{  }
#hk1hDEhEDsG9V9pck4FDievxRMzfHoHA { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:16.9423828125rem;left:11.90625rem;height:14.16901875rem;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; }
#fwwOMvbypbE4pF8xT0Xun3ToV5e02FDL { color:#000000;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:32.68359375rem;left:11.90625rem;height:14.1690375rem;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; }
#fwhEP6uUt8aEAUtEld51aiffUFXTGOWS { background-color:#66cc33;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9985625rem;height:3.624825rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:48.680751800537rem;left:13.280359268189rem;display:block; }
#XGWVhS5QlqauKFuM9J2MRLC1sAfoUzN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2bM6zTFriNZUQHZycGiUwckqBpKu1h0 { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:45.039938926697rem;left:0rem;height:1.8679rem;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; }
#fHVIB5Esh0CHStezGkXKQzcAvbE4NEqK { background-color:#66cc33;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0614375rem;height:3.624825rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:48.680751800537rem;left:32.210580825806rem;display:block; }
#QD8HBein6TsFV7xM32JJAlfKSnaiaodV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND.adaptive-delivery-prevent-bg, #ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND.lazyload, #ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND.lazyloading { background-image: none; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row .container { background-color: transparent; background-image: none; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row .container > .video-iframe-container { display: none; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row > .video-iframe-container { display: none; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .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); }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row .container { border-width: 0; border-radius: 0; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row .container { background-color: transparent; background-image: none; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row .container > .video-iframe-container { display: none; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row > .video-iframe-container { display: none; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .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); }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row .container { border-width: 0; border-radius: 0; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:60rem;position:relative;display:block; }#ISBleRIdBnMhy1oCxxZTElnnBDZeUwE2 { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:poppins;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; }
#AUm2PIfylXhKnx38hEiy0MzxpCVMgb0r { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:2.1;letter-spacing:0;top:5.9990234375rem;left:11.90625rem;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:left;text-align-last:left;display:block; }
#QntXWkUpLMFVkVmMOVcqqmqvMSVKvMW2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6240234375rem;left:9.375rem;overflow:hidden;display:block; }
#whinZQ98k10x5ANAFI1ueQCcT9bcxw5o { 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:11.1865234375rem;left:9.375rem;overflow:hidden;display:block; }
#t1qwOkcR3nSkm4STau9GxyFpKrPJ7KbA { 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:23.3740234375rem;left:9.375rem;overflow:hidden;display:block; }
#dT6ylLbqLfputoWtDgzRHi2CMqVr7aqO { 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:25.5615234375rem;left:9.375rem;overflow:hidden;display:block; }
#eyHiWMNWZTkTE1Xq5V3OZn9EDQdEcJTl { color:#000000;display:block;width:40rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:2.1;letter-spacing:0;top:31.9365234375rem;left:11.90625rem;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:left;text-align-last:left;display:block; }
#fxW6EQ2lS5XZDeVDUXUTAuoHt4Q9dKKv { 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:32.7490234375rem;left:9.375rem;overflow:hidden;display:block; }
#tnuvHapBhLuX98pwrbo9opAvWXx8tKfx { 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:44.3740234375rem;left:9.375rem;overflow:hidden;display:block; }
#bUmyRt82w2TGh0J0DcwfAUtEQPNcCchO { 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:48.9990234375rem;left:9.375rem;overflow:hidden;display:block; }
#ZP1l0OxnDCnwxE8JO72r6eQJTA70wxZO { 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:53.6240234375rem;left:9.375rem;overflow:hidden;display:block; }
#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG.adaptive-delivery-prevent-bg, #VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG.lazyload, #VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG.lazyloading { background-image: none; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row .container { background-color: transparent; background-image: none; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row .container > .video-iframe-container { display: none; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row > .video-iframe-container { display: none; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .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); }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row .container { border-width: 0; border-radius: 0; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row .container { background-color: transparent; background-image: none; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row .container > .video-iframe-container { display: none; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row > .video-iframe-container { display: none; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .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); }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row .container { border-width: 0; border-radius: 0; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#VRzdoJRtCXSeB0H4Dn9vCFXiWAbx5EeU { color:#3f3f3f;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1220703125rem;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:left;text-align-last:left;display:block; }
#G4zn9Ek1OdUxrW5TctOwk2IUvHtcUwCS { 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:0;width:0;top:0rem;left:39.8125rem;overflow:hidden;display:block; }
#iCVIzKknkuKmJMrUafOiwx9CVrJsHVFr { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.4990234375rem;left:3.390625rem;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;display:block; }
#TfJW49L03aXCSoRgM7825wgXItboN8wh { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;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.31225625rem;width:1.25rem;top:5.6875rem;left:1.5rem;overflow:hidden;display:block; }
#DzpmrBf5lmGPXFqU959qJmWa8nGZTvzI { 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.311525rem;width:1.25rem;top:7.625rem;left:1.5rem;overflow:hidden;display:block; }
#QgTce6vBeJfglFbv8bS8TLysVWDMe5Dl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;top:6.9990234375rem;left:20rem; }
#ya8TJ05zvwpRFifuN71hPw80Kaegr4TP { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:7.4111328125rem;left:26.375rem;height:3.8228rem;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;display:block; }
#cTu62wd47KGfTU5KWHZ9w6xTFeVlIyTR { color:#ffffff;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:18.62890625rem;left:8.5625rem;height:3.79971875rem;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; }
#gEAMtoMpm4UTv3qMZxx1nESUAZF07l3o { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:25.0625rem;top:8.5rem;left:34.9375rem;overflow:hidden;display:block; }
#yrtb0akMzTos2xgms6vXJDGgrlw5RJ3s { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #66cc33, #41901c);background-image: -moz-linear-gradient(180deg, #66cc33, #41901c);background-image: -ms-linear-gradient(180deg, #66cc33, #41901c);background-image: -o-linear-gradient(180deg, #66cc33, #41901c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#41901c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#41901c' );";background-image: linear-gradient(180deg, #66cc33, #41901c);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:0.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:40.1875rem;top:17.373046875rem;left:5.875rem;display:block; }
#mf1mgVAmTAXZLqNWNJhL6LaGDw0Q2WB0 { 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:15083;opacity:1;top:17.591796875rem;left:0rem; }
#z6sJ9MaG8uK9i0mZ8FfteSBTqLE0iVon { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.4990234375rem;left:3.390625rem;height:7.6484375rem;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;display:none; }
#hgGEXydKanFwRKATANyHiVcQ2lJ5ww1N { color:#ffffff;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15082;line-height:1.6;letter-spacing:0;top:18.62890625rem;left:8.5625rem;height:3.798825rem;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:none; }
#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM.adaptive-delivery-prevent-bg, #f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM.lazyload, #f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM.lazyloading { background-image: none; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row .container { background-color: transparent; background-image: none; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row .container > .video-iframe-container { display: none; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row > .video-iframe-container { display: none; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .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); }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row .container { border-width: 0; border-radius: 0; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd { position:relative;display:block; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd { background-color: transparent; background-image: none; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .row .container > .video-iframe-container { display: none; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .row > .video-iframe-container { display: none; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .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); }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd { border-width: 0; border-radius: 0; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .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; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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:block; }#KaJKgKVDyM4rPTieuLORUW5JTAfilMtQ { color:#000000;display:block;width:15.062125rem;position:absolute;font-family:poppins;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.8679rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9VbmE7IWQfDlJwlVWnrvbiSa6WeLBTr { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4271850585938rem;left:4.0898418426514rem;height:29.24359375rem;display:block; }
#UzIIxbqkAw0QHmJD3NXEAk5izA96rz94 { 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; }
#xgysEyKOhKEoiHsulaRX9MXVHM0OTEEW { 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; }
#hLB3bCJlGgZZ1GpX99y6bmXD3byCnVlK { 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; }
#ZNNI17Tf37e18bs6z2W6gg7TxmUwMFNW { 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; }
#XCkyNe36hpmtvHkMMHL77ZBUqles7zkK { 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; }
#gLkm1GbotSp55IcmVfeKPGLXGtykaVru { position:absolute;display:block;z-index:15050;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 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; }#gLkm1GbotSp55IcmVfeKPGLXGtykaVru.adaptive-delivery-prevent-bg, #gLkm1GbotSp55IcmVfeKPGLXGtykaVru.lazyload, #gLkm1GbotSp55IcmVfeKPGLXGtykaVru.lazyloading { background-image: none; }
#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40.adaptive-delivery-prevent-bg, #cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40.lazyload, #cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40.lazyloading { background-image: none; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row .container { background-color: transparent; background-image: none; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row .container > .video-iframe-container { display: none; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row > .video-iframe-container { display: none; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .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); }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row .container { border-width: 0; border-radius: 0; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR { position:relative;display:block; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR { background-color: transparent; background-image: none; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .row .container > .video-iframe-container { display: none; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .row > .video-iframe-container { display: none; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .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); }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR { border-width: 0; border-radius: 0; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .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; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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:block; }#bPkzvUWr25ZS1uJSZH8gctlykeSTltoE { color:#000000;display:block;width:20.625rem;position:absolute;font-family:poppins;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.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#riodtHPwTeeCDvLU7nN8hF8hs0IFuXJA { 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; }
#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg.adaptive-delivery-prevent-bg, #hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg.lazyload, #hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg.lazyloading { background-image: none; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row .container { background-color: transparent; background-image: none; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row .container > .video-iframe-container { display: none; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row > .video-iframe-container { display: none; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .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); }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row .container { border-width: 0; border-radius: 0; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ { position:relative;display:block; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ { background-color: transparent; background-image: none; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .row .container > .video-iframe-container { display: none; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .row > .video-iframe-container { display: none; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .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); }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ { border-width: 0; border-radius: 0; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .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; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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:block; }#rMATlgS56Dr4v3oSDftaJJQl9TSnAuxo { color:#000000;display:block;width:24.25rem;position:absolute;font-family:poppins;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.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcTbpMQ3xZyRTltbqc6Zig89fTVweSPU { 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; }
#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK.adaptive-delivery-prevent-bg, #IDWUWkUQflCTgEsPTH6koD3WqR7U86LK.lazyload, #IDWUWkUQflCTgEsPTH6koD3WqR7U86LK.lazyloading { background-image: none; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row .container { background-color: transparent; background-image: none; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row .container > .video-iframe-container { display: none; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row > .video-iframe-container { display: none; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .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); }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row .container { border-width: 0; border-radius: 0; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:60rem;position:relative;display:block; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G { position:relative;display:block; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G { background-color: transparent; background-image: none; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .row .container > .video-iframe-container { display: none; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .row > .video-iframe-container { display: none; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .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); }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G { border-width: 0; border-radius: 0; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .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; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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:block; }#EBT6cJR5rR7ehpckoJJFzsOQ59pybr2v { color:#000000;display:block;width:24.25rem;position:absolute;font-family:poppins;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.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LgA3yR25GPuc2BQWMtIlxKDLQbm2Thii { 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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13631e8c-3b75-48d6-9d19-48d9771f6346/to.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1.adaptive-delivery-prevent-bg, #lVG9vuCCEvhAJGy7ubbz2woxLmm130O1.lazyload, #lVG9vuCCEvhAJGy7ubbz2woxLmm130O1.lazyloading { background-image: none; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container { background-color: transparent; background-image: none; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container > .video-iframe-container { display: none; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row > .video-iframe-container { display: none; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .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); }#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:block; }#GVtkrtUJCPMeVRRXKk4zdhpJ8W3cax21 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:3.25rem;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) { #ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH { display:block; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU2MFKFLaw0ZqAKJ2XueETFSe58ogb7i { width:8.6875rem;height:2.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmkZxaOmvVKuayWUEqMKeFPEplhk8z6c { width:7.6875rem;height:2.5rem;top:0.9375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJo2idpqswIuR2HmeHdoJHcGV3oyttH { display:block; }
 }@media only screen and (max-width: 763px) { #IXoqg7gHdtfvL1wLMhy7kHasM49Cku37 { width:2.5rem;height:2.5rem;top:0.9375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MouscLhiF2mTOZgH1DG0IGum0FUsZ3hA { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bof1JbCWQBAbMnRui2TXCJs7atB5NMKT { 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) { #ilyomDqcd73NIDxPh3k3KHnFpq0Hh0Cp { top:1.25rem;left:44.1875rem;width:1.875rem;height:1.875rem;display:block; }
#ilyomDqcd73NIDxPh3k3KHnFpq0Hh0Cp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #br7pvZRa6dykTyQ7TIszJW0A5nU0foAE { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwO2oC2BWAmp8WBUh9x6OIfvMfF1tXul { 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:9.8125rem;left:0rem;width:35.4375rem;height:14.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsmikePHUmwPAZMvBR6FsbQK02fqTGMw { top:4.875rem;left:20rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhGo1G8ci2inlGCLhI0xSbZFLSBv6xh { top:27.25rem;left:22.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwA4F9wNvk9bhoWK5epInG7ui85du8ov { display:block; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM { display:block; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgpWWPAo4FaACywUlwRZiNVbi4gQRuTh { width:36.125rem;height:14.125rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1343CMgtxiNkdbrlZfLQD9v8Sz8D7GP { top:9.9375rem;left:15.875rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m18T6GJQE2iJx85mu25TDrElOh5h3VuU { width:47.75rem;height:1.8125rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0vrFhETviG31Nswh4235KdCMHa1xXGZ { width:36.4375rem;height:1.5625rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2SQTC9w9uSzF2I3ix2l39x1c98HieCR { top:12.4375rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNJhwiVx8mMfgg7GeZ0e16tP4k12B1X1 { top:14.8125rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpXwTX678SDSPeGcLPKXUAgJ7x8UEln { top:17.25rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVP8DcynSpwqEkUJxQ0XOL2zSONuwCxk { top:19.6875rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB8M7v08ebEhtWERVd8WTlTS7V1prqvR { top:22.0625rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8pm9OrmbvbsciJborzQXNARLOOc5bD { width:36.4375rem;height:;top:26.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvikoGnGc9DDsR78TFUJLF8tqrWFwLSp { width:36.125rem;height:;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5mwrnImVATN9sNoWkRrvXkr8p0Gp2RO { top:30.875rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppkBoOxdIMlLF4Bua2VTnqisBHZp0zJ0 { top:33.25rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHtcbbuyUqXIDDiz4b38TbApeLeskiwd { top:28.4375rem;left:15.875rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4 { top:7.75rem;left:0rem;width:20.0625rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ePwchu0TWa0OurSAS581OpUP90eXFH { width:12.1875rem;height:;top:24.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq { display:block; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDnK39O718HHTcDvwyDVVGgvESzM8pl9 { display:block; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQCKvTbwCqT37CkKiOclKalrv5JRyGOt { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXD3abh2478y0kLwER5rPG5Uf8zhTRTz { top:24.875rem;left:0rem;width:30.8125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5VPCGeoL3yhN6ddJmax7t6rIpc5cGh { width:37.5rem;height:16.5rem;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx { display:block; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 { display:block; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgmTlJkJiJTH5BCAzL943Fet1c1Fgu34 { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD1oefRLcOKRFW2ZOQXTdClZ7F8DS5Uv { width:40rem;height:4.6875rem;top:5.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS4unvPcTZS0xuDWJZ9xyndGhSAnIvTp { top:6.5625rem;left:6.7490234375rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #havGOr56EqB6AVHpEITP1I0SMQ2qTLbV { top:17.625rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvn0hqCdXrR14HzZmbzEqkc7kSBVbG8c { top:33.1875rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCHzKoy8AlgyEooI0PFmqrfKkLuVy9tI { top:37.9375rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPep05I8s9GRQx8T5ZMhT2pPyLCF6SE { width:40rem;height:;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }#GGPep05I8s9GRQx8T5ZMhT2pPyLCF6SE li:before{  }
 }@media only screen and (max-width: 763px) { #hk1hDEhEDsG9V9pck4FDievxRMzfHoHA { width:40rem;height:14.125rem;top:16.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwwOMvbypbE4pF8xT0Xun3ToV5e02FDL { width:44.4375rem;height:14.125rem;top:32.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwhEP6uUt8aEAUtEld51aiffUFXTGOWS { width:13.9375rem;height:3.5625rem;top:48.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGWVhS5QlqauKFuM9J2MRLC1sAfoUzN9 { display:block; }
 }@media only screen and (max-width: 763px) { #Z2bM6zTFriNZUQHZycGiUwckqBpKu1h0 { width:47.75rem;height:1.8125rem;top:45rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHVIB5Esh0CHStezGkXKQzcAvbE4NEqK { width:22rem;height:3.5625rem;top:48.625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8HBein6TsFV7xM32JJAlfKSnaiaodV { display:block; }
 }@media only screen and (max-width: 763px) { #ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND { display:block; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r14oOThvLZpOSFSScVuqG6XpcAknygt9 { display:block; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISBleRIdBnMhy1oCxxZTElnnBDZeUwE2 { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUm2PIfylXhKnx38hEiy0MzxpCVMgb0r { width:40rem;height:;top:5.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QntXWkUpLMFVkVmMOVcqqmqvMSVKvMW2 { top:6.5625rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whinZQ98k10x5ANAFI1ueQCcT9bcxw5o { top:11.125rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qwOkcR3nSkm4STau9GxyFpKrPJ7KbA { top:23.3125rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6ylLbqLfputoWtDgzRHi2CMqVr7aqO { top:25.5rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHiWMNWZTkTE1Xq5V3OZn9EDQdEcJTl { width:40rem;height:;top:31.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxW6EQ2lS5XZDeVDUXUTAuoHt4Q9dKKv { top:32.6875rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnuvHapBhLuX98pwrbo9opAvWXx8tKfx { top:44.3125rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUmyRt82w2TGh0J0DcwfAUtEQPNcCchO { top:48.9375rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP1l0OxnDCnwxE8JO72r6eQJTA70wxZO { top:53.5625rem;left:7.3125rem;width:1.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG { display:block; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imI6SVoQEziHTKEngIau8zX9qnvlQdvo { display:block; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRzdoJRtCXSeB0H4Dn9vCFXiWAbx5EeU { width:47.75rem;height:;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4zn9Ek1OdUxrW5TctOwk2IUvHtcUwCS { top:0rem;left:16.6875rem;width:0;height:;display:block; }
 }@media only screen and (max-width: 763px) { #iCVIzKknkuKmJMrUafOiwx9CVrJsHVFr { width:16.6875rem;height:;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfJW49L03aXCSoRgM7825wgXItboN8wh { top:5.6875rem;left:0rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzpmrBf5lmGPXFqU959qJmWa8nGZTvzI { top:7.625rem;left:0rem;width:1.25rem;height:1.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTce6vBeJfglFbv8bS8TLysVWDMe5Dl { top:6.9375rem;left:15.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya8TJ05zvwpRFifuN71hPw80Kaegr4TP { width:17.8125rem;height:3.8125rem;top:7.375rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTu62wd47KGfTU5KWHZ9w6xTFeVlIyTR { width:33rem;height:3.75rem;top:18.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEAMtoMpm4UTv3qMZxx1nESUAZF07l3o { top:8.5rem;left:6.6875rem;width:25.0625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtb0akMzTos2xgms6vXJDGgrlw5RJ3s { top:17.3125rem;left:0rem;width:40.1875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1mgVAmTAXZLqNWNJhL6LaGDw0Q2WB0 { top:17.5625rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6sJ9MaG8uK9i0mZ8FfteSBTqLE0iVon { width:16.6875rem;height:;top:6rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgGEXydKanFwRKATANyHiVcQ2lJ5ww1N { width:18.0625rem;height:;top:20.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM { display:block; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8c4wyGQ76TedtoFmfse6IO96tQTrRTd { display:block; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaJKgKVDyM4rPTieuLORUW5JTAfilMtQ { top:2.8125rem;left:16.280536651611rem;width:15rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VbmE7IWQfDlJwlVWnrvbiSa6WeLBTr { top:7.375rem;left:0rem;width:33.3125rem;height:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzIIxbqkAw0QHmJD3NXEAk5izA96rz94 { top:7.5625rem;left:0rem;width:1.25rem;height:1.31125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgysEyKOhKEoiHsulaRX9MXVHM0OTEEW { top:11.875rem;left:0rem;width:1.25rem;height:1.31036875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLB3bCJlGgZZ1GpX99y6bmXD3byCnVlK { top:17.75rem;left:0rem;width:1.25rem;height:1.30948125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNI17Tf37e18bs6z2W6gg7TxmUwMFNW { top:23.5rem;left:0rem;width:1.25rem;height:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCkyNe36hpmtvHkMMHL77ZBUqles7zkK { top:32.25rem;left:0rem;width:1.25rem;height:1.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLkm1GbotSp55IcmVfeKPGLXGtykaVru { top:2.3125rem;left:30.3125rem;width:17.3125rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 { display:block; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K21qWKn0W1vayzTTSne0IVCq3eP60gkR { display:block; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPkzvUWr25ZS1uJSZH8gctlykeSTltoE { top:2.5rem;left:0rem;width:20.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riodtHPwTeeCDvLU7nN8hF8hs0IFuXJA { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg { display:block; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ { display:block; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMATlgS56Dr4v3oSDftaJJQl9TSnAuxo { top:1.75rem;left:0rem;width:24.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcTbpMQ3xZyRTltbqc6Zig89fTVweSPU { top:5.8125rem;left:0rem;width:47.75rem;height:26.545762711864rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWUWkUQflCTgEsPTH6koD3WqR7U86LK { display:block; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G { display:block; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBT6cJR5rR7ehpckoJJFzsOQ59pybr2v { top:1.75rem;left:0rem;width:24.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgA3yR25GPuc2BQWMtIlxKDLQbm2Thii { 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) { #ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH { position:relative;z-index:auto;display:block; }#ZsoUDPgQE4oQ6UB5EA9enk3SvelSkxvH > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU2MFKFLaw0ZqAKJ2XueETFSe58ogb7i { width:6.375rem;height:1.9375rem;top:0.9443359375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmkZxaOmvVKuayWUEqMKeFPEplhk8z6c { width:7.6875rem;height:2.5rem;top:3.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNJo2idpqswIuR2HmeHdoJHcGV3oyttH { display:block; }
 }@media only screen and (max-width: 763px) { #IXoqg7gHdtfvL1wLMhy7kHasM49Cku37 { width:2.5rem;height:2.5rem;top:3.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MouscLhiF2mTOZgH1DG0IGum0FUsZ3hA { width:2.5rem;height:2.5rem;top:3.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bof1JbCWQBAbMnRui2TXCJs7atB5NMKT { width:2.125rem;height:2.125rem;top:3.8125rem;left:14.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilyomDqcd73NIDxPh3k3KHnFpq0Hh0Cp { width:1.875rem;height:1.875rem;top:3.9375rem;left:11.75rem;display:block; }
#ilyomDqcd73NIDxPh3k3KHnFpq0Hh0Cp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #br7pvZRa6dykTyQ7TIszJW0A5nU0foAE { width:2.5rem;height:2.5rem;top:3.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwO2oC2BWAmp8WBUh9x6OIfvMfF1tXul { width:2.125rem;height:2.125rem;top:3.8125rem;left:17.6875rem;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:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ftqi8aDmsT1hznoOdfXaTSDkEZfiEsiu { width:20rem;height:7.1484375rem;top:2.037109375rem;left:0.03125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsmikePHUmwPAZMvBR6FsbQK02fqTGMw { width:17.8125rem;height:17.8125rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMhGo1G8ci2inlGCLhI0xSbZFLSBv6xh { width:2.5rem;height:2.5rem;top:29.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwA4F9wNvk9bhoWK5epInG7ui85du8ov { display:none; }#lwA4F9wNvk9bhoWK5epInG7ui85du8ov > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM { display:block; }#DLgsS8DGoXpI5JnJTntsWMp5dTZgCCyM > .row .container { width:20rem;height:55.187324523926rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgpWWPAo4FaACywUlwRZiNVbi4gQRuTh { width:17.5rem;height:14.7035rem;top:7.859375rem;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) { #n1343CMgtxiNkdbrlZfLQD9v8Sz8D7GP { width:1.125rem;height:1.125rem;top:18.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m18T6GJQE2iJx85mu25TDrElOh5h3VuU { width:20rem;height:2.9243625rem;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) { #s0vrFhETviG31Nswh4235KdCMHa1xXGZ { width:15.4375rem;height:1.298825rem;top:5.421875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2SQTC9w9uSzF2I3ix2l39x1c98HieCR { width:1.125rem;height:1.125rem;top:8.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNJhwiVx8mMfgg7GeZ0e16tP4k12B1X1 { width:1.125rem;height:1.125rem;top:10.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMpXwTX678SDSPeGcLPKXUAgJ7x8UEln { width:1.125rem;height:1.125rem;top:12.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVP8DcynSpwqEkUJxQ0XOL2zSONuwCxk { width:1.125rem;height:1.125rem;top:14.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB8M7v08ebEhtWERVd8WTlTS7V1prqvR { width:1.125rem;height:1.125rem;top:16.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST8pm9OrmbvbsciJborzQXNARLOOc5bD { width:12.4375rem;height:1.298825rem;top:23.4931640625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvikoGnGc9DDsR78TFUJLF8tqrWFwLSp { width:20rem;height:0;top:33.4775390625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5mwrnImVATN9sNoWkRrvXkr8p0Gp2RO { width:1.125rem;height:1.125rem;top:29.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppkBoOxdIMlLF4Bua2VTnqisBHZp0zJ0 { width:1.125rem;height:1.125rem;top:32.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHtcbbuyUqXIDDiz4b38TbApeLeskiwd { width:1.125rem;height:1.125rem;top:26.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4 { width:20rem;height:20rem;top:35.1875rem;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; }#SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4.adaptive-delivery-prevent-bg, #SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4.lazyload, #SzAr8wlVBiqXKZegc36nJZgr6ew2PUZ4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H2ePwchu0TWa0OurSAS581OpUP90eXFH { width:12.1875rem;height:7.96075rem;top:25.98046875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15008;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq { display:block; }#sAKDEP7NXtMRszqqrzFPtDZRsNDDDKtq > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDnK39O718HHTcDvwyDVVGgvESzM8pl9 { display:block; }#JDnK39O718HHTcDvwyDVVGgvESzM8pl9 > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQCKvTbwCqT37CkKiOclKalrv5JRyGOt { width:20rem;height:1.46218125rem;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) { #pXD3abh2478y0kLwER5rPG5Uf8zhTRTz { 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; }#pXD3abh2478y0kLwER5rPG5Uf8zhTRTz.adaptive-delivery-prevent-bg, #pXD3abh2478y0kLwER5rPG5Uf8zhTRTz.lazyload, #pXD3abh2478y0kLwER5rPG5Uf8zhTRTz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WX5VPCGeoL3yhN6ddJmax7t6rIpc5cGh { width:17.5rem;height:27.3064375rem;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) { #zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx { display:block; }#zNKmKnQQ2fF0k5z9K5DV0K4T6dR09DZx > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 { display:block; }#xV7v9VF30piTv30hgxKcwFtlyLCkwaZ1 > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgmTlJkJiJTH5BCAzL943Fet1c1Fgu34 { width:20rem;height:1.46218125rem;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) { #mD1oefRLcOKRFW2ZOQXTdClZ7F8DS5Uv { width:17.5rem;height:8.402rem;top:3.734375rem;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) { #GS4unvPcTZS0xuDWJZ9xyndGhSAnIvTp { width:1.25rem;height:1.3125rem;top:4.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #havGOr56EqB6AVHpEITP1I0SMQ2qTLbV { width:1.25rem;height:1.3125rem;top:12.65234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvn0hqCdXrR14HzZmbzEqkc7kSBVbG8c { width:1.25rem;height:1.3125rem;top:19.4765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCHzKoy8AlgyEooI0PFmqrfKkLuVy9tI { width:1.25rem;height:1.25rem;top:44.560544967651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPep05I8s9GRQx8T5ZMhT2pPyLCF6SE { width:12.3125rem;height:4.51349375rem;top:12.65234375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.4;display:block; }#GGPep05I8s9GRQx8T5ZMhT2pPyLCF6SE li:before{  }
 }@media only screen and (max-width: 763px) { #hk1hDEhEDsG9V9pck4FDievxRMzfHoHA { width:17.5rem;height:23.1054875rem;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) { #fwwOMvbypbE4pF8xT0Xun3ToV5e02FDL { width:17.4375rem;height:23.10549375rem;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) { #fwhEP6uUt8aEAUtEld51aiffUFXTGOWS { width:10.5619375rem;height:2.687325rem;top:69.217861175537rem;left:4.7176846265793rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGWVhS5QlqauKFuM9J2MRLC1sAfoUzN9 { display:block; }
 }@media only screen and (max-width: 763px) { #Z2bM6zTFriNZUQHZycGiUwckqBpKu1h0 { width:20rem;height:1.62464375rem;top:65.665832519531rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHVIB5Esh0CHStezGkXKQzcAvbE4NEqK { width:14.4375rem;height:2.75rem;top:73.116119384762rem;left:2.7805396318436rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8HBein6TsFV7xM32JJAlfKSnaiaodV { display:block; }
 }@media only screen and (max-width: 763px) { #ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND { display:block; }#ZOKea59eWXVm2Ty3lVQN79Ovo3Uav9ND > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r14oOThvLZpOSFSScVuqG6XpcAknygt9 { display:block; }#r14oOThvLZpOSFSScVuqG6XpcAknygt9 > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISBleRIdBnMhy1oCxxZTElnnBDZeUwE2 { width:20rem;height:1.46218125rem;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) { #AUm2PIfylXhKnx38hEiy0MzxpCVMgb0r { width:17.5rem;height:37.8089375rem;top:3.734375rem;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) { #QntXWkUpLMFVkVmMOVcqqmqvMSVKvMW2 { width:1.25rem;height:1.3125rem;top:4.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whinZQ98k10x5ANAFI1ueQCcT9bcxw5o { width:1.25rem;height:1.3125rem;top:12.65234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qwOkcR3nSkm4STau9GxyFpKrPJ7KbA { width:1.25rem;height:1.3125rem;top:31.27734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6ylLbqLfputoWtDgzRHi2CMqVr7aqO { width:1.25rem;height:1.3125rem;top:33.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyHiWMNWZTkTE1Xq5V3OZn9EDQdEcJTl { width:17.0625rem;height:37.8089375rem;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) { #fxW6EQ2lS5XZDeVDUXUTAuoHt4Q9dKKv { width:1.25rem;height:1.3125rem;top:42.96484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnuvHapBhLuX98pwrbo9opAvWXx8tKfx { width:1.25rem;height:1.3125rem;top:60.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUmyRt82w2TGh0J0DcwfAUtEQPNcCchO { width:1.25rem;height:1.3125rem;top:76.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP1l0OxnDCnwxE8JO72r6eQJTA70wxZO { width:1.25rem;height:1.3125rem;top:68.51953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG { display:block; }#VFwW5Ep0EDmhXWFFf3GsK75HFTTriuTG > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imI6SVoQEziHTKEngIau8zX9qnvlQdvo { display:block; }#imI6SVoQEziHTKEngIau8zX9qnvlQdvo > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRzdoJRtCXSeB0H4Dn9vCFXiWAbx5EeU { width:20rem;height:2.9243625rem;top:1.375rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4zn9Ek1OdUxrW5TctOwk2IUvHtcUwCS { width:0;height:;top:76.270521875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #iCVIzKknkuKmJMrUafOiwx9CVrJsHVFr { width:16.6875rem;height:0;top:21.859375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:2.7;display:none; }
 }@media only screen and (max-width: 763px) { #TfJW49L03aXCSoRgM7825wgXItboN8wh { width:1.125rem;height:1.125rem;top:5.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzpmrBf5lmGPXFqU959qJmWa8nGZTvzI { width:1.125rem;height:1.125rem;top:7.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTce6vBeJfglFbv8bS8TLysVWDMe5Dl { width:3.875rem;height:3.875rem;top:14.8115234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya8TJ05zvwpRFifuN71hPw80Kaegr4TP { width:12.375rem;height:2.97585rem;top:15.2607421875rem;left:5.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTu62wd47KGfTU5KWHZ9w6xTFeVlIyTR { width:17.5625rem;height:0;top:24.4306640625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEAMtoMpm4UTv3qMZxx1nESUAZF07l3o { width:19rem;height:18.6875rem;top:28rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtb0akMzTos2xgms6vXJDGgrlw5RJ3s { width:20rem;height:6.3125rem;top:19.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1mgVAmTAXZLqNWNJhL6LaGDw0Q2WB0 { width:5.875rem;height:5.875rem;top:38.66796875rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6sJ9MaG8uK9i0mZ8FfteSBTqLE0iVon { width:10.8125rem;height:7.96075rem;top:5.54296875rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hgGEXydKanFwRKATANyHiVcQ2lJ5ww1N { width:18.0625rem;height:4.20010625rem;top:20.9931640625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM { display:block; }#f5dtZoVu625OZ5ekWsmgrL8GQfkHiHgM > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8c4wyGQ76TedtoFmfse6IO96tQTrRTd { display:block; }#b8c4wyGQ76TedtoFmfse6IO96tQTrRTd > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaJKgKVDyM4rPTieuLORUW5JTAfilMtQ { width:15rem;height:1.8679rem;top:45.29052734375rem;left:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9VbmE7IWQfDlJwlVWnrvbiSa6WeLBTr { width:16.6235625rem;height:41.56243125rem;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) { #UzIIxbqkAw0QHmJD3NXEAk5izA96rz94 { width:1.25rem;height:1.30859375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgysEyKOhKEoiHsulaRX9MXVHM0OTEEW { width:1.25rem;height:1.30859375rem;top:35.870361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLB3bCJlGgZZ1GpX99y6bmXD3byCnVlK { width:1.25rem;height:1.30859375rem;top:6.0546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNNI17Tf37e18bs6z2W6gg7TxmUwMFNW { width:1.25rem;height:1.30859375rem;top:14.112548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCkyNe36hpmtvHkMMHL77ZBUqles7zkK { width:1.25rem;height:1.30859375rem;top:22.108154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLkm1GbotSp55IcmVfeKPGLXGtykaVru { 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; }#gLkm1GbotSp55IcmVfeKPGLXGtykaVru.adaptive-delivery-prevent-bg, #gLkm1GbotSp55IcmVfeKPGLXGtykaVru.lazyload, #gLkm1GbotSp55IcmVfeKPGLXGtykaVru.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 { display:block; }#cFeOqByRQRZ2zvS3WcdkA5icNQS8fa40 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K21qWKn0W1vayzTTSne0IVCq3eP60gkR { display:block; }#K21qWKn0W1vayzTTSne0IVCq3eP60gkR > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPkzvUWr25ZS1uJSZH8gctlykeSTltoE { 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) { #riodtHPwTeeCDvLU7nN8hF8hs0IFuXJA { height:11.1181875rem;width:20rem;top:3.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg { display:block; }#hLGyTmtDXxDvZtlx5b2w8bZ1ndPclFhg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ { display:block; }#ZTEkHlsKTyL86rTb8eF5hovCKTxxyxcQ > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMATlgS56Dr4v3oSDftaJJQl9TSnAuxo { 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) { #JcTbpMQ3xZyRTltbqc6Zig89fTVweSPU { height:11.1181875rem;width:20rem;top:6.23779375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDWUWkUQflCTgEsPTH6koD3WqR7U86LK { display:block; }#IDWUWkUQflCTgEsPTH6koD3WqR7U86LK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G { display:block; }#b9X9x78Cn12Wa9DZG0Ls8P9GDBhfKR9G > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EBT6cJR5rR7ehpckoJJFzsOQ59pybr2v { 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) { #LgA3yR25GPuc2BQWMtIlxKDLQbm2Thii { height:11.1181875rem;width:20rem;top:3.6591796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 { display:block; }#lVG9vuCCEvhAJGy7ubbz2woxLmm130O1 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@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; }
 }