.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:253,238,236;--color-primary-1:254,227,186;--color-primary-2:253,215,157;--color-primary-3:255,179,0;--color-primary-4:51,43,31;--color-secondary-0:248,232,231;--color-secondary-1:245,179,171;--color-secondary-2:220,138,134;--color-secondary-3:242,102,87;--color-secondary-4:237,85,72;--color-tertiary-0:255,255,255;--color-tertiary-1:196,196,196;--color-tertiary-2:157,157,157;--color-tertiary-3:126,126,126;--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); }#FngUzSVXGl0rF6WhwMhyuwL2sLx497UB { position:relative;display:none; }#FngUzSVXGl0rF6WhwMhyuwL2sLx497UB { border-width: 0; border-radius: 0; }#FngUzSVXGl0rF6WhwMhyuwL2sLx497UB > .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; }#FngUzSVXGl0rF6WhwMhyuwL2sLx497UB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#NBOZMkTTgqAxG1ZXVs2o3LXH5S3kTMtX { box-sizing:content-box;height:31.25rem;width:5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:0rem;display:block; }
#oO73elV8XtO061pzWTw6ZBTLtQtmdKA6 { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:6.25rem;display:block; }
#qip5M05VeivJTaCPrToP2V0uObTONGuC { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:12.625rem;display:block; }
#LmyaN44x1HAX4BXpQwTZWoHsUlnl3UQm { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:25.375rem;display:block; }
#ZlIhsRQXG9N0ZD5v5PdC9LNytQGlezto { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:31.75rem;display:block; }
#fnOHl0Hsl5vFngBQfv8zury1R4mnrcea { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:19rem;display:block; }
#mSpebWbZ5pfznFyTWvyBluP6t2kx4gGC { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:44.5rem;display:block; }
#kQIawWNMPydmON1ad37bgrK7x9o8rzNO { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:50.875rem;display:block; }
#Q4bvdUehODQtnmkhPkdhrebzRO97apht { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:38.125rem;display:block; }
#E6UteFkpO4gZ5TMas2QJ8pCuEz1kTFNT { box-sizing:content-box;height:31.25rem;width:5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:70rem;display:block; }
#Fz7n4H64cGuQkqBL5AWXqb0uSnztM5XP { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:63.625rem;display:block; }
#Pz2OKllt7nApPqiipZykCIZ2mLucwUG3 { box-sizing:content-box;height:31.25rem;width:5.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),0.47);background-image:none;top:0rem;left:57.25rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#a9ddf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#LWvF8wiLi4I997GTBn6Jw8Vny6TxVFWb { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:2.875rem;left:0rem;display:block; }
#IOuqFIgW2TB2uFfaPDCAmBZ934cu7LGL { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:11.4375rem;left:9.8125rem;display:block; }
#Zq8MMKLsikmceLnyZkZU5P486rqxaVfR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:29.78125rem;height:1.94970625rem;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; }
#kZthKu0VGmGPduidOUCImGa53wEEPWgP { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.59375rem;left:20.875rem;display:block; }
#vucEoizAT16yUSwqkii7BRidnzdbcTJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XctJgcflFb1qsLnmstm7PQvLRQs38wEI { color:rgba(var(--color-tertiary-0),1);display:block;width:63.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:8rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:7rem;left:8.1875rem;height:28.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Itd5tHHyzXRnZwSQQoHcdAGsaieqFHTB { color:rgba(var(--color-tertiary-4),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:36.375rem;left:17.875rem;height:4.875rem;font-style:normal;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; }
#hk7R1Gk9X0XtNWOoxua4la9vsE9AeLG2 { 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:5.75rem;width:5.75rem;top:2.875rem;left:67.125rem;overflow:hidden;display:block; }
#XAkpWrCQrLhyVyG4iFkTdCd698NflGwk { 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:32.625rem;width:28.6875rem;top:8.5625rem;left:0rem;overflow:hidden;display:block; }
#zK2M1x4fBImDczF5Vi07JZx8JrXZX6lX { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.6875rem;width:64rem;top:7.90625rem;left:11rem;overflow:hidden;display:block; }
#Rf68hAG6eI3qQtcx2aMkFWhX3BeTuKyu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.3);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:45.09375rem;left:41.4375rem;display:block; }
#L3Aeg4C19XcwVqxATlGZL5OvDA54KXXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsfKXSeSalPRmSw42T0K8NazZs3EAl4U { box-sizing:content-box;height:2.0625rem;width:2.0625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.6);background-image:none;top:42.59375rem;left:59.375rem;display:block; }
#xlaJb2aTW1gQpc9TO1VR8AL61fm2NBcV { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;display:block;z-index:14996;background-color:#a9ddf3;background-image:none;top:41.5625rem;left:37.03125rem;display:block; }
#uxokSDtf6wyeID6kWUDgcVCzh6y2MZI8 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:16.9375rem;left:14.21875rem;height:16.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tQFf0ITgoXusfoifI287aT37bMzmKTXi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row .container { background-color: transparent; background-image: none; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row .container > .video-iframe-container { display: none; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row > .video-iframe-container { display: none; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .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); }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row .container { border-width: 0; border-radius: 0; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row .container { font-size:0.875rem;font-family:arial;height:127.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#rl4PRG3TofBvI36zbT7ilGrnbGfzLU4r { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:13.3125rem;height:8.287125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tEb4i27y6ppX8Zq9PVnQirHksDNglJbd { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.125rem;left:10.625rem;display:block; }
#cXO9I103VCfq3FwmK5ZxgbV6MPya199F { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:18.8125rem;left:18.125rem;height:3.5rem;font-style:normal;display:block; }
#SSfPxaDfZntt1hM4MkOEGDgW6aQxt6O5 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:24.1875rem;left:18rem;height:3.5rem;font-style:normal;display:block; }
#PSVE1RRJLpaiyTH1sQkNwmEFTsCJcDC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:28.75rem;left:17.625rem;height:8.75rem;font-style:normal;display:block; }
#F9itnbbqkHOA5gJuwHecmATUmVux19IZ { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.8125rem;left:12.375rem;height:3.4121125rem;font-style:normal;display:block; }
#DZ2vzr6UUuMVqdL4Va4JZcqX77TcQIlL { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:24.23095703125rem;left:12.3125rem;height:3.4121125rem;font-style:normal;display:block; }
#ilRlSLO7kmzDTgtfODUxwbORpoEo9nkp { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(169,221,243,0.6);background-image:none;top:30.1875rem;left:11.75rem;display:block; }
#uKMIy4DByBhfGwLDVTkTKGdDfa5IboXm { color:rgba(var(--color-tertiary-4),1);display:block;width:2.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:30.625rem;left:12.5rem;height:3.4121125rem;font-style:normal;display:block; }
#O1MrR1mvAtkExXSi9T1ghCTDuLsQQ23C { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.6);background-image:none;top:2.8125rem;left:20.71875rem;display:block; }
#aq4OJJDwFC0CaZL38laAEQUsvs13XAEu { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(169,221,243,0.35);background-image:none;top:13.8125rem;left:64.4375rem;display:block; }
#svQCdPt6rReTvH6QAeTrC3Hps3DGmwMk { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:41.22021484375rem;left:17.625rem;height:9.4482375rem;font-style:normal;display:block; }
#Ii1JAFpCCUf9gFxlKka093CTr7nZ7bqW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:59.25rem;left:7.6875rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0Te0v8pg2pM4qOns4OZ4eBhap8LIpFp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:6rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:70.69970703125rem;left:33.0625rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBG6KSnGvu7A8cIcpyQ1OrcxK74OMbKK { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:79.625rem;left:10.625rem;height:5.19970625rem;font-style:normal;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; }
#RuxOUSB7i0K0BvWEcopAuNhJ6TMBbNK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:86rem;left:22.5625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEbztP9CI4Ha9as6C7D2vZJUu0mAIMWb { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c176ed71-0a57-420c-894c-8feba32f22c1/checkbox.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;top:92.9375rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#oEbztP9CI4Ha9as6C7D2vZJUu0mAIMWb.adaptive-delivery-prevent-bg, #oEbztP9CI4Ha9as6C7D2vZJUu0mAIMWb.lazyload, #oEbztP9CI4Ha9as6C7D2vZJUu0mAIMWb.lazyloading { background-image: none; }
#iGlMb9ULaenOesoBh6WQ3zxI8T1MydJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:92.6875rem;left:13.75rem;height:5.59960625rem;font-style:normal;display:block; }
#UbTt2KbaQ6eQxe5F5NCdg0cyJEHUTTeT { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c176ed71-0a57-420c-894c-8feba32f22c1/checkbox.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:92.9375rem;left:38.75rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#UbTt2KbaQ6eQxe5F5NCdg0cyJEHUTTeT.adaptive-delivery-prevent-bg, #UbTt2KbaQ6eQxe5F5NCdg0cyJEHUTTeT.lazyload, #UbTt2KbaQ6eQxe5F5NCdg0cyJEHUTTeT.lazyloading { background-image: none; }
#bxdMhiHX3VeRGWzIlig7bNnPUDzOzALR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:92.6875rem;left:52.5rem;height:2.79980625rem;font-style:normal;display:block; }
#uyNttp0m3pdqD8rhhXX7udMqyWBlPgHw { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c176ed71-0a57-420c-894c-8feba32f22c1/checkbox.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:101.6875rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#uyNttp0m3pdqD8rhhXX7udMqyWBlPgHw.adaptive-delivery-prevent-bg, #uyNttp0m3pdqD8rhhXX7udMqyWBlPgHw.lazyload, #uyNttp0m3pdqD8rhhXX7udMqyWBlPgHw.lazyloading { background-image: none; }
#Q6DpCV5I9c9cCgTs6WzLwgoQlUhZFAZW { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c176ed71-0a57-420c-894c-8feba32f22c1/checkbox.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:110.4375rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#Q6DpCV5I9c9cCgTs6WzLwgoQlUhZFAZW.adaptive-delivery-prevent-bg, #Q6DpCV5I9c9cCgTs6WzLwgoQlUhZFAZW.lazyload, #Q6DpCV5I9c9cCgTs6WzLwgoQlUhZFAZW.lazyloading { background-image: none; }
#mgh4y9woJtHzRnpfIIX4pRlqvd2Lm3cP { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:101.4375rem;left:13.75rem;height:2.79980625rem;font-style:normal;display:block; }
#KwNuAL4NX8QxZZE1bVHRoN5LzoFLSesp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:110.1875rem;left:13.75rem;height:2.79980625rem;font-style:normal;display:block; }
#XLStDaddO5xV9w3rQeC1eQoZMyVN7VdM { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c176ed71-0a57-420c-894c-8feba32f22c1/checkbox.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:101.6875rem;left:38.75rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#XLStDaddO5xV9w3rQeC1eQoZMyVN7VdM.adaptive-delivery-prevent-bg, #XLStDaddO5xV9w3rQeC1eQoZMyVN7VdM.lazyload, #XLStDaddO5xV9w3rQeC1eQoZMyVN7VdM.lazyloading { background-image: none; }
#iTBpun6phIME5pK4AHaiczkKzuDX0OPu { box-sizing:content-box;height:5rem;width:11.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/c176ed71-0a57-420c-894c-8feba32f22c1/checkbox.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:110.4375rem;left:38.75rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }#iTBpun6phIME5pK4AHaiczkKzuDX0OPu.adaptive-delivery-prevent-bg, #iTBpun6phIME5pK4AHaiczkKzuDX0OPu.lazyload, #iTBpun6phIME5pK4AHaiczkKzuDX0OPu.lazyloading { background-image: none; }
#E1EARhi3dS1nH7zO1vEnc2LN5pPTrOD9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:101.4375rem;left:52.5rem;height:4.19970625rem;font-style:normal;display:block; }
#tIzqbdE8mqGPOVAZNOT7RT3JU5EtUKw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:110.1875rem;left:52.5rem;height:4.19970625rem;font-style:normal;display:block; }
#LVZl293hCg9WMZMRcQr82p2uT4e3I006 { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:119.5rem;left:30.78125rem;display:block; }
#t783hbRunvlutNs7lOzgckKatdIoJ7D0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GD2eUiSS8yNvvtMBoT7CnKuyeQTnBXcB { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:64.25rem;left:13.875rem;height:5.11816875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8G08QUNuo169B35GrX8tZPlv7rkJoUm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.5rem;left:13.3125rem;height:8.287125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#FhwIG9L7cRNkC8lkAIb7RhrB7E8Pd0ax { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(169,221,243,0.35);background-image:none;top:13.8125rem;left:64.4375rem;display:none; }
#aeEqlBtSk4RnvLUaMK3ySQP4RpeMQerX { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(169,221,243,0.35);background-image:none;top:13.8125rem;left:64.4375rem;display:none; }
#vVkBFSsM8HVBnZqZJlztl815JXUXlkh4 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:rgba(169,221,243,0.6);background-image:none;top:23.875rem;left:11.6875rem;display:block; }
#Klde5aiMtC9xb7r8hpD7MXTrakATZizu { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:rgba(169,221,243,0.6);background-image:none;top:18.5rem;left:11.6875rem;display:block; }
#Jz1mEQq6FMofknvi7DVRHgd54emC1Ads { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.5rem;left:30.46875rem;display:block; }
#tKgTq5cox6SyLuKREdIxDP0d7wDKI1up { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO { background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row .container { background-color: transparent; background-image: none; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row .container > .video-iframe-container { display: none; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row > .video-iframe-container { display: none; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .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); }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row .container { border-width: 0; border-radius: 0; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row .container { font-size:0.875rem;font-family:arial;height:85rem;width:75rem;overflow:visible;position:relative;display:block; }#fnKUV38uG0uLfTpnVZeDqa5H3MlPGTT6 { color:rgba(var(--color-tertiary-3),1);display:block;width:58.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1748046875rem;left:8.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRI8v6uMEG1vxZX4oS1GsxmEqSQLoFaz { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.75rem;height:12.6748125rem;font-style:normal;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; }
#bRHlE0ZE5nf19y58EaHloiCyJsMn16I5 { box-sizing:content-box;height:20.3125rem;width:23.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:23.75rem;left:0.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#iJ3LeZ0gHnHl066ecAKm8X75ReagD1Rq { box-sizing:content-box;height:20.3125rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:23.75rem;left:25.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#eLFI3IqDRWyZND174m0LkSDTFHnEuJr6 { box-sizing:content-box;height:20.3125rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:23.75rem;left:51.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#eo7qBoKsf9tKMK8HDDDoeyF4CMI0JKRN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:26.25rem;left:2.5625rem;height:4.79980625rem;font-style:normal;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; }
#GFvoL9WT131GUAEO5UFqTLvvFdHbcLg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:26.25rem;left:28.1875rem;height:;font-style:normal;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; }
#uUyKZKb2zbMIwtAeZMnPt46iz0TLMNKO { color:rgba(var(--color-tertiary-0),1);display:block;width:18.686rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:26.25rem;left:53.8125rem;height:;font-style:normal;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; }
#Eg8o7FOVTFWJhzDWHL4HDxrE5ntUMDFb { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:35.1884765625rem;left:2.59375rem;height:5.5996125rem;font-style:normal;display:block; }
#vaPKKk1e8uPKrfN5qPLDLRLOth2pI2te { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:35.1884765625rem;left:28.09375rem;height:5.5996125rem;font-style:normal;display:block; }
#MPhVDGdpikeIchnziuyssVlywgK9TtJa { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:35.1884765625rem;left:53.8125rem;height:5.5996125rem;font-style:normal;display:block; }
#GHwGB7QaCdxZdZ3AAbpBMeBSbnQh3cJs { box-sizing:content-box;height:20.3125rem;width:23.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:46.0625rem;left:51.25rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#kwJdyPKEOpzTcIFgLrkqit6ElQ4xCImn { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:58rem;left:53.71923828125rem;height:4.19970625rem;font-style:normal;display:block; }
#VZBiFWHtCZVu32BUT5XmcnyJSWN9bC1x { box-sizing:content-box;height:20.3125rem;width:23.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:46rem;left:25.625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#cX57TSuzRb3dtHpmpIzisOhNsHUz3TGt { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:58rem;left:28.09375rem;height:5.5996125rem;font-style:normal;display:block; }
#IRU2zk7HSXeAyTM3yNDPnCXkQ0DqGOPp { box-sizing:content-box;height:20.3125rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:45.9375rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#yGm10aChWw96nKh51c1rVU0O1IPiCIPo { color:rgba(var(--color-tertiary-0),0.7);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:58rem;left:2.59375rem;height:5.5996125rem;font-style:normal;display:block; }
#RSMeWTvhWSfEukiKMhqfVAMFOnfzPAlN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:48.4375rem;left:2.5rem;height:5.19921875rem;font-style:normal;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; }
#GHW4U96NELZzW2TqaL3PEiL28i2LELzW { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:48.5rem;left:28.1875rem;height:;font-style:normal;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; }
#bSzZTF7WTaIPb6ruSyu7SL4n6SLiq0T7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.686rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:48.5625rem;left:53.875rem;height:;font-style:normal;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; }
#hTwl8B8UQgXDIT7u8sNf7Tc0ARX9xlTZ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:74.84375rem;left:30.46875rem;display:block; }
#WMfBt8cTyAlIvcFTnGs9oQJG7mT30rV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg { background-color:#a9ddf3;background-image:url("https://images.assets-landingi.com/uc/4184782a-ca97-49ff-a5f2-1eb181bbd814/bg_przemyslaw_price.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg.adaptive-delivery-prevent-bg, #T5oqAn7awsNMwco4hUqQkNfTgmyVESxg.lazyload, #T5oqAn7awsNMwco4hUqQkNfTgmyVESxg.lazyloading { background-image: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container { background-color: transparent; background-image: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container > .video-iframe-container { display: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row > .video-iframe-container { display: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .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); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container { border-width: 0; border-radius: 0; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container { font-size:0.875rem;font-family:arial;height:93.75rem;width:75rem;overflow:visible;position:relative;display:block; }#wvRCUh5KMtFtinSb71D994MeU6wWOLN9 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:9.3125rem;height:12.1875rem;font-style:normal;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; }
#JK7FbxSmHxkQnbNzgOKsc2kA37028kO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.0625rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J8Tcc5LW5mBmomTreTK9x6EfMsJhtyyr { color:rgba(var(--color-tertiary-4),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.6875rem;left:34.5625rem;height:27.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhZVKRnUMl1aGcgW2lTnCvvCDKHvrLnM { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.5rem;font-weight:300;z-index:14999;line-height:.9;letter-spacing:0;top:64.4375rem;left:11.375rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W4OTBICt8CsSwyyrA9xT45T0Cc31SiIB { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.125rem;top:92.3125rem;left:64.875rem;overflow:hidden;display:block; }
#cdDx8P3OsaybA5asg1TlEnZihfe5t8gk { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.125rem;width:24.1875rem;top:78.625rem;left:49.8125rem;display:block; }
#mMnryiAdApEgeweofgJehGT2L3uio7P1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:81.8125rem;left:52.4375rem;height:13.16160625rem;font-style:normal;display:block; }
#AlFnuWR6ZWuNp6v7DxOg3uRiNVmVa3cQ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.125rem;width:24.1875rem;top:78.625rem;left:0rem;display:block; }
#of9nNVJqJlJkrud6xRnoMdCGf3M5s691 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:81.8125rem;left:3.0625rem;height:13.1616rem;font-style:normal;display:block; }
#N4Il7aJnAWw47Ee5nm98Wc0l3yWiRVuq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.125rem;width:24.1875rem;top:78.625rem;left:25.0625rem;display:block; }
#ZfS2bw3x0TtLxvaa6KenVwWohnLUaZm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:81.25rem;left:28.125rem;height:13.1616125rem;font-style:normal;display:block; }
#wciJAT2D9E7GaGX4TVro0yJ00cWtw39I { 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:10.1875rem;width:10.125rem;top:92.3125rem;left:14.125rem;overflow:hidden;display:block; }
#fpVbaN8AqWru5B5s1qMFiIQhN2TqnkET { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.125rem;top:92.3125rem;left:39.75rem;overflow:hidden;display:block; }
#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ddf3;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; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row .container { background-color: transparent; background-image: none; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row .container > .video-iframe-container { display: none; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row > .video-iframe-container { display: none; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .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); }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row .container { border-width: 0; border-radius: 0; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM { position:relative;display:block; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM { background-color: transparent; background-image: none; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .row .container > .video-iframe-container { display: none; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .row > .video-iframe-container { display: none; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .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); }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM { border-width: 0; border-radius: 0; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .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; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .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:22.625rem;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; }#h8dVbeJhTx35Qu4xU1zVdJhkrxpfe54O { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.43701171875rem;left:14rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fd2cQxLydrMFVHBEKvPUZlSWLEWlaBLP { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.25rem;left:30.46875rem;display:block; }
#Ueg0cTtU1KorIm2oXKoGZ0lb7s1ygx2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PKT7FOhPtvLxXcFlOe2kucEmzbBN4ANO { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.11279296875rem;left:14rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6gXOoSayoLNleq27K69Gm8NpJBCd377 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7ad10fec-13bb-4a75-b199-c93ee9ff74b0/circle_5.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377.adaptive-delivery-prevent-bg, #R6gXOoSayoLNleq27K69Gm8NpJBCd377.lazyload, #R6gXOoSayoLNleq27K69Gm8NpJBCd377.lazyloading { background-image: none; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row .container { background-color: transparent; background-image: none; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row .container > .video-iframe-container { display: none; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row > .video-iframe-container { display: none; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .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); }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row .container { border-width: 0; border-radius: 0; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#BEvBEzNdQxwQBo12TTplnETdeQLJb69z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:16.349609375rem;left:34.125rem;overflow:hidden;display:block; }
#OeFoJesxk1OETsX53ThgKOhociySgpTn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.537109375rem;left:51.21875rem;display:block; }
#bVsWSqA6TuElfF8Tp6LNgI48uTAnuRTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZQLwy5yUgrtd5OePiWwEWoHMTNMKbMeu { 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:11.125rem;width:11.125rem;top:6.71875rem;left:50.875rem;overflow:hidden;display:block; }
#OGcnteUp0O3iesKCtWmq6aU7KfgdsLJ4 { position:absolute;display:block;z-index:15011;background-color:#a9ddf3;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:5.1875rem;width:5.1875rem;top:12.5rem;left:1.1875rem;display:block; }
#mOQNS17lb2TxDh8VCLXPPwZ8GkIrx4MU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:14.375rem;left:71rem;display:block; }
#ztST08iF08vrF1hBwZiHSi7LN8xyoVp1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:6.71875rem;left:25.8125rem;display:block; }
#H8MFWcsh6lnGSBHxwQ8M3BTmA378PzeQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:19.900390625rem;left:5.75rem;height:3.199225rem;display:block; }
#BSde1Coiwmf8RfX8i1uXx31La0qnf3mu { 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:15016;opacity:1;top:21.1875rem;left:25.8125rem; }
#BSde1Coiwmf8RfX8i1uXx31La0qnf3mu > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#KiGER26qFEx0ZgUmGO1lzkcFm6xOeTtB { 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:15017;opacity:1;top:21.1875rem;left:28.0625rem; }
#KiGER26qFEx0ZgUmGO1lzkcFm6xOeTtB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FngUzSVXGl0rF6WhwMhyuwL2sLx497UB { display:none; }#FngUzSVXGl0rF6WhwMhyuwL2sLx497UB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NBOZMkTTgqAxG1ZXVs2o3LXH5S3kTMtX { width:5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO73elV8XtO061pzWTw6ZBTLtQtmdKA6 { width:5.125rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qip5M05VeivJTaCPrToP2V0uObTONGuC { width:5.125rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmyaN44x1HAX4BXpQwTZWoHsUlnl3UQm { width:5.125rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIhsRQXG9N0ZD5v5PdC9LNytQGlezto { width:5.125rem;height:31.25rem;top:0rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOHl0Hsl5vFngBQfv8zury1R4mnrcea { width:5.125rem;height:31.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSpebWbZ5pfznFyTWvyBluP6t2kx4gGC { width:5.125rem;height:31.25rem;top:0rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQIawWNMPydmON1ad37bgrK7x9o8rzNO { width:5.125rem;height:31.25rem;top:0rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4bvdUehODQtnmkhPkdhrebzRO97apht { width:5.125rem;height:31.25rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6UteFkpO4gZ5TMas2QJ8pCuEz1kTFNT { width:5rem;height:31.25rem;top:0rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz7n4H64cGuQkqBL5AWXqb0uSnztM5XP { width:5.125rem;height:31.25rem;top:0rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz2OKllt7nApPqiipZykCIZ2mLucwUG3 { width:5.125rem;height:31.25rem;top:0rem;left:42.625rem;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) { #LWvF8wiLi4I997GTBn6Jw8Vny6TxVFWb { width:4.125rem;height:4.125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOuqFIgW2TB2uFfaPDCAmBZ934cu7LGL { width:3.75rem;height:3.75rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8MMKLsikmceLnyZkZU5P486rqxaVfR { width:17.875rem;height:1.9375rem;top:3.9375rem;left:16.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZthKu0VGmGPduidOUCImGa53wEEPWgP { width:14.0625rem;height:3.4375rem;top:44.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vucEoizAT16yUSwqkii7BRidnzdbcTJA { display:block; }
 }@media only screen and (max-width: 763px) { #XctJgcflFb1qsLnmstm7PQvLRQs38wEI { width:47.75rem;height:28.75rem;top:7rem;left:0rem;font-size:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itd5tHHyzXRnZwSQQoHcdAGsaieqFHTB { width:47.75rem;height:4.875rem;top:36.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk7R1Gk9X0XtNWOoxua4la9vsE9AeLG2 { width:5.75rem;height:5.75rem;top:2.875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkpWrCQrLhyVyG4iFkTdCd698NflGwk { width:28.6875rem;height:32.625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK2M1x4fBImDczF5Vi07JZx8JrXZX6lX { width:47.75rem;height:27.372314453125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf68hAG6eI3qQtcx2aMkFWhX3BeTuKyu { width:14.1875rem;height:2.4375rem;top:45.0625rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Aeg4C19XcwVqxATlGZL5OvDA54KXXX { display:block; }
 }@media only screen and (max-width: 763px) { #UsfKXSeSalPRmSw42T0K8NazZs3EAl4U { width:2.0625rem;height:2.0625rem;top:42.5625rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlaJb2aTW1gQpc9TO1VR8AL61fm2NBcV { width:3.375rem;height:3.375rem;top:41.5625rem;left:23.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxokSDtf6wyeID6kWUDgcVCzh6y2MZI8 { width:20rem;height:9.6875rem;top:14.6875rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQFf0ITgoXusfoifI287aT37bMzmKTXi { display:block; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rl4PRG3TofBvI36zbT7ilGrnbGfzLU4r { width:18.8125rem;height:8.25rem;top:8.5rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEb4i27y6ppX8Zq9PVnQirHksDNglJbd { width:6.25rem;height:6.25rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXO9I103VCfq3FwmK5ZxgbV6MPya199F { width:21.0625rem;height:3.5rem;top:18.8125rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfPxaDfZntt1hM4MkOEGDgW6aQxt6O5 { width:21.0625rem;height:3.5rem;top:24.1875rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSVE1RRJLpaiyTH1sQkNwmEFTsCJcDC0 { width:22.0625rem;height:10.5rem;top:28.75rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9itnbbqkHOA5gJuwHecmATUmVux19IZ { width:2.875rem;height:3.375rem;top:18.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ2vzr6UUuMVqdL4Va4JZcqX77TcQIlL { width:2.875rem;height:3.375rem;top:24.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilRlSLO7kmzDTgtfODUxwbORpoEo9nkp { width:4.125rem;height:4.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMIy4DByBhfGwLDVTkTKGdDfa5IboXm { width:2.875rem;height:3.375rem;top:30.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1MrR1mvAtkExXSi9T1ghCTDuLsQQ23C { width:4.125rem;height:4.125rem;top:2.8125rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq4OJJDwFC0CaZL38laAEQUsvs13XAEu { width:5rem;height:5rem;top:13.8125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #svQCdPt6rReTvH6QAeTrC3Hps3DGmwMk { width:22.0625rem;height:9.4375rem;top:41.1875rem;left:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii1JAFpCCUf9gFxlKka093CTr7nZ7bqW { width:47.75rem;height:6rem;top:59.25rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Te0v8pg2pM4qOns4OZ4eBhap8LIpFp { width:8.875rem;height:7.75rem;top:70.6875rem;left:19.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBG6KSnGvu7A8cIcpyQ1OrcxK74OMbKK { width:47.75rem;height:5.1875rem;top:79.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuxOUSB7i0K0BvWEcopAuNhJ6TMBbNK5 { width:29.9375rem;height:2.875rem;top:86rem;left:8.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEbztP9CI4Ha9as6C7D2vZJUu0mAIMWb { width:11.25rem;height:5rem;top:92.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGlMb9ULaenOesoBh6WQ3zxI8T1MydJ8 { width:22.5rem;height:5.5625rem;top:92.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbTt2KbaQ6eQxe5F5NCdg0cyJEHUTTeT { width:11.25rem;height:5rem;top:92.9375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdMhiHX3VeRGWzIlig7bNnPUDzOzALR { width:22.5rem;height:2.75rem;top:92.6875rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyNttp0m3pdqD8rhhXX7udMqyWBlPgHw { width:11.25rem;height:5rem;top:101.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DpCV5I9c9cCgTs6WzLwgoQlUhZFAZW { width:11.25rem;height:5rem;top:110.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgh4y9woJtHzRnpfIIX4pRlqvd2Lm3cP { width:22.5rem;height:2.75rem;top:101.4375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwNuAL4NX8QxZZE1bVHRoN5LzoFLSesp { width:22.5rem;height:2.75rem;top:110.1875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLStDaddO5xV9w3rQeC1eQoZMyVN7VdM { width:11.25rem;height:5rem;top:101.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBpun6phIME5pK4AHaiczkKzuDX0OPu { width:11.25rem;height:5rem;top:110.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1EARhi3dS1nH7zO1vEnc2LN5pPTrOD9 { width:22.5rem;height:4.1875rem;top:101.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIzqbdE8mqGPOVAZNOT7RT3JU5EtUKw3 { width:22.5rem;height:5.5625rem;top:110.1875rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVZl293hCg9WMZMRcQr82p2uT4e3I006 { width:13.4375rem;height:3.4375rem;top:119.5rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t783hbRunvlutNs7lOzgckKatdIoJ7D0 { display:block; }
 }@media only screen and (max-width: 763px) { #GD2eUiSS8yNvvtMBoT7CnKuyeQTnBXcB { width:47.25rem;height:5.0625rem;top:64.25rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8G08QUNuo169B35GrX8tZPlv7rkJoUm { width:18.125rem;height:;top:53.3125rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhwIG9L7cRNkC8lkAIb7RhrB7E8Pd0ax { width:5rem;height:5rem;top:13.8125rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeEqlBtSk4RnvLUaMK3ySQP4RpeMQerX { width:5rem;height:5rem;top:13.8125rem;left:42.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVkBFSsM8HVBnZqZJlztl815JXUXlkh4 { width:4.125rem;height:4.125rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klde5aiMtC9xb7r8hpD7MXTrakATZizu { width:4.125rem;height:4.125rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1mEQq6FMofknvi7DVRHgd54emC1Ads { width:14.0625rem;height:3.4375rem;top:53.5rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKgTq5cox6SyLuKREdIxDP0d7wDKI1up { display:block; }
 }@media only screen and (max-width: 763px) { #kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO { display:block; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnKUV38uG0uLfTpnVZeDqa5H3MlPGTT6 { width:47.75rem;height:4.875rem;top:16.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRI8v6uMEG1vxZX4oS1GsxmEqSQLoFaz { width:47.75rem;height:12.625rem;top:3.5rem;left:0rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRHlE0ZE5nf19y58EaHloiCyJsMn16I5 { width:23.75rem;height:20.3125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ3LeZ0gHnHl066ecAKm8X75ReagD1Rq { width:23.75rem;height:20.3125rem;top:23.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFI3IqDRWyZND174m0LkSDTFHnEuJr6 { width:23.75rem;height:20.3125rem;top:23.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7qBoKsf9tKMK8HDDDoeyF4CMI0JKRN { width:18.6875rem;height:;top:26.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFvoL9WT131GUAEO5UFqTLvvFdHbcLg1 { width:18.625rem;height:;top:26.25rem;left:14.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyKZKb2zbMIwtAeZMnPt46iz0TLMNKO { width:18.625rem;height:;top:26.25rem;left:29.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg8o7FOVTFWJhzDWHL4HDxrE5ntUMDFb { width:18.8125rem;height:6.9375rem;top:35.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaPKKk1e8uPKrfN5qPLDLRLOth2pI2te { width:18.75rem;height:5.5625rem;top:35.1875rem;left:14.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPhVDGdpikeIchnziuyssVlywgK9TtJa { width:18.75rem;height:6.9375rem;top:35.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHwGB7QaCdxZdZ3AAbpBMeBSbnQh3cJs { width:23.75rem;height:20.3125rem;top:46.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwJdyPKEOpzTcIFgLrkqit6ElQ4xCImn { width:18.75rem;height:4.1875rem;top:58rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZBiFWHtCZVu32BUT5XmcnyJSWN9bC1x { width:23.75rem;height:20.3125rem;top:46rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX57TSuzRb3dtHpmpIzisOhNsHUz3TGt { width:18.75rem;height:5.5625rem;top:58rem;left:14.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRU2zk7HSXeAyTM3yNDPnCXkQ0DqGOPp { width:23.75rem;height:20.3125rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGm10aChWw96nKh51c1rVU0O1IPiCIPo { width:18.8125rem;height:6.9375rem;top:58rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSMeWTvhWSfEukiKMhqfVAMFOnfzPAlN { width:18.6875rem;height:;top:48.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHW4U96NELZzW2TqaL3PEiL28i2LELzW { width:18.625rem;height:;top:48.5rem;left:14.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSzZTF7WTaIPb6ruSyu7SL4n6SLiq0T7 { width:18.625rem;height:;top:48.5625rem;left:29.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTwl8B8UQgXDIT7u8sNf7Tc0ARX9xlTZ { width:14.0625rem;height:3.4375rem;top:74.8125rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfBt8cTyAlIvcFTnGs9oQJG7mT30rV8 { display:block; }
 }@media only screen and (max-width: 763px) { #T5oqAn7awsNMwco4hUqQkNfTgmyVESxg { display:block; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvRCUh5KMtFtinSb71D994MeU6wWOLN9 { width:47.75rem;height:12.1875rem;top:3.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK7FbxSmHxkQnbNzgOKsc2kA37028kO9 { width:47.75rem;height:12.1875rem;top:11.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Tcc5LW5mBmomTreTK9x6EfMsJhtyyr { width:40.4375rem;height:27.25rem;top:27.6875rem;left:7.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZVKRnUMl1aGcgW2lTnCvvCDKHvrLnM { width:47.75rem;height:11.25rem;top:64.4375rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OTBICt8CsSwyyrA9xT45T0Cc31SiIB { width:10.125rem;height:10.1875rem;top:92.3125rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDx8P3OsaybA5asg1TlEnZihfe5t8gk { width:24.1875rem;height:20.125rem;top:78.625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnryiAdApEgeweofgJehGT2L3uio7P1 { width:18.9375rem;height:13.125rem;top:81.8125rem;left:28.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlFnuWR6ZWuNp6v7DxOg3uRiNVmVa3cQ { width:24.1875rem;height:20.125rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9nNVJqJlJkrud6xRnoMdCGf3M5s691 { width:18.9375rem;height:13.125rem;top:81.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Il7aJnAWw47Ee5nm98Wc0l3yWiRVuq { width:24.1875rem;height:20.125rem;top:78.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfS2bw3x0TtLxvaa6KenVwWohnLUaZm7 { width:18.9375rem;height:13.125rem;top:81.25rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wciJAT2D9E7GaGX4TVro0yJ00cWtw39I { width:10.125rem;height:10.1875rem;top:92.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVbaN8AqWru5B5s1qMFiIQhN2TqnkET { width:10.125rem;height:10.1875rem;top:92.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW { display:block; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM { display:block; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8dVbeJhTx35Qu4xU1zVdJhkrxpfe54O { width:47rem;height:3.375rem;top:11.375rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd2cQxLydrMFVHBEKvPUZlSWLEWlaBLP { width:14.0625rem;height:3.4375rem;top:20.25rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueg0cTtU1KorIm2oXKoGZ0lb7s1ygx2g { display:block; }
 }@media only screen and (max-width: 763px) { #PKT7FOhPtvLxXcFlOe2kucEmzbBN4ANO { width:47rem;height:3.125rem;top:7.0625rem;left:0.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6gXOoSayoLNleq27K69Gm8NpJBCd377 { display:block; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEvBEzNdQxwQBo12TTplnETdeQLJb69z { width:6.75rem;height:6.75rem;top:16.3125rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeFoJesxk1OETsX53ThgKOhociySgpTn { width:10.4375rem;height:1.5rem;top:21.5rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVsWSqA6TuElfF8Tp6LNgI48uTAnuRTP { display:block; }
 }@media only screen and (max-width: 763px) { #ZQLwy5yUgrtd5OePiWwEWoHMTNMKbMeu { width:11.125rem;height:11.125rem;top:6.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcnteUp0O3iesKCtWmq6aU7KfgdsLJ4 { width:5.1875rem;height:5.1875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOQNS17lb2TxDh8VCLXPPwZ8GkIrx4MU { width:3.3125rem;height:3.3125rem;top:14.375rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztST08iF08vrF1hBwZiHSi7LN8xyoVp1 { width:3.4375rem;height:3.4375rem;top:6.6875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8MFWcsh6lnGSBHxwQ8M3BTmA378PzeQ { width:19.1875rem;height:3.1875rem;top:19.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSde1Coiwmf8RfX8i1uXx31La0qnf3mu { width:1.6875rem;height:1.6875rem;top:21.1875rem;left:12.1875rem;display:block; }
#BSde1Coiwmf8RfX8i1uXx31La0qnf3mu > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #KiGER26qFEx0ZgUmGO1lzkcFm6xOeTtB { width:1.6875rem;height:1.6875rem;top:21.1875rem;left:14.4375rem;display:block; }
#KiGER26qFEx0ZgUmGO1lzkcFm6xOeTtB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FngUzSVXGl0rF6WhwMhyuwL2sLx497UB { display:none; }#FngUzSVXGl0rF6WhwMhyuwL2sLx497UB > .row .container { width:20rem;height:391.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NBOZMkTTgqAxG1ZXVs2o3LXH5S3kTMtX { width:5rem;height:31.25rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO73elV8XtO061pzWTw6ZBTLtQtmdKA6 { width:5.125rem;height:31.25rem;top:33.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qip5M05VeivJTaCPrToP2V0uObTONGuC { width:5.125rem;height:31.25rem;top:66.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmyaN44x1HAX4BXpQwTZWoHsUlnl3UQm { width:5.125rem;height:31.25rem;top:131.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlIhsRQXG9N0ZD5v5PdC9LNytQGlezto { width:5.125rem;height:31.25rem;top:163.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnOHl0Hsl5vFngBQfv8zury1R4mnrcea { width:5.125rem;height:31.25rem;top:98.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSpebWbZ5pfznFyTWvyBluP6t2kx4gGC { width:5.125rem;height:31.25rem;top:228.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQIawWNMPydmON1ad37bgrK7x9o8rzNO { width:5.125rem;height:31.25rem;top:261.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4bvdUehODQtnmkhPkdhrebzRO97apht { width:5.125rem;height:31.25rem;top:196.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6UteFkpO4gZ5TMas2QJ8pCuEz1kTFNT { width:5rem;height:31.25rem;top:358.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz7n4H64cGuQkqBL5AWXqb0uSnztM5XP { width:5.125rem;height:31.25rem;top:326.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz2OKllt7nApPqiipZykCIZ2mLucwUG3 { width:5.125rem;height:31.25rem;top:293.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWvF8wiLi4I997GTBn6Jw8Vny6TxVFWb { width:1.5625rem;height:1.5625rem;top:11.828125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOuqFIgW2TB2uFfaPDCAmBZ934cu7LGL { width:2.25rem;height:2.25rem;top:1.6875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8MMKLsikmceLnyZkZU5P486rqxaVfR { width:10rem;height:3.57421875rem;top:10.822265625rem;left:5rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kZthKu0VGmGPduidOUCImGa53wEEPWgP { width:12.4375rem;height:3.4375rem;top:51.53125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vucEoizAT16yUSwqkii7BRidnzdbcTJA { display:block; }
 }@media only screen and (max-width: 763px) { #XctJgcflFb1qsLnmstm7PQvLRQs38wEI { width:15.125rem;height:0;top:27.21875rem;left:4.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Itd5tHHyzXRnZwSQQoHcdAGsaieqFHTB { width:14.125rem;height:4.2246125rem;top:43.59375rem;left:2.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hk7R1Gk9X0XtNWOoxua4la9vsE9AeLG2 { width:5.6875rem;height:5.6875rem;top:3.15625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkpWrCQrLhyVyG4iFkTdCd698NflGwk { width:12.875rem;height:14.625rem;top:16.83984375rem;left:3.5625rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #zK2M1x4fBImDczF5Vi07JZx8JrXZX6lX { width:20rem;height:11.464875rem;top:19.9375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Rf68hAG6eI3qQtcx2aMkFWhX3BeTuKyu { width:14.1875rem;height:2.4375rem;top:57.65625rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Aeg4C19XcwVqxATlGZL5OvDA54KXXX { display:block; }
 }@media only screen and (max-width: 763px) { #UsfKXSeSalPRmSw42T0K8NazZs3EAl4U { width:2.0625rem;height:2.0625rem;top:54.90625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlaJb2aTW1gQpc9TO1VR8AL61fm2NBcV { width:3.375rem;height:3.375rem;top:53.59375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxokSDtf6wyeID6kWUDgcVCzh6y2MZI8 { width:20rem;height:10.3125rem;top:33.90625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;z-index:15006;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tQFf0ITgoXusfoifI287aT37bMzmKTXi { display:block; }#tQFf0ITgoXusfoifI287aT37bMzmKTXi > .row .container { width:20rem;height:198.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rl4PRG3TofBvI36zbT7ilGrnbGfzLU4r { width:18.8125rem;height:6.3369375rem;top:3.1875rem;left:0.59375rem;font-size:2.4375rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tEb4i27y6ppX8Zq9PVnQirHksDNglJbd { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXO9I103VCfq3FwmK5ZxgbV6MPya199F { width:20rem;height:2.9746125rem;top:15.8740234375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSfPxaDfZntt1hM4MkOEGDgW6aQxt6O5 { width:16.4375rem;height:2.9746125rem;top:26.5107421875rem;left:1.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSVE1RRJLpaiyTH1sQkNwmEFTsCJcDC0 { width:20rem;height:8.9238375rem;top:36.2119140625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9itnbbqkHOA5gJuwHecmATUmVux19IZ { width:2.875rem;height:2.5996125rem;top:11.34912109375rem;left:8.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZ2vzr6UUuMVqdL4Va4JZcqX77TcQIlL { width:2.875rem;height:2.5996125rem;top:21.798828125rem;left:8.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilRlSLO7kmzDTgtfODUxwbORpoEo9nkp { width:4.125rem;height:4.125rem;top:71.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKMIy4DByBhfGwLDVTkTKGdDfa5IboXm { width:2.875rem;height:2.5996125rem;top:32.412109375rem;left:8.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1MrR1mvAtkExXSi9T1ghCTDuLsQQ23C { width:0.9375rem;height:0.9375rem;top:5.0625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq4OJJDwFC0CaZL38laAEQUsvs13XAEu { width:5rem;height:5rem;top:31.2119140625rem;left:7.5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #svQCdPt6rReTvH6QAeTrC3Hps3DGmwMk { width:20rem;height:8.9238375rem;top:48.1591796875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ii1JAFpCCUf9gFxlKka093CTr7nZ7bqW { width:19.5625rem;height:4.1425875rem;top:64.52001953125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #E0Te0v8pg2pM4qOns4OZ4eBhap8LIpFp { width:8.875rem;height:4.875rem;top:58.88037109375rem;left:5.5625rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBG6KSnGvu7A8cIcpyQ1OrcxK74OMbKK { width:11.5rem;height:3.73730625rem;top:180.25rem;left:4.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #RuxOUSB7i0K0BvWEcopAuNhJ6TMBbNK5 { width:20rem;height:1.3808625rem;top:183.9873046875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEbztP9CI4Ha9as6C7D2vZJUu0mAIMWb { width:3.5rem;height:3.5rem;top:80.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGlMb9ULaenOesoBh6WQ3zxI8T1MydJ8 { width:13.375rem;height:11.19924375rem;top:85.375rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbTt2KbaQ6eQxe5F5NCdg0cyJEHUTTeT { width:3.5rem;height:3.5rem;top:97.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdMhiHX3VeRGWzIlig7bNnPUDzOzALR { width:13.375rem;height:4.19970625rem;top:102.5625rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyNttp0m3pdqD8rhhXX7udMqyWBlPgHw { width:3.5rem;height:3.5rem;top:108rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6DpCV5I9c9cCgTs6WzLwgoQlUhZFAZW { width:3.5rem;height:3.5rem;top:131.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgh4y9woJtHzRnpfIIX4pRlqvd2Lm3cP { width:13.375rem;height:4.19970625rem;top:112.75rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwNuAL4NX8QxZZE1bVHRoN5LzoFLSesp { width:12.4375rem;height:5.5996125rem;top:136.25rem;left:3.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLStDaddO5xV9w3rQeC1eQoZMyVN7VdM { width:3.5rem;height:3.5rem;top:118.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBpun6phIME5pK4AHaiczkKzuDX0OPu { width:3.5rem;height:3.5rem;top:143.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1EARhi3dS1nH7zO1vEnc2LN5pPTrOD9 { width:13.375rem;height:6.9995rem;top:123.25rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIzqbdE8mqGPOVAZNOT7RT3JU5EtUKw3 { width:13.375rem;height:9.7993125rem;top:147.875rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVZl293hCg9WMZMRcQr82p2uT4e3I006 { width:13.4375rem;height:3.4375rem;top:161.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t783hbRunvlutNs7lOzgckKatdIoJ7D0 { display:block; }
 }@media only screen and (max-width: 763px) { #GD2eUiSS8yNvvtMBoT7CnKuyeQTnBXcB { width:14.0625rem;height:6.9043rem;top:168.54443359375rem;left:2.96875rem;font-size:1.0625rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8G08QUNuo169B35GrX8tZPlv7rkJoUm { width:18.125rem;height:4.54980625rem;top:73rem;left:0.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #FhwIG9L7cRNkC8lkAIb7RhrB7E8Pd0ax { width:5rem;height:5rem;top:20.59912109375rem;left:7.5rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aeEqlBtSk4RnvLUaMK3ySQP4RpeMQerX { width:5rem;height:5rem;top:10.1494140625rem;left:7.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vVkBFSsM8HVBnZqZJlztl815JXUXlkh4 { width:4.125rem;height:4.125rem;top:173.34326171875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klde5aiMtC9xb7r8hpD7MXTrakATZizu { width:4.125rem;height:4.125rem;top:183.16943359375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz1mEQq6FMofknvi7DVRHgd54emC1Ads { width:14.0625rem;height:3.4375rem;top:188.54443359375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKgTq5cox6SyLuKREdIxDP0d7wDKI1up { display:block; }
 }@media only screen and (max-width: 763px) { #kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO { display:block; }#kcwv5IoEQmFuJn0kpFrmcSUOTXqfLppO > .row .container { width:20rem;height:138.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnKUV38uG0uLfTpnVZeDqa5H3MlPGTT6 { width:17.25rem;height:4.38720625rem;top:7.69921875rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRI8v6uMEG1vxZX4oS1GsxmEqSQLoFaz { width:15.4375rem;height:5.19921875rem;top:1.75rem;left:2.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRHlE0ZE5nf19y58EaHloiCyJsMn16I5 { width:19.875rem;height:17.8125rem;top:13.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ3LeZ0gHnHl066ecAKm8X75ReagD1Rq { width:19.875rem;height:16.25rem;top:34.9121328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFI3IqDRWyZND174m0LkSDTFHnEuJr6 { width:19.875rem;height:17rem;top:54.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo7qBoKsf9tKMK8HDDDoeyF4CMI0JKRN { width:17.375rem;height:3.5996125rem;top:15.63671875rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFvoL9WT131GUAEO5UFqTLvvFdHbcLg1 { width:17.3125rem;height:3.5996125rem;top:37.162109375rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUyKZKb2zbMIwtAeZMnPt46iz0TLMNKO { width:18.625rem;height:5.3994125rem;top:56.599609375rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg8o7FOVTFWJhzDWHL4HDxrE5ntUMDFb { width:17rem;height:8.3994375rem;top:21.5126953125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaPKKk1e8uPKrfN5qPLDLRLOth2pI2te { width:17rem;height:6.9995rem;top:42.7255859375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPhVDGdpikeIchnziuyssVlywgK9TtJa { width:17rem;height:6.9995rem;top:63.5380859375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHwGB7QaCdxZdZ3AAbpBMeBSbnQh3cJs { width:19.875rem;height:18.0625rem;top:114.8480859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwJdyPKEOpzTcIFgLrkqit6ElQ4xCImn { width:17rem;height:4.19970625rem;top:122.97265625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZBiFWHtCZVu32BUT5XmcnyJSWN9bC1x { width:19.875rem;height:15.5625rem;top:94.5990859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX57TSuzRb3dtHpmpIzisOhNsHUz3TGt { width:17rem;height:6.9995rem;top:102.2861328125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRU2zk7HSXeAyTM3yNDPnCXkQ0DqGOPp { width:19.875rem;height:16.1875rem;top:74.2870859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGm10aChWw96nKh51c1rVU0O1IPiCIPo { width:17rem;height:6.9995125rem;top:81.84912109375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSMeWTvhWSfEukiKMhqfVAMFOnfzPAlN { width:16.3125rem;height:3.8994125rem;top:75.97412109375rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHW4U96NELZzW2TqaL3PEiL28i2LELzW { width:16.0625rem;height:3.8994125rem;top:96.8486328125rem;left:1.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSzZTF7WTaIPb6ruSyu7SL4n6SLiq0T7 { width:18.625rem;height:3.8994125rem;top:116.72265625rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTwl8B8UQgXDIT7u8sNf7Tc0ARX9xlTZ { width:14.0625rem;height:3.4375rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfBt8cTyAlIvcFTnGs9oQJG7mT30rV8 { display:block; }
 }@media only screen and (max-width: 763px) { #T5oqAn7awsNMwco4hUqQkNfTgmyVESxg { background-color:#a9ddf3;background-image:url("https://images.assets-landingi.com/uc/4184782a-ca97-49ff-a5f2-1eb181bbd814/bg_przemyslaw_price.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg.adaptive-delivery-prevent-bg, #T5oqAn7awsNMwco4hUqQkNfTgmyVESxg.lazyload, #T5oqAn7awsNMwco4hUqQkNfTgmyVESxg.lazyloading { background-image: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container { background-color: transparent; background-image: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container > .video-iframe-container { display: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row > .video-iframe-container { display: none; }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .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); }#T5oqAn7awsNMwco4hUqQkNfTgmyVESxg > .row .container { width:20rem;height:139.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvRCUh5KMtFtinSb71D994MeU6wWOLN9 { width:20rem;height:3.65625rem;top:1.25rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JK7FbxSmHxkQnbNzgOKsc2kA37028kO9 { width:20rem;height:2.84375rem;top:4.21875rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J8Tcc5LW5mBmomTreTK9x6EfMsJhtyyr { width:20rem;height:6.33690625rem;top:40.63671875rem;left:0rem;font-size:0.8125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhZVKRnUMl1aGcgW2lTnCvvCDKHvrLnM { width:20rem;height:3.48730625rem;top:53.21240234375rem;left:0rem;font-size:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4OTBICt8CsSwyyrA9xT45T0Cc31SiIB { width:10.125rem;height:10.1875rem;top:129.4375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdDx8P3OsaybA5asg1TlEnZihfe5t8gk { width:20rem;height:20.625rem;top:112rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMnryiAdApEgeweofgJehGT2L3uio7P1 { width:17.875rem;height:13.16160625rem;top:115.1875rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlFnuWR6ZWuNp6v7DxOg3uRiNVmVa3cQ { width:20rem;height:19.9375rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #of9nNVJqJlJkrud6xRnoMdCGf3M5s691 { width:17.875rem;height:13.1616rem;top:59rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Il7aJnAWw47Ee5nm98Wc0l3yWiRVuq { width:20rem;height:20.125rem;top:83.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfS2bw3x0TtLxvaa6KenVwWohnLUaZm7 { width:17.875rem;height:13.1616125rem;top:86.3125rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wciJAT2D9E7GaGX4TVro0yJ00cWtw39I { width:10.125rem;height:10.1875rem;top:72.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpVbaN8AqWru5B5s1qMFiIQhN2TqnkET { width:10.125rem;height:10.1875rem;top:100.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW { display:block; }#XBOh27SgyfmOpHufgiCRRdpL3w7KCrrW > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM { display:block; }#dUsHHNy2nmTPNWUflgTvfhI6qPWTtiIM > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8dVbeJhTx35Qu4xU1zVdJhkrxpfe54O { width:17.0625rem;height:8.530275rem;top:6.88671875rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fd2cQxLydrMFVHBEKvPUZlSWLEWlaBLP { width:14.0625rem;height:3.4375rem;top:16.66696875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ueg0cTtU1KorIm2oXKoGZ0lb7s1ygx2g { display:block; }
 }@media only screen and (max-width: 763px) { #PKT7FOhPtvLxXcFlOe2kucEmzbBN4ANO { width:20rem;height:4.38671875rem;top:1.1875rem;left:0rem;font-size:1.6875rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6gXOoSayoLNleq27K69Gm8NpJBCd377 { display:block; }#R6gXOoSayoLNleq27K69Gm8NpJBCd377 > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEvBEzNdQxwQBo12TTplnETdeQLJb69z { width:8.3125rem;height:8.3125rem;top:11.25rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeFoJesxk1OETsX53ThgKOhociySgpTn { width:10.4375rem;height:1.5rem;top:41.19921875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVsWSqA6TuElfF8Tp6LNgI48uTAnuRTP { display:block; }
 }@media only screen and (max-width: 763px) { #ZQLwy5yUgrtd5OePiWwEWoHMTNMKbMeu { width:5.75rem;height:5.75rem;top:23.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcnteUp0O3iesKCtWmq6aU7KfgdsLJ4 { width:5.1875rem;height:5.1875rem;top:2.5625rem;left:10.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mOQNS17lb2TxDh8VCLXPPwZ8GkIrx4MU { width:3.3125rem;height:3.3125rem;top:3.5rem;left:2.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ztST08iF08vrF1hBwZiHSi7LN8xyoVp1 { width:2.0625rem;height:2.0625rem;top:7.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8MFWcsh6lnGSBHxwQ8M3BTmA378PzeQ { width:19.1875rem;height:3.199225rem;top:31.6875rem;left:0.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSde1Coiwmf8RfX8i1uXx31La0qnf3mu { display:flex;width:1.6875rem;height:1.6875rem;top:38.25rem;left:7.8125rem; }
#BSde1Coiwmf8RfX8i1uXx31La0qnf3mu > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #KiGER26qFEx0ZgUmGO1lzkcFm6xOeTtB { display:flex;width:1.6875rem;height:1.6875rem;top:38.25rem;left:10.5rem; }
#KiGER26qFEx0ZgUmGO1lzkcFm6xOeTtB > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }