.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,217,221;--color-primary-1:241,128,143;--color-primary-2:227,0,31;--color-primary-3:114,0,16;--color-primary-4:34,0,5;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"toyota";--paragraphs-font-family:"toyota"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.85);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; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row .container { background-color: transparent; background-image: none; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row .container > .video-iframe-container { display: none; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row > .video-iframe-container { display: none; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .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); }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row .container { border-width: 0; border-radius: 0; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#uABgTeM6mom7QgfKI06vTZioyqVd6UwH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.625rem;left:70.9375rem; }
#uABgTeM6mom7QgfKI06vTZioyqVd6UwH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#FxaV2blREr6AV422yZTrgGs63dSBoz4i { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:68.125rem; }
#FxaV2blREr6AV422yZTrgGs63dSBoz4i > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#JTqIbJzkgq6Bm9JrDXyL1p4fXM8niuio { background-color:rgba(var(--color-primary-4),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.15625rem;left:55.5625rem;display:block; }
#qS1KAfpKQMbNbQtiTFh6KQbTiz1eupAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK { position:relative;display:block; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK { background-color: transparent; background-image: none; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .row .container > .video-iframe-container { display: none; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .row > .video-iframe-container { display: none; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .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); }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK { border-width: 0; border-radius: 0; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .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; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .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:4.1875rem;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; }#rsqq0oh6cf5zTnCnJAGChzKPnbVBwrIg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#F2TNgTLH0TqzouXSwEarf460IxMZtUB8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:36rem;display:none; }
#Ox9Slra03EFgqvMD5oOVBLLQl2ccVeKG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7FKBZ3SrIT1THT5tTWBzXkW8F3kCIAC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:42.125rem;display:none; }
#C7XaN2fTFJLV1JgBDr6Xsqpf9G8WHVRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDf2HFE4oJOLS4c5MxhguMC8trHAG4M9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.5625rem;left:56.28125rem;display:block; }
#vSVwZrAPhzTIXb6yHy2TslUeq8Wr5x00 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lu0w6eTNFpCgFuA6y5hx9qRQ3CBcXrrM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.6875rem;left:4.0625rem;display:block; }
#cOl4xDQLw3OntxuJclop6zQaRJFlmneh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OWdhTNFmEzvJebb3KANTIHi7V5Ivnqk7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.6875rem;left:67.21875rem;display:block; }
#akNEqDEF9k9p8hCWezDMNUn9dmsqGXQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHmrXbyWmidrkn2r3EqZccTiAabZ0FtB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.5625rem;left:39.78125rem;display:block; }
#f3NIsyaVIvyvxV3Gld6GuU3Eq6SNe4ZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc { 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/86a96c35-b385-49ac-9851-fce7ab379cbc/lakiernia2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc.adaptive-delivery-prevent-bg, #xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc.lazyload, #xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc.lazyloading { background-image: none; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container { background-color: transparent; background-image: none; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container > .video-iframe-container { display: none; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row > .video-iframe-container { display: none; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .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); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container { border-width: 0; border-radius: 0; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#wvs0p6bHvorrvu6ARTO8VHWdVJT4IshF { color:rgba(var(--color-tertiary-0),1);display:block;width:43.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.89);top:5.9375rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s4IXKCCNkNGRivZPQ86gqMk1xkB1FMCh { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),1);top:9.25rem;left:0rem;height:7.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C736Vxc9tpt0Z1ihznFGq7WqQRHmvvKW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:18.9375rem;top:4.5625rem;left:0.0625rem;display:block; }
#AkyyJWNpbLcrStQED9xHTdSQq7mNVlrD { position:absolute;display:block;z-index:15018;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }
#x4a8QntxSOTCdpxvn3s45Pxt8dFTs4Ns { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:15.15625rem;left:0rem;display:block; }
#eKduTT2DqT95zdmocZnTTh4HGQF6b6m2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { background-color: transparent; background-image: none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container > .video-iframe-container { display: none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row > .video-iframe-container { display: none; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { border-width: 0; border-radius: 0; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#HFkQKAG6EDN8nEQBr3wu4VolMI2fCnqQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#mOnX91173Teh4b3qL7Kt1CsA9Mw3FAqX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU { position:relative;display:block; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU { background-color: transparent; background-image: none; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .row .container > .video-iframe-container { display: none; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .row > .video-iframe-container { display: none; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .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); }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU { border-width: 0; border-radius: 0; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .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; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.1875rem;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; }#IVkgmmG9hXBvMNtA9BX0uSkEeEJqVvBF { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:6.5rem;display:block; }
#luIXh7hdOkFimpGgUs5A6PKtHxOqSAKR { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.712501525879rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#kNnXwqZnpr2IQC2XUkcCC40C7Ws3OOnO { color:rgba(var(--color-tertiary-4),1);display:block;width:73.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.375rem;height:19.5rem;text-align:justify;text-align-last:initial;display:block; }
#DceSfZOcoVPkS3BR7qHkGgt6uO64yroh { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:3.21875rem;left:0rem;display:block; }
#hnv3kBrDlUbHIwNJWbE4qTVFNoh8FDLn { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:4.78125rem;left:0rem;display:block; }
#NKT8BJDHgEGLwf6ryN0I6QnQlsZITmaU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:8.125rem;left:0rem;display:block; }
#TnpWIxfOouGJhCfygAwGLSKS4tH45XyT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:11.375rem;left:0rem;display:block; }
#TksnErODm5Xp8UFRCaW7K1NsRdbUpXPr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.90625rem;left:0rem;display:block; }
#HBKudOAtlh81aJX8ixf4DT6m24DebvoE { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:16.25rem;left:0rem;display:block; }
#DyZ9oMxrAb82cl9t9F1OkMJ9TqFHlKvH { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:17.8125rem;left:0rem;display:block; }
#vTFM9HnFCdoymp2DxKFyM1ydNHwhRkHl { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:0.8125rem;top:19.5rem;left:0rem;display:block; }
#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu { position:relative;display:block; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu { background-color: transparent; background-image: none; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .row .container > .video-iframe-container { display: none; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .row > .video-iframe-container { display: none; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .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); }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu { border-width: 0; border-radius: 0; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .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; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c11860c0-1ef6-4baf-8ceb-de11c0d0db0c/lakiernia1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo.adaptive-delivery-prevent-bg, #dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo.lazyload, #dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo.lazyloading { background-image: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container { background-color: transparent; background-image: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container > .video-iframe-container { display: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row > .video-iframe-container { display: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .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); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container { border-width: 0; border-radius: 0; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#dn3L9G4vINmphxMo3idv0QuVT8sS5elH { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3rem;left:14.875rem;height:3.0875rem;display:block; }
#KJHqTQacTltyFMMaKS2u56MZ6IDM86iR { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:23.375rem;top:1.625rem;left:13.4375rem;display:block; }
#BoDIs84bUcSpsROMEFUvH8RkWcPGGpgy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:14.0625rem;left:14.875rem;display:block; }
#dx2vWKhCKGznJPGRrN8TflVqJQlZMSTF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZM9ccM7yTmEzZ941t6KXq3JMJnvln0R { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:7.3125rem;left:14.875rem;display:block; }
#o821IEXuyrfz0VTsf5Xb5Oqr4VIwagd7 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.4375rem;left:15rem;display:block; }
#SNMS9hR37pXtITyR96swiasRzQSvpfEW { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:9.8125rem;left:14.875rem;display:block; }
#GvB1ZBMOBG3ds5EW7fVAQq1umSzxIgIX { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.9375rem;left:15rem;display:block; }
#o3ViZrHb82Fopry8f7uR1K51OXPiED75 { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:18.0625rem;left:13.4375rem;display:block; }
#qCZWagvPQuDJSu3KvbzGUaHBM2SU3WLh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:1.375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:10.375rem;left:18.0625rem;display:block; }
#ZI3WCmDmhFrWme6tluK1zDa0fdxQAXrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhMo1faDg2Ts0MwQIiNSBPqgesIlJNZx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.375rem;text-decoration:none;z-index:15041;text-align:left;text-align-last:left;top:7.8125rem;left:18.25rem;display:block; }
#C12oP37OPHy5TWJmLWfmb8T882I97iJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOdO0UA5TwAnGiOMDb0ooRoBsOOv2Grx { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:19.0625rem;left:9.75rem;display:none; }
#A83O3xN1lroaQZugwEMUAoD4p4XPwaOV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:23.375rem;top:1.625rem;left:38.25rem;display:block; }
#Grqp4ZlpKSnJmvvtOPpl3uxrgznGWPGT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:3rem;left:39.6875rem;height:3.0875rem;display:block; }
#xrscytN6sbQX7aeWwn3DPVaxiSTl4BTh { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:7.5625rem;left:40.0625rem;display:block; }
#dtzhiRUq4zEFetGcFnKy14CSahmMHd55 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.6875rem;left:40.1875rem;display:block; }
#vqC7rfDvAACUL5D7077XNSUl04c9vboM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:1.375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:8.0625rem;left:43.25rem;display:block; }
#tQhZ9hvpGDSEG9TvyLiRvK2wVnFIKPhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdWXR1zfL7hsoUTb9UsupFSM0wAdaHTM { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:10.0625rem;left:40.0625rem;display:block; }
#FiqwnxzcfXAxETAM3Z3eBTLqLq7HXga2 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:10.1875rem;left:40.1875rem;display:block; }
#bVlvTREtKJz6vUrwDKxl9PKH9JRsD43s { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:10.53125rem;left:43.25rem;display:block; }
#lovJbh0MH08Uf1AmkPRk6sqg1l4D0RZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCyLr02Pls9MJdgfVk8Df6gT3zw2dR2p { position:absolute;display:block;z-index:15037;height:14.9375rem;width:23.375rem;top:18.0625rem;left:38.25rem;display:block; }
#i6p4FENizw3g8qHlWs34Q5cdbJECAwab { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:14.0625rem;left:40.0625rem;display:block; }
#QAhABbgPaxUnW2tyTlzQX2pHixxSJoxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rnFVmIG5WnBTaWVQr14VzJVAtXwwKMXB { position:absolute;display:block;z-index:15036;height:14.9375rem;width:23.375rem;top:19.0625rem;left:9.75rem;display:none; }
#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt { position:relative;display:block; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt { background-color: transparent; background-image: none; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .row .container > .video-iframe-container { display: none; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .row > .video-iframe-container { display: none; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .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); }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt { border-width: 0; border-radius: 0; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .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; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .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:11rem;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; }#PRq2J5dr7xoGJOMD1qslgroTtPO2m3Vi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:26.007293701172rem;display:block; }
#T4L4P13k0HmwNa0mRQ3lqqucHGHHTfbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eAkZV2h8uJPJEDs2Es4HbgodU0AObKaq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:35.125rem;display:block; }
#JqQlKKmkTaTQRm9MX4ShH4Rrvag51ffp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTXEaZntZmC2f2IZzgT6Qh0S5V1HQkWN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:45.1875rem;display:block; }
#lZhHumc3DVRnF4E1CnhEy6aDT3DrVfW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zO41Xd1K3xvsy1QsX193AO1ntxPmMuKf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.0625rem;top:1.78125rem;left:0rem;overflow:hidden;display:block; }
#Z1P98QhMPRPrGnAdrV4Wn7QoVr1Zf5d6 { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:6.09375rem;height:1.1375rem;font-style:normal;display:block; }
#uNV700ZNbNa1bOm0h4mewMP40nOvBTaW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#58595b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:58.3125rem;display:block; }
#VmZsIoTmzHKA2pHmG5bL0QPsuil9NnJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i { display:block; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uABgTeM6mom7QgfKI06vTZioyqVd6UwH { top:0.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#uABgTeM6mom7QgfKI06vTZioyqVd6UwH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #FxaV2blREr6AV422yZTrgGs63dSBoz4i { top:0.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#FxaV2blREr6AV422yZTrgGs63dSBoz4i > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JTqIbJzkgq6Bm9JrDXyL1p4fXM8niuio { width:11.375rem;height:2.5rem;top:0.125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS1KAfpKQMbNbQtiTFh6KQbTiz1eupAT { display:block; }
 }@media only screen and (max-width: 763px) { #tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK { display:block; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsqq0oh6cf5zTnCnJAGChzKPnbVBwrIg { top:0.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2TNgTLH0TqzouXSwEarf460IxMZtUB8 { width:7.25rem;height:2.8125rem;top:0.6875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox9Slra03EFgqvMD5oOVBLLQl2ccVeKG { display:block; }
 }@media only screen and (max-width: 763px) { #D7FKBZ3SrIT1THT5tTWBzXkW8F3kCIAC { width:10.0625rem;height:2.8125rem;top:0.6875rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7XaN2fTFJLV1JgBDr6Xsqpf9G8WHVRK { display:block; }
 }@media only screen and (max-width: 763px) { #QDf2HFE4oJOLS4c5MxhguMC8trHAG4M9 { width:11.6875rem;height:3.0625rem;top:0.5625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSVwZrAPhzTIXb6yHy2TslUeq8Wr5x00 { display:block; }
 }@media only screen and (max-width: 763px) { #lu0w6eTNFpCgFuA6y5hx9qRQ3CBcXrrM { width:12rem;height:2.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOl4xDQLw3OntxuJclop6zQaRJFlmneh { display:block; }
 }@media only screen and (max-width: 763px) { #OWdhTNFmEzvJebb3KANTIHi7V5Ivnqk7 { width:7.25rem;height:2.8125rem;top:0.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akNEqDEF9k9p8hCWezDMNUn9dmsqGXQM { display:block; }
 }@media only screen and (max-width: 763px) { #ZHmrXbyWmidrkn2r3EqZccTiAabZ0FtB { width:16.5625rem;height:3.0625rem;top:0.5625rem;left:26.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NIsyaVIvyvxV3Gld6GuU3Eq6SNe4ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc { display:block; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvs0p6bHvorrvu6ARTO8VHWdVJT4IshF { top:5.9375rem;left:0rem;width:43.875rem;height:4.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4IXKCCNkNGRivZPQ86gqMk1xkB1FMCh { top:9.25rem;left:0rem;width:42.875rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C736Vxc9tpt0Z1ihznFGq7WqQRHmvvKW { top:4.5625rem;left:0rem;width:18.9375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkyyJWNpbLcrStQED9xHTdSQq7mNVlrD { top:0rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4a8QntxSOTCdpxvn3s45Pxt8dFTs4Ns { width:18.9375rem;height:3.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKduTT2DqT95zdmocZnTTh4HGQF6b6m2 { display:block; }
 }@media only screen and (max-width: 763px) { #w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { display:block; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFkQKAG6EDN8nEQBr3wu4VolMI2fCnqQ { top:7.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOnX91173Teh4b3qL7Kt1CsA9Mw3FAqX { top:1.9375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU { display:block; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVkgmmG9hXBvMNtA9BX0uSkEeEJqVvBF { top:0.4375rem;left:0rem;width:47.75rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luIXh7hdOkFimpGgUs5A6PKtHxOqSAKR { top:22.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNnXwqZnpr2IQC2XUkcCC40C7Ws3OOnO { top:2.6875rem;left:0rem;width:47.75rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DceSfZOcoVPkS3BR7qHkGgt6uO64yroh { top:3.1875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnv3kBrDlUbHIwNJWbE4qTVFNoh8FDLn { top:4.75rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKT8BJDHgEGLwf6ryN0I6QnQlsZITmaU { top:8.125rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpWIxfOouGJhCfygAwGLSKS4tH45XyT { top:11.375rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TksnErODm5Xp8UFRCaW7K1NsRdbUpXPr { top:12.875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKudOAtlh81aJX8ixf4DT6m24DebvoE { top:16.25rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyZ9oMxrAb82cl9t9F1OkMJ9TqFHlKvH { top:17.8125rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFM9HnFCdoymp2DxKFyM1ydNHwhRkHl { top:19.5rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu { display:block; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo { display:block; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dn3L9G4vINmphxMo3idv0QuVT8sS5elH { top:3rem;left:1.2499990463257rem;width:20.625rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJHqTQacTltyFMMaKS2u56MZ6IDM86iR { top:1.625rem;left:0rem;width:23.375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoDIs84bUcSpsROMEFUvH8RkWcPGGpgy { width:14.25rem;height:2.3125rem;top:14.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx2vWKhCKGznJPGRrN8TflVqJQlZMSTF { display:block; }
 }@media only screen and (max-width: 763px) { #lZM9ccM7yTmEzZ941t6KXq3JMJnvln0R { top:7.3125rem;left:1.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o821IEXuyrfz0VTsf5Xb5Oqr4VIwagd7 { top:7.4375rem;left:1.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMS9hR37pXtITyR96swiasRzQSvpfEW { top:9.8125rem;left:1.25rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvB1ZBMOBG3ds5EW7fVAQq1umSzxIgIX { top:9.9375rem;left:1.375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ViZrHb82Fopry8f7uR1K51OXPiED75 { top:18.0625rem;left:0rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCZWagvPQuDJSu3KvbzGUaHBM2SU3WLh { width:6.4375rem;height:1.375rem;top:10.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3WCmDmhFrWme6tluK1zDa0fdxQAXrX { display:block; }
 }@media only screen and (max-width: 763px) { #IhMo1faDg2Ts0MwQIiNSBPqgesIlJNZx { width:10.9375rem;height:1.375rem;top:7.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C12oP37OPHy5TWJmLWfmb8T882I97iJu { display:block; }
 }@media only screen and (max-width: 763px) { #bOdO0UA5TwAnGiOMDb0ooRoBsOOv2Grx { top:19.0625rem;left:0rem;width:23.375rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A83O3xN1lroaQZugwEMUAoD4p4XPwaOV { top:1.625rem;left:24.375rem;width:23.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grqp4ZlpKSnJmvvtOPpl3uxrgznGWPGT { top:3rem;left:26.0625rem;width:20.4375rem;height:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrscytN6sbQX7aeWwn3DPVaxiSTl4BTh { top:7.5625rem;left:26.4375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtzhiRUq4zEFetGcFnKy14CSahmMHd55 { top:7.6875rem;left:26.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqC7rfDvAACUL5D7077XNSUl04c9vboM { width:17rem;height:1.375rem;top:8.0625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhZ9hvpGDSEG9TvyLiRvK2wVnFIKPhz { display:block; }
 }@media only screen and (max-width: 763px) { #TdWXR1zfL7hsoUTb9UsupFSM0wAdaHTM { top:10.0625rem;left:26.4375rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqwnxzcfXAxETAM3Z3eBTLqLq7HXga2 { top:10.1875rem;left:26.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVlvTREtKJz6vUrwDKxl9PKH9JRsD43s { width:7.3125rem;height:1.375rem;top:10.5rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovJbh0MH08Uf1AmkPRk6sqg1l4D0RZQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCyLr02Pls9MJdgfVk8Df6gT3zw2dR2p { top:18.0625rem;left:24.375rem;width:23.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6p4FENizw3g8qHlWs34Q5cdbJECAwab { width:14.25rem;height:2.3125rem;top:14.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAhABbgPaxUnW2tyTlzQX2pHixxSJoxX { display:block; }
 }@media only screen and (max-width: 763px) { #rnFVmIG5WnBTaWVQr14VzJVAtXwwKMXB { top:19.0625rem;left:0rem;width:23.375rem;height:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fa4CxtEF3lMPhds2UcCxFpSie0wewUTt { display:block; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRq2J5dr7xoGJOMD1qslgroTtPO2m3Vi { width:9.1875rem;height:3.4375rem;top:1.375rem;left:12.382293701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L4P13k0HmwNa0mRQ3lqqucHGHHTfbI { display:block; }
 }@media only screen and (max-width: 763px) { #eAkZV2h8uJPJEDs2Es4HbgodU0AObKaq { width:9.25rem;height:3.4375rem;top:1.375rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqQlKKmkTaTQRm9MX4ShH4Rrvag51ffp { display:block; }
 }@media only screen and (max-width: 763px) { #iTXEaZntZmC2f2IZzgT6Qh0S5V1HQkWN { width:12.5625rem;height:3.4375rem;top:1.375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZhHumc3DVRnF4E1CnhEy6aDT3DrVfW5 { display:block; }
 }@media only screen and (max-width: 763px) { #zO41Xd1K3xvsy1QsX193AO1ntxPmMuKf { top:1.75rem;left:0rem;width:4.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1P98QhMPRPrGnAdrV4Wn7QoVr1Zf5d6 { top:7.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNV700ZNbNa1bOm0h4mewMP40nOvBTaW { width:16.6875rem;height:3.4375rem;top:1.375rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmZsIoTmzHKA2pHmG5bL0QPsuil9NnJs { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i { display:block; }#TBzLQqR59CgBPGsbCUAZ1RlEQ9Dzah0i > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uABgTeM6mom7QgfKI06vTZioyqVd6UwH { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:17.6875rem; }
#uABgTeM6mom7QgfKI06vTZioyqVd6UwH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #FxaV2blREr6AV422yZTrgGs63dSBoz4i { display:flex;width:1.5625rem;height:1.5625rem;top:0.375rem;left:15.5625rem; }
#FxaV2blREr6AV422yZTrgGs63dSBoz4i > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JTqIbJzkgq6Bm9JrDXyL1p4fXM8niuio { width:10.0625rem;height:2.3125rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS1KAfpKQMbNbQtiTFh6KQbTiz1eupAT { display:block; }
 }@media only screen and (max-width: 763px) { #tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK { display:block; }#tXQsTAFXmuz6qpi2oVEp2RMmyAZQInDK > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rsqq0oh6cf5zTnCnJAGChzKPnbVBwrIg { width:4.0625rem;height:2.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2TNgTLH0TqzouXSwEarf460IxMZtUB8 { width:7.25rem;height:2.8125rem;top:6.125rem;left:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ox9Slra03EFgqvMD5oOVBLLQl2ccVeKG { display:block; }
 }@media only screen and (max-width: 763px) { #D7FKBZ3SrIT1THT5tTWBzXkW8F3kCIAC { width:10.0625rem;height:2.8125rem;top:11.8125rem;left:4.96875rem;font-size:1rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #C7XaN2fTFJLV1JgBDr6Xsqpf9G8WHVRK { display:block; }
 }@media only screen and (max-width: 763px) { #QDf2HFE4oJOLS4c5MxhguMC8trHAG4M9 { width:11.6875rem;height:3.0625rem;top:11.8125rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSVwZrAPhzTIXb6yHy2TslUeq8Wr5x00 { display:block; }
 }@media only screen and (max-width: 763px) { #lu0w6eTNFpCgFuA6y5hx9qRQ3CBcXrrM { width:12rem;height:2.8125rem;top:0.65625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOl4xDQLw3OntxuJclop6zQaRJFlmneh { display:block; }
 }@media only screen and (max-width: 763px) { #OWdhTNFmEzvJebb3KANTIHi7V5Ivnqk7 { width:7.25rem;height:2.8125rem;top:14.875rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akNEqDEF9k9p8hCWezDMNUn9dmsqGXQM { display:block; }
 }@media only screen and (max-width: 763px) { #ZHmrXbyWmidrkn2r3EqZccTiAabZ0FtB { width:16.5625rem;height:2.8125rem;top:9rem;left:1.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NIsyaVIvyvxV3Gld6GuU3Eq6SNe4ZQ { display:block; }
 }@media only screen and (max-width: 763px) { #xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc { display:block; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc { background-color: transparent; background-image: none; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container > .video-iframe-container { display: none; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row > .video-iframe-container { display: none; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .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); }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc { border-width: 0; border-radius: 0; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container { width:20rem;height:11.125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2a5e3941-c9d5-453f-83f7-8a1094b6b8a8/lakiernia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container.adaptive-delivery-prevent-bg, #xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container.lazyload, #xPO9CyAhHbbAKgL8PItaRxaxEo9p83qc > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #wvs0p6bHvorrvu6ARTO8VHWdVJT4IshF { width:20rem;height:1.725rem;top:0.9375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s4IXKCCNkNGRivZPQ86gqMk1xkB1FMCh { width:20rem;height:3.0875rem;top:2.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;text-shadow:0rem 0rem 1.25rem rgba(0,0,0,0);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C736Vxc9tpt0Z1ihznFGq7WqQRHmvvKW { width:20rem;height:0.3125rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkyyJWNpbLcrStQED9xHTdSQq7mNVlrD { width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4a8QntxSOTCdpxvn3s45Pxt8dFTs4Ns { width:7.9375rem;height:1.75rem;top:7.34375rem;left:6.03125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKduTT2DqT95zdmocZnTTh4HGQF6b6m2 { display:block; }
 }@media only screen and (max-width: 763px) { #w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS { display:block; }#w5g6P2pJ2kFI0LiJzize37uQPLg8kEmS > .row .container { width:20rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFkQKAG6EDN8nEQBr3wu4VolMI2fCnqQ { width:20rem;height:14.625rem;top:8.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOnX91173Teh4b3qL7Kt1CsA9Mw3FAqX { width:20rem;height:8.775rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU { display:block; }#lhDNxAGu4Ge6HPWckAUuRCwmCMJXxWpU > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVkgmmG9hXBvMNtA9BX0uSkEeEJqVvBF { width:20rem;height:6.09375rem;top:0.84375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luIXh7hdOkFimpGgUs5A6PKtHxOqSAKR { width:20rem;height:3.65625rem;top:33.34375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNnXwqZnpr2IQC2XUkcCC40C7Ws3OOnO { width:18.75rem;height:30.46875rem;top:2.875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DceSfZOcoVPkS3BR7qHkGgt6uO64yroh { width:0.625rem;height:0.625rem;top:3.265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnv3kBrDlUbHIwNJWbE4qTVFNoh8FDLn { width:0.625rem;height:0.625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKT8BJDHgEGLwf6ryN0I6QnQlsZITmaU { width:0.625rem;height:0.625rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpWIxfOouGJhCfygAwGLSKS4tH45XyT { width:0.625rem;height:0.625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TksnErODm5Xp8UFRCaW7K1NsRdbUpXPr { width:0.625rem;height:0.625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBKudOAtlh81aJX8ixf4DT6m24DebvoE { width:0.625rem;height:0.625rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyZ9oMxrAb82cl9t9F1OkMJ9TqFHlKvH { width:0.625rem;height:0.625rem;top:27.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTFM9HnFCdoymp2DxKFyM1ydNHwhRkHl { width:0.625rem;height:0.625rem;top:30.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu { display:block; }#EzX5GIoDrdJGT2kP2uZVezPdlUREKEXu > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4824899f-176d-4572-a63f-81376586c245/bg5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo.adaptive-delivery-prevent-bg, #dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo.lazyload, #dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo.lazyloading { background-image: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container { background-color: transparent; background-image: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container > .video-iframe-container { display: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(67,67,67,0.77); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row > .video-iframe-container { display: none; }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .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); }#dtVQm9WQ2uFOJCLhNOmFXhvnG9PSwLOo > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dn3L9G4vINmphxMo3idv0QuVT8sS5elH { width:18.4375rem;height:2.7625rem;top:2.625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJHqTQacTltyFMMaKS2u56MZ6IDM86iR { width:20rem;height:14.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoDIs84bUcSpsROMEFUvH8RkWcPGGpgy { width:16.625rem;height:2.3125rem;top:12.5rem;left:1.6875rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dx2vWKhCKGznJPGRrN8TflVqJQlZMSTF { display:block; }
 }@media only screen and (max-width: 763px) { #lZM9ccM7yTmEzZ941t6KXq3JMJnvln0R { width:2.375rem;height:2.375rem;top:6.9375rem;left:1.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o821IEXuyrfz0VTsf5Xb5Oqr4VIwagd7 { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNMS9hR37pXtITyR96swiasRzQSvpfEW { width:2.4375rem;height:2.4375rem;top:9.4375rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvB1ZBMOBG3ds5EW7fVAQq1umSzxIgIX { width:2.1875rem;height:2.1875rem;top:9.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ViZrHb82Fopry8f7uR1K51OXPiED75 { width:20rem;height:14.9375rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCZWagvPQuDJSu3KvbzGUaHBM2SU3WLh { width:6.4375rem;height:1.125rem;top:10rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI3WCmDmhFrWme6tluK1zDa0fdxQAXrX { display:block; }
 }@media only screen and (max-width: 763px) { #IhMo1faDg2Ts0MwQIiNSBPqgesIlJNZx { width:10.5625rem;height:1.3125rem;top:7.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C12oP37OPHy5TWJmLWfmb8T882I97iJu { display:block; }
 }@media only screen and (max-width: 763px) { #bOdO0UA5TwAnGiOMDb0ooRoBsOOv2Grx { width:20rem;height:10.8125rem;top:16.375rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #A83O3xN1lroaQZugwEMUAoD4p4XPwaOV { width:20rem;height:15.75rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Grqp4ZlpKSnJmvvtOPpl3uxrgznGWPGT { width:18.25rem;height:2.7625rem;top:29.875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrscytN6sbQX7aeWwn3DPVaxiSTl4BTh { width:2.375rem;height:2.375rem;top:34.0625rem;left:0.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtzhiRUq4zEFetGcFnKy14CSahmMHd55 { width:2.1875rem;height:2.1875rem;top:34.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqC7rfDvAACUL5D7077XNSUl04c9vboM { width:16.0625rem;height:2.4375rem;top:34.03125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQhZ9hvpGDSEG9TvyLiRvK2wVnFIKPhz { display:block; }
 }@media only screen and (max-width: 763px) { #TdWXR1zfL7hsoUTb9UsupFSM0wAdaHTM { width:2.4375rem;height:2.4375rem;top:36.6875rem;left:0.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiqwnxzcfXAxETAM3Z3eBTLqLq7HXga2 { width:2.1875rem;height:2.1875rem;top:36.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVlvTREtKJz6vUrwDKxl9PKH9JRsD43s { width:7.3125rem;height:1.375rem;top:37.09375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lovJbh0MH08Uf1AmkPRk6sqg1l4D0RZQ { display:block; }
 }@media only screen and (max-width: 763px) { #iCyLr02Pls9MJdgfVk8Df6gT3zw2dR2p { width:20rem;height:14.9375rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6p4FENizw3g8qHlWs34Q5cdbJECAwab { width:14.25rem;height:2.3125rem;top:40.624987602234rem;left:2.875rem;font-size:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QAhABbgPaxUnW2tyTlzQX2pHixxSJoxX { display:block; }
 }@media only screen and (max-width: 763px) { #rnFVmIG5WnBTaWVQr14VzJVAtXwwKMXB { width:20rem;height:10.8125rem;top:44.3125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #fa4CxtEF3lMPhds2UcCxFpSie0wewUTt { display:block; }#fa4CxtEF3lMPhds2UcCxFpSie0wewUTt > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRq2J5dr7xoGJOMD1qslgroTtPO2m3Vi { width:19.9375rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4L4P13k0HmwNa0mRQ3lqqucHGHHTfbI { display:block; }
 }@media only screen and (max-width: 763px) { #eAkZV2h8uJPJEDs2Es4HbgodU0AObKaq { width:20rem;height:2.4375rem;top:3.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqQlKKmkTaTQRm9MX4ShH4Rrvag51ffp { display:block; }
 }@media only screen and (max-width: 763px) { #iTXEaZntZmC2f2IZzgT6Qh0S5V1HQkWN { width:20rem;height:2.4375rem;top:7.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZhHumc3DVRnF4E1CnhEy6aDT3DrVfW5 { display:block; }
 }@media only screen and (max-width: 763px) { #zO41Xd1K3xvsy1QsX193AO1ntxPmMuKf { width:4.0625rem;height:2.625rem;top:14.624984741211rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1P98QhMPRPrGnAdrV4Wn7QoVr1Zf5d6 { width:20rem;height:2.925rem;top:19.200000762939rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNV700ZNbNa1bOm0h4mewMP40nOvBTaW { width:16.6875rem;height:2.9375rem;top:10.25rem;left:1.65625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmZsIoTmzHKA2pHmG5bL0QPsuil9NnJs { display:block; }
 }