.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,247,219;--color-primary-1:249,231,148;--color-primary-2:245,215,77;--color-primary-3:158,174,41;--color-primary-4:49,43,15;--color-secondary-0:247,224,217;--color-secondary-1:230,151,128;--color-secondary-2:204,47,0;--color-secondary-3:102,24,0;--color-secondary-4:31,7,0;--color-tertiary-0:230,227,224;--color-tertiary-1:173,162,151;--color-tertiary-2:90,68,47;--color-tertiary-3:45,34,24;--color-tertiary-4:14,10,7;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fffbf2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/f1b10709-73ba-4520-b400-507b5c86a60d/opinie32.crop_1875x930_0,111.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:60rem;position:relative;display:block; }#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:#6c1023;display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.7373046875rem;left:2.8125rem;height:4.14355625rem;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#6c1023;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.880859375rem;left:2.8125rem;height:5.76855625rem;font-style:normal;display:block; }
#IzM7LE3MohofbqdhvDgLn6KlKvFJ6fX7 { color:rgba(var(--color-primary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.1494140625rem;left:2.8125rem;height:7.125rem;text-align:center;text-align-last:center;display:block; }
#IireSBTxvJ5ONBstrzlQEAPoAr0AZnXq { color:rgba(var(--color-primary-3),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:63.9375rem;left:2.125rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#zwWL4wSFTmEkN7P1EMiNsHTIOmXvFKgP { 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:68.25rem;width:45.625rem;display:none; }
#upTPMmLkRuHJmeOTcgMHEB9WuKprXHgF { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:29.3125rem;top:44.4375rem;left:4.21875rem;overflow:hidden;display:block; }
#QP2LoVnbuXCKqDMmKxoonxOHM3s9fZvZ { color:rgba(var(--color-primary-3),1);display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:38.5625rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#dSUKPqkyfBo2rafP22XXbDoqq8AQFiGJ { color:rgba(var(--color-tertiary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:24.2783203125rem;left:1.9375rem;height:5.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dSUKPqkyfBo2rafP22XXbDoqq8AQFiGJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dSUKPqkyfBo2rafP22XXbDoqq8AQFiGJ li:before{  }
#SbTTcs4g2afvATf4lOIGqGAXPqiXMLMd { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.3125rem;left:11.75rem;display:block; }
#xxvTnBgPKZek7P2IBdIf9AZaHoUnzhc4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 { position:relative;display:block; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 { background-color: transparent; background-image: none; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .row .container > .video-iframe-container { display: none; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .row > .video-iframe-container { display: none; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .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); }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 { border-width: 0; border-radius: 0; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .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; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbf2;background-image:none;font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tGKuLMgdL61U0JvTrDaiyti58AkmIOCa { 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:68.1875rem;width:45.4375rem;display:none; }
#Ugzaz3RLLXQhN4lJ9rwAb6n7eSZ3B8wv { position:absolute;display:block;z-index:15023;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:17.8125rem;width:28.875rem;top:0.6875rem;left:29.6064453125rem;overflow:hidden;display:block; }
#bvft6xfyHGmb8TG3rq23TIHSKtaoJQJ7 { position:absolute;display:block;z-index:15022;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:16.1875rem;width:24.625rem;top:2.1875rem;left:2.1875rem;overflow:hidden;display:block; }
#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2620549f-1acf-4ea0-9366-8622db9d0190/opinie12.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae.adaptive-delivery-prevent-bg, #XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae.lazyload, #XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae.lazyloading { background-image: none; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row .container { background-color: transparent; background-image: none; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row .container > .video-iframe-container { display: none; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row > .video-iframe-container { display: none; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .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); }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row .container { border-width: 0; border-radius: 0; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row .container { font-size:0.875rem;font-family:arial;height:68.5rem;width:60rem;position:relative;display:block; }#V63JmAzTcJemxiKkGJGOACh9FuaH24zc { color:rgba(var(--color-tertiary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:7.8125rem;left:19.6875rem;height:11.13575625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UeqwBEEmdPaTnWfcEEiqvHlZKp0ghe2A { color:rgba(var(--color-primary-3),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:1.75rem;left:17rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#mseKmeiybVqGqykushASPPQx5Xtl2xSB { color:rgba(var(--color-primary-3),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:42.9375rem;left:19.40625rem;height:5.90625rem;text-align:center;text-align-last:center;display:block; }
#hTTVf3l7S5T0XaTKo6EAuJ1VT1U8uWMd { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:37rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsL5FvCiWH32lhLL2ouTqSceuK3lI2S2 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:27.75rem;left:19.6875rem;height:9.598625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#OsL5FvCiWH32lhLL2ouTqSceuK3lI2S2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OsL5FvCiWH32lhLL2ouTqSceuK3lI2S2 li:before{  }
#cIpduM9B3exW88pKKo7XgoArtfdFlwQb { color:#ae2950;display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:23.125rem;left:17rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#zkyKhsXpruUCEseNCzH45Z0y903TwiFp { color:rgba(var(--color-tertiary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:39.02734375rem;left:19.6875rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MxMoxsJ9VPqwZQOP6DHsLVm9OOyiOWL1 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:48.84375rem;left:19.6875rem;height:4.949225rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#voSo3g4RvfKWka2KGtS4rcC1tzR736f4 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:12.5rem;width:15.9375rem;top:55.4375rem;left:19.6875rem;overflow:hidden;display:block; }
#zOBmiaXZ5P301cQg677q6XwvVzm71oLX { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:19.3125rem;top:55.4375rem;left:37rem;overflow:hidden;display:block; }
#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffff2;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; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row .container { background-color: transparent; background-image: none; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row .container > .video-iframe-container { display: none; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row > .video-iframe-container { display: none; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .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); }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row .container { border-width: 0; border-radius: 0; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:60rem;position:relative;display:block; }#orKC3TqJoP8WuIiot0bD82CG3wEl1ZTT { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.96875rem;left:0rem;height:2.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#igRV8Kz7ma3MSVIoZc1ApH3VdW0cm7pI { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:42.875rem;top:6.1875rem;left:7.875rem;overflow:hidden;display:block; }
#taV46A3grPaDT4bzbW9kFWN8bdcgQeRE { color:rgba(var(--color-tertiary-2),1);display:block;width:46.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:30.25rem;left:7.28125rem;height:1.23730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9ah803Ph6ntb9wERIXfuEmpn6TCGh7a { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:33.5625rem;left:0rem;height:5.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H6w0Ogmxs3JToScXUAZJTlPBSmz3ZECT { color:rgba(var(--color-tertiary-2),1);display:block;width:56.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:41.25rem;left:2.03125rem;height:9.89845rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo { position:relative;display:none; }#TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo { border-width: 0; border-radius: 0; }#TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo > .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; }#TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/GROhdeak/bg3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu.adaptive-delivery-prevent-bg, #ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu.lazyload, #ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu.lazyloading { background-image: none; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row .container { background-color: transparent; background-image: none; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row .container > .video-iframe-container { display: none; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row > .video-iframe-container { display: none; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .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); }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row .container { border-width: 0; border-radius: 0; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row .container { font-size:0.875rem;font-family:arial;height:128.625rem;width:60rem;position:relative;display:block; }#hFJSW6cdeOBIeKHIriTkqZd29rEzkiDG { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.625rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ViJzXxOfTQUDTWCImpIPFPRNG08HeIvJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:25.25rem;top:10.0625rem;left:33.375rem;overflow:hidden;display:block; }
#lG8GFzbMoD7TSJuNdzTnQC6HmXrHgT8E { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:25.25rem;top:45.625rem;left:0.625rem;overflow:hidden;display:block; }
#lkVMXfJ2Q4SZObwXP2tRBetxKkSLh2mB { color:rgba(var(--color-primary-3),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:47.25rem;left:23rem;height:2.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNwak6zZPxLwqizb0bZyO1RaHE5z0UV2 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:20.49609375rem;left:2.3125rem;height:21.3466875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pNwak6zZPxLwqizb0bZyO1RaHE5z0UV2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pNwak6zZPxLwqizb0bZyO1RaHE5z0UV2 li:before{  }
#UgMKsSJfexzWlQtw5sCM5WTzzAThdTh7 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:51.169921875rem;left:27.5rem;height:33.05859375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xV6xuKZmMKHRQg7UsDFUvIxyhBWpT8Oe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:23.0625rem;top:71.9375rem;left:0.625rem;overflow:hidden;display:block; }
#xngiobnQmsCDEfLk5wCDv6lFdlEV3JrT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.6875rem;top:79.1875rem;left:3.90625rem;overflow:hidden;display:block; }
#Eb1lvoZRUkx7WKacdMivGqa9dnyyrJ5o { color:rgba(var(--color-tertiary-2),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:6.74609375rem;left:2.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Eb1lvoZRUkx7WKacdMivGqa9dnyyrJ5o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Eb1lvoZRUkx7WKacdMivGqa9dnyyrJ5o li:before{  }
#dSE8n18nWwpyoyBs7qpsodTeLJuVfsl8 { color:rgba(var(--color-primary-3),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:118.125rem;left:1.25rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dm5nVJuUfBZ1e2hpytF8TFnrL9XfgrAW { color:rgba(var(--color-tertiary-2),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:43.5244140625rem;left:2.3125rem;height:1.23730625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#au1vi7sFfNUEbb9f1bfX287lwGmUHPGw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:17.125rem;top:86.0625rem;left:30.84375rem;overflow:hidden;display:block; }
#SKRdJTT48Wwngrhdt7DofxfggNaJkGpU { position:absolute;display:block;z-index:15015;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:4.5625rem;width:18.6875rem;top:94.5625rem;left:4.375rem;overflow:hidden;display:block; }
#bItA9HS6hKeq0FxfJL5IUFHGPbNTGNGw { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:23.25rem;top:102.5rem;left:4.1875rem;overflow:hidden;display:block; }
#raCZr5iyoD75Srurzn3czsqpLd51b1FU { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:13.125rem;width:23.25rem;top:103rem;left:29.875rem;overflow:hidden;display:block; }
#XkmmRXWO7XgRy5K2OTCvmxHFDUTV5cUS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:105.375rem;left:33.90625rem; }
#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd { position:relative;display:block; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd { background-color: transparent; background-image: none; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .row .container > .video-iframe-container { display: none; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .row > .video-iframe-container { display: none; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .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); }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd { border-width: 0; border-radius: 0; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .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; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffff2;background-image:none;font-size:0.875rem;font-family:arial;height:70.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jn4ciR57x6yruwtqofT4NJJiR6zEle1m { color:rgba(var(--color-primary-3),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:0.875rem;left:11.5rem;height:3.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3mbvp0iWi2oCT75t5etTTt8UHC3SEXs { box-sizing:content-box;height:27.5rem;width:18.5625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:6.34375rem;left:0.53125rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#M5vhViPM5UOLyox7CPzK8ykKlk5oZbtT { color:rgba(var(--color-primary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:7.5625rem;left:2.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZXaXGilHus3un1T1NthaTEVBCU72MGv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:9.8125rem;left:3.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hgyVTuPn3sBbXt7BcKn6s5eBwWLqxkST { box-sizing:content-box;height:0.5rem;width:15.625rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:13.9375rem;left:2.0625rem;display:block; }
#fu9Qx5mQU5kmTNiNpEA6gwlX76TSM71d { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15rem;left:2.59375rem;height:11.1953rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JqThHOOvLWOKzLwBM1CWSdff7qvIaLg2 { box-sizing:content-box;height:38.1875rem;width:18.5625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:6.34375rem;left:20.65625rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OfFCei9NO7TDlG5yTCpiHSpnmrZzC0Du { color:rgba(var(--color-primary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:7.5625rem;left:22.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUK8T71D5ggdvrKuVytzmR3p022P7ACK { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:9.8125rem;left:23.6875rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZC2SUxlV0BAKq7CGg7u521RqxaRXydLv { box-sizing:content-box;height:0.5rem;width:15.625rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:13.9375rem;left:22.1875rem;display:block; }
#XZiRip6qKZ1JmWddkLV6w870ciG3cdBT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:14.9990234375rem;left:22.0625rem;height:16.79295rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tor6lC4IBqykauktdJ4Se000RDFQr0LK { box-sizing:content-box;height:35.625rem;width:18.5625rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:6.375rem;left:40.875rem;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rCTQrO2Gz3h0GVOCqp8REzlSyfAmnwub { color:rgba(var(--color-primary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:7.5625rem;left:43.15625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moLETWATQJquFEbAiCrSqq2s8KfOJCzD { color:rgba(var(--color-tertiary-2),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:9.8125rem;left:44.71875rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ahq2SWDfFQV6T0wNBvmuDb8li661KGQz { box-sizing:content-box;height:0.5rem;width:15.625rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:13.9375rem;left:42.40625rem;display:block; }
#sJG6RHI3cpxDTy1SNCsaibSDyQKiwpWQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:15rem;left:42.9375rem;height:13.994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hc5TFJlsBRtTfQ6EF5QQO0xK3B7l9Wmr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.314453125rem;left:23.5rem;display:block; }
#lvnkxu0yJOfRfZmhi1NCncih7UTINgah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1iSGm8IMB6Zfvm8Dxpw4R00BLuR4KLk { color:rgba(var(--color-primary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:11.83984375rem;left:2.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLwpsWM38zsbX2nGilh3hMDvTD3nMFbq { color:rgba(var(--color-primary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:11.83984375rem;left:22.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WChMbbCT5SIGFvvClg23nrSBg61zTEHB { color:rgba(var(--color-primary-3),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:11.83984375rem;left:43.15625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tJ03p4QSanPzRpTiabwn7wGtK957rrUi { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:39.21875rem;left:21.59375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e5S1Is7Dh1mgrzEX0ATb6iat1m7IKsLQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:28.166015625rem;left:4.6875rem;display:block; }
#G4qBU0Tuz0mXoyvtR3Ur3cQmDezGnbJv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKmxilmQzeT6fvALkuzrpgKSh5skdQhM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.845703125rem;left:44.6875rem;display:block; }
#O4JObllTvkaSV1BBTEMCy553TC9orRJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AaZR9LsOu6sisQNhUbmPTyJMO3yVTMp0 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:37.90625rem;left:47.15625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GyvKvFwbL59Hk8Oi3OkLVx4TKciswvr7 { color:#8b2245;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:63.75rem;left:3.5rem;height:5.1181625rem;text-align:center;text-align-last:center;display:block; }
#rZrF4nIA2FlvatmNxLes4TmretRdfhEv { color:#8b2245;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:39.9033203125rem;left:43.15625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#Ok9BJLGDUNxnTFgXU2W5T4kTfCV1zR6R { color:#8b2245;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:42.125rem;left:22.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#GnTJbrSAeA176TBEMUep8XGI1pwGC4qa { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:27.353515625rem;left:43.15625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z2XBWfFePkk2UMTeNfc7zITQvebDwGmh { box-sizing:content-box;height:13.75rem;width:53rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-1),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.0625rem;left:3.5rem;display:block; }
#y8UD9UQUxGwZgdFKyc4rll1AVos3FSeN { color:#ae2950;display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:48.4375rem;left:8.5rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#SuXFHM0xWTSIzp89XfwBm4UN8hs5mAbu { color:rgba(var(--color-tertiary-2),1);display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:51.4375rem;left:5.5625rem;height:8.6611375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 { position:relative;display:block; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 { background-color: transparent; background-image: none; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .row .container > .video-iframe-container { display: none; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .row > .video-iframe-container { display: none; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .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); }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 { border-width: 0; border-radius: 0; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .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; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbf2;background-image:none;font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fxvtdkJz0gQJQ2x1oKS6aPM8eKfT6dUP { color:#7e8b22;display:block;width:53rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.5rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#OeMb0qhaCfMyv36Vlgam3ZoT693oE9cN { position:absolute;display:block;z-index:15025;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:19.0625rem;width:18.75rem;top:6.40625rem;left:7.75rem;overflow:hidden;display:block; }
#JAstOViXGwk56psTHGPinO2OpqKkPbaA { position:absolute;display:block;z-index:15026;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:16.1875rem;width:21.8125rem;top:9.21875rem;left:28.75rem;overflow:hidden;display:block; }
#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17b9e4b8-456a-4c8f-bb1b-de499e2e424c/opinie33.crop_1875x907_0,0.preview.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO.adaptive-delivery-prevent-bg, #nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO.lazyload, #nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO.lazyloading { background-image: none; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row .container { background-color: transparent; background-image: none; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row .container > .video-iframe-container { display: none; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row > .video-iframe-container { display: none; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .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); }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row .container { border-width: 0; border-radius: 0; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:60rem;position:relative;display:block; }#QQ8SlmTq4lFMnTMmR4OgFIPORfPoWRar { color:rgba(var(--color-tertiary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:7.8125rem;left:19.6875rem;height:18.55959375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eAbW3FfeWsy1bqEA0brs0oK1ubGRetTR { color:rgba(var(--color-tertiary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:37rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUCqg2Taexv7sNgloxvqohUElZoou0Gv { color:#ae2950;display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1.9375rem;left:17rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#GFVRMFvbDewkGO79sDgvOqN5qhuKgnQO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:19.25rem;top:29.8125rem;left:19.6875rem;overflow:hidden;display:block; }
#VlHe74AaqSSyyF6bdyguF7lnExAbVWa3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:19.3125rem;top:29.125rem;left:39.625rem;overflow:hidden;display:block; }
#wlSTVBXILN3QoH7KkLKQeb8aCgX8ZrUS { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:14.8125rem;top:39.8125rem;left:20.96875rem;overflow:hidden;display:block; }
#tsS2x4a7ritTkEb6xT7LpZhSFfpsAeii { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:15.5rem;top:39.9375rem;left:39.6875rem;overflow:hidden;display:block; }
#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb { position:relative;display:block; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb { background-color: transparent; background-image: none; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .row .container > .video-iframe-container { display: none; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .row > .video-iframe-container { display: none; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .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); }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb { border-width: 0; border-radius: 0; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .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; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zJfJtGK9m62o9dAyI4mTgCgL5Ex53iu1 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ui6pLJykpRNTqkhKB5zAp248Tk91saxa { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:12.375rem;top:9.6875rem;left:1.09375rem;overflow:hidden;display:block; }
#AdMNwWcvNkATktes5bMkxmAkH9A9B6sk { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:10.625rem;top:9.6875rem;left:17.28125rem;overflow:hidden;display:block; }
#xUWDm0Tuq85shuw4AWkrHLTUUsuxSTxx { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:16.8125rem;width:11.75rem;top:10.21875rem;left:31.34375rem;overflow:hidden;display:block; }
#EJrgFHzixWAp4ocDq60VfRmCZ1fs61LI { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:16.8125rem;width:10.6875rem;top:10.21875rem;left:46.59375rem;overflow:hidden;display:block; }
#DpAozhaExt5UftyFFEPyfwg9LEoavLAd { color:rgba(var(--color-tertiary-2),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:29.9375rem;left:1.09375rem;height:7.4238375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf2;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; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row .container { background-color: transparent; background-image: none; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row .container > .video-iframe-container { display: none; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row > .video-iframe-container { display: none; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .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); }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row .container { border-width: 0; border-radius: 0; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:60rem;position:relative;display:block; }#eGVLbNoVB7bKPMipMvqCsOeFR8ZVfAwM { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:0.75rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wyxr0mh0asebGTBSPsICoGB1yiyKefpg { color:rgba(var(--color-tertiary-2),1);display:block;width:57.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:6.125rem;left:1.21875rem;height:35.88186875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NbkRQuA67XXXu8gprnWRBIvyVWbzf0wb { color:rgba(var(--color-primary-3),1);display:block;width:59.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:53.0625rem;left:0.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zpPvvzA4qMzUdn09KxufMBw0FOo4zSV0 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:56rem;left:1.6875rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u3RJIDzhBbvI5D9bWqPfo5JJ4zBiPMmk { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1.5rem;left:31.59375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HTCFRa8qA9gdi2ZXoscrzWc2oV1AIhMo { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:60.4375rem;left:18.875rem;display:block; }
#m04ESZqiibygP1nOiTS8dw00QMy0ZuKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b8l8sqI8vCB2lPrN2QweFdCUhqh4ugU5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.625rem;left:21.375rem;display:block; }
#BQDo4Ux19PnCcmWJ5CpkXMAWrWvQRlWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2164ZPBHIa67rKiRWNBusmJLchHtIuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO.adaptive-delivery-prevent-bg, #p2164ZPBHIa67rKiRWNBusmJLchHtIuO.lazyload, #p2164ZPBHIa67rKiRWNBusmJLchHtIuO.lazyloading { background-image: none; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row .container { background-color: transparent; background-image: none; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row .container > .video-iframe-container { display: none; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row > .video-iframe-container { display: none; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .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); }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row .container { border-width: 0; border-radius: 0; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row .container { font-size:0.875rem;font-family:arial;height:70.125rem;width:60rem;position:relative;display:block; }#fMeVw0RBwelaD2LmKXMy46t3thOlrZUu { position:absolute;display:block;z-index:15000;background-color:#f2efef;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:64.6875rem;width:55.625rem;top:1.6875rem;left:2.1875rem;display:block; }
#MT094RVDVdMppL0NKU5xdO8tlppa4mLv { color:rgba(var(--color-tertiary-2),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.6875rem;left:5.4375rem;height:33.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0RpN2G2LfG6FoSAeck1XbVU4tMxTqoQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:20.8125rem;top:5.78125rem;left:33.96875rem;overflow:hidden;display:block; }
#G0NSNWC8LKNfzFgMNVeIqg6FDE7SRUV5 { color:rgba(var(--color-primary-3),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:3.4375rem;left:5.28125rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p3aeNF7HBuuSpl1oDvtwhTOPtKCwXVtV { color:rgba(var(--color-tertiary-2),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:38.75rem;left:5.4375rem;height:27rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#btaOsXJabT8HS1ZPNDPCFD1CScz50Czi { position:relative;display:none; }#btaOsXJabT8HS1ZPNDPCFD1CScz50Czi { border-width: 0; border-radius: 0; }#btaOsXJabT8HS1ZPNDPCFD1CScz50Czi > .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; }#btaOsXJabT8HS1ZPNDPCFD1CScz50Czi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HMHCm3gNA25Q3t0hZ97PRUg6QexPLAgI { 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:68.3125rem;width:51.3125rem;display:none; }
#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA { position:relative;display:block; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA { background-color: transparent; background-image: none; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .row .container > .video-iframe-container { display: none; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .row > .video-iframe-container { display: none; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .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); }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA { border-width: 0; border-radius: 0; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .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; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:178.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tO7FN8VFccXz5BpWNCzOGWaaTsCSlWgW { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.75rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BlqDn1bzGZ1BHfZ0apAKg89cMFKUy8n4 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:169.625rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJfEnOtkg8MTiA9Tgfv42d8Xi2yuTfC8 { position:absolute;display:block;z-index:15016;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:18.625rem;width:19.1875rem;top:20.03125rem;left:27.25rem;overflow:hidden;display:block; }
#SqPlgQ3HFiQ7K7WStMefprXeFd7v8Fze { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:25.4375rem;top:6.71875rem;left:25.3125rem;overflow:hidden;display:block; }
#qUsEsCZi83KhORalOIWqBD6oXPkTG9ee { position:absolute;display:block;z-index:15018;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:22.0625rem;width:21.5rem;top:84.03125rem;left:3.21875rem;overflow:hidden;display:block; }
#zHf4MzKAfzoKrheI4LRdzzKCEQRFckPA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:20.9375rem;top:137.875rem;left:4.75rem;overflow:hidden;display:block; }
#Jeb6oMOh5fM1WMT25XMtPzRTgTySWLtK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.75rem;width:22.4375rem;top:6.65625rem;left:2.125rem;overflow:hidden;display:block; }
#pD0uT6VSylrexTsvUpMDzTxkIBKwImey { position:absolute;display:block;z-index:15020;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:41.875rem;width:23rem;top:41rem;left:2.375rem;overflow:hidden;display:block; }
#BxcXck3843xAurTPLJPRIuEor25Cc5Lt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:21.75rem;top:146.1875rem;left:29.0625rem;overflow:hidden;display:block; }
#JS2aIunQTxHUKwXT2ym709q1Pr84RWrO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:23rem;top:39.40625rem;left:27.25rem;overflow:hidden;display:block; }
#yXpFpkFqKWGvCby7vC1BsVn7LJhdJ3Gk { position:absolute;display:block;z-index:15019;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:29rem;width:19.75rem;top:107.9375rem;left:4.09375rem;overflow:hidden;display:block; }
#a82w03gntDWxcksETbKz76kgV23C5mUE { position:absolute;display:block;z-index:15020;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:33rem;width:23.25rem;top:110.1875rem;left:28.15625rem;overflow:hidden;display:block; }
#tyJIz0JXOTXgbgnILpatDFUKk0GoAF4i { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.875rem;width:23.4375rem;top:73.28125rem;left:27.6875rem;overflow:hidden;display:block; }
#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx { position:relative;display:block; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx { background-color: transparent; background-image: none; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .row .container > .video-iframe-container { display: none; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .row > .video-iframe-container { display: none; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .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); }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx { border-width: 0; border-radius: 0; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .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; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbf2;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zMJlFZAU0ha99Nqk4a013i75ziwAko9Q { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2.1875rem;left:0rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0i3SX2rxUVb9cGTOCiWCbUGrFoekpNS { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:5.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.125rem;left:21.96875rem;display:block; }
#Gy4kuRqBEpSIGeS9Q42ObzJTrb6lG0QE { 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) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:3.6875rem;left:0rem;width:33.9375rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:7.875rem;left:0rem;width:32.75rem;height:5.75rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzM7LE3MohofbqdhvDgLn6KlKvFJ6fX7 { top:15.125rem;left:0rem;width:35.875rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IireSBTxvJ5ONBstrzlQEAPoAr0AZnXq { top:63.9375rem;left:0rem;width:28.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwWL4wSFTmEkN7P1EMiNsHTIOmXvFKgP { width:43.9375rem;height:65.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #upTPMmLkRuHJmeOTcgMHEB9WuKprXHgF { top:44.4375rem;left:0rem;width:29.3125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP2LoVnbuXCKqDMmKxoonxOHM3s9fZvZ { top:38.5625rem;left:0rem;width:37.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSUKPqkyfBo2rafP22XXbDoqq8AQFiGJ { top:24.25rem;left:0rem;width:37.625rem;height:;font-size:1.125rem;display:block; }#dSUKPqkyfBo2rafP22XXbDoqq8AQFiGJ li:before{  }
 }@media only screen and (max-width: 763px) { #SbTTcs4g2afvATf4lOIGqGAXPqiXMLMd { width:16.0625rem;height:3.875rem;top:32.3125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxvTnBgPKZek7P2IBdIf9AZaHoUnzhc4 { display:block; }
 }@media only screen and (max-width: 763px) { #oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 { display:block; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGKuLMgdL61U0JvTrDaiyti58AkmIOCa { width:45.4375rem;height:68.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ugzaz3RLLXQhN4lJ9rwAb6n7eSZ3B8wv { top:0.6875rem;left:18.875rem;width:28.875rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvft6xfyHGmb8TG3rq23TIHSKtaoJQJ7 { top:2.1875rem;left:0rem;width:24.625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae { display:block; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V63JmAzTcJemxiKkGJGOACh9FuaH24zc { top:7.8125rem;left:10.125rem;width:37.625rem;height:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeqwBEEmdPaTnWfcEEiqvHlZKp0ghe2A { top:1.75rem;left:4.75rem;width:43rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mseKmeiybVqGqykushASPPQx5Xtl2xSB { top:42.9375rem;left:9.5625rem;width:38.1875rem;height:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTVf3l7S5T0XaTKo6EAuJ1VT1U8uWMd { top:37rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsL5FvCiWH32lhLL2ouTqSceuK3lI2S2 { top:27.75rem;left:10.125rem;width:37.625rem;height:;font-size:1.125rem;display:block; }#OsL5FvCiWH32lhLL2ouTqSceuK3lI2S2 li:before{  }
 }@media only screen and (max-width: 763px) { #cIpduM9B3exW88pKKo7XgoArtfdFlwQb { top:23.125rem;left:4.75rem;width:43rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyKhsXpruUCEseNCzH45Z0y903TwiFp { top:39rem;left:10.125rem;width:37.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxMoxsJ9VPqwZQOP6DHsLVm9OOyiOWL1 { top:48.8125rem;left:10.125rem;width:37.625rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voSo3g4RvfKWka2KGtS4rcC1tzR736f4 { top:55.4375rem;left:13.5625rem;width:15.9375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOBmiaXZ5P301cQg677q6XwvVzm71oLX { top:55.4375rem;left:28.4375rem;width:19.3125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 { display:block; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orKC3TqJoP8WuIiot0bD82CG3wEl1ZTT { top:1.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRV8Kz7ma3MSVIoZc1ApH3VdW0cm7pI { top:6.1875rem;left:1.75rem;width:42.875rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taV46A3grPaDT4bzbW9kFWN8bdcgQeRE { top:30.25rem;left:1.15625rem;width:46.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ah803Ph6ntb9wERIXfuEmpn6TCGh7a { top:33.5625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6w0Ogmxs3JToScXUAZJTlPBSmz3ZECT { top:41.25rem;left:0rem;width:47.75rem;height:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo { display:none; }#TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu { display:block; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFJSW6cdeOBIeKHIriTkqZd29rEzkiDG { top:1.625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViJzXxOfTQUDTWCImpIPFPRNG08HeIvJ { top:10.0625rem;left:22.5rem;width:25.25rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8GFzbMoD7TSJuNdzTnQC6HmXrHgT8E { top:45.625rem;left:0rem;width:25.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkVMXfJ2Q4SZObwXP2tRBetxKkSLh2mB { top:47.25rem;left:10.75rem;width:37rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNwak6zZPxLwqizb0bZyO1RaHE5z0UV2 { top:20.4375rem;left:0rem;width:29.375rem;height:;font-size:1rem;display:block; }#pNwak6zZPxLwqizb0bZyO1RaHE5z0UV2 li:before{  }
 }@media only screen and (max-width: 763px) { #UgMKsSJfexzWlQtw5sCM5WTzzAThdTh7 { top:51.125rem;left:18.375rem;width:29.375rem;height:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV6xuKZmMKHRQg7UsDFUvIxyhBWpT8Oe { top:71.9375rem;left:0rem;width:23.0625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xngiobnQmsCDEfLk5wCDv6lFdlEV3JrT { top:79.1875rem;left:0rem;width:18.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb1lvoZRUkx7WKacdMivGqa9dnyyrJ5o { top:6.6875rem;left:0rem;width:29.375rem;height:;font-size:1rem;display:block; }#Eb1lvoZRUkx7WKacdMivGqa9dnyyrJ5o li:before{  }
 }@media only screen and (max-width: 763px) { #dSE8n18nWwpyoyBs7qpsodTeLJuVfsl8 { top:118.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5nVJuUfBZ1e2hpytF8TFnrL9XfgrAW { top:43.5rem;left:0rem;width:42.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1vi7sFfNUEbb9f1bfX287lwGmUHPGw { top:86.0625rem;left:24.71875rem;width:17.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKRdJTT48Wwngrhdt7DofxfggNaJkGpU { top:94.5625rem;left:0rem;width:18.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItA9HS6hKeq0FxfJL5IUFHGPbNTGNGw { top:102.5rem;left:0rem;width:23.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCZr5iyoD75Srurzn3czsqpLd51b1FU { top:103rem;left:23.75rem;width:23.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkmmRXWO7XgRy5K2OTCvmxHFDUTV5cUS { top:105.375rem;left:27.78125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd { display:block; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn4ciR57x6yruwtqofT4NJJiR6zEle1m { top:0.875rem;left:5.375rem;width:37rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3mbvp0iWi2oCT75t5etTTt8UHC3SEXs { top:6.3125rem;left:0rem;width:18.5625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5vhViPM5UOLyox7CPzK8ykKlk5oZbtT { top:7.5625rem;left:0rem;width:14.125rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZXaXGilHus3un1T1NthaTEVBCU72MGv { top:9.8125rem;left:0rem;width:12.625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgyVTuPn3sBbXt7BcKn6s5eBwWLqxkST { top:13.9375rem;left:0rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu9Qx5mQU5kmTNiNpEA6gwlX76TSM71d { top:15rem;left:0rem;width:15.5625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqThHOOvLWOKzLwBM1CWSdff7qvIaLg2 { top:6.3125rem;left:14.53125rem;width:18.5625rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFCei9NO7TDlG5yTCpiHSpnmrZzC0Du { top:7.5625rem;left:16.8125rem;width:14.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUK8T71D5ggdvrKuVytzmR3p022P7ACK { top:9.8125rem;left:17.5625rem;width:12.625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2SUxlV0BAKq7CGg7u521RqxaRXydLv { top:13.9375rem;left:16.0625rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZiRip6qKZ1JmWddkLV6w870ciG3cdBT { top:14.9375rem;left:15.9375rem;width:15.75rem;height:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tor6lC4IBqykauktdJ4Se000RDFQr0LK { top:6.375rem;left:29.0625rem;width:18.5625rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTQrO2Gz3h0GVOCqp8REzlSyfAmnwub { top:7.5625rem;left:33.625rem;width:14.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #moLETWATQJquFEbAiCrSqq2s8KfOJCzD { top:9.8125rem;left:35.125rem;width:12.625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahq2SWDfFQV6T0wNBvmuDb8li661KGQz { top:13.9375rem;left:32.125rem;width:15.625rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJG6RHI3cpxDTy1SNCsaibSDyQKiwpWQ { top:15rem;left:32rem;width:15.75rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc5TFJlsBRtTfQ6EF5QQO0xK3B7l9Wmr { width:13rem;height:4.6875rem;top:33.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnkxu0yJOfRfZmhi1NCncih7UTINgah { display:block; }
 }@media only screen and (max-width: 763px) { #T1iSGm8IMB6Zfvm8Dxpw4R00BLuR4KLk { top:11.8125rem;left:0rem;width:14.125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwpsWM38zsbX2nGilh3hMDvTD3nMFbq { top:11.8125rem;left:16.8125rem;width:14.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WChMbbCT5SIGFvvClg23nrSBg61zTEHB { top:11.8125rem;left:33.625rem;width:14.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ03p4QSanPzRpTiabwn7wGtK957rrUi { top:39.1875rem;left:15.46875rem;width:16.8125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5S1Is7Dh1mgrzEX0ATb6iat1m7IKsLQ { width:10.375rem;height:3.6875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4qBU0Tuz0mXoyvtR3Ur3cQmDezGnbJv { display:block; }
 }@media only screen and (max-width: 763px) { #ZKmxilmQzeT6fvALkuzrpgKSh5skdQhM { width:11.0625rem;height:3.625rem;top:33.8125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4JObllTvkaSV1BBTEMCy553TC9orRJA { display:block; }
 }@media only screen and (max-width: 763px) { #AaZR9LsOu6sisQNhUbmPTyJMO3yVTMp0 { top:37.875rem;left:39.5rem;width:8.25rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyvKvFwbL59Hk8Oi3OkLVx4TKciswvr7 { top:63.75rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrF4nIA2FlvatmNxLes4TmretRdfhEv { top:39.875rem;left:32.625rem;width:15.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok9BJLGDUNxnTFgXU2W5T4kTfCV1zR6R { top:42.125rem;left:16.4375rem;width:15.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnTJbrSAeA176TBEMUep8XGI1pwGC4qa { top:27.3125rem;left:32rem;width:15.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2XBWfFePkk2UMTeNfc7zITQvebDwGmh { top:47.0625rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UD9UQUxGwZgdFKyc4rll1AVos3FSeN { top:48.4375rem;left:2.375rem;width:43rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXFHM0xWTSIzp89XfwBm4UN8hs5mAbu { top:51.4375rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 { display:block; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxvtdkJz0gQJQ2x1oKS6aPM8eKfT6dUP { top:2.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMb0qhaCfMyv36Vlgam3ZoT693oE9cN { top:6.375rem;left:1.625rem;width:18.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAstOViXGwk56psTHGPinO2OpqKkPbaA { top:9.1875rem;left:22.625rem;width:21.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO { display:block; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ8SlmTq4lFMnTMmR4OgFIPORfPoWRar { top:7.8125rem;left:10.125rem;width:37.625rem;height:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAbW3FfeWsy1bqEA0brs0oK1ubGRetTR { top:37rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUCqg2Taexv7sNgloxvqohUElZoou0Gv { top:1.9375rem;left:4.75rem;width:43rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFVRMFvbDewkGO79sDgvOqN5qhuKgnQO { top:29.8125rem;left:13.5625rem;width:19.25rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlHe74AaqSSyyF6bdyguF7lnExAbVWa3 { top:29.125rem;left:28.4375rem;width:19.3125rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlSTVBXILN3QoH7KkLKQeb8aCgX8ZrUS { top:39.8125rem;left:14.84375rem;width:14.8125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsS2x4a7ritTkEb6xT7LpZhSFfpsAeii { top:39.9375rem;left:32.25rem;width:15.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb { display:block; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJfJtGK9m62o9dAyI4mTgCgL5Ex53iu1 { top:1rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui6pLJykpRNTqkhKB5zAp248Tk91saxa { top:9.6875rem;left:0rem;width:12.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdMNwWcvNkATktes5bMkxmAkH9A9B6sk { top:9.6875rem;left:11.15625rem;width:10.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUWDm0Tuq85shuw4AWkrHLTUUsuxSTxx { top:10.1875rem;left:25.21875rem;width:11.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJrgFHzixWAp4ocDq60VfRmCZ1fs61LI { top:10.1875rem;left:37.0625rem;width:10.6875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpAozhaExt5UftyFFEPyfwg9LEoavLAd { top:29.9375rem;left:0rem;width:47.75rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm { display:block; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGVLbNoVB7bKPMipMvqCsOeFR8ZVfAwM { top:0.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyxr0mh0asebGTBSPsICoGB1yiyKefpg { top:6.125rem;left:0rem;width:47.75rem;height:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbkRQuA67XXXu8gprnWRBIvyVWbzf0wb { top:53.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpPvvzA4qMzUdn09KxufMBw0FOo4zSV0 { top:56rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3RJIDzhBbvI5D9bWqPfo5JJ4zBiPMmk { top:2.125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTCFRa8qA9gdi2ZXoscrzWc2oV1AIhMo { width:23.1875rem;height:3.4375rem;top:60.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m04ESZqiibygP1nOiTS8dw00QMy0ZuKq { display:block; }
 }@media only screen and (max-width: 763px) { #b8l8sqI8vCB2lPrN2QweFdCUhqh4ugU5 { width:16.0625rem;height:3.875rem;top:45.625rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDo4Ux19PnCcmWJ5CpkXMAWrWvQRlWc { display:block; }
 }@media only screen and (max-width: 763px) { #p2164ZPBHIa67rKiRWNBusmJLchHtIuO { display:block; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMeVw0RBwelaD2LmKXMy46t3thOlrZUu { top:1.6875rem;left:0rem;width:47.75rem;height:64.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT094RVDVdMppL0NKU5xdO8tlppa4mLv { top:6.6875rem;left:0rem;width:25.6875rem;height:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0RpN2G2LfG6FoSAeck1XbVU4tMxTqoQ { top:5.75rem;left:26.9375rem;width:20.8125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0NSNWC8LKNfzFgMNVeIqg6FDE7SRUV5 { top:3.4375rem;left:0rem;width:31.5625rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3aeNF7HBuuSpl1oDvtwhTOPtKCwXVtV { top:38.75rem;left:0rem;width:47.75rem;height:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btaOsXJabT8HS1ZPNDPCFD1CScz50Czi { display:none; }#btaOsXJabT8HS1ZPNDPCFD1CScz50Czi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HMHCm3gNA25Q3t0hZ97PRUg6QexPLAgI { width:47.75rem;height:63.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA { display:block; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tO7FN8VFccXz5BpWNCzOGWaaTsCSlWgW { top:0.75rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlqDn1bzGZ1BHfZ0apAKg89cMFKUy8n4 { top:169.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfEnOtkg8MTiA9Tgfv42d8Xi2yuTfC8 { top:20rem;left:21.125rem;width:19.1875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPlgQ3HFiQ7K7WStMefprXeFd7v8Fze { top:6.6875rem;left:19.1875rem;width:25.4375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUsEsCZi83KhORalOIWqBD6oXPkTG9ee { top:84rem;left:0rem;width:21.5rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHf4MzKAfzoKrheI4LRdzzKCEQRFckPA { top:137.875rem;left:0rem;width:20.9375rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jeb6oMOh5fM1WMT25XMtPzRTgTySWLtK { top:6.625rem;left:0rem;width:22.4375rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0uT6VSylrexTsvUpMDzTxkIBKwImey { top:41rem;left:0rem;width:23rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxcXck3843xAurTPLJPRIuEor25Cc5Lt { top:146.1875rem;left:22.9375rem;width:21.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS2aIunQTxHUKwXT2ym709q1Pr84RWrO { top:39.375rem;left:21.125rem;width:23rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXpFpkFqKWGvCby7vC1BsVn7LJhdJ3Gk { top:107.9375rem;left:0rem;width:19.75rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82w03gntDWxcksETbKz76kgV23C5mUE { top:110.1875rem;left:22.03125rem;width:23.25rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyJIz0JXOTXgbgnILpatDFUKk0GoAF4i { top:73.25rem;left:21.5625rem;width:23.4375rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwITuUMnLwBlayJQabn3i2fPdWlaHxcx { display:block; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMJlFZAU0ha99Nqk4a013i75ziwAko9Q { top:2.1875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0i3SX2rxUVb9cGTOCiWCbUGrFoekpNS { width:16.0625rem;height:5.875rem;top:10.125rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy4kuRqBEpSIGeS9Q42ObzJTrb6lG0QE { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2cb48f4a-ce01-43c7-8282-fa86158e9e9e/opinie6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffbf2; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fffbf2; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:2.2744125rem;top:1.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:3.4121125rem;top:3.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzM7LE3MohofbqdhvDgLn6KlKvFJ6fX7 { width:20rem;height:11.15625rem;top:8.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IireSBTxvJ5ONBstrzlQEAPoAr0AZnXq { width:20rem;height:1.875rem;top:52.139625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwWL4wSFTmEkN7P1EMiNsHTIOmXvFKgP { top:52.138671875rem;left:0.8125rem;width:18.375rem;height:27.5rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #upTPMmLkRuHJmeOTcgMHEB9WuKprXHgF { width:20rem;height:11.5556875rem;top:38.76953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP2LoVnbuXCKqDMmKxoonxOHM3s9fZvZ { width:20rem;height:2.625rem;top:65.6103515625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSUKPqkyfBo2rafP22XXbDoqq8AQFiGJ { width:19.4375rem;height:10.036125rem;top:20.728515625rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#dSUKPqkyfBo2rafP22XXbDoqq8AQFiGJ li:before{  }
 }@media only screen and (max-width: 763px) { #SbTTcs4g2afvATf4lOIGqGAXPqiXMLMd { width:16.0625rem;height:3.875rem;top:32.541015625rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxvTnBgPKZek7P2IBdIf9AZaHoUnzhc4 { display:block; }
 }@media only screen and (max-width: 763px) { #oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 { display:block; }#oXs6gQBnDxTI2WBkI8KPGor8sRXE0dT6 > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGKuLMgdL61U0JvTrDaiyti58AkmIOCa { top:24.8125rem;left:0rem;width:20rem;height:30.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ugzaz3RLLXQhN4lJ9rwAb6n7eSZ3B8wv { width:20rem;height:12.3369375rem;top:1.771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvft6xfyHGmb8TG3rq23TIHSKtaoJQJ7 { width:20rem;height:13.1465rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae { display:block; }#XQWOeqPTT3c7zqueFm5y8MiO6TJhT1ae > .row .container { width:20rem;height:96.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V63JmAzTcJemxiKkGJGOACh9FuaH24zc { width:18.75rem;height:15.59766875rem;top:5.84375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UeqwBEEmdPaTnWfcEEiqvHlZKp0ghe2A { width:20rem;height:2.4375rem;top:2.1259765625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mseKmeiybVqGqykushASPPQx5Xtl2xSB { width:20rem;height:7.96875rem;top:51.505859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTTVf3l7S5T0XaTKo6EAuJ1VT1U8uWMd { width:18.75rem;height:0;top:14.21875rem;left:0.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OsL5FvCiWH32lhLL2ouTqSceuK3lI2S2 { width:18.75rem;height:13.9355625rem;top:29.9375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#OsL5FvCiWH32lhLL2ouTqSceuK3lI2S2 li:before{  }
 }@media only screen and (max-width: 763px) { #cIpduM9B3exW88pKKo7XgoArtfdFlwQb { width:20rem;height:4.6875rem;top:23.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkyKhsXpruUCEseNCzH45Z0y903TwiFp { width:20rem;height:2.5996125rem;top:44.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MxMoxsJ9VPqwZQOP6DHsLVm9OOyiOWL1 { width:20rem;height:9.0986375rem;top:58.787109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #voSo3g4RvfKWka2KGtS4rcC1tzR736f4 { width:15.9375rem;height:12.5rem;top:69.135734375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOBmiaXZ5P301cQg677q6XwvVzm71oLX { width:19.3125rem;height:11.9375rem;top:82.885734375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 { display:block; }#TZklkgKDlpKJncPopDf3UpTms7QZ8dx0 > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #orKC3TqJoP8WuIiot0bD82CG3wEl1ZTT { width:20rem;height:6.1875rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRV8Kz7ma3MSVIoZc1ApH3VdW0cm7pI { width:20rem;height:11.1875rem;top:10.305203616353rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #taV46A3grPaDT4bzbW9kFWN8bdcgQeRE { width:20rem;height:2.5996125rem;top:22.7421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w9ah803Ph6ntb9wERIXfuEmpn6TCGh7a { width:20rem;height:10.5rem;top:26.5918rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6w0Ogmxs3JToScXUAZJTlPBSmz3ZECT { width:20rem;height:16.8974625rem;top:38.435546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo { display:block; }#TBgX15Np4LzTFOwrxSb01Oy72TgQeTyo > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu { display:block; }#ZK3UNZcBLQEtPybJ1bMvFwccRlwQI6Uu > .row .container { width:20rem;height:197.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFJSW6cdeOBIeKHIriTkqZd29rEzkiDG { width:20rem;height:2.25rem;top:13.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViJzXxOfTQUDTWCImpIPFPRNG08HeIvJ { width:14.125rem;height:14.4375rem;top:1.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lG8GFzbMoD7TSJuNdzTnQC6HmXrHgT8E { width:13rem;height:13.25rem;top:108.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkVMXfJ2Q4SZObwXP2tRBetxKkSLh2mB { width:20rem;height:3.75rem;top:63.76953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pNwak6zZPxLwqizb0bZyO1RaHE5z0UV2 { width:20rem;height:26.901375rem;top:31.267578125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#pNwak6zZPxLwqizb0bZyO1RaHE5z0UV2 li:before{  }
 }@media only screen and (max-width: 763px) { #UgMKsSJfexzWlQtw5sCM5WTzzAThdTh7 { width:20rem;height:37.78414375rem;top:68.8525390625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xV6xuKZmMKHRQg7UsDFUvIxyhBWpT8Oe { width:20rem;height:5.375rem;top:122.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xngiobnQmsCDEfLk5wCDv6lFdlEV3JrT { width:16.375rem;height:10.6875rem;top:129.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb1lvoZRUkx7WKacdMivGqa9dnyyrJ5o { width:20rem;height:12.1328125rem;top:17.5947265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#Eb1lvoZRUkx7WKacdMivGqa9dnyyrJ5o li:before{  }
 }@media only screen and (max-width: 763px) { #dSE8n18nWwpyoyBs7qpsodTeLJuVfsl8 { width:20rem;height:6.375rem;top:164.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dm5nVJuUfBZ1e2hpytF8TFnrL9XfgrAW { width:19.25rem;height:2.798825rem;top:59.58203125rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #au1vi7sFfNUEbb9f1bfX287lwGmUHPGw { width:17.125rem;height:14.0625rem;top:148.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKRdJTT48Wwngrhdt7DofxfggNaJkGpU { width:18.6875rem;height:4.5625rem;top:142.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItA9HS6hKeq0FxfJL5IUFHGPbNTGNGw { width:20rem;height:12.150537634409rem;top:171.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCZr5iyoD75Srurzn3czsqpLd51b1FU { width:20rem;height:11.290322580645rem;top:185.150375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkmmRXWO7XgRy5K2OTCvmxHFDUTV5cUS { display:flex;width:3.125rem;height:3.125rem;top:187.0869140625rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd { display:block; }#zp5RXTKWVTQUkTXMw2ex8hM6nA8QU5bd > .row .container { width:20rem;height:153.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn4ciR57x6yruwtqofT4NJJiR6zEle1m { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3mbvp0iWi2oCT75t5etTTt8UHC3SEXs { width:18.5625rem;height:27.0625rem;top:8.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5vhViPM5UOLyox7CPzK8ykKlk5oZbtT { width:14.125rem;height:2.25rem;top:9.71875rem;left:2.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZXaXGilHus3un1T1NthaTEVBCU72MGv { width:12.625rem;height:1.3125rem;top:11.96875rem;left:3.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hgyVTuPn3sBbXt7BcKn6s5eBwWLqxkST { width:15.625rem;height:0.5rem;top:16.09375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu9Qx5mQU5kmTNiNpEA6gwlX76TSM71d { width:14.5625rem;height:12.5947125rem;top:17.15625rem;left:2.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JqThHOOvLWOKzLwBM1CWSdff7qvIaLg2 { width:18.5625rem;height:37.375rem;top:37.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfFCei9NO7TDlG5yTCpiHSpnmrZzC0Du { width:14.125rem;height:2.25rem;top:38.6875rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUK8T71D5ggdvrKuVytzmR3p022P7ACK { width:12.625rem;height:1.3125rem;top:40.9375rem;left:3.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2SUxlV0BAKq7CGg7u521RqxaRXydLv { width:15.625rem;height:0.5rem;top:45.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZiRip6qKZ1JmWddkLV6w870ciG3cdBT { width:14.5625rem;height:18.1923625rem;top:46.0625rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tor6lC4IBqykauktdJ4Se000RDFQr0LK { width:18.5625rem;height:38.375rem;top:77.5625rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCTQrO2Gz3h0GVOCqp8REzlSyfAmnwub { width:14.125rem;height:2.25rem;top:78.4375rem;left:3.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moLETWATQJquFEbAiCrSqq2s8KfOJCzD { width:12.625rem;height:1.3125rem;top:80.6875rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ahq2SWDfFQV6T0wNBvmuDb8li661KGQz { width:15.625rem;height:0.5rem;top:84.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJG6RHI3cpxDTy1SNCsaibSDyQKiwpWQ { width:14.5625rem;height:15.3935375rem;top:85.875rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hc5TFJlsBRtTfQ6EF5QQO0xK3B7l9Wmr { width:13rem;height:4.6875rem;top:64.8125rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvnkxu0yJOfRfZmhi1NCncih7UTINgah { display:block; }
 }@media only screen and (max-width: 763px) { #T1iSGm8IMB6Zfvm8Dxpw4R00BLuR4KLk { width:14.125rem;height:2.25rem;top:13.99609375rem;left:2.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLwpsWM38zsbX2nGilh3hMDvTD3nMFbq { width:14.125rem;height:2.25rem;top:42.9375rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WChMbbCT5SIGFvvClg23nrSBg61zTEHB { width:14.125rem;height:2.25rem;top:82.6875rem;left:3.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJ03p4QSanPzRpTiabwn7wGtK957rrUi { width:16.8125rem;height:1.3125rem;top:71.0625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e5S1Is7Dh1mgrzEX0ATb6iat1m7IKsLQ { width:10.375rem;height:3.6875rem;top:30.283203125rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4qBU0Tuz0mXoyvtR3Ur3cQmDezGnbJv { display:block; }
 }@media only screen and (max-width: 763px) { #ZKmxilmQzeT6fvALkuzrpgKSh5skdQhM { width:12.125rem;height:4.1875rem;top:106.6875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4JObllTvkaSV1BBTEMCy553TC9orRJA { display:block; }
 }@media only screen and (max-width: 763px) { #AaZR9LsOu6sisQNhUbmPTyJMO3yVTMp0 { width:16.8125rem;height:1.3125rem;top:111.4375rem;left:1.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GyvKvFwbL59Hk8Oi3OkLVx4TKciswvr7 { width:18.875rem;height:8.7715rem;top:144.1875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rZrF4nIA2FlvatmNxLes4TmretRdfhEv { width:15.125rem;height:1.3808625rem;top:113.375rem;left:2.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ok9BJLGDUNxnTFgXU2W5T4kTfCV1zR6R { width:15.125rem;height:1.3808625rem;top:73rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnTJbrSAeA176TBEMUep8XGI1pwGC4qa { width:15.75rem;height:3.5rem;top:100.208984375rem;left:2.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z2XBWfFePkk2UMTeNfc7zITQvebDwGmh { width:20rem;height:23.25rem;top:119.333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UD9UQUxGwZgdFKyc4rll1AVos3FSeN { width:20rem;height:2.25rem;top:120.271484375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuXFHM0xWTSIzp89XfwBm4UN8hs5mAbu { width:19.1875rem;height:18.19724375rem;top:123.458984375rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 { display:block; }#p0UNoA2stikPu5RlN1dte7qIIQKDtFr6 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fxvtdkJz0gQJQ2x1oKS6aPM8eKfT6dUP { width:20rem;height:6.09375rem;top:2.71875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeMb0qhaCfMyv36Vlgam3ZoT693oE9cN { width:18.75rem;height:19.0625rem;top:10.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAstOViXGwk56psTHGPinO2OpqKkPbaA { width:18.75rem;height:13.875rem;top:29.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO { display:block; }#nyzeMXfWwdFH2ehI55uxBJGNNqUd92BO > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ8SlmTq4lFMnTMmR4OgFIPORfPoWRar { width:18.75rem;height:32.49513125rem;top:7.65625rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eAbW3FfeWsy1bqEA0brs0oK1ubGRetTR { width:18.75rem;height:0;top:14.21875rem;left:0.625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hUCqg2Taexv7sNgloxvqohUElZoou0Gv { width:20rem;height:4.6875rem;top:1.5009765625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GFVRMFvbDewkGO79sDgvOqN5qhuKgnQO { width:18.9375rem;height:7.8125rem;top:40.8134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlHe74AaqSSyyF6bdyguF7lnExAbVWa3 { width:19.3125rem;height:10.6875rem;top:62.1279296875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlSTVBXILN3QoH7KkLKQeb8aCgX8ZrUS { width:14.8125rem;height:10.625rem;top:49.4375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsS2x4a7ritTkEb6xT7LpZhSFfpsAeii { width:15.5rem;height:10.375rem;top:73.8154296875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb { display:block; }#mCyuf0IO0Gur5lX2VJrAzdU8MlHS1dEb > .row .container { width:20rem;height:104.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJfJtGK9m62o9dAyI4mTgCgL5Ex53iu1 { width:20rem;height:12.5928rem;top:1.25rem;left:0rem;font-size:1.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ui6pLJykpRNTqkhKB5zAp248Tk91saxa { width:12.375rem;height:16.625rem;top:17.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdMNwWcvNkATktes5bMkxmAkH9A9B6sk { width:10.625rem;height:16.625rem;top:35.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUWDm0Tuq85shuw4AWkrHLTUUsuxSTxx { width:11.75rem;height:16.8125rem;top:53.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJrgFHzixWAp4ocDq60VfRmCZ1fs61LI { width:10.6875rem;height:16.8125rem;top:71.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpAozhaExt5UftyFFEPyfwg9LEoavLAd { width:20rem;height:14.29785625rem;top:89.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm { display:block; }#HxrfgaHkXl1pmqbkZX6NTD3B8HJ747pm > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGVLbNoVB7bKPMipMvqCsOeFR8ZVfAwM { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyxr0mh0asebGTBSPsICoGB1yiyKefpg { width:18.875rem;height:62.3906rem;top:7rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NbkRQuA67XXXu8gprnWRBIvyVWbzf0wb { width:20rem;height:2.25rem;top:79.029296875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpPvvzA4qMzUdn09KxufMBw0FOo4zSV0 { width:20rem;height:5.19921875rem;top:82.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u3RJIDzhBbvI5D9bWqPfo5JJ4zBiPMmk { width:20rem;height:0;top:4.875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTCFRa8qA9gdi2ZXoscrzWc2oV1AIhMo { width:19rem;height:3.4375rem;top:88.5859375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m04ESZqiibygP1nOiTS8dw00QMy0ZuKq { display:block; }
 }@media only screen and (max-width: 763px) { #b8l8sqI8vCB2lPrN2QweFdCUhqh4ugU5 { width:16.0625rem;height:3.875rem;top:71.841796875rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQDo4Ux19PnCcmWJ5CpkXMAWrWvQRlWc { display:block; }
 }@media only screen and (max-width: 763px) { #p2164ZPBHIa67rKiRWNBusmJLchHtIuO { display:block; }#p2164ZPBHIa67rKiRWNBusmJLchHtIuO > .row .container { width:20rem;height:106.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMeVw0RBwelaD2LmKXMy46t3thOlrZUu { width:20rem;height:102.6875rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT094RVDVdMppL0NKU5xdO8tlppa4mLv { width:18.75rem;height:30.78705625rem;top:39.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v0RpN2G2LfG6FoSAeck1XbVU4tMxTqoQ { width:20rem;height:30.0293125rem;top:8.4404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0NSNWC8LKNfzFgMNVeIqg6FDE7SRUV5 { width:20rem;height:3.75rem;top:3.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3aeNF7HBuuSpl1oDvtwhTOPtKCwXVtV { width:19.4375rem;height:37.78415625rem;top:68.529296875rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #btaOsXJabT8HS1ZPNDPCFD1CScz50Czi { display:block; }#btaOsXJabT8HS1ZPNDPCFD1CScz50Czi > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMHCm3gNA25Q3t0hZ97PRUg6QexPLAgI { top:1.4375rem;left:0rem;width:20rem;height:26.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA { display:block; }#DuuXuOCzkGTZBOv6ATncrpolzMTnBHvA > .row .container { width:20rem;height:305.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tO7FN8VFccXz5BpWNCzOGWaaTsCSlWgW { width:20rem;height:5.625rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlqDn1bzGZ1BHfZ0apAKg89cMFKUy8n4 { width:19rem;height:5.34375rem;top:298.63671875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJfEnOtkg8MTiA9Tgfv42d8Xi2yuTfC8 { width:19.1875rem;height:18.625rem;top:104.404296875rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPlgQ3HFiQ7K7WStMefprXeFd7v8Fze { width:20rem;height:9.4840294840295rem;top:60.7333984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUsEsCZi83KhORalOIWqBD6oXPkTG9ee { width:20rem;height:20.523255813953rem;top:8.1533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHf4MzKAfzoKrheI4LRdzzKCEQRFckPA { width:20rem;height:27.820895522388rem;top:224.5390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jeb6oMOh5fM1WMT25XMtPzRTgTySWLtK { width:20rem;height:29.192200557103rem;top:30.10546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD0uT6VSylrexTsvUpMDzTxkIBKwImey { width:20rem;height:36.413043478261rem;top:124.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxcXck3843xAurTPLJPRIuEor25Cc5Lt { width:20rem;height:13.563218390805rem;top:282.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JS2aIunQTxHUKwXT2ym709q1Pr84RWrO { width:20rem;height:28.586956521739rem;top:163.56640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXpFpkFqKWGvCby7vC1BsVn7LJhdJ3Gk { width:19.75rem;height:29rem;top:193.67578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a82w03gntDWxcksETbKz76kgV23C5mUE { width:20rem;height:28.387096774194rem;top:253.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyJIz0JXOTXgbgnILpatDFUKk0GoAF4i { width:20rem;height:30.613333333333rem;top:71.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwITuUMnLwBlayJQabn3i2fPdWlaHxcx { display:block; }#EwITuUMnLwBlayJQabn3i2fPdWlaHxcx > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMJlFZAU0ha99Nqk4a013i75ziwAko9Q { width:20rem;height:8.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0i3SX2rxUVb9cGTOCiWCbUGrFoekpNS { width:16.0625rem;height:5.875rem;top:11.5625rem;left:1.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy4kuRqBEpSIGeS9Q42ObzJTrb6lG0QE { display:block; }
 }