.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:232,247,224;--color-primary-1:179,230,153;--color-primary-2:102,204,51;--color-primary-3:51,102,26;--color-primary-4:15,31,8;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:246,246,246;--color-secondary-3:148,148,148;--color-secondary-4:49,49,49;--color-tertiary-0:255,255,255;--color-tertiary-1:190,190,190;--color-tertiary-2:146,146,146;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0fe1369d-1e61-4d27-aa9a-538c0c76e13c/mercedes.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;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:arial;height:29.375rem;width:75rem;overflow:visible;position:relative;display:block; }#qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { color:rgba(var(--color-primary-2),1);display:block;width:24.9369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:9.4984021186831rem;left:5.3728694915771rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X1KK9tMp8fMkZNVQoTtbsvuFM7pWcSJG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.245560646057rem;left:5.3728694915771rem;height:3.41145625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB { position:relative;display:block; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB { background-color: transparent; background-image: none; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .row .container > .video-iframe-container { display: none; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .row > .video-iframe-container { display: none; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .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); }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB { border-width: 0; border-radius: 0; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .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; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row .container { background-color: transparent; background-image: none; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row .container > .video-iframe-container { display: none; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row > .video-iframe-container { display: none; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .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); }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row .container { border-width: 0; border-radius: 0; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#yVBkaPspar5Bs0bsSZ7HrmIlEaQstQyk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.4375rem;left:6.1248226165771rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { box-sizing:content-box;height:2.24964375rem;width:5.87446875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/47cd09d2-4660-4541-8b7f-ab90dbb40ecb/gtv_loga.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:5.5rem;left:6.125rem;display:block; }#S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.adaptive-delivery-prevent-bg, #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.lazyload, #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4.lazyloading { background-image: none; }
#q54FX5T8WKhLAySeIo8nXFIycS6c1ipe { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:6.1248226165771rem;height:7.7995rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7Z6Nwu2rPTFF1R8AzldetsNqiTn8gRQ { box-sizing:content-box;height:20.75rem;width:29.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:-0.010474815964699rem;left:78.880681991575rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;display:none; }
#OPannzP2Pyw6K9yKMOT8ywdyOh9lEtuE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:12.677557334304rem;left:85.2867565155rem;height:5.99786875rem;text-align:center;text-align-last:center;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; }
#QEkcTH3a2Lbba4eJZUfydUK0V2lU9WUi { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.334341391921rem;left:93.006032943725rem;display:none; }
#b4DPh4wJNCAiqULI0vnEHBsNLz3Bqist { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:16.889204367995rem;left:88.788175582888rem;height:1.749825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iTrxCqrU4SizvrpUmOnE9ct17TVAifhC { box-sizing:content-box;height:4.74964375rem;width:4.74964375rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c48a86c-b78e-48ea-87f7-29eb29586281/ikona02.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13.923651084304rem;left:93.756216049194rem;display:none; }#iTrxCqrU4SizvrpUmOnE9ct17TVAifhC.adaptive-delivery-prevent-bg, #iTrxCqrU4SizvrpUmOnE9ct17TVAifhC.lazyload, #iTrxCqrU4SizvrpUmOnE9ct17TVAifhC.lazyloading { background-image: none; }
#LTrLfSAz9Xo11JmdF4rvPzlCGbi0DGfh { box-sizing:content-box;height:22.3748125rem;width:30.2494375rem;position:absolute;display:block;z-index:15028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c00882de-e47e-4e67-88b3-52109813199f/gtv_bus_dla_hart.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.4989349842071rem;left:41.933591842651rem;display:block; }#LTrLfSAz9Xo11JmdF4rvPzlCGbi0DGfh.adaptive-delivery-prevent-bg, #LTrLfSAz9Xo11JmdF4rvPzlCGbi0DGfh.lazyload, #LTrLfSAz9Xo11JmdF4rvPzlCGbi0DGfh.lazyloading { background-image: none; }
#Huqpxd8p9WLDFGULT5NhFR8CngqthWry { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3114375rem;width:11.622875rem;top:24.617364883423rem;left:14.68483543396rem;overflow:hidden;display:block; }
#BeMuzd9Dm3st6GaGCuW8pLlm8TRknloK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374825rem;width:5.24946875rem;top:25.152700424194rem;left:6.1248226165771rem;overflow:hidden;display:block; }
#ZfVFKoFo813Xdb5F5lcxOvkr9zlbyd2I { box-sizing:content-box;height:2.5rem;width:0.12429rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:25.089666366577rem;left:12.935901641846rem;display:block; }
#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 { position:relative;display:block; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 { background-color: transparent; background-image: none; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .row .container > .video-iframe-container { display: none; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .row > .video-iframe-container { display: none; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .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); }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 { border-width: 0; border-radius: 0; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .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; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#csQJEuVaNUQN2I58zwvaONQD0ZR7PVzu { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4994375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.7242527008057rem;left:14.248933792114rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { position:relative;display:block; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { background-color: transparent; background-image: none; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container > .video-iframe-container { display: none; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row > .video-iframe-container { display: none; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .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); }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { border-width: 0; border-radius: 0; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .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; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d1hI7vWWIKO3hgfBiSzuw5QPNAH9nEm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:13.1875rem;left:11.625rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVoE2pAtUSaZErmArtmyi5gbTWD0D19i { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5rem;left:8.125rem;height:4.50195rem;text-align:center;text-align-last:center;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; }
#fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx { box-sizing:content-box;height:4.74964375rem;width:4.74964375rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/284e912e-6df0-4113-9ebb-7e582cc5ac9d/icon_sledzenieprzesylki.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.1875rem;left:16.625rem;display:block; }#fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx.adaptive-delivery-prevent-bg, #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx.lazyload, #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx.lazyloading { background-image: none; }
#fEn0grQ7lbWX7MBtBCPVfyGApybeQWHm { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.75rem;left:15.875rem;display:block; }
#vfRX7eMIvXDzdqdpIk3cBzmD4J6cxMTl { box-sizing:content-box;height:20.75rem;width:29.3125rem;position:absolute;display:block;z-index:15000;background-color:#f0f5f5;background-image:none;top:4.375rem;left:4.375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;display:block; }
#pz134c0QarUdTbJU0hek66sy8LuaJOad { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:17.5rem;left:45.625rem;height:4.50195rem;text-align:center;text-align-last:center;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; }
#zMilSPnKHXDvZ3ZW1Gi5wWD142CMlVnz { box-sizing:content-box;height:20.75rem;width:29.3125rem;position:absolute;display:block;z-index:15005;background-color:#f0f5f5;background-image:none;top:4.375rem;left:41.8125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;display:block; }
#nyLsZgk1To0dpLeLHGgyEgOW7r6nLH72 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:13.1875rem;left:49.125rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WtnJlEozf3olq9LfmqrDeRu5LHL9LlDZ { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.75rem;left:53.375rem;display:block; }
#KXGq4JwGNsSGbzSsMVCtH8PzJNQTmlgM { box-sizing:content-box;height:4.74964375rem;width:4.74964375rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f95d2cd-1eab-466e-8fd1-b32ac3078749/icon_elastycznosc.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.1875rem;left:54.125rem;display:block; }#KXGq4JwGNsSGbzSsMVCtH8PzJNQTmlgM.adaptive-delivery-prevent-bg, #KXGq4JwGNsSGbzSsMVCtH8PzJNQTmlgM.lazyload, #KXGq4JwGNsSGbzSsMVCtH8PzJNQTmlgM.lazyloading { background-image: none; }
#T0Wq3mbBSaPCBUwZTIZHSap54y8Z1MEb { box-sizing:content-box;height:0.9375rem;width:3.312325rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/53a52dc8-bd4b-40dc-be51-7c224376610d/squares_Obszarroboczy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.9375rem;left:35.875rem;display:block; }#T0Wq3mbBSaPCBUwZTIZHSap54y8Z1MEb.adaptive-delivery-prevent-bg, #T0Wq3mbBSaPCBUwZTIZHSap54y8Z1MEb.lazyload, #T0Wq3mbBSaPCBUwZTIZHSap54y8Z1MEb.lazyloading { background-image: none; }
#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 { position:relative;display:block; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 { background-color: transparent; background-image: none; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .row .container > .video-iframe-container { display: none; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .row > .video-iframe-container { display: none; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .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); }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 { border-width: 0; border-radius: 0; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .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; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lqhtPnqPpIfducC5kW8biffVB6rUdB3s { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:11.147904396057rem;left:11.40625rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ow02XM5pgDkkpcIQpOlr766nGbRTO4vC { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:15.436789512634rem;left:7.9048290252688rem;height:6.00260625rem;text-align:center;text-align-last:center;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; }
#hFJVMgHDk9DwA48FrlW0BTHkTvkbJT3T { box-sizing:content-box;height:4.74964375rem;width:4.74964375rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/062779fb-5435-4f6a-9f94-112d29e02fa1/icon_optymalizacja.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.1198511123658rem;left:16.37428855896rem;display:block; }#hFJVMgHDk9DwA48FrlW0BTHkTvkbJT3T.adaptive-delivery-prevent-bg, #hFJVMgHDk9DwA48FrlW0BTHkTvkbJT3T.lazyload, #hFJVMgHDk9DwA48FrlW0BTHkTvkbJT3T.lazyloading { background-image: none; }
#r5mVT26Ihs1Gmmg7odDqdWWpXwKUTkXd { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.718039512634rem;left:15.624113082886rem;display:block; }
#zUnHNNFJaR0ioD755r4n24ZIrrdJOw5r { box-sizing:content-box;height:20.75rem;width:29.3125rem;position:absolute;display:block;z-index:15000;background-color:#f0f5f5;background-image:none;top:2.31090259552rem;left:4.1239337921142rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;display:block; }
#HZBcSPAAUHa2r9dPhxkoGuJfGLDkQ5Fz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.6868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.436789512634rem;left:45.404829025269rem;height:4.50195rem;text-align:center;text-align-last:center;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; }
#svWLcG6nwmcN5PzWDAg9s0iHyvABFXT1 { box-sizing:content-box;height:20.75rem;width:29.3125rem;position:absolute;display:block;z-index:15005;background-color:#f0f5f5;background-image:none;top:2.3125rem;left:41.5625rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;display:block; }
#JTdbUimSBEwxIp1y1NihVVwlQLGyTtfB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:11.125rem;left:48.875rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W5FMds6hTJo8DVP9hmQBy91Twn4DcmtW { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.6875rem;left:53.125rem;display:block; }
#kPMUfdsf1PT6XKVUa6fEnPQMwh7ElhUC { box-sizing:content-box;height:4.74964375rem;width:4.74964375rem;position:absolute;display:block;z-index:15021;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/deb3e584-f7d0-4371-8452-6d5204591de1/icon_integracja.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.125rem;left:53.875rem;display:block; }#kPMUfdsf1PT6XKVUa6fEnPQMwh7ElhUC.adaptive-delivery-prevent-bg, #kPMUfdsf1PT6XKVUa6fEnPQMwh7ElhUC.lazyload, #kPMUfdsf1PT6XKVUa6fEnPQMwh7ElhUC.lazyloading { background-image: none; }
#GmuFS9KTADELgCaCRquGUS31zFMGvm8p { box-sizing:content-box;height:0.9375rem;width:3.312325rem;position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/53a52dc8-bd4b-40dc-be51-7c224376610d/squares_Obszarroboczy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.017044067382rem;left:35.623224258423rem;display:block; }#GmuFS9KTADELgCaCRquGUS31zFMGvm8p.adaptive-delivery-prevent-bg, #GmuFS9KTADELgCaCRquGUS31zFMGvm8p.lazyload, #GmuFS9KTADELgCaCRquGUS31zFMGvm8p.lazyloading { background-image: none; }
#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON { position:relative;display:block; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON { background-color: transparent; background-image: none; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .row .container > .video-iframe-container { display: none; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .row > .video-iframe-container { display: none; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .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); }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON { border-width: 0; border-radius: 0; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .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; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HQnEKPXwo7AKI2aMy9c8fhNLs721AxTT { box-sizing:content-box;height:8.25rem;width:24.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:17.1875rem;left:40rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;display:block; }
#izKgLDdTyATvot6dHk4A3TkEnUhINHm9 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:11.685014724731rem;left:17.873754501342rem;height:2.79948125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xzTk7fBb3E4V25WguSMmKVQPWqq2QZ1d { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:19.4375rem;left:42.4375rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTVqkpz3rah2oDI8v8LcV58KNcTrlCyr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:21.375rem;left:42.4375rem;height:1.3997375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gqt3ibqK3uy10QvZvvrl0MdOB4875rwC { box-sizing:content-box;height:8.25rem;width:23.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:17.1875rem;left:10.8125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;display:block; }
#IoBBNguhdvu3CTqEpIv9CdzRwVCEcaCZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:21.375rem;left:12.8125rem;height:1.3997375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yiTibA4UVmtDSUeMiGVogG7VXfcmpTpy { color:rgba(var(--color-tertiary-4),1);display:block;width:9.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:19.5625rem;left:12.8125rem;height:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F3ECtRRUcghwRn4Vz9XWJadlrO83BZbq { box-sizing:content-box;height:0.3125rem;width:66.18625rem;position:absolute;display:block;z-index:15023;background-color:#f0f5f5;background-image:none;top:29.1875rem;left:4.4375rem;display:block; }
#bBCiiIlNvom4XtBqCH6Zm9OXf1MZAvWi { box-sizing:content-box;height:0.3125rem;width:66.18625rem;position:absolute;display:block;z-index:15024;background-color:#f0f5f5;background-image:none;top:3.5804328918457rem;left:4.6812858581543rem;display:block; }
#T9KxsmxnSrqT7rRGFdXoUbVxLn7MZhvV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.5625rem;top:6.8732223510744rem;left:34.03053855896rem;overflow:hidden;display:block; }
#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(240,245,245,0.9);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; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container { background-color: transparent; background-image: none; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container > .video-iframe-container { display: none; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row > .video-iframe-container { display: none; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .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); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container { border-width: 0; border-radius: 0; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#wGFhw7B1blnLcA21as6MDcq1o26mbOTO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11.625rem;top:4.125rem;left:32.000003814698rem;overflow:hidden;display:block; }
#UvuWkSD2Uuvrgxs57f6Eq7Hxom96KOwc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.9375rem;top:4.9375rem;left:4.0625rem;overflow:hidden;display:block; }
#rNKDbp65hhrEw6eXlulNszkunVNro5dE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.75rem;top:4.8125rem;left:16.4375rem;overflow:hidden;display:block; }
#fFQSTlACTa7hmnhUsLcq8c2X5T7qqmmA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.9375rem;left:52.812503814698rem; }
#fFQSTlACTa7hmnhUsLcq8c2X5T7qqmmA > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#GkGu1Hg6p4PPlZDc40Jtlsk3qLpOXqQO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.9375rem;left:55.375003814698rem; }
#GkGu1Hg6p4PPlZDc40Jtlsk3qLpOXqQO > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#hqxNXB2eE7VD7XshB2QOk34fcDWpC5ai { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.9375rem;left:57.812503814698rem; }
#hqxNXB2eE7VD7XshB2QOk34fcDWpC5ai > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#EWAha0CdtSMV5ZQcDdyFT0yeQTaEJDeA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.9375rem;left:60.125003814698rem; }
#EWAha0CdtSMV5ZQcDdyFT0yeQTaEJDeA > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#dneITOxQFNUtRcUTKKtpl4MKQWEheTQp { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.9375rem;left:62.5625038147rem; }
#dneITOxQFNUtRcUTKKtpl4MKQWEheTQp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#CHDh7N6E94Q0vvbgBrrx0nHmRbepBtx9 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.212890625rem;left:6.6875rem;height:1.13606875rem;display:block; }
#UotNUl8iXf68NHBTKDu89VhtPcxzFxWz { color:rgba(var(--color-tertiary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.212890625rem;left:19.125rem;height:1.13606875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { top:9.4375rem;left:0rem;width:24.875rem;height:6.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1KK9tMp8fMkZNVQoTtbsvuFM7pWcSJG { top:16.1875rem;left:0rem;width:14.125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB { display:block; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe { display:block; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVBkaPspar5Bs0bsSZ7HrmIlEaQstQyk { top:8.4375rem;left:0rem;width:19.5rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { top:5.5rem;left:0rem;width:5.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q54FX5T8WKhLAySeIo8nXFIycS6c1ipe { top:12.8125rem;left:0rem;width:34.0625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Z6Nwu2rPTFF1R8AzldetsNqiTn8gRQ { top:0.5625rem;left:18.4375rem;width:29.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPannzP2Pyw6K9yKMOT8ywdyOh9lEtuE { top:13.25rem;left:26.125rem;width:21.625rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEkcTH3a2Lbba4eJZUfydUK0V2lU9WUi { top:18.9375rem;left:41.5rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4DPh4wJNCAiqULI0vnEHBsNLz3Bqist { top:17.5rem;left:33.0625rem;width:14.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTrxCqrU4SizvrpUmOnE9ct17TVAifhC { top:14.5rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTrLfSAz9Xo11JmdF4rvPzlCGbi0DGfh { top:5.4375rem;left:17.5625rem;width:30.1875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huqpxd8p9WLDFGULT5NhFR8CngqthWry { top:24.5625rem;left:1.0598354339599rem;width:11.5625rem;height:3.2942362447974rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMuzd9Dm3st6GaGCuW8pLlm8TRknloK { top:25.125rem;left:0rem;width:5.1875rem;height:2.3467907466827rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVFKoFo813Xdb5F5lcxOvkr9zlbyd2I { top:25.0625rem;left:0rem;width:0.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 { display:block; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csQJEuVaNUQN2I58zwvaONQD0ZR7PVzu { top:3.6875rem;left:0.623046875rem;width:46.4375rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { display:block; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1hI7vWWIKO3hgfBiSzuw5QPNAH9nEm4 { top:13.1875rem;left:4.8125rem;width:14.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVoE2pAtUSaZErmArtmyi5gbTWD0D19i { top:17.5rem;left:1.3125rem;width:21.625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx { top:7.1875rem;left:9.8125rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEn0grQ7lbWX7MBtBCPVfyGApybeQWHm { top:15.75rem;left:9.0625rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfRX7eMIvXDzdqdpIk3cBzmD4J6cxMTl { top:4.375rem;left:0rem;width:29.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz134c0QarUdTbJU0hek66sy8LuaJOad { top:17.5rem;left:25.187498092651rem;width:21.625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMilSPnKHXDvZ3ZW1Gi5wWD142CMlVnz { top:4.375rem;left:18.5rem;width:29.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyLsZgk1To0dpLeLHGgyEgOW7r6nLH72 { top:13.1875rem;left:28.6875rem;width:14.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtnJlEozf3olq9LfmqrDeRu5LHL9LlDZ { top:15.75rem;left:32.9375rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGq4JwGNsSGbzSsMVCtH8PzJNQTmlgM { top:7.1875rem;left:33.6875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Wq3mbBSaPCBUwZTIZHSap54y8Z1MEb { top:14.9375rem;left:20.625rem;width:3.25rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 { display:block; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqhtPnqPpIfducC5kW8biffVB6rUdB3s { top:11.125rem;left:4.59375rem;width:14.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow02XM5pgDkkpcIQpOlr766nGbRTO4vC { top:15.375rem;left:1.0923290252686rem;width:21.625rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFJVMgHDk9DwA48FrlW0BTHkTvkbJT3T { top:5.0625rem;left:9.56178855896rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mVT26Ihs1Gmmg7odDqdWWpXwKUTkXd { top:13.6875rem;left:8.8116130828856rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUnHNNFJaR0ioD755r4n24ZIrrdJOw5r { top:2.25rem;left:0rem;width:29.3125rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBcSPAAUHa2r9dPhxkoGuJfGLDkQ5Fz { top:15.375rem;left:24.967329025269rem;width:21.625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svWLcG6nwmcN5PzWDAg9s0iHyvABFXT1 { top:2.3125rem;left:18.5rem;width:29.25rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdbUimSBEwxIp1y1NihVVwlQLGyTtfB { top:11.0625rem;left:28.43678855896rem;width:14.6875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FMds6hTJo8DVP9hmQBy91Twn4DcmtW { top:13.6875rem;left:32.6875rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPMUfdsf1PT6XKVUa6fEnPQMwh7ElhUC { top:5.125rem;left:33.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmuFS9KTADELgCaCRquGUS31zFMGvm8p { top:12rem;left:20.625rem;width:3.25rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQnQkziHqdl2LcBJCvOfScuAdFrRlpON { display:block; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQnEKPXwo7AKI2aMy9c8fhNLs721AxTT { top:17.1875rem;left:23.625rem;width:24.125rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izKgLDdTyATvot6dHk4A3TkEnUhINHm9 { top:11.625rem;left:4.2487545013428rem;width:39.1875rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzTk7fBb3E4V25WguSMmKVQPWqq2QZ1d { top:19.4375rem;left:28.8125rem;width:9.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVqkpz3rah2oDI8v8LcV58KNcTrlCyr { top:21.375rem;left:27.3125rem;width:20.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqt3ibqK3uy10QvZvvrl0MdOB4875rwC { top:17.1875rem;left:0rem;width:23.625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoBBNguhdvu3CTqEpIv9CdzRwVCEcaCZ { top:21.375rem;left:0rem;width:19.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTibA4UVmtDSUeMiGVogG7VXfcmpTpy { top:19.5625rem;left:0rem;width:9.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ECtRRUcghwRn4Vz9XWJadlrO83BZbq { top:29.1875rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBCiiIlNvom4XtBqCH6Zm9OXf1MZAvWi { top:3.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9KxsmxnSrqT7rRGFdXoUbVxLn7MZhvV { top:6.8125rem;left:20.40553855896rem;width:6.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy { display:block; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGFhw7B1blnLcA21as6MDcq1o26mbOTO { top:4.125rem;left:18.375003814698rem;width:11.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvuWkSD2Uuvrgxs57f6Eq7Hxom96KOwc { top:4.9375rem;left:0rem;width:1.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNKDbp65hhrEw6eXlulNszkunVNro5dE { top:4.8125rem;left:2.8125rem;width:1.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQSTlACTa7hmnhUsLcq8c2X5T7qqmmA { top:4.9375rem;left:39.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#fFQSTlACTa7hmnhUsLcq8c2X5T7qqmmA > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #GkGu1Hg6p4PPlZDc40Jtlsk3qLpOXqQO { top:4.9375rem;left:41.750003814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#GkGu1Hg6p4PPlZDc40Jtlsk3qLpOXqQO > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #hqxNXB2eE7VD7XshB2QOk34fcDWpC5ai { top:4.9375rem;left:44.187503814698rem;width:1.6875rem;height:1.6875rem;display:block; }
#hqxNXB2eE7VD7XshB2QOk34fcDWpC5ai > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #EWAha0CdtSMV5ZQcDdyFT0yeQTaEJDeA { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#EWAha0CdtSMV5ZQcDdyFT0yeQTaEJDeA > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dneITOxQFNUtRcUTKKtpl4MKQWEheTQp { top:4.9375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#dneITOxQFNUtRcUTKKtpl4MKQWEheTQp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #CHDh7N6E94Q0vvbgBrrx0nHmRbepBtx9 { top:5.1875rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UotNUl8iXf68NHBTKDu89VhtPcxzFxWz { top:5.1875rem;left:5.5rem;width:7.8125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXnndgwZQADC77I0cKTSsRNfIEoXyqiQ { width:17.562125rem;height:2.9749625rem;top:4.25rem;left:1.1875rem;font-size:2.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X1KK9tMp8fMkZNVQoTtbsvuFM7pWcSJG { width:14.124625rem;height:1.9504625rem;top:7.25rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB { display:block; }#XEbXQzA5nRMWVci1MeQgHsFsArWPrHCB > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe { display:block; }#NhTidR8WdNo0L6PepEdMKBsTA2BFpRoe > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVBkaPspar5Bs0bsSZ7HrmIlEaQstQyk { width:15.7493125rem;height:1.9504625rem;top:4.3004264831543rem;left:1.186967253685rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4xmq6wFmmTO1M0P8J9EPOK0JzbLQ5B4 { width:4.1867875rem;height:1.875rem;top:2.4272022247314rem;left:1.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #q54FX5T8WKhLAySeIo8nXFIycS6c1ipe { width:17.6243125rem;height:14.78425rem;top:7.87286901474rem;left:1.186967253685rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Z6Nwu2rPTFF1R8AzldetsNqiTn8gRQ { width:20rem;height:28.0620625rem;top:19.994673782349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPannzP2Pyw6K9yKMOT8ywdyOh9lEtuE { width:18.3114375rem;height:0;top:32.681994491577rem;left:1.6885625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEkcTH3a2Lbba4eJZUfydUK0V2lU9WUi { width:6.25rem;height:0.3125rem;top:38.338069015503rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4DPh4wJNCAiqULI0vnEHBsNLz3Bqist { width:17.4369375rem;height:0;top:36.893641525269rem;left:2.5630625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTrxCqrU4SizvrpUmOnE9ct17TVAifhC { width:3.75rem;height:3.75rem;top:33.927557998657rem;left:14.875709533691rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTrLfSAz9Xo11JmdF4rvPzlCGbi0DGfh { width:18.0601875rem;height:13.0601875rem;top:28.304332256317rem;left:0.96857237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huqpxd8p9WLDFGULT5NhFR8CngqthWry { width:6.5625rem;height:1.749825rem;top:24.2462682724rem;left:5.7803620100021rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeMuzd9Dm3st6GaGCuW8pLlm8TRknloK { width:2.9350125rem;height:1.31036875rem;top:24.468214988709rem;left:1.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfVFKoFo813Xdb5F5lcxOvkr9zlbyd2I { width:0.12429rem;height:1.25rem;top:24.499290466309rem;left:4.749467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 { display:block; }#VeDQnDnEmbUUrvfLh8tKJfLe65DTLAn7 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csQJEuVaNUQN2I58zwvaONQD0ZR7PVzu { width:12.3118125rem;height:3.2492875rem;top:2.1244678497314rem;left:3.843217253685rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH { display:block; }#NZSFfQkg0rwTpBLelhWyZiHIqAGZ1ixH > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1hI7vWWIKO3hgfBiSzuw5QPNAH9nEm4 { width:17.4369375rem;height:1.57404375rem;top:7.7476921081544rem;left:1.2801846265793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVoE2pAtUSaZErmArtmyi5gbTWD0D19i { width:16.4373125rem;height:3.65411875rem;top:12.436967849731rem;left:1.7800070047379rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDa5cxUKgAxK3FCl2DuAXTKvHZ0UWGx { width:3.75rem;height:3.75rem;top:2.9998226165771rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEn0grQ7lbWX7MBtBCPVfyGApybeQWHm { width:6.25rem;height:0.3125rem;top:10.561079025269rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfRX7eMIvXDzdqdpIk3cBzmD4J6cxMTl { width:19.125rem;height:18.5rem;top:0.87446594238281rem;left:0.43678975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz134c0QarUdTbJU0hek66sy8LuaJOad { width:14.749625rem;height:4.87215625rem;top:33.619497299194rem;left:2.6242896318436rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMilSPnKHXDvZ3ZW1Gi5wWD142CMlVnz { width:19.125rem;height:18.875rem;top:21.682353973389rem;left:0.43678975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyLsZgk1To0dpLeLHGgyEgOW7r6nLH72 { width:14.6875rem;height:1.57404375rem;top:29.181461334229rem;left:2.6562498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtnJlEozf3olq9LfmqrDeRu5LHL9LlDZ { width:6.25rem;height:0.3125rem;top:31.868782043457rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGq4JwGNsSGbzSsMVCtH8PzJNQTmlgM { width:4.6875rem;height:4.6875rem;top:23.494319736958rem;left:7.655361533165rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Wq3mbBSaPCBUwZTIZHSap54y8Z1MEb { width:3.25rem;height:0.9375rem;top:14.9375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 { display:block; }#M4cp5LuhQmTTbv2u5mfA51y7D3MOXBT9 > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqhtPnqPpIfducC5kW8biffVB6rUdB3s { width:17.4369375rem;height:1.57404375rem;top:7.7476921081544rem;left:1.2801846265793rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow02XM5pgDkkpcIQpOlr766nGbRTO4vC { width:16.4373125rem;height:6.0902rem;top:12.436967849731rem;left:1.7800070047379rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFJVMgHDk9DwA48FrlW0BTHkTvkbJT3T { width:3.75rem;height:3.75rem;top:2.9998226165771rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5mVT26Ihs1Gmmg7odDqdWWpXwKUTkXd { width:6.25rem;height:0.3125rem;top:10.561079025269rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUnHNNFJaR0ioD755r4n24ZIrrdJOw5r { width:19.125rem;height:19.5625rem;top:0.87358093261719rem;left:0.43678975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZBcSPAAUHa2r9dPhxkoGuJfGLDkQ5Fz { width:14.749625rem;height:4.87215625rem;top:34.875rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svWLcG6nwmcN5PzWDAg9s0iHyvABFXT1 { width:19.125rem;height:18.6875rem;top:22.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdbUimSBEwxIp1y1NihVVwlQLGyTtfB { width:14.6875rem;height:1.57404375rem;top:30.4375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5FMds6hTJo8DVP9hmQBy91Twn4DcmtW { width:6.25rem;height:0.3125rem;top:33.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPMUfdsf1PT6XKVUa6fEnPQMwh7ElhUC { width:4.6875rem;height:4.6875rem;top:24.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmuFS9KTADELgCaCRquGUS31zFMGvm8p { width:3.25rem;height:0.9375rem;top:12rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQnQkziHqdl2LcBJCvOfScuAdFrRlpON { display:block; }#cQnQkziHqdl2LcBJCvOfScuAdFrRlpON > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQnEKPXwo7AKI2aMy9c8fhNLs721AxTT { width:16.9375rem;height:7.875rem;top:12.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #izKgLDdTyATvot6dHk4A3TkEnUhINHm9 { width:16.3743125rem;height:3.67365rem;top:7.625rem;left:1.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzTk7fBb3E4V25WguSMmKVQPWqq2QZ1d { width:9.5623125rem;height:1.39915rem;top:14.0625rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTVqkpz3rah2oDI8v8LcV58KNcTrlCyr { width:9.2498125rem;height:2.45028125rem;top:16.1875rem;left:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqt3ibqK3uy10QvZvvrl0MdOB4875rwC { width:16.9375rem;height:6.625rem;top:22.9375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoBBNguhdvu3CTqEpIv9CdzRwVCEcaCZ { width:14.2498125rem;height:1.22514375rem;top:26.5rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiTibA4UVmtDSUeMiGVogG7VXfcmpTpy { width:9.5623125rem;height:1.39915rem;top:24.5625rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3ECtRRUcghwRn4Vz9XWJadlrO83BZbq { width:20rem;height:0.3125rem;top:40.187324523926rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBCiiIlNvom4XtBqCH6Zm9OXf1MZAvWi { width:20rem;height:0.3125rem;top:38.624824523926rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9KxsmxnSrqT7rRGFdXoUbVxLn7MZhvV { width:4.3125rem;height:2.0625rem;top:3.4348354339599rem;left:7.593217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy { background-color:rgba(240,245,245,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container { background-color: transparent; background-image: none; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container > .video-iframe-container { display: none; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row > .video-iframe-container { display: none; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .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); }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#tZ1tqWz787L3oWOgIiG4qh6Jilk7CsAy > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGFhw7B1blnLcA21as6MDcq1o26mbOTO { width:11.625rem;height:3.3125rem;top:3.38671875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvuWkSD2Uuvrgxs57f6Eq7Hxom96KOwc { width:1.9375rem;height:1.6875rem;top:8.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNKDbp65hhrEw6eXlulNszkunVNro5dE { width:1.75rem;height:2rem;top:11.81201171875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQSTlACTa7hmnhUsLcq8c2X5T7qqmmA { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:4.1875rem; }
#fFQSTlACTa7hmnhUsLcq8c2X5T7qqmmA > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #GkGu1Hg6p4PPlZDc40Jtlsk3qLpOXqQO { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:6.6875rem; }
#GkGu1Hg6p4PPlZDc40Jtlsk3qLpOXqQO > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #hqxNXB2eE7VD7XshB2QOk34fcDWpC5ai { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:9.125rem; }
#hqxNXB2eE7VD7XshB2QOk34fcDWpC5ai > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #EWAha0CdtSMV5ZQcDdyFT0yeQTaEJDeA { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:11.5625rem; }
#EWAha0CdtSMV5ZQcDdyFT0yeQTaEJDeA > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dneITOxQFNUtRcUTKKtpl4MKQWEheTQp { display:flex;width:1.6875rem;height:1.6875rem;top:16.0625rem;left:14.1875rem; }
#dneITOxQFNUtRcUTKKtpl4MKQWEheTQp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #CHDh7N6E94Q0vvbgBrrx0nHmRbepBtx9 { width:6.625rem;height:0.8941rem;top:9.021484375rem;left:8.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UotNUl8iXf68NHBTKDu89VhtPcxzFxWz { width:7.8125rem;height:0.8941rem;top:12.36474609375rem;left:8.0625rem;font-size:0.6875rem;display:block; }
 }