.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,234,221;--color-primary-1:128,184,141;--color-primary-2:0,113,27;--color-primary-3:0,57,14;--color-primary-4:0,17,4;--color-secondary-0:224,244,226;--color-secondary-1:153,217,158;--color-secondary-2:51,179,60;--color-secondary-3:26,90,30;--color-secondary-4:8,27,9;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fcf7f1;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ { background-color: transparent; background-image: none; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row .container > .video-iframe-container { display: none; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row > .video-iframe-container { display: none; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .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); }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ { border-width: 0; border-radius: 0; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#OCMudSyqsHpOlTN7cSPazaV2vBlxVUmw { position:absolute;display:block;z-index:15000;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:2.4375rem;width:3.8125rem;top:0.9375rem;left:1.171875rem;overflow:hidden;display:block; }
#xKFn2qbwa09nZI4kAxmBmHTTDBOPTnZU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.1875rem 0.625rem rgba(var(--color-primary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9375rem;left:64.72119140625rem;display:block; }
#MCNm7XXa6FTxAabHlNJc7glHWis2zTm9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttq7BCShinmROikrIcNvo2CWogumrzC8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.525390625rem;left:38.984375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#i80vWuy4MIpbyKmPGT0eAfqZoJxMGS0L { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.587890625rem;left:29.984375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#Gz54H3MbppuHelM3DogWUepwleqPETZ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.587890625rem;left:19.234375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#lFpoNeVZ29DhHNBd4Ps7UHonSNZ9K4p8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.587890625rem;left:8.484375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#PwtwvdUMQnU4tquM22LywfMIg9SSANwz { color:rgba(var(--color-tertiary-0),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:14rem;left:0rem;height:13.5rem;display:block; }
#TytNa5EThm6aMKox8lWJ7aqerCPTSRL9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:29.1875rem;left:0rem;height:2.5996125rem;display:block; }
#fmpQIyIAGT8o8tZ6tlQ7GigxLJDwo7ug { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(var(--color-primary-4),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.375rem;left:0rem;display:block; }
#KpiMu4bPwgo1qgNVaZfiqRxoLdl6Csga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 { position:relative;display:block; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 { background-color: transparent; background-image: none; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .row .container > .video-iframe-container { display: none; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .row > .video-iframe-container { display: none; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .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); }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 { border-width: 0; border-radius: 0; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .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; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .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:20.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CZKLWmoSwmmDnudeexgF5T3k4EKSiAlq { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3rem;left:0rem;height:;display:block; }
#TMqlfvRbi7Vb3BAID2Ced7OqcsFD7qcw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.40625rem;left:0rem;height:5.19921875rem;display:block; }
#mGEsS4q31AXye7g250vSiUroqIQtQlpo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:6.34375rem;left:61.75rem; }
#u4HW6L5rQ0yf42rfIfica8siDRwBaTLG { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.875rem;width:14.4375rem;top:1.79296875rem;left:49.03125rem;overflow:hidden;display:block; }
#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG { position:relative;display:block; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG { background-color: transparent; background-image: none; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .row .container > .video-iframe-container { display: none; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .row > .video-iframe-container { display: none; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .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); }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG { border-width: 0; border-radius: 0; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .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; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .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:8.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NqEBxiXRhdC8KSm9zTTxa3OZJipuCRL1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:4.734375rem;height:1.29980625rem;display:block; }
#TBABQb3kHIJqr24DuXAREliFZW4mOzbz { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:27.1875rem;height:1.29980625rem;display:block; }
#hwl5VD3tGipsAEmfIdc2xB9xpTzsnL9S { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6875rem;left:45.25rem;height:1.29980625rem;display:block; }
#J1KbAiifozbHtRTs0uhJcw54NxrOriR1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:66.9375rem;height:1.29980625rem;display:block; }
#nbdJQQgLAmLRmi2SSJ64zDWQPqLIMr25 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.24365234375rem;left:1.5rem; }
#EiVgqd7qfow5nS8d7hJU55i2ot6e8fhO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.25rem;left:24.0625rem; }
#kicLLoogQRncXWiVzsgHwOFZ51l7ZB1B { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.25rem;left:42.125rem; }
#urM8SxL7PBZ6CGcnkoMQh50ky3nKOSPL { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.25rem;left:63.8125rem; }
#ELSCC4TEfWwn1lexeo50TSV7dKwcIIW5 { box-sizing:content-box;height:4.3125rem;width:19rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.55);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #33b33c;border-left:0.0625rem solid #33b33c;border-right:0.0625rem solid #33b33c;border-bottom:0.0625rem solid #33b33c;top:2.1875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#W11Uv5cHO3xsrw3KuLiMNM0rVUHLqhCW { box-sizing:content-box;height:4.3125rem;width:15.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.55);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #33b33c;border-left:0.0625rem solid #33b33c;border-right:0.0625rem solid #33b33c;border-bottom:0.0625rem solid #33b33c;top:2.125rem;left:22.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uZ3KA9ElspiSsV9WyN87l0nFCoyDRvwC { box-sizing:content-box;height:4.3125rem;width:18.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.55);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #33b33c;border-left:0.0625rem solid #33b33c;border-right:0.0625rem solid #33b33c;border-bottom:0.0625rem solid #33b33c;top:2.125rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RuPlSa9wIniTwOlms2mZsZyDeyAazmdN { box-sizing:content-box;height:4.3125rem;width:12.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.55);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #33b33c;border-left:0.0625rem solid #33b33c;border-right:0.0625rem solid #33b33c;border-bottom:0.0625rem solid #33b33c;top:2.125rem;left:62.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3917b3d8-4612-4e98-a9af-5b6bf19d6d68/beskidy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w.adaptive-delivery-prevent-bg, #kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w.lazyload, #kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w.lazyloading { background-image: none; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row .container { background-color: transparent; background-image: none; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row .container > .video-iframe-container { display: none; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row > .video-iframe-container { display: none; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .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); }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row .container { border-width: 0; border-radius: 0; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row .container { font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;position:relative;display:block; }#LGUTkPGN3FCyMksLlMC40pLuEnmaSUiA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17rem;left:3.6875rem;height:3.4121125rem;display:block; }
#isoPNgcGoq3UpcIg1p4DfQxnRVnxFs4L { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:21.1875rem;left:3.6875rem;height:5.19921875rem;font-style:normal;display:block; }
#MD4Xyz46szESCr0dQQUiFOAkTbc5bTrC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.1875rem;left:48.1875rem; }
#CRKcPzKTRXfuXD4wHnSfqlon7PquDBxz { box-sizing:content-box;height:4.3125rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.65);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;top:16.125rem;left:46.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PuC4qx4vSCHPJ33uG3iQEWRmDSDTfJoF { color:rgba(var(--color-primary-4),1);display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:17.6875rem;left:51.5rem;height:1.29980625rem;font-style:normal;display:block; }
#G6l1LLDwVgJy0KPihfDxrxAU2UCfJEWZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.625rem;left:48.1875rem; }
#UzE7Sna84NkAuGvPqxKghD8awvibFSe8 { box-sizing:content-box;height:4.3125rem;width:19rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.65);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;top:21.5625rem;left:46.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#CoizwhnzMQRQCDzToZ8smNa0yZltvRbh { color:rgba(var(--color-primary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:23.125rem;left:51.5rem;height:1.29980625rem;font-style:normal;display:block; }
#XJU0oOfelny4t6et33oTCTb1hJxPGVNA { box-sizing:content-box;height:4.3125rem;width:19rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.65);background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0;top:27.1875rem;left:46.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TrfGPRKUIA92H2mT6Imak74THagzopGu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:28.25rem;left:48.25rem; }
#L46EhhkXvtNDsyTwqaTo0pDt2I0CFg23 { color:rgba(var(--color-primary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:28.75rem;left:51.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#wft6d5mgnX2FtkbtkqokZqNTBx6aXTFw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.25rem;left:70.484375rem; }
#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa { position:relative;display:block; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa { background-color: transparent; background-image: none; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .row .container > .video-iframe-container { display: none; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .row > .video-iframe-container { display: none; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .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); }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa { border-width: 0; border-radius: 0; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .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; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .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:1.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg { position:relative;display:block; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg { background-color: transparent; background-image: none; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row .container > .video-iframe-container { display: none; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row > .video-iframe-container { display: none; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .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); }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg { border-width: 0; border-radius: 0; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#TDZCe9eorBzBxc0kJoACTi0752HDuPP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.66845703125rem;left:19.90625rem;height:;text-align:center;text-align-last:center;display:block; }
#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa { position:relative;display:block; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa { background-color: transparent; background-image: none; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row .container > .video-iframe-container { display: none; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row > .video-iframe-container { display: none; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .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); }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa { border-width: 0; border-radius: 0; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:auto !important;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;position:relative;display:block; }#VHgOgMveDCKcWEgCUv9pD92RgrJaVDZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:9.875rem;height:2.5996125rem;display:block; }
#fgNo7RBGbGM9WQZ6S1a1cADWEtQRftdr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:34.875rem;height:3.8994125rem;display:block; }
#RL1TO58THRqfo6vrk4Tp85aCiEAfgWM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8125rem;left:60.125rem;height:2.5996125rem;display:block; }
#txi5Lr9LqzkL8rqvHuAr8XHkOlMXgvrJ { 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:15003;opacity:1;top:7.8125rem;left:3.8125rem; }
#PbTVHyUAVtvsLrtWfUURGLFncKqpGsTJ { 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:15004;opacity:1;top:7.8125rem;left:28.625rem; }
#imoLT1ATgVonx8zSRwgvAwxI9dosMckh { 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:15005;opacity:1;top:7.8125rem;left:54.75rem; }
#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef7ed;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; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row .container { background-color: transparent; background-image: none; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row .container > .video-iframe-container { display: none; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row > .video-iframe-container { display: none; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .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); }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row .container { border-width: 0; border-radius: 0; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#brIC84mPGiLKnzfMisvsKQDJEkd3MJiR { position:absolute;display:block;z-index:15000;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:42.1875rem;width:75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#mfIK0ARqcbDLDEo3iswfPfFNmMXzbS9t { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31.0625rem;left:0.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fahb7nKDUfhVvWnIHKwV6CcOOzvxXOVT { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:31.0625rem;left:11rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ZdnrFap8cCF9FzbzsCc5VTmVPvduELWf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.0625rem;left:20.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#XHWJc9xWyD4LpJE7LxdRIEGGL1AO3ZfN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.0625rem;left:30rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#S61KlP5Q31LpxWqmNz6Mf5Og5RWtItWf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.0625rem;left:39.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#XHuECieHkc8zOP72Nmr9iKU7U4RXtAMN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:31.0625rem;left:48.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LNnSp8SNsORNl8bNIOlJE6R3WlkQtMGK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.0625rem;left:57.125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#teKs8yfSUeCXMoN0NNz4AGHnq3UT23R3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.1123046875rem;left:67rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#hnzfqH8hEzocc1T2Iqe3CVUaorfgi2QR { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.875rem;left:0rem;height:5.7744125rem;display:block; }
#HrrXH0GpEP2RsrT3n1y8dbiEoDL2VAEZ { 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:15000;opacity:1;display:none; }
#gszXwohMk54VVGRA9MldMTioB5K6GTPx { 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:15000;opacity:1;display:none; }
#P0Oya5ZJVkvEcTzulxBlohSqatsPEQXx { 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:15000;opacity:1;display:none; }
#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ef6fb4fa-a4d0-4060-b7c0-2b811823a165/kombuchaklasyczna.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh.adaptive-delivery-prevent-bg, #FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh.lazyload, #FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh.lazyloading { background-image: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container { background-color: transparent; background-image: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container > .video-iframe-container { display: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row > .video-iframe-container { display: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .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); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container { border-width: 0; border-radius: 0; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);vertical-align:top; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;line-height:1.4;overflow:hidden;height:auto; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_463b9e544555614a7d5a07ae85b50feac0e15e61.svg");background-size:contain !important; }#VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-trigger.adaptive-delivery-prevent-bg, #VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-trigger.lazyload, #VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-trigger.lazyloading { background-image: none; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.69970703125rem;left:0rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #LTJNTfVPc9eDpLiTgUvM6uDXqVhZG0qc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #IO8STzxWpHVacrnswQGkhR2AwL8uMKyR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #n9rHU8UAsTx6JS236gIkDXc7KBbFGxZu { display:block;position:relative; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #UFTaJXUowa0467kMeG8lvDrngw8bLSgT {  }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #kvxZbNFfgMsE7LbVwHbWzZ97oqtueDhw {  }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #udLWafT73wCdnqiROnyvK1l4ugeknKEl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #otM5H6VTZuNPC8ytfockMAQNlXnePhSu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #XHofcMdZb8QH0HpQccPWsDQ2Qu0v8DSu { display:block;position:relative; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #nVbGIzGHTGKn1b9qTrLTLWCWDeEHAmfl {  }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #BDRLrCflTiLrConhOTtnb29er2tN9d4K { display:none; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #SWhC7ccMATEpJPWuNhRgyQRSH83FmOEt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #cOx3x8Blkg7JphohVpJ9nnqLMzI3iWRk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #H2NFyPRstvXD935vD4PPf3b45DezJldc { display:block;position:relative; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #NV7MXTWZMEE3Qn4lepcTrAgoiMFViIlG {  }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #Us3TcTDIrES7C9H4wLcsBWoyzJ6nw614 { display:none; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #bZS0tZBRBp6QaWQd5LTfhHH9yecCBxSI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #a2Nc0LWbPub5rXmTrBZdev7zxcza24ip { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #wnUBT4GWokODJH08vUcO0QHOuiTtZ3xW { display:block;position:relative; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #ToQTmu8NnAEFFoUylVs9TVX1lwlGqWve {  }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W #S0yiN6m6T2B6p20fv0wk3ktza0Qs6QWn { display:none; }
#iCh7WoeiwlbXs5A10FJprQ2sWNcheqZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.125rem;left:1.8125rem;height:5.7744125rem;display:block; }
#XfAQi3I08ud6SHKCvcc29qgTTEBcQlrn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:40.6875rem;left:3.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 { position:relative;display:none; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 { border-width: 0; border-radius: 0; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .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; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 { position:relative;display:block; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 { background-color: transparent; background-image: none; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row .container > .video-iframe-container { display: none; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row > .video-iframe-container { display: none; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .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); }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 { border-width: 0; border-radius: 0; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row .container > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row .container { border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:relative;display:block; }#wwdmK9QTK5IhETXlAlXADOhkz45SfqlJ { position:absolute;display:block;z-index:15003;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:22.8125rem;width:21rem;top:7.8125rem;left:7.375rem;overflow:hidden;display:block; }
#o93RystzziyHJ2or1aZ5TRixwCQ6uOgo { color:rgba(var(--color-primary-3),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:5rem;left:46.25rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#qxEtTcpTfpZ40aFVRGZsJ84vrKQCtJKH { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:50rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KCSKUp6U4iqfOo5Ou4ZOtTqzWL9lVtsa { box-sizing:content-box;height:9.625rem;width:15.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-1),1));background-size:auto !important;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:13.8125rem;left:48.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#POTAPy6M0s7RfSQ6PlI5bdeJD30QvxR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:15.25rem;left:49.5625rem;height:6.9995rem;display:block; }
#axgurOTgpayqpTxBtaeBMH9CrwnSxWN1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.4375rem 0.875rem rgba(var(--color-primary-4),0.55) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.0625rem;left:48.3125rem;display:block; }
#RGrHyRmE2ToZBw1mZwkucJKHiELERbPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N1e5XJRzR99bOs1N4KqukBA3D9bXtaXo { color:rgba(var(--color-secondary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:24.9375rem;left:49.5rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#kuzpPTM6KK68uKBySZ673Rx6wMb7KlRI { box-sizing:content-box;height:24.375rem;width:21.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(233deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(233deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(233deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(233deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.63)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.63)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(233deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.5rem;left:10rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
#Ds5saVXHGcN5Ilo8O51LcnBZeWeItM8K { box-sizing:content-box;height:34.125rem;width:21.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(310deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(310deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(310deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(310deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.63)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.63)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(310deg, rgba(var(--color-primary-0),0.63), rgba(var(--color-primary-1),0));background-size:auto !important;box-shadow: 0rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3.3125rem;left:45.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#AHZtohClPMihfl1fP2iHLFRVHebf0HTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14998;opacity:1;top:2.4375rem;left:56.875rem; }
#OupXhtzw1vVyWhqHp1EGWwkr9I8m5EGc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.875rem;left:29rem; }
#bliBAfhPVW28Fsu6O6cOlh68sm4ExXZh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.4375rem;left:48.0625rem; }
#rEFadKvbLrn9I479gqrS2O51wigqivz1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.5rem;left:16.6875rem; }
#qctD9wx4xiGuql7HExgaaX5KSyCm0uAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:20.8125rem;left:3.875rem; }
#zyp9FrKgAoc5A1v1GA4T5QIMHuxu3sSa { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:34.7626953125rem;left:48.40625rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#W29Tc7pO15s3FK8TybAyoUsegldGIQno { box-sizing:content-box;height:32.5rem;width:30.5625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(64deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(64deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(64deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(64deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.3)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(64deg, rgba(var(--color-primary-0),0.3), rgba(var(--color-primary-1),0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.375rem;left:3.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#cZ30MHvmIlk6bBzqWuOaAQE6svMwxvk7 { box-sizing:content-box;height:4.75rem;width:17.625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(233deg, rgba(var(--color-primary-3),0.16), rgba(var(--color-primary-1),0));background-image: -moz-linear-gradient(233deg, rgba(var(--color-primary-3),0.16), rgba(var(--color-primary-1),0));background-image: -ms-linear-gradient(233deg, rgba(var(--color-primary-3),0.16), rgba(var(--color-primary-1),0));background-image: -o-linear-gradient(233deg, rgba(var(--color-primary-3),0.16), rgba(var(--color-primary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.16)', endColorstr='rgba(var(--color-primary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.16)', endColorstr='rgba(var(--color-primary-1),0)' );";background-image: linear-gradient(233deg, rgba(var(--color-primary-3),0.16), rgba(var(--color-primary-1),0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:29.4375rem;left:47.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc { position:relative;display:block; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc { background-color: transparent; background-image: none; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .row .container > .video-iframe-container { display: none; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .row > .video-iframe-container { display: none; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .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); }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc { border-width: 0; border-radius: 0; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .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; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .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:11.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HE2MPr7EkuSMOt6SLVs1BvNayXzlAkCA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.8125rem;left:0.5rem; }
#D1aiODP81kc08c0gisUfBo8EgIsT93L6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.8125rem;left:3.0625rem; }
#sAUFxRgIcwcCdisqGdsOvL4J6Z6FZLDt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.8125rem;left:8.1875rem; }
#JCt08L7ORqi1ng21nqwlKWS0JPHpllZw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.8125rem;left:5.625rem; }
#rRdVEhfaWIqvkxw6q7zdLUueVQ0eFhKP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.75rem;left:13.3125rem; }
#bHSiTkOiuIoCOHgAXlDcBuyP58alZgdm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4.8125rem;left:18.4375rem; }
#X1LsftrviiQU58OCuZES975b1yyDHUtZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.8125rem;left:15.875rem; }
#iFrxdkz77mNxvLamnK5eBAqNEWt6xITz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.75rem;left:10.75rem; }
#ppZhXygBVJrRTBtXawW2ScJO4TIODFuG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.8125rem;left:21.0625rem; }
#EE3IBaSQauBdpRww2WKpsvDfOqIbX3R1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.8125rem;left:23.625rem; }
#uQqkP6bdQItCMb2kmTNDNVUvW8Whuuym { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.8125rem;left:26.1875rem; }
#y5gqkudWe7uZpnkP1EUtobb9omELL6Ot { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.8125rem;left:28.75rem; }
#nWNcpXk7eFLsWZ0RNCUw562UxkJTETBG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.75rem;left:31.3125rem; }
#VGlqbNnQGMsHBWlFATZhZo1qecHo3bKX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.75rem;left:33.875rem; }
#ofdacey3fTZSNkdGrBi75CWNaTXK49pC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.8125rem;left:36.4375rem; }
#evFlpEwE6R69skIzT336G0DqEXkbwGtV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4.8125rem;left:39rem; }
#yDvg8ki6hGchWhVLIigqTTzURMKVlXqH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.8125rem;left:41.6875rem; }
#rvO89rN00CTLaFEEI8xT6mAgNgqR2GfA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.8125rem;left:44.25rem; }
#dWi6OZePnJSU1tbrINT2d70ABLfL4zPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.8125rem;left:46.8125rem; }
#XQq1yOkOw6PuPNI92BeEVcSsuWuXlmvn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:4.8125rem;left:49.375rem; }
#SSIJGFZkLqgxDDPawXPvPNxFzJdmwzax { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:4.75rem;left:51.9375rem; }
#wvCdvBmwLUzOZG6irepKt1wTnLn6oSGI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:4.75rem;left:54.5rem; }
#eBL7x9wsivXS3TrAdz96Jlm9S5OA2Bxt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:4.8125rem;left:57.0625rem; }
#T1G4TFVQ3glsiTaBJbvA8Avmxqp7TzAz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:4.8125rem;left:59.625rem; }
#mDrE1r31ZFfMS2vR7T8NWAuieanpguXX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.8125rem;left:67.4375rem; }
#V00hzVgc0xZzVuy7azbSsxXDtTA1y6sX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.8125rem;left:70rem; }
#VqcU6ghNQnTZVs6LXsq3EJTVWQUoMht6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.75rem;left:64.875rem; }
#UNMIChOCb26Wmd8U0W0DXckvf1p3XJOP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:4.75rem;left:62.3125rem; }
#O5451tiTzzmAEc34aKo4V8LfZTWCL6tZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:4.8125rem;left:72.625rem; }
#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row .container { background-color: transparent; background-image: none; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row .container > .video-iframe-container { display: none; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row > .video-iframe-container { display: none; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .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); }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row .container { border-width: 0; border-radius: 0; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#LWJEJ3gqtP8dAgScM6uVb529Z3IC72lG { position:absolute;display:block;z-index:15000;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.1875rem;width:17.375rem;top:3.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#o8eomctMTTlasy3V57ccHTHLNEsEInBI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.875rem;left:20.6875rem;height:6.9995rem;display:block; }
#KEMIQ4hWEJPAqCPC78q6ZdrJ3aKsT57F { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.875rem;left:39.1875rem;height:5.5996rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ { display:block; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCMudSyqsHpOlTN7cSPazaV2vBlxVUmw { top:0.9375rem;left:0rem;width:3.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKFn2qbwa09nZI4kAxmBmHTTDBOPTnZU { width:9.25rem;height:2.1875rem;top:0.9375rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCNm7XXa6FTxAabHlNJc7glHWis2zTm9 { display:block; }
 }@media only screen and (max-width: 763px) { #ttq7BCShinmROikrIcNvo2CWogumrzC8 { top:1.5rem;left:24.0625rem;width:23.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i80vWuy4MIpbyKmPGT0eAfqZoJxMGS0L { top:1.5625rem;left:16.359375rem;width:5.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz54H3MbppuHelM3DogWUepwleqPETZ3 { top:1.5625rem;left:5.609375rem;width:10.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFpoNeVZ29DhHNBd4Ps7UHonSNZ9K4p8 { top:1.5625rem;left:0rem;width:10.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwtwvdUMQnU4tquM22LywfMIg9SSANwz { top:14rem;left:0rem;width:19.25rem;height:13.5rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TytNa5EThm6aMKox8lWJ7aqerCPTSRL9 { top:29.1875rem;left:0rem;width:15.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmpQIyIAGT8o8tZ6tlQ7GigxLJDwo7ug { width:17.9375rem;height:3.4375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpiMu4bPwgo1qgNVaZfiqRxoLdl6Csga { display:block; }
 }@media only screen and (max-width: 763px) { #Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 { display:block; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZKLWmoSwmmDnudeexgF5T3k4EKSiAlq { top:3rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMqlfvRbi7Vb3BAID2Ced7OqcsFD7qcw { top:12.375rem;left:0rem;width:21.5625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGEsS4q31AXye7g250vSiUroqIQtQlpo { top:6.3125rem;left:41.3125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4HW6L5rQ0yf42rfIfica8siDRwBaTLG { top:1.75rem;left:28.59375rem;width:14.4375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG { display:block; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqEBxiXRhdC8KSm9zTTxa3OZJipuCRL1 { top:3.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBABQb3kHIJqr24DuXAREliFZW4mOzbz { top:3.6875rem;left:13.5625rem;width:9.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwl5VD3tGipsAEmfIdc2xB9xpTzsnL9S { top:3.6875rem;left:31.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1KbAiifozbHtRTs0uhJcw54NxrOriR1 { top:3.6875rem;left:41rem;width:6.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdJQQgLAmLRmi2SSJ64zDWQPqLIMr25 { top:3.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiVgqd7qfow5nS8d7hJU55i2ot6e8fhO { top:3.25rem;left:10.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kicLLoogQRncXWiVzsgHwOFZ51l7ZB1B { top:3.25rem;left:28.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urM8SxL7PBZ6CGcnkoMQh50ky3nKOSPL { top:3.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELSCC4TEfWwn1lexeo50TSV7dKwcIIW5 { top:2.1875rem;left:0rem;width:19rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W11Uv5cHO3xsrw3KuLiMNM0rVUHLqhCW { top:2.125rem;left:8.6875rem;width:15.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3KA9ElspiSsV9WyN87l0nFCoyDRvwC { top:2.125rem;left:27.3125rem;width:18.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPlSa9wIniTwOlms2mZsZyDeyAazmdN { top:2.125rem;left:35.5625rem;width:12.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w { display:block; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGUTkPGN3FCyMksLlMC40pLuEnmaSUiA { top:17rem;left:0rem;width:30.125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #isoPNgcGoq3UpcIg1p4DfQxnRVnxFs4L { top:21.1875rem;left:0rem;width:20.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD4Xyz46szESCr0dQQUiFOAkTbc5bTrC { top:17.1875rem;left:27.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRKcPzKTRXfuXD4wHnSfqlon7PquDBxz { top:16.125rem;left:26.25rem;width:19rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuC4qx4vSCHPJ33uG3iQEWRmDSDTfJoF { top:17.6875rem;left:31.0625rem;width:7.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6l1LLDwVgJy0KPihfDxrxAU2UCfJEWZ { top:22.625rem;left:27.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzE7Sna84NkAuGvPqxKghD8awvibFSe8 { top:21.5625rem;left:26.25rem;width:19rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoizwhnzMQRQCDzToZ8smNa0yZltvRbh { top:23.125rem;left:31.0625rem;width:11.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJU0oOfelny4t6et33oTCTb1hJxPGVNA { top:27.1875rem;left:26.3125rem;width:19rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrfGPRKUIA92H2mT6Imak74THagzopGu { top:28.25rem;left:27.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L46EhhkXvtNDsyTwqaTo0pDt2I0CFg23 { top:28.75rem;left:31.125rem;width:11.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wft6d5mgnX2FtkbtkqokZqNTBx6aXTFw { top:2.25rem;left:43.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa { display:block; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC8leNwyqlLS9n02riLMEekC5QJUkkQg { display:block; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDZCe9eorBzBxc0kJoACTi0752HDuPP8 { top:1.625rem;left:6.28125rem;width:35.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa { display:block; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHgOgMveDCKcWEgCUv9pD92RgrJaVDZ8 { top:8.0625rem;left:4.5rem;width:11.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgNo7RBGbGM9WQZ6S1a1cADWEtQRftdr { top:7.4375rem;left:19.1875rem;width:12.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL1TO58THRqfo6vrk4Tp85aCiEAfgWM6 { top:7.8125rem;left:36.5rem;width:11.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txi5Lr9LqzkL8rqvHuAr8XHkOlMXgvrJ { top:7.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbTVHyUAVtvsLrtWfUURGLFncKqpGsTJ { top:7.8125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imoLT1ATgVonx8zSRwgvAwxI9dosMckh { top:7.8125rem;left:31.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr { display:block; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brIC84mPGiLKnzfMisvsKQDJEkd3MJiR { top:1.5rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfIK0ARqcbDLDEo3iswfPfFNmMXzbS9t { top:31.0625rem;left:0rem;width:9rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fahb7nKDUfhVvWnIHKwV6CcOOzvxXOVT { top:31.0625rem;left:0rem;width:7.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnrFap8cCF9FzbzsCc5VTmVPvduELWf { top:31.0625rem;left:7.0625rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHWJc9xWyD4LpJE7LxdRIEGGL1AO3ZfN { top:31.0625rem;left:16.375rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61KlP5Q31LpxWqmNz6Mf5Og5RWtItWf { top:31.0625rem;left:26rem;width:7.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHuECieHkc8zOP72Nmr9iKU7U4RXtAMN { top:31.0625rem;left:35.0625rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnSp8SNsORNl8bNIOlJE6R3WlkQtMGK { top:31.0625rem;left:39.9375rem;width:7.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teKs8yfSUeCXMoN0NNz4AGHnq3UT23R3 { top:9.0625rem;left:42.5625rem;width:5.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnzfqH8hEzocc1T2Iqe3CVUaorfgi2QR { top:3.875rem;left:0rem;width:23.6875rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrrXH0GpEP2RsrT3n1y8dbiEoDL2VAEZ { display:none; }
 }@media only screen and (max-width: 763px) { #gszXwohMk54VVGRA9MldMTioB5K6GTPx { display:none; }
 }@media only screen and (max-width: 763px) { #P0Oya5ZJVkvEcTzulxBlohSqatsPEQXx { display:none; }
 }@media only screen and (max-width: 763px) { #FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh { display:block; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W { display:flex;height:auto;width:27.8125rem;top:26.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #LTJNTfVPc9eDpLiTgUvM6uDXqVhZG0qc {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #IO8STzxWpHVacrnswQGkhR2AwL8uMKyR {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #n9rHU8UAsTx6JS236gIkDXc7KBbFGxZu {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #UFTaJXUowa0467kMeG8lvDrngw8bLSgT {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #kvxZbNFfgMsE7LbVwHbWzZ97oqtueDhw {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #udLWafT73wCdnqiROnyvK1l4ugeknKEl {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #otM5H6VTZuNPC8ytfockMAQNlXnePhSu {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #XHofcMdZb8QH0HpQccPWsDQ2Qu0v8DSu {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #nVbGIzGHTGKn1b9qTrLTLWCWDeEHAmfl {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #BDRLrCflTiLrConhOTtnb29er2tN9d4K {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #SWhC7ccMATEpJPWuNhRgyQRSH83FmOEt {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #cOx3x8Blkg7JphohVpJ9nnqLMzI3iWRk {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #H2NFyPRstvXD935vD4PPf3b45DezJldc {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #NV7MXTWZMEE3Qn4lepcTrAgoiMFViIlG {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #Us3TcTDIrES7C9H4wLcsBWoyzJ6nw614 {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #bZS0tZBRBp6QaWQd5LTfhHH9yecCBxSI {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #a2Nc0LWbPub5rXmTrBZdev7zxcza24ip {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #wnUBT4GWokODJH08vUcO0QHOuiTtZ3xW {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #ToQTmu8NnAEFFoUylVs9TVX1lwlGqWve {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #S0yiN6m6T2B6p20fv0wk3ktza0Qs6QWn {  }
 }@media only screen and (max-width: 763px) { #iCh7WoeiwlbXs5A10FJprQ2sWNcheqZ8 { top:5.125rem;left:0rem;width:23.4375rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfAQi3I08ud6SHKCvcc29qgTTEBcQlrn { top:40.6875rem;left:0rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 { display:none; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 { display:block; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwdmK9QTK5IhETXlAlXADOhkz45SfqlJ { top:7.8125rem;left:0.5625rem;width:21rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o93RystzziyHJ2or1aZ5TRixwCQ6uOgo { top:5rem;left:25.8125rem;width:20rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxEtTcpTfpZ40aFVRGZsJ84vrKQCtJKH { top:11.3125rem;left:29.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSKUp6U4iqfOo5Ou4ZOtTqzWL9lVtsa { top:13.8125rem;left:28rem;width:15.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTAPy6M0s7RfSQ6PlI5bdeJD30QvxR3 { top:15.25rem;left:29.125rem;width:13.5rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axgurOTgpayqpTxBtaeBMH9CrwnSxWN1 { width:15.9375rem;height:3.4375rem;top:30.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGrHyRmE2ToZBw1mZwkucJKHiELERbPh { display:block; }
 }@media only screen and (max-width: 763px) { #N1e5XJRzR99bOs1N4KqukBA3D9bXtaXo { top:24.9375rem;left:29.0625rem;width:13.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuzpPTM6KK68uKBySZ673Rx6wMb7KlRI { top:5.5rem;left:2.75rem;width:21.125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5saVXHGcN5Ilo8O51LcnBZeWeItM8K { top:3.3125rem;left:25.25rem;width:21.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHZtohClPMihfl1fP2iHLFRVHebf0HTa { top:2.4375rem;left:36.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OupXhtzw1vVyWhqHp1EGWwkr9I8m5EGc { top:3.875rem;left:20.625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bliBAfhPVW28Fsu6O6cOlh68sm4ExXZh { top:12.4375rem;left:27.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEFadKvbLrn9I479gqrS2O51wigqivz1 { top:8.5rem;left:9.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qctD9wx4xiGuql7HExgaaX5KSyCm0uAc { top:20.8125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyp9FrKgAoc5A1v1GA4T5QIMHuxu3sSa { top:34.75rem;left:27.96875rem;width:15.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W29Tc7pO15s3FK8TybAyoUsegldGIQno { top:2.375rem;left:0rem;width:30.5625rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ30MHvmIlk6bBzqWuOaAQE6svMwxvk7 { top:29.4375rem;left:27rem;width:17.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc { display:block; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE2MPr7EkuSMOt6SLVs1BvNayXzlAkCA { top:4.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1aiODP81kc08c0gisUfBo8EgIsT93L6 { top:4.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAUFxRgIcwcCdisqGdsOvL4J6Z6FZLDt { top:4.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCt08L7ORqi1ng21nqwlKWS0JPHpllZw { top:4.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRdVEhfaWIqvkxw6q7zdLUueVQ0eFhKP { top:4.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHSiTkOiuIoCOHgAXlDcBuyP58alZgdm { top:4.8125rem;left:4.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1LsftrviiQU58OCuZES975b1yyDHUtZ { top:4.8125rem;left:2.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrxdkz77mNxvLamnK5eBAqNEWt6xITz { top:4.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppZhXygBVJrRTBtXawW2ScJO4TIODFuG { top:4.8125rem;left:7.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE3IBaSQauBdpRww2WKpsvDfOqIbX3R1 { top:4.8125rem;left:10rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQqkP6bdQItCMb2kmTNDNVUvW8Whuuym { top:4.8125rem;left:12.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5gqkudWe7uZpnkP1EUtobb9omELL6Ot { top:4.8125rem;left:15.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWNcpXk7eFLsWZ0RNCUw562UxkJTETBG { top:4.75rem;left:17.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGlqbNnQGMsHBWlFATZhZo1qecHo3bKX { top:4.75rem;left:20.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdacey3fTZSNkdGrBi75CWNaTXK49pC { top:4.8125rem;left:22.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evFlpEwE6R69skIzT336G0DqEXkbwGtV { top:4.8125rem;left:25.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDvg8ki6hGchWhVLIigqTTzURMKVlXqH { top:4.8125rem;left:28.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvO89rN00CTLaFEEI8xT6mAgNgqR2GfA { top:4.8125rem;left:30.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWi6OZePnJSU1tbrINT2d70ABLfL4zPF { top:4.8125rem;left:33.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQq1yOkOw6PuPNI92BeEVcSsuWuXlmvn { top:4.8125rem;left:35.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSIJGFZkLqgxDDPawXPvPNxFzJdmwzax { top:4.75rem;left:38.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvCdvBmwLUzOZG6irepKt1wTnLn6oSGI { top:4.75rem;left:40.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBL7x9wsivXS3TrAdz96Jlm9S5OA2Bxt { top:4.8125rem;left:43.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1G4TFVQ3glsiTaBJbvA8Avmxqp7TzAz { top:4.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDrE1r31ZFfMS2vR7T8NWAuieanpguXX { top:4.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V00hzVgc0xZzVuy7azbSsxXDtTA1y6sX { top:4.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqcU6ghNQnTZVs6LXsq3EJTVWQUoMht6 { top:4.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNMIChOCb26Wmd8U0W0DXckvf1p3XJOP { top:4.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5451tiTzzmAEc34aKo4V8LfZTWCL6tZ { top:4.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD { display:block; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJEJ3gqtP8dAgScM6uVb529Z3IC72lG { top:3.8125rem;left:0rem;width:17.375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8eomctMTTlasy3V57ccHTHLNEsEInBI { top:5.875rem;left:7.0625rem;width:13.125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEMIQ4hWEJPAqCPC78q6ZdrJ3aKsT57F { top:5.875rem;left:13.6875rem;width:34.0625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#S9K9ksnT06J3R2nRJ01f58yTFGaBPxDZ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OCMudSyqsHpOlTN7cSPazaV2vBlxVUmw { width:3.8125rem;height:2.4375rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKFn2qbwa09nZI4kAxmBmHTTDBOPTnZU { width:9.25rem;height:2.1875rem;top:0.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCNm7XXa6FTxAabHlNJc7glHWis2zTm9 { display:block; }
 }@media only screen and (max-width: 763px) { #ttq7BCShinmROikrIcNvo2CWogumrzC8 { width:20rem;height:0;top:12.09765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i80vWuy4MIpbyKmPGT0eAfqZoJxMGS0L { width:5.8125rem;height:0;top:9.7109375rem;left:7.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Gz54H3MbppuHelM3DogWUepwleqPETZ3 { width:10.8125rem;height:0;top:7.32421875rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lFpoNeVZ29DhHNBd4Ps7UHonSNZ9K4p8 { width:10.8125rem;height:0;top:4.9375rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/537e13a5-a1bc-4008-9da5-583ba481f630/gifsmall.gif");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwtwvdUMQnU4tquM22LywfMIg9SSANwz { width:11.4375rem;height:8rem;top:7.28125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TytNa5EThm6aMKox8lWJ7aqerCPTSRL9 { width:15.9375rem;height:0;top:15.3125rem;left:2.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fmpQIyIAGT8o8tZ6tlQ7GigxLJDwo7ug { width:17.9375rem;height:3.4375rem;top:24.8125rem;left:1.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpiMu4bPwgo1qgNVaZfiqRxoLdl6Csga { display:block; }
 }@media only screen and (max-width: 763px) { #Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 { display:block; }#Nlth4UbBJRAcgrDAt1zHdZNOJUptQAS2 > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZKLWmoSwmmDnudeexgF5T3k4EKSiAlq { width:20rem;height:1.6499rem;top:4.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMqlfvRbi7Vb3BAID2Ced7OqcsFD7qcw { width:14.375rem;height:6.8203125rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGEsS4q31AXye7g250vSiUroqIQtQlpo { display:flex;width:6.0625rem;height:6.0625rem;top:23.37939453125rem;left:13.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4HW6L5rQ0yf42rfIfica8siDRwBaTLG { width:13.3125rem;height:14.625rem;top:16.91015625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG { display:block; }#a7ACgd4eeeRaRwoUIsmP2lHK3Rp9Z5TG > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqEBxiXRhdC8KSm9zTTxa3OZJipuCRL1 { width:12.5rem;height:1.29980625rem;top:2.625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBABQb3kHIJqr24DuXAREliFZW4mOzbz { width:9.25rem;height:1.29980625rem;top:8.625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwl5VD3tGipsAEmfIdc2xB9xpTzsnL9S { width:12.5rem;height:1.29980625rem;top:14.1875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1KbAiifozbHtRTs0uhJcw54NxrOriR1 { width:6.75rem;height:1.29980625rem;top:19.875rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbdJQQgLAmLRmi2SSJ64zDWQPqLIMr25 { display:flex;width:2.1875rem;height:2.1875rem;top:2.1875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #EiVgqd7qfow5nS8d7hJU55i2ot6e8fhO { display:flex;width:2.1875rem;height:2.1875rem;top:8.1875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #kicLLoogQRncXWiVzsgHwOFZ51l7ZB1B { display:flex;width:2.1875rem;height:2.1875rem;top:13.75rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #urM8SxL7PBZ6CGcnkoMQh50ky3nKOSPL { display:flex;width:2.1875rem;height:2.1875rem;top:19.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ELSCC4TEfWwn1lexeo50TSV7dKwcIIW5 { width:19rem;height:4.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W11Uv5cHO3xsrw3KuLiMNM0rVUHLqhCW { width:15.125rem;height:4.3125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZ3KA9ElspiSsV9WyN87l0nFCoyDRvwC { width:18.375rem;height:4.3125rem;top:12.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuPlSa9wIniTwOlms2mZsZyDeyAazmdN { width:12.0625rem;height:4.3125rem;top:18.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w { display:block; }#kxDzTJQ8zOADWJbWnLX5u6rtlhHzvx1w > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGUTkPGN3FCyMksLlMC40pLuEnmaSUiA { width:20rem;height:1.94970625rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #isoPNgcGoq3UpcIg1p4DfQxnRVnxFs4L { width:20rem;height:0;top:7.8623046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MD4Xyz46szESCr0dQQUiFOAkTbc5bTrC { display:flex;width:2.1875rem;height:2.1875rem;top:15.3125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #CRKcPzKTRXfuXD4wHnSfqlon7PquDBxz { width:19rem;height:4.3125rem;top:14.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuC4qx4vSCHPJ33uG3iQEWRmDSDTfJoF { width:7.4375rem;height:1.29980625rem;top:15.8125rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6l1LLDwVgJy0KPihfDxrxAU2UCfJEWZ { display:flex;width:2.1875rem;height:2.1875rem;top:20.9375rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #UzE7Sna84NkAuGvPqxKghD8awvibFSe8 { width:19rem;height:4.3125rem;top:19.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoizwhnzMQRQCDzToZ8smNa0yZltvRbh { width:11.6875rem;height:1.29980625rem;top:21.4375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJU0oOfelny4t6et33oTCTb1hJxPGVNA { width:19rem;height:4.3125rem;top:25.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrfGPRKUIA92H2mT6Imak74THagzopGu { display:flex;width:2.1875rem;height:2.1875rem;top:26.5625rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #L46EhhkXvtNDsyTwqaTo0pDt2I0CFg23 { width:11.6875rem;height:1.29980625rem;top:27.0625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wft6d5mgnX2FtkbtkqokZqNTBx6aXTFw { display:flex;width:4.25rem;height:4.25rem;top:10.249025rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa { display:block; }#o0uRDGftRMqW7o8LsK2o8mLa5UNttbGa > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OC8leNwyqlLS9n02riLMEekC5QJUkkQg { display:block; }#OC8leNwyqlLS9n02riLMEekC5QJUkkQg > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDZCe9eorBzBxc0kJoACTi0752HDuPP8 { width:20rem;height:1.29980625rem;top:3.818359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa { display:block; }#NMTPHDmXAQDACKKlbmwq9vX7N17hmKpa > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHgOgMveDCKcWEgCUv9pD92RgrJaVDZ8 { width:11.375rem;height:2.5996125rem;top:5.625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgNo7RBGbGM9WQZ6S1a1cADWEtQRftdr { width:12.5625rem;height:3.8994125rem;top:13.8496125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL1TO58THRqfo6vrk4Tp85aCiEAfgWM6 { width:11.125rem;height:2.5996125rem;top:24.5625rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txi5Lr9LqzkL8rqvHuAr8XHkOlMXgvrJ { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PbTVHyUAVtvsLrtWfUURGLFncKqpGsTJ { display:flex;width:3.125rem;height:3.125rem;top:9.4746125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #imoLT1ATgVonx8zSRwgvAwxI9dosMckh { display:flex;width:3.125rem;height:3.125rem;top:20.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr { display:block; }#IqwvNpFEnITVZh5dUg2ZgUDywtNJ4Fqr > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brIC84mPGiLKnzfMisvsKQDJEkd3MJiR { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfIK0ARqcbDLDEo3iswfPfFNmMXzbS9t { width:9rem;height:1.29980625rem;top:10.25rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fahb7nKDUfhVvWnIHKwV6CcOOzvxXOVT { width:7.625rem;height:3.8994125rem;top:12.8125rem;left:6.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnrFap8cCF9FzbzsCc5VTmVPvduELWf { width:7.8125rem;height:2.5996125rem;top:18.5rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHWJc9xWyD4LpJE7LxdRIEGGL1AO3ZfN { width:7.8125rem;height:2.5996125rem;top:22.625rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S61KlP5Q31LpxWqmNz6Mf5Og5RWtItWf { width:7.8125rem;height:3.8994125rem;top:26.875rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHuECieHkc8zOP72Nmr9iKU7U4RXtAMN { width:7.8125rem;height:1.29980625rem;top:33rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNnSp8SNsORNl8bNIOlJE6R3WlkQtMGK { width:7.8125rem;height:2.5996125rem;top:36.0625rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #teKs8yfSUeCXMoN0NNz4AGHnq3UT23R3 { width:5.1875rem;height:2.5996125rem;top:41.125rem;left:7.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hnzfqH8hEzocc1T2Iqe3CVUaorfgi2QR { width:20rem;height:1.0996125rem;top:2.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrrXH0GpEP2RsrT3n1y8dbiEoDL2VAEZ { display:flex;top:12.5rem;left:0rem;width:3.8125rem;height:3.8125rem;z-index:15010;opacity:.1; }
 }@media only screen and (max-width: 763px) { #gszXwohMk54VVGRA9MldMTioB5K6GTPx { display:flex;top:22.625rem;left:16.125rem;width:3.75rem;height:3.75rem;z-index:15011;opacity:.1; }
 }@media only screen and (max-width: 763px) { #P0Oya5ZJVkvEcTzulxBlohSqatsPEQXx { display:flex;top:33rem;left:0rem;width:3.4375rem;height:3.4375rem;z-index:15012;opacity:.1; }
 }@media only screen and (max-width: 763px) { #FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ef6fb4fa-a4d0-4060-b7c0-2b811823a165/kombuchaklasyczna.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh.adaptive-delivery-prevent-bg, #FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh.lazyload, #FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh.lazyloading { background-image: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container { background-color: transparent; background-image: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container > .video-iframe-container { display: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row > .video-iframe-container { display: none; }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .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); }#FaEpetT0mAHlaNfBxBTzsmNrIZ3oR5dh > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W .accordion-heading-text { font-size:1.125rem;height:auto; }
#VmqK8d6MawvM1IshU38T3idzqHDacb1W { display:flex;height:auto;width:17.5rem;top:3.5996125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #LTJNTfVPc9eDpLiTgUvM6uDXqVhZG0qc {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #IO8STzxWpHVacrnswQGkhR2AwL8uMKyR {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #n9rHU8UAsTx6JS236gIkDXc7KBbFGxZu {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #UFTaJXUowa0467kMeG8lvDrngw8bLSgT {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #kvxZbNFfgMsE7LbVwHbWzZ97oqtueDhw {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #udLWafT73wCdnqiROnyvK1l4ugeknKEl {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #otM5H6VTZuNPC8ytfockMAQNlXnePhSu {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #XHofcMdZb8QH0HpQccPWsDQ2Qu0v8DSu {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #nVbGIzGHTGKn1b9qTrLTLWCWDeEHAmfl {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #BDRLrCflTiLrConhOTtnb29er2tN9d4K {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #SWhC7ccMATEpJPWuNhRgyQRSH83FmOEt {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #cOx3x8Blkg7JphohVpJ9nnqLMzI3iWRk {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #H2NFyPRstvXD935vD4PPf3b45DezJldc {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #NV7MXTWZMEE3Qn4lepcTrAgoiMFViIlG {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #Us3TcTDIrES7C9H4wLcsBWoyzJ6nw614 {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #bZS0tZBRBp6QaWQd5LTfhHH9yecCBxSI {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #a2Nc0LWbPub5rXmTrBZdev7zxcza24ip {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #wnUBT4GWokODJH08vUcO0QHOuiTtZ3xW {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #ToQTmu8NnAEFFoUylVs9TVX1lwlGqWve {  }
 }@media only screen and (max-width: 763px) { #VmqK8d6MawvM1IshU38T3idzqHDacb1W #S0yiN6m6T2B6p20fv0wk3ktza0Qs6QWn {  }
 }@media only screen and (max-width: 763px) { #iCh7WoeiwlbXs5A10FJprQ2sWNcheqZ8 { width:20rem;height:1.0996125rem;top:1.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfAQi3I08ud6SHKCvcc29qgTTEBcQlrn { width:11.0625rem;height:2.5996125rem;top:37.14794921875rem;left:4.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 { display:block; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 { background-color: transparent; background-image: none; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .row .container > .video-iframe-container { display: none; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .row > .video-iframe-container { display: none; }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .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); }#b2wa9CTf5yALSSmoD9LTIt4zLdwwoQ31 > .row .container { width:20rem;background-color:transparent;background-image:none;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 { display:block; }#kdfFpk8IfVFREqDKr30JhTW5AXx7TvP1 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwdmK9QTK5IhETXlAlXADOhkz45SfqlJ { width:14.4375rem;height:15.6875rem;top:2.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o93RystzziyHJ2or1aZ5TRixwCQ6uOgo { width:20rem;height:3rem;top:22.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxEtTcpTfpZ40aFVRGZsJ84vrKQCtJKH { width:12.5rem;height:1.29980625rem;top:27.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCSKUp6U4iqfOo5Ou4ZOtTqzWL9lVtsa { width:15.625rem;height:9.625rem;top:31.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTAPy6M0s7RfSQ6PlI5bdeJD30QvxR3 { width:13.5rem;height:6.9970625rem;top:33rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axgurOTgpayqpTxBtaeBMH9CrwnSxWN1 { width:15.9375rem;height:3.4375rem;top:47.8125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGrHyRmE2ToZBw1mZwkucJKHiELERbPh { display:block; }
 }@media only screen and (max-width: 763px) { #N1e5XJRzR99bOs1N4KqukBA3D9bXtaXo { width:13.5rem;height:3.199225rem;top:42.6875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuzpPTM6KK68uKBySZ673Rx6wMb7KlRI { width:16.3125rem;height:16.5625rem;top:3.25rem;left:2rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5saVXHGcN5Ilo8O51LcnBZeWeItM8K { width:20rem;height:34.125rem;top:21.75rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #AHZtohClPMihfl1fP2iHLFRVHebf0HTa { display:flex;width:4.3125rem;height:4.3125rem;top:18.1875rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #OupXhtzw1vVyWhqHp1EGWwkr9I8m5EGc { display:flex;width:3.25rem;height:3.25rem;top:2.5rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #bliBAfhPVW28Fsu6O6cOlh68sm4ExXZh { display:flex;width:1.875rem;height:1.875rem;top:30.1875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #rEFadKvbLrn9I479gqrS2O51wigqivz1 { display:flex;width:2.625rem;height:2.625rem;top:4.25rem;left:3.375rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #qctD9wx4xiGuql7HExgaaX5KSyCm0uAc { display:flex;width:2.6875rem;height:2.6875rem;top:13.5rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #zyp9FrKgAoc5A1v1GA4T5QIMHuxu3sSa { width:15.6875rem;height:1.13720625rem;top:52.5rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W29Tc7pO15s3FK8TybAyoUsegldGIQno { width:18.625rem;height:19.4375rem;top:1.6875rem;left:1.0625rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #cZ30MHvmIlk6bBzqWuOaAQE6svMwxvk7 { width:17.625rem;height:4.75rem;top:47.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc { display:none; }#ftv1adETNfTb7BIZysfBzqA9pfLtE5Rc > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HE2MPr7EkuSMOt6SLVs1BvNayXzlAkCA { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1aiODP81kc08c0gisUfBo8EgIsT93L6 { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAUFxRgIcwcCdisqGdsOvL4J6Z6FZLDt { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCt08L7ORqi1ng21nqwlKWS0JPHpllZw { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRdVEhfaWIqvkxw6q7zdLUueVQ0eFhKP { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHSiTkOiuIoCOHgAXlDcBuyP58alZgdm { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X1LsftrviiQU58OCuZES975b1yyDHUtZ { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFrxdkz77mNxvLamnK5eBAqNEWt6xITz { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppZhXygBVJrRTBtXawW2ScJO4TIODFuG { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EE3IBaSQauBdpRww2WKpsvDfOqIbX3R1 { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQqkP6bdQItCMb2kmTNDNVUvW8Whuuym { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5gqkudWe7uZpnkP1EUtobb9omELL6Ot { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWNcpXk7eFLsWZ0RNCUw562UxkJTETBG { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGlqbNnQGMsHBWlFATZhZo1qecHo3bKX { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ofdacey3fTZSNkdGrBi75CWNaTXK49pC { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #evFlpEwE6R69skIzT336G0DqEXkbwGtV { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDvg8ki6hGchWhVLIigqTTzURMKVlXqH { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvO89rN00CTLaFEEI8xT6mAgNgqR2GfA { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWi6OZePnJSU1tbrINT2d70ABLfL4zPF { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQq1yOkOw6PuPNI92BeEVcSsuWuXlmvn { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSIJGFZkLqgxDDPawXPvPNxFzJdmwzax { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvCdvBmwLUzOZG6irepKt1wTnLn6oSGI { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eBL7x9wsivXS3TrAdz96Jlm9S5OA2Bxt { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1G4TFVQ3glsiTaBJbvA8Avmxqp7TzAz { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDrE1r31ZFfMS2vR7T8NWAuieanpguXX { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V00hzVgc0xZzVuy7azbSsxXDtTA1y6sX { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqcU6ghNQnTZVs6LXsq3EJTVWQUoMht6 { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNMIChOCb26Wmd8U0W0DXckvf1p3XJOP { display:flex;width:1.875rem;height:1.875rem;top:4.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5451tiTzzmAEc34aKo4V8LfZTWCL6tZ { display:flex;width:1.875rem;height:1.875rem;top:4.8125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD { display:block; }#XBTN2SEN4mEsTQGllkcGqW5xX2L1I6hD > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWJEJ3gqtP8dAgScM6uVb529Z3IC72lG { width:8.5625rem;height:5.5rem;top:2.3125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8eomctMTTlasy3V57ccHTHLNEsEInBI { width:12.875rem;height:6.9970625rem;top:9.125rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEMIQ4hWEJPAqCPC78q6ZdrJ3aKsT57F { width:18.5625rem;height:6.9970625rem;top:18.56103515625rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }