.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,224,217;--color-primary-1:222,203,183;--color-primary-2:255,101,66;--color-primary-3:153,61,40;--color-primary-4:68,57,51;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/00f2d8cb-d4fa-471d-84af-31ae18856492/Jaskolkaall2IR0A7946.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container { display: none; }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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); }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f6f2f1, #957f67);background-image: -moz-linear-gradient(115deg, #f6f2f1, #957f67);background-image: -ms-linear-gradient(115deg, #f6f2f1, #957f67);background-image: -o-linear-gradient(115deg, #f6f2f1, #957f67);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f2f1', endColorstr='#957f67' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f2f1', endColorstr='#957f67' );";background-image: linear-gradient(115deg, #f6f2f1, #957f67);background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row .container { background-color: transparent; background-image: none; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row .container > .video-iframe-container { display: none; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row > .video-iframe-container { display: none; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .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); }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row .container { border-width: 0; border-radius: 0; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#LmD6tCbV9wT2dQikVtcIFViFgotlxMJ3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.0625rem;width:6.1875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#VdTyOZJ1iHMmKUTMlTrDv5r8VyvmWncT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:left;text-align-last:left;top:0.875rem;left:58.58749961853rem;display:block; }
#XF99GhcXL4nPGhaL9BaueMuurQRFvDi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0QcsKB9SId03P6wHZTf88PFluX7W58M { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:0.96875rem;left:55.58749961853rem; }
#sGSIPkmaVyvigQOdPVsKfs7hTWnEh5oM { display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4750003814698rem;left:39.687498092651rem;height:1.3rem;font-style:normal;color:#000000;display:block; }
#qhpt8rx3N8RA3hQJpDk9dlKGzctaiqTH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.28125rem;left:36.656248092651rem; }
#Zm4P1LleFny0B5rNO61Z1oFHHnw9uWQS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.59375rem;left:67.837499618531rem;display:none; }
#Zm4P1LleFny0B5rNO61Z1oFHHnw9uWQS > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#U4SHhNBRTz3hIgUooKbhGWrVTN3aGdhK { display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4750003814698rem;left:39.687498092651rem;height:1.3rem;font-style:normal;color:#000000;display:none; }
#eddK7zKdk5JKHSlXAgTnDEMethkzgHgz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.125rem;left:22.05624961853rem; }
#eddK7zKdk5JKHSlXAgTnDEMethkzgHgz > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#IoRw0IGumc7tVGoJJpnvvBRiBkUb5xsQ { display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4750003814698rem;left:24.937498092651rem;height:1.3rem;font-style:normal;color:#000000;display:block; }
#qAumGh0UX0GnabeIC102FWN6olUQ1FHE { background-color:rgba(var(--color-tertiary-0),0);background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-1),0), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-1),0), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-1),0), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-1),0), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),0)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-1),0), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { background-color: transparent; background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { border-width: 0; border-radius: 0; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:75rem;height:54.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#umoo200tBqQed1yuwgahX7ssk4uc9KTN { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.112500190735rem;left:0rem;height:6.74375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#xI25BzEmeO8wO5uRqSI3nUn4KvcXzFBT { display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:46.562499046326rem;left:38.906248092651rem;height:1.70625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#DTSmGrcqW65QK7WGedOOZhL5cnKZWS7T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:46.696875572204rem;left:36.781248092651rem; }
#c8TctLiQVUsUyZ5vGArONCMUOTKGTvJE { display:block;width:53.6875rem;position:absolute;font-family:dosis;font-size:5.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.30624961853rem;left:0.48749923706055rem;height:7.06875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#L0clBnXqQGaCTFvetOJ57qbcORvKO6hC { display:block;width:74.5625rem;position:absolute;font-family:dosis;font-size:3.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.581250190735rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#bEsEUb9iy4ZPUoI4JXrFtuUfMFnH95GC { border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:6.8125rem;width:31.5rem;position:absolute;display:block;z-index:15003;top:28.012500762939rem;left:11.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#n5Tz8SGbLXQ7ffq6WJmdbHuaecnCEKWi { display:block;width:13.4375rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.721875667572rem;left:50.41250038147rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#MP1xQgsFWC4F9lesHd4R000rV6QZSuv0 { display:block;width:63.3125rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:18.856250762939rem;left:11.5625rem;height:3.9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#KVBmSWFBOTHVScLVs2rfsUPuBZS71nhg { border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:8.875rem;width:38.9375rem;position:absolute;display:block;z-index:15004;top:18.331249237061rem;left:23.093748092651rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#Jmme0XsJTwL8A7Iy5I1Btr5DMw0z1GMH { position:absolute;display:block;z-index:15019;height:11.0625rem;width:19.75rem;top:6.1625003814697rem;left:0rem;display:block; }
#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),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; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row .container { background-color: transparent; background-image: none; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row .container > .video-iframe-container { display: none; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row > .video-iframe-container { display: none; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .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); }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row .container { border-width: 0; border-radius: 0; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#QiqWqp4IoNGxmiwyQVdGriO4fNVg9uXE { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.3125rem;left:0rem;height:2.6rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y9vnTRr3i65DO2M8Re98Hw1TMVoDGNOK { display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:3.6125011444092rem;left:0rem;height:1.4875rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #decbb7, #443933);background-image: -moz-linear-gradient(top, #decbb7, #443933);background-image: -ms-linear-gradient(top, #decbb7, #443933);background-image: -o-linear-gradient(top, #decbb7, #443933);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#decbb7', endColorstr='#443933' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#decbb7', endColorstr='#443933' );";background-image: linear-gradient(to bottom, #decbb7, #443933);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row .container { background-color: transparent; background-image: none; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row .container > .video-iframe-container { display: none; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row > .video-iframe-container { display: none; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .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); }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row .container { border-width: 0; border-radius: 0; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#vbtlE5P03MfwTGK30D8t4v1AMXQzHmZ2 { display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:3.0625rem;left:3.7999992370606rem;height:1.575rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#tdRdpvs2DCc6L676l35TIUMe9x6tTAZO { display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:3.0625rem;left:23.675001144409rem;height:1.575rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#x8VNLoGe6VoiDAqFXKn4g5cHAKmG66rJ { display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:3.0625rem;left:45.925001144409rem;height:1.575rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#wWMTMXiJ4GQbnQZMWQxTQbpcqHGmu2cA { display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:3.0625rem;left:66.87499809265rem;height:1.575rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#i68gby0UhIDfcr4U5fBT0sskJETBHohO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.2875003814698rem;left:0rem; }
#oI100fT22zcBK6iPXCMob6Per08qEM7v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.5062503814698rem;left:19.237499237061rem; }
#iLsDBNVApoVoMA5ZycDFQdUKNzsa6aAE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.6312503814698rem;left:42.175001144409rem; }
#lEtZ8XShXF1aIHqvBkenPl3xNHPftaLT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.6312503814698rem;left:63.425001144406rem; }
#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),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; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row .container { background-color: transparent; background-image: none; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row .container > .video-iframe-container { display: none; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row > .video-iframe-container { display: none; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .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); }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row .container { border-width: 0; border-radius: 0; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#SZ4n4b2sMJMSyJpd23lKDHAt8UQq9Tt9 { display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7874965667724rem;left:14.6875rem;height:1.86875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#AukMIGh0w3RfhMfNgDCtaWiXIkueDnHu { 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:15007;opacity:1;top:0.9375rem;left:35.343748092651rem; }
#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),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; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row .container { background-color: transparent; background-image: none; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row .container > .video-iframe-container { display: none; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row > .video-iframe-container { display: none; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .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); }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row .container { border-width: 0; border-radius: 0; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#ft5yKZTdh2bD7I1tfN65nAoKtv62atOR { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:3.0625rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#cbTif3Ai2TTWf3Ax9f2WOTWHBdvDOfuv { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:28.062498092651rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#drxoKRu8yGKdnrarbQvdOf1fuLRU7xKr { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:53.624998092651rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#LhwEiNsGTaFDCRb2GB60XBl3L3KuzxHS { 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:15006;opacity:1;top:1.2749977111816rem;left:35.343748092651rem; }
#SdETUQVym5AUzZ6PuI2cddT31J3fvsm3 { 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:15007;opacity:1;top:1.2749977111816rem;left:10.34375rem; }
#i53VXEX6CwTJ62Ooh9TwqcDIzDawTkG9 { 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:15008;opacity:1;top:1.2749977111816rem;left:60.343748092651rem; }
#HBJSczPfByvRJExSDvpdcBU5DR145yrF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),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; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row .container { background-color: transparent; background-image: none; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row .container > .video-iframe-container { display: none; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row > .video-iframe-container { display: none; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .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); }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row .container { border-width: 0; border-radius: 0; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#pTO1vbqTcc4co8OWDRcJyH3gCyOl9TlX { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:3.0625rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#KbOcliWdqxycxOb0Ix8EMTigFaremeDg { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:28.062498092651rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#gCLkeP6gMrqmtqGOnruuXZTdKitg7npH { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:53.624998092651rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#wUCTDpDynE3eWpxGiTCCzTSUi64XCFNU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.74374961853025rem;left:35.562498092651rem; }
#r1uzzrWGG1XXoiGsltC5heNa7MgpOr8k { 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:15007;opacity:1;top:0.52499961853027rem;left:10.34375rem; }
#H7EBXJlu3a9y1N5Tvk9J4I4oHRKGgKEa { 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:15008;opacity:1;top:0.52499961853027rem;left:60.343748092651rem; }
#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),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; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row .container { background-color: transparent; background-image: none; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row .container > .video-iframe-container { display: none; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row > .video-iframe-container { display: none; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .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); }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row .container { border-width: 0; border-radius: 0; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#TuGM1Q6aIs2H444A5HpPDhpygy0DISUT { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:3.0625rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#PKDdNxwVfE1KA6kUDFGgEmft1gCAFXro { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:28.062498092651rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#ezKtRqCO5mTEK0XILRLV60R36bcpkn4u { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.2124996185303rem;left:53.624998092651rem;height:1.4625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#U2dML59AuBTRFa8mbfqMGCBJpk5TspJl { 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:15006;opacity:1;top:0.52499961853027rem;left:35.343748092651rem; }
#dlMaB8a8NRBLE26eyh90hOLkZqyyWar0 { 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:15007;opacity:1;top:0.52499961853027rem;left:10.34375rem; }
#LPDIZDkBAngaDvOb2NlgssXDxPSubRWF { 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:15008;opacity:1;top:0.52499961853027rem;left:60.343748092651rem; }
#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f69f8a;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; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row .container { background-color: transparent; background-image: none; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row .container > .video-iframe-container { display: none; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row > .video-iframe-container { display: none; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .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); }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row .container { border-width: 0; border-radius: 0; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#TGJ0RJoE0Hi1AwtKdJVoXiLdAG15uLBt { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4468746185302rem;left:0rem;height:2.35625rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,101,66,0.98);background-image:url("https://images.assets-landingi.com/uc/46797524-9adb-46d7-8c2d-425a64e7e22e/476834397_1148869309914193_8781935759073718061_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr.adaptive-delivery-prevent-bg, #W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr.lazyload, #W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr.lazyloading { background-image: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container { background-color: transparent; background-image: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container > .video-iframe-container { display: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row > .video-iframe-container { display: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .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); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container { border-width: 0; border-radius: 0; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#sMzTON5PefFMgSS6f3AKABmGA9q7cv7d { display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.8;letter-spacing:0;top:3.1437511444092rem;left:22.937498092651rem;height:15.3375rem;color:rgba(var(--color-tertiary-2),1);font-style:normal;display:block; }#sMzTON5PefFMgSS6f3AKABmGA9q7cv7d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sMzTON5PefFMgSS6f3AKABmGA9q7cv7d li:before{  }
#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f6f2f1, #957f67);background-image: -moz-linear-gradient(115deg, #f6f2f1, #957f67);background-image: -ms-linear-gradient(115deg, #f6f2f1, #957f67);background-image: -o-linear-gradient(115deg, #f6f2f1, #957f67);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f2f1', endColorstr='#957f67' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f2f1', endColorstr='#957f67' );";background-image: linear-gradient(115deg, #f6f2f1, #957f67);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row .container { background-color: transparent; background-image: none; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row .container > .video-iframe-container { display: none; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row > .video-iframe-container { display: none; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .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); }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row .container { border-width: 0; border-radius: 0; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#d4MUbetQuFH6HaTAH6MOQRoLaIVGiJeo { display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:1.6374998092651rem;left:20.6875rem;height:2.475rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QKWveUI4snvEdWNbryQlMvC48sMNL2XN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.875rem;left:46.562498092651rem; }
#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/9e83fe17-2f0c-4271-81af-0ef7d164f7d5/unnamed23.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot.adaptive-delivery-prevent-bg, #CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot.lazyload, #CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot.lazyloading { background-image: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container { background-color: transparent; background-image: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container > .video-iframe-container { display: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row > .video-iframe-container { display: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .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); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container { border-width: 0; border-radius: 0; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#XIlTdAwM6OdsQTPlnoZs22dWmsfJb8Sg { display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3812484741211rem;left:17.487499237061rem;height:5.85rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aB5kkRQVMnA1Empqs0JauSOyfvqZokul { display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:10.137500762939rem;left:17.487499237061rem;height:10.5rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#nptNKStEsMgs25TvIr0AWD2fPT8BKnih { border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:35.125rem;width:31.1875rem;position:absolute;display:block;z-index:15002;top:1.8250017166137rem;left:43.71249961853rem;display:block; }
#EqmDtOJrRF8muLW4AXctCJX8u7X9no1w { position:absolute;display:block;z-index:15004;height:12.0625rem;width:22.125rem;top:3.5812377929688rem;left:49.374998092651rem;display:block; }
#a9IuehLuGPTSdeP78IUzdc65KlGiWczZ { display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:24.64999961853rem;left:17.487499237061rem;height:;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }#a9IuehLuGPTSdeP78IUzdc65KlGiWczZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a9IuehLuGPTSdeP78IUzdc65KlGiWczZ li:before{  }
#R7TbsJJSXOUVHdQuESSlV87o6k4muOfw { position:absolute;display:block;z-index:15005;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:5.5rem;width:5.5625rem;top:2.1062511444092rem;left:39.302097417701rem;overflow:hidden;display:block; }
#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/603ac8f9-4bf1-46c6-a4a7-b7306c9ac9d4/lazienka22.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9.adaptive-delivery-prevent-bg, #XIPg6K1Og6rPwUd87hWFinDvnrCodKs9.lazyload, #XIPg6K1Og6rPwUd87hWFinDvnrCodKs9.lazyloading { background-image: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container { background-color: transparent; background-image: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container > .video-iframe-container { display: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row > .video-iframe-container { display: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .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); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container { border-width: 0; border-radius: 0; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#cgEySuFo1ovDvOw6E4EvU0iMo8THv0TK { display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:4.3750057220459rem;left:45.937498092651rem;height:6.3rem;color:rgba(176,132,89,0.86);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ftHmZgDLMD0RfTd3ADq16R1pHPdJLXMv { background-color:rgba(176,132,89,0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27rem;height:4rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:14.537506103516rem;left:46.249998092651rem;display:block; }
#eBhMwihKDwiTxdTtqibCSBcgpmlIoQya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uN3aBqfaTUwbdcJMfn2sKGvB892tLXTg { display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:21.750000953674rem;left:45.937498092651rem;height:3.325rem;color:rgba(176,132,89,0.86);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC > .row .container { border-width: 0; border-radius: 0; }#ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:none; }#D8OTEDrFl4JVg1NK10pcdf8mQ2NtVUdl { box-sizing:content-box;height:4.3125rem;width:3.0625rem;position:absolute;display:block;z-index:15002;background-color:#3880ca;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:67.0625rem;display:block; }
#KTimndXuktTu2NnZVZ2i5v3AVmoHTSRV { position:absolute;display:block;z-index:15001;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:17.8125rem;width:22.5625rem;top:2.0875024795533rem;left:52.437498092651rem;overflow:hidden;display:block; }
#PIK0UKr9loBzEaU4VuQHp7DiWGk2myW2 { box-sizing:content-box;height:1.3125rem;width:17.625rem;position:absolute;display:block;z-index:15003;background-color:#07265a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.637500762939rem;left:52.550001144409rem;display:block; }
#KEs1J5czZAPgQr9OAmgvTswcUdzgJHqs { position:absolute;display:block;z-index:15002;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.0625rem;width:33.3125rem;top:1.2843751907349rem;left:0rem;overflow:hidden;display:block; }
#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a2fd21ed-c2bb-4788-85e0-ceb54f500c33/476823394_1148869126580878_3876691523778005210_n.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l.adaptive-delivery-prevent-bg, #IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l.lazyload, #IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l.lazyloading { background-image: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container { background-color: transparent; background-image: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container > .video-iframe-container { display: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row > .video-iframe-container { display: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .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); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container { border-width: 0; border-radius: 0; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#lMUAs4ahZLKTolRChc5dRXgshTMTJeLg { display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7906255722046rem;left:0rem;height:2.35625rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHGmuELC0AzEgSbsHAyWFBUdEyy830vr { position:absolute;display:block;z-index:15002;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:9.5rem;width:9.5rem;top:9.59375rem;left:1.15625rem;overflow:hidden;display:block; }
#piJMwtbgFIeVTbUcn7FzirJBd03v1agu { display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.725006103516rem;left:-3.625rem;height:3.0875rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqBUBDAG12H7z4fGs2z83XO4wbhbZLb1 { 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:4.25rem;width:11.6875rem;top:12.21875rem;left:13.21875rem;overflow:hidden;display:block; }
#BEvHBSgx50Asyc30RnIkml4HyAh26yxQ { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.72500038147rem;left:11.59375rem;height:3.0875rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9gwkv1hM2WwniulH4t0sVRvbRuqkkUH { position:absolute;display:block;z-index:15004;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:4rem;width:11.5625rem;top:12.34375rem;left:29.437498092651rem;overflow:hidden;display:block; }
#CSSN6qF7b8esvTeiHyiaPdXVXgtrcvbE { display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.72500038147rem;left:26.999998092651rem;height:3.0875rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nb0uJRIfaICqIU3lh5UQlucxN6BAl7Bn { position:absolute;display:block;z-index:15005;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:7.1875rem;width:6.375rem;top:10.75rem;left:48.499998092651rem;overflow:hidden;display:block; }
#NBxPar11tQ3ZSyI5tWKlD7phJRQ6m5Rv { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.72500038147rem;left:44.187498092651rem;height:3.0875rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKdcsrFVQzmvVM2geAEexnImXu0Migdd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/98a22749-8b97-4e64-911c-1fc546306323/360_F_305044657_lVsosbKZMfIX547fyG5wdyfmXDZaa4TC.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd.adaptive-delivery-prevent-bg, #PKdcsrFVQzmvVM2geAEexnImXu0Migdd.lazyload, #PKdcsrFVQzmvVM2geAEexnImXu0Migdd.lazyloading { background-image: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container { background-color: transparent; background-image: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container > .video-iframe-container { display: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row > .video-iframe-container { display: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .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); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container { border-width: 0; border-radius: 0; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#rVAOo2W0uRyMcHTW0GM3eoZ93LOURXiK { display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1656255722046rem;left:37.874998092651rem;height:2.35625rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKi1qhBdTBKUwqMOQnt7OTIKz5KnHrQ4 { position:absolute;display:block;z-index:15002;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:8.6875rem;width:8.6875rem;top:9.09375rem;left:42.749998092651rem;overflow:hidden;display:block; }
#WgRFi7THtzZllwO7r23qf5p0KDNTMABO { display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.4375rem;left:39.624998092651rem;height:2.925rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbDCXACUled5nfR7AZvoaN2P7iWx9823 { position:absolute;display:block;z-index:15005;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:8.1875rem;width:18.625rem;top:9.34375rem;left:56.374998092651rem;overflow:hidden;display:block; }
#zXbekoah1TQdtGPJB0N4lPLedxWuMmEQ { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.4375rem;left:57.633337020874rem;height:2.925rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row .container { background-color: transparent; background-image: none; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row .container > .video-iframe-container { display: none; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row > .video-iframe-container { display: none; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .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); }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row .container { border-width: 0; border-radius: 0; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#TTTRsmd63RH1Lu0BtoSwOhlQ39cACQmx { display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:3.9968757629394rem;left:42.675001144409rem;height:5.25rem;color:#000000;font-style:normal;display:block; }
#sVopGCkCQ5ANJ5p76gZ43tzbx0mor5LT { display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.709379196167rem;left:42.675001144409rem;height:1.4625rem;color:#4d4432;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cuBqa0kLvaqwGstxdxce5pqlbdG45ONp { display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.296873092651rem;left:42.675001144409rem;height:1.4625rem;color:#4d4432;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KHBdapzmrLV6y24EyQkI0mOOJn5ArklZ { display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:15.83437538147rem;left:42.749998092651rem;height:5.25rem;color:#000000;font-style:normal;display:block; }
#tsbgure8qcvKJW4wT6gEg0lxiaypmQMW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:12.396874427796rem;left:7.5rem; }
#gCQ2fuETimf2B8t3aLqntNnBVTEkvBGl { display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:15.834374427796rem;left:0rem;height:6.5625rem;color:#000000;font-style:normal;display:block; }
#BKHgprBHcDZDEdDvar1TQTN51na8XEMc { display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.296873092651rem;left:0rem;height:1.4625rem;color:#4d4432;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tOhZEUVdhMtEP0mqnCNRw31ADKOZK5AR { position:absolute;display:block;z-index:15002;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:10rem;width:30.4375rem;top:0.90937232971194rem;left:3.625rem;overflow:hidden;display:block; }
#PUSLt30L4vlaIWy35LAAgLOfCrWAz2vb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.90937519073488rem;left:49.08749961853rem; }
#gUViWxOXClyTxaQ1VRA9tXCeeoRD2WhJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:12.39687538147rem;left:49.08749961853rem; }
#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(24deg, #decbb7, #ff6542);background-image: -moz-linear-gradient(24deg, #decbb7, #ff6542);background-image: -ms-linear-gradient(24deg, #decbb7, #ff6542);background-image: -o-linear-gradient(24deg, #decbb7, #ff6542);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#decbb7', endColorstr='#ff6542' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#decbb7', endColorstr='#ff6542' );";background-image: linear-gradient(24deg, #decbb7, #ff6542);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row .container { background-color: transparent; background-image: none; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row .container > .video-iframe-container { display: none; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row > .video-iframe-container { display: none; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .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); }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row .container { border-width: 0; border-radius: 0; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#HBAZfAnH9xJFpaTJLkFqgLDUn2RdLMzX { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6031246185302rem;left:0rem;height:2.35625rem;color:rgba(var(--color-primary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(275deg, #decbb7, #ff6542);background-image: -moz-linear-gradient(275deg, #decbb7, #ff6542);background-image: -ms-linear-gradient(275deg, #decbb7, #ff6542);background-image: -o-linear-gradient(275deg, #decbb7, #ff6542);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#decbb7', endColorstr='#ff6542' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#decbb7', endColorstr='#ff6542' );";background-image: linear-gradient(275deg, #decbb7, #ff6542);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row .container { background-color: transparent; background-image: none; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row .container > .video-iframe-container { display: none; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row > .video-iframe-container { display: none; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .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); }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row .container { border-width: 0; border-radius: 0; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#iWkvGUQlaXdGtFM9btRmP72SlWImo8Mu { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#Oxxafay0oEIDSemkGUKr38gfdsMQWc3h { display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5062484741211rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#rEf6cm552uD5Knwo0Z1Qmd3ZT84dJ0LC { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5062503814697rem;left:16.4375rem;height:2.925rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#cCbkaCwv2rfTcooBiEK6AOscuLONy3Dk { display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5062503814697rem;left:33.249998092651rem;height:2.925rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#eCEarpTHmXlvA2sfUEakS2REJThquD8b { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:5.65625rem;left:53.550001144409rem;display:block; }
#HTlGQAw67QpT1d09tpGaGDn9lGVBSBT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvAUWsMxSsU67n932ZhFTZOA11bRwu4z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.8125rem;left:49.687498092651rem; }
#ry9vxFEg8KTG6ypJpCr8NS0ugVXwqcEt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.59375rem;left:67.837499618531rem; }
#ry9vxFEg8KTG6ypJpCr8NS0ugVXwqcEt > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#y6Wqs2ueZL50rwCNPqCPPg037NExztNZ { position:absolute;display:block;z-index:15020;height:1.625rem;width:2.75rem;top:9.2999992370606rem;left:66.556249618531rem;display:block; }
#XNThWv5IO8wUqCMwcnD5HukeqdsNfhZA { display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.875rem;left:27.437498092651rem;height:0.975rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr { position:relative;z-index:auto;display:block; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row .container { width:47.75rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LmD6tCbV9wT2dQikVtcIFViFgotlxMJ3 { width:4.75rem;height:3.125rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdTyOZJ1iHMmKUTMlTrDv5r8VyvmWncT { width:13.5rem;height:2.3125rem;top:0.40625rem;left:34.249998092651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XF99GhcXL4nPGhaL9BaueMuurQRFvDi0 { display:block; }
 }@media only screen and (max-width: 1199px) { #z0QcsKB9SId03P6wHZTf88PFluX7W58M { width:1.5625rem;height:1.5625rem;top:0.525rem;left:31.762501144409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGSIPkmaVyvigQOdPVsKfs7hTWnEh5oM { width:11.375rem;height:1.21875rem;top:0.91250038146975rem;left:19.10000038147rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhpt8rx3N8RA3hQJpDk9dlKGzctaiqTH { width:1.4375rem;height:1.4375rem;top:0.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zm4P1LleFny0B5rNO61Z1oFHHnw9uWQS { width:2.375rem;height:2.375rem;top:7.8125rem;left:42.874998092651rem;display:none; }
#Zm4P1LleFny0B5rNO61Z1oFHHnw9uWQS > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 1199px) { #U4SHhNBRTz3hIgUooKbhGWrVTN3aGdhK { width:11.375rem;height:1.3rem;top:0.91250038146975rem;left:20.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eddK7zKdk5JKHSlXAgTnDEMethkzgHgz { width:1.5rem;height:1.5rem;top:1.0625rem;left:7.52499961853rem;display:block; }
#eddK7zKdk5JKHSlXAgTnDEMethkzgHgz > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 1199px) { #IoRw0IGumc7tVGoJJpnvvBRiBkUb5xsQ { width:9.3125rem;height:1.3rem;top:1.1625003814698rem;left:9.83749961853rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAumGh0UX0GnabeIC102FWN6olUQ1FHE { display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umoo200tBqQed1yuwgahX7ssk4uc9KTN { width:47.75rem;height:4.225rem;top:5.4250001907349rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xI25BzEmeO8wO5uRqSI3nUn4KvcXzFBT { width:10.4375rem;height:1.70625rem;top:24.75rem;left:19.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DTSmGrcqW65QK7WGedOOZhL5cnKZWS7T { width:1.25rem;height:1.25rem;top:24.97812461853rem;left:18.706249237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8TctLiQVUsUyZ5vGArONCMUOTKGTvJE { width:24.3125rem;height:3.65625rem;top:19.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L0clBnXqQGaCTFvetOJ57qbcORvKO6hC { width:35.4375rem;height:2.6rem;top:3.4125003814698rem;left:6.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEsEUb9iy4ZPUoI4JXrFtuUfMFnH95GC { width:28.375rem;height:5.6875rem;top:12.434375762939rem;left:9.637499809265rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5Tz8SGbLXQ7ffq6WJmdbHuaecnCEKWi { width:10.1875rem;height:1.625rem;top:16.25625038147rem;left:29.78125rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #MP1xQgsFWC4F9lesHd4R000rV6QZSuv0 { width:40.0625rem;height:3.00625rem;top:13.25rem;left:3.84375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KVBmSWFBOTHVScLVs2rfsUPuBZS71nhg { width:17.8125rem;height:4.1875rem;top:19.481250762939rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jmme0XsJTwL8A7Iy5I1Btr5DMw0z1GMH { width:19.75rem;height:11.0625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV { display:block; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row .container { width:47.75rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QiqWqp4IoNGxmiwyQVdGriO4fNVg9uXE { width:46.5rem;height:1.86875rem;top:0.74999904632569rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9vnTRr3i65DO2M8Re98Hw1TMVoDGNOK { width:46.5rem;height:1.4875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 { display:block; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row .container { width:47.75rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vbtlE5P03MfwTGK30D8t4v1AMXQzHmZ2 { width:28.5625rem;height:1.575rem;top:2.9312515258789rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tdRdpvs2DCc6L676l35TIUMe9x6tTAZO { width:19.75rem;height:1.575rem;top:2.9312515258789rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8VNLoGe6VoiDAqFXKn4g5cHAKmG66rJ { width:19.5625rem;height:1.575rem;top:7.47500038147rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWMTMXiJ4GQbnQZMWQxTQbpcqHGmu2cA { width:15rem;height:1.575rem;top:7.47500038147rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i68gby0UhIDfcr4U5fBT0sskJETBHohO { width:2.9375rem;height:2.9375rem;top:2.25rem;left:0.29999923706055rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oI100fT22zcBK6iPXCMob6Per08qEM7v { width:2.6875rem;height:2.6875rem;top:2.375rem;left:23.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLsDBNVApoVoMA5ZycDFQdUKNzsa6aAE { width:2.4375rem;height:2.4375rem;top:7.0437507629394rem;left:23.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEtZ8XShXF1aIHqvBkenPl3xNHPftaLT { width:2.4375rem;height:2.4375rem;top:7.0437507629394rem;left:0.54999923706055rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ { display:block; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SZ4n4b2sMJMSyJpd23lKDHAt8UQq9Tt9 { width:36.6875rem;height:1.4625rem;top:4.875rem;left:5.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AukMIGh0w3RfhMfNgDCtaWiXIkueDnHu { width:3.6875rem;height:3.6875rem;top:0.625rem;left:22.03125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC { display:block; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ft5yKZTdh2bD7I1tfN65nAoKtv62atOR { width:15.9375rem;height:1.3rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbTif3Ai2TTWf3Ax9f2WOTWHBdvDOfuv { width:15.5rem;height:1.3rem;top:5.5625rem;left:15.916666030884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drxoKRu8yGKdnrarbQvdOf1fuLRU7xKr { width:15.375rem;height:1.3rem;top:5.5625rem;left:31.833333969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhwEiNsGTaFDCRb2GB60XBl3L3KuzxHS { width:3.6875rem;height:3.6875rem;top:1.375rem;left:22.03125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SdETUQVym5AUzZ6PuI2cddT31J3fvsm3 { width:3.6875rem;height:3.6875rem;top:1.375rem;left:6.1145830154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i53VXEX6CwTJ62Ooh9TwqcDIzDawTkG9 { width:3.6875rem;height:3.6875rem;top:1.375rem;left:37.947916030884rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBJSczPfByvRJExSDvpdcBU5DR145yrF { display:block; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pTO1vbqTcc4co8OWDRcJyH3gCyOl9TlX { width:15.9375rem;height:1.3rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KbOcliWdqxycxOb0Ix8EMTigFaremeDg { width:15.5rem;height:1.3rem;top:5.5625rem;left:15.916666030884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCLkeP6gMrqmtqGOnruuXZTdKitg7npH { width:15.375rem;height:1.3rem;top:5.5625rem;left:31.833333969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUCTDpDynE3eWpxGiTCCzTSUi64XCFNU { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:22.03125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1uzzrWGG1XXoiGsltC5heNa7MgpOr8k { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:6.1145830154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7EBXJlu3a9y1N5Tvk9J4I4oHRKGgKEa { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:37.677083969116rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsSk2KomnND9Cz4IoT2L9APgh6IB6sys { display:block; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row .container { width:47.75rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TuGM1Q6aIs2H444A5HpPDhpygy0DISUT { width:15.9375rem;height:1.3rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKDdNxwVfE1KA6kUDFGgEmft1gCAFXro { width:15.5rem;height:1.3rem;top:5.5625rem;left:15.916666030884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezKtRqCO5mTEK0XILRLV60R36bcpkn4u { width:15.375rem;height:1.3rem;top:5.5625rem;left:31.833333969116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2dML59AuBTRFa8mbfqMGCBJpk5TspJl { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:22.03125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dlMaB8a8NRBLE26eyh90hOLkZqyyWar0 { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:6.1145830154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPDIZDkBAngaDvOb2NlgssXDxPSubRWF { width:3.6875rem;height:3.6875rem;top:0.8125rem;left:37.677083969116rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T { display:block; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TGJ0RJoE0Hi1AwtKdJVoXiLdAG15uLBt { width:47.75rem;height:1.86875rem;top:1.6906251907349rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr { display:block; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container { width:47.75rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sMzTON5PefFMgSS6f3AKABmGA9q7cv7d { width:26.5rem;height:13.6125rem;top:0.91250038146975rem;left:21.25rem;font-size:0.8125rem;line-height:1.3;display:block; }#sMzTON5PefFMgSS6f3AKABmGA9q7cv7d li:before{  }
 }@media only screen and (max-width: 1199px) { #cvIIEurUe6iKcLX61bzut8IoRvFnzzkb { display:block; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d4MUbetQuFH6HaTAH6MOQRoLaIVGiJeo { width:24.0625rem;height:1.7875rem;top:1.9812498092651rem;left:11.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKWveUI4snvEdWNbryQlMvC48sMNL2XN { width:2.3125rem;height:2.3125rem;top:1.71875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot { display:block; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XIlTdAwM6OdsQTPlnoZs22dWmsfJb8Sg { width:21.375rem;height:2.19375rem;top:1.625rem;left:25.5625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aB5kkRQVMnA1Empqs0JauSOyfvqZokul { width:18.8125rem;height:8.575rem;top:5.4249992370606rem;left:27.612499237061rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #nptNKStEsMgs25TvIr0AWD2fPT8BKnih { width:23.25rem;height:28rem;top:0rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EqmDtOJrRF8muLW4AXctCJX8u7X9no1w { width:17rem;height:9.25rem;top:3.4312496185302rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9IuehLuGPTSdeP78IUzdc65KlGiWczZ { width:20.25rem;height:11.75rem;top:16.39999961853rem;left:26.125rem;font-size:0.9375rem;display:block; }#a9IuehLuGPTSdeP78IUzdc65KlGiWczZ li:before{  }
 }@media only screen and (max-width: 1199px) { #R7TbsJJSXOUVHdQuESSlV87o6k4muOfw { width:5.5625rem;height:5.5rem;top:3.4312515258789rem;left:18.612499237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 { display:block; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cgEySuFo1ovDvOw6E4EvU0iMo8THv0TK { width:18.25rem;height:3.5rem;top:1.25rem;left:28.549999237061rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ftHmZgDLMD0RfTd3ADq16R1pHPdJLXMv { width:17.875rem;height:3.125rem;top:5.78125rem;left:28.737499237061rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eBhMwihKDwiTxdTtqibCSBcgpmlIoQya { display:block; }
 }@media only screen and (max-width: 1199px) { #uN3aBqfaTUwbdcJMfn2sKGvB892tLXTg { width:18.25rem;height:2.45rem;top:10.5rem;left:28.549999237061rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC { display:none; }#ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #D8OTEDrFl4JVg1NK10pcdf8mQ2NtVUdl { width:3.0625rem;height:4.3125rem;top:13.8125rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTimndXuktTu2NnZVZ2i5v3AVmoHTSRV { width:22.5625rem;height:17.8125rem;top:2.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIK0UKr9loBzEaU4VuQHp7DiWGk2myW2 { width:17.625rem;height:1.3125rem;top:18.625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KEs1J5czZAPgQr9OAmgvTswcUdzgJHqs { width:33.3125rem;height:11.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l { display:block; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container { width:47.75rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lMUAs4ahZLKTolRChc5dRXgshTMTJeLg { width:25.6875rem;height:1.625rem;top:1.2906246185302rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHGmuELC0AzEgSbsHAyWFBUdEyy830vr { width:5rem;height:5rem;top:5.2187490463257rem;left:3.3624992370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piJMwtbgFIeVTbUcn7FzirJBd03v1agu { width:9.6875rem;height:2.4375rem;top:10.218749046326rem;left:1.0187492370606rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lqBUBDAG12H7z4fGs2z83XO4wbhbZLb1 { width:10.8125rem;height:3.6875rem;top:5.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEvHBSgx50Asyc30RnIkml4HyAh26yxQ { width:10.3125rem;height:2.4375rem;top:10.21875rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9gwkv1hM2WwniulH4t0sVRvbRuqkkUH { width:6.9375rem;height:2.375rem;top:15.362496376037rem;left:2.3937492370606rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSSN6qF7b8esvTeiHyiaPdXVXgtrcvbE { width:12.8125rem;height:2.4375rem;top:18.378124237061rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nb0uJRIfaICqIU3lh5UQlucxN6BAl7Bn { width:3.375rem;height:3.75rem;top:14.674999237061rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBxPar11tQ3ZSyI5tWKlD7phJRQ6m5Rv { width:12.0625rem;height:2.4375rem;top:18.378124237061rem;left:12.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKdcsrFVQzmvVM2geAEexnImXu0Migdd { display:block; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rVAOo2W0uRyMcHTW0GM3eoZ93LOURXiK { width:17.5rem;height:1.38125rem;top:1.540620803833rem;left:28.78750038147rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oKi1qhBdTBKUwqMOQnt7OTIKz5KnHrQ4 { width:3.6875rem;height:3.6875rem;top:5.0187463760376rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgRFi7THtzZllwO7r23qf5p0KDNTMABO { width:8rem;height:2.4375rem;top:10.375rem;left:38.237501144409rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbDCXACUled5nfR7AZvoaN2P7iWx9823 { width:9.5625rem;height:3.9375rem;top:4.8937492370606rem;left:37.456251144409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXbekoah1TQdtGPJB0N4lPLedxWuMmEQ { width:9.25rem;height:2.4375rem;top:10.374996185302rem;left:26.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HWDtepou2UfqWIpa5r5ycgDQKMZIcehf { display:block; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row .container { width:47.75rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TTTRsmd63RH1Lu0BtoSwOhlQ39cACQmx { width:46.5rem;height:5.25rem;top:26.062498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVopGCkCQ5ANJ5p76gZ43tzbx0mor5LT { width:46.5rem;height:1.4625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cuBqa0kLvaqwGstxdxce5pqlbdG45ONp { width:46.5rem;height:1.4625rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KHBdapzmrLV6y24EyQkI0mOOJn5ArklZ { width:46.5rem;height:3.9375rem;top:36.424999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tsbgure8qcvKJW4wT6gEg0lxiaypmQMW { width:2.3125rem;height:2.3125rem;top:12.424997329712rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCQ2fuETimf2B8t3aLqntNnBVTEkvBGl { width:46.5rem;height:5.25rem;top:16.062498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKHgprBHcDZDEdDvar1TQTN51na8XEMc { width:46.5rem;height:1.4625rem;top:12.849996566773rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOhZEUVdhMtEP0mqnCNRw31ADKOZK5AR { width:34.6875rem;height:11.3125rem;top:0rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUSLt30L4vlaIWy35LAAgLOfCrWAz2vb { width:2.3125rem;height:2.3125rem;top:22.887498855591rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUViWxOXClyTxaQ1VRA9tXCeeoRD2WhJ { width:2.3125rem;height:2.3125rem;top:33.012500762939rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR { display:block; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HBAZfAnH9xJFpaTJLkFqgLDUn2RdLMzX { width:47.75rem;height:1.70625rem;top:2.3156242370606rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw { display:block; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row .container { width:47.75rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iWkvGUQlaXdGtFM9btRmP72SlWImo8Mu { width:9rem;height:1.86875rem;top:0.97500038146975rem;left:19.90625rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Oxxafay0oEIDSemkGUKr38gfdsMQWc3h { width:30.8125rem;height:1.38125rem;top:4.1343688964844rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEf6cm552uD5Knwo0Z1Qmd3ZT84dJ0LC { width:15.9375rem;height:2.6rem;top:6.8874988555906rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCbkaCwv2rfTcooBiEK6AOscuLONy3Dk { width:15.9375rem;height:2.6rem;top:6.8874988555906rem;left:13.018749237061rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCEarpTHmXlvA2sfUEakS2REJThquD8b { width:10.1875rem;height:2.3125rem;top:7.03125rem;left:31.33749961853rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #HTlGQAw67QpT1d09tpGaGDn9lGVBSBT1 { display:block; }
 }@media only screen and (max-width: 1199px) { #bvAUWsMxSsU67n932ZhFTZOA11bRwu4z { width:2rem;height:2rem;top:7.1875rem;left:28.049999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ry9vxFEg8KTG6ypJpCr8NS0ugVXwqcEt { width:2.375rem;height:2.375rem;top:7rem;left:43.062498092651rem;display:block; }
#ry9vxFEg8KTG6ypJpCr8NS0ugVXwqcEt > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 1199px) { #y6Wqs2ueZL50rwCNPqCPPg037NExztNZ { width:3.3125rem;height:2rem;top:11.625001907349rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNThWv5IO8wUqCMwcnD5HukeqdsNfhZA { width:15.9375rem;height:1.05625rem;top:14.125rem;left:15.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .row > .video-iframe-container { display: none; }#CAf4raUwvzQ6plMeiia8p0IFz6ISSTGh > .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); } }@media only screen and (max-width: 763px) { #fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr { position:relative;z-index:auto;display:block; }#fLoydeM8TLHQgi0PxFeHsaZOQviQ2xgr > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmD6tCbV9wT2dQikVtcIFViFgotlxMJ3 { width:5.5rem;height:3.375rem;top:0.6875rem;left:0.040418226419682rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdTyOZJ1iHMmKUTMlTrDv5r8VyvmWncT { width:12.1875rem;height:2.1875rem;top:0rem;left:7.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XF99GhcXL4nPGhaL9BaueMuurQRFvDi0 { display:block; }
 }@media only screen and (max-width: 763px) { #z0QcsKB9SId03P6wHZTf88PFluX7W58M { width:1.125rem;height:1.125rem;top:0.5rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGSIPkmaVyvigQOdPVsKfs7hTWnEh5oM { width:11.9375rem;height:1.21875rem;top:2.0625rem;left:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhpt8rx3N8RA3hQJpDk9dlKGzctaiqTH { width:1.125rem;height:1.125rem;top:2.0625rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm4P1LleFny0B5rNO61Z1oFHHnw9uWQS { display:flex;width:1rem;height:1rem;top:3.6875rem;left:6rem;z-index:15019; }
#Zm4P1LleFny0B5rNO61Z1oFHHnw9uWQS > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #U4SHhNBRTz3hIgUooKbhGWrVTN3aGdhK { width:9.6875rem;height:1.1375rem;top:3.6875rem;left:7.71875rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #eddK7zKdk5JKHSlXAgTnDEMethkzgHgz { display:flex;width:2rem;height:2rem;top:5.96875rem;left:9rem;display:none; }
#eddK7zKdk5JKHSlXAgTnDEMethkzgHgz > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #IoRw0IGumc7tVGoJJpnvvBRiBkUb5xsQ { width:11.1875rem;height:1.21875rem;top:9.21875rem;left:4.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAumGh0UX0GnabeIC102FWN6olUQ1FHE { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/c5015e03-bda7-475e-a766-a374ba1f460a/Beznazwy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE.adaptive-delivery-prevent-bg, #qAumGh0UX0GnabeIC102FWN6olUQ1FHE.lazyload, #qAumGh0UX0GnabeIC102FWN6olUQ1FHE.lazyloading { background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { background-color: transparent; background-image: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container { display: none; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .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); }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { border-width: 0; border-radius: 0; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAumGh0UX0GnabeIC102FWN6olUQ1FHE > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umoo200tBqQed1yuwgahX7ssk4uc9KTN { width:20rem;height:3.0875rem;top:2.6218748092651rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI25BzEmeO8wO5uRqSI3nUn4KvcXzFBT { width:10.4375rem;height:1.70625rem;top:33.893749237061rem;left:5.8624992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSmGrcqW65QK7WGedOOZhL5cnKZWS7T { width:1.25rem;height:1.25rem;top:34.121873855591rem;left:5.8624992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TctLiQVUsUyZ5vGArONCMUOTKGTvJE { width:9.625rem;height:2.4375rem;top:11.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0clBnXqQGaCTFvetOJ57qbcORvKO6hC { width:20rem;height:1.86875rem;top:0.75312519073488rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEsEUb9iy4ZPUoI4JXrFtuUfMFnH95GC { width:9.1875rem;height:3.125rem;top:11.284374237061rem;left:0.60624980926514rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5Tz8SGbLXQ7ffq6WJmdbHuaecnCEKWi { width:6.1875rem;height:1.54375rem;top:7.82187461853rem;left:13.318749427796rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP1xQgsFWC4F9lesHd4R000rV6QZSuv0 { width:20rem;height:2.03125rem;top:5.7093753814697rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBmSWFBOTHVScLVs2rfsUPuBZS71nhg { width:18.8125rem;height:4.1875rem;top:5.6468753814697rem;left:0.60624980926514rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmme0XsJTwL8A7Iy5I1Btr5DMw0z1GMH { width:10.625rem;height:5.9375rem;top:28.00625038147rem;left:5.7687492370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV { display:block; }#CcHNugXxSTCC7PqSnEzcVTvd4siwTiZV > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiqWqp4IoNGxmiwyQVdGriO4fNVg9uXE { width:18.75rem;height:1.625rem;top:2.125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9vnTRr3i65DO2M8Re98Hw1TMVoDGNOK { width:20rem;height:1.4rem;top:4.3624954223633rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 { display:block; }#NqBpnpUTZxBA89bNRPKxd1FT0EQWgJ23 > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbtlE5P03MfwTGK30D8t4v1AMXQzHmZ2 { width:18.75rem;height:1.4rem;top:3.7875003814698rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdRdpvs2DCc6L676l35TIUMe9x6tTAZO { width:18.5rem;height:1.4rem;top:10.325000762939rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8VNLoGe6VoiDAqFXKn4g5cHAKmG66rJ { width:17.5rem;height:1.4rem;top:16.35000038147rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWMTMXiJ4GQbnQZMWQxTQbpcqHGmu2cA { width:8.4375rem;height:1.4rem;top:22.200000762939rem;left:5.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i68gby0UhIDfcr4U5fBT0sskJETBHohO { display:flex;width:2.1875rem;height:2.1875rem;top:19.125rem;left:8.90625rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #oI100fT22zcBK6iPXCMob6Per08qEM7v { display:flex;width:2.125rem;height:2.125rem;top:6.9499988555906rem;left:8.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #iLsDBNVApoVoMA5ZycDFQdUKNzsa6aAE { display:flex;width:2.125rem;height:2.125rem;top:13.08749961853rem;left:8.9375rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #lEtZ8XShXF1aIHqvBkenPl3xNHPftaLT { display:flex;width:2.125rem;height:2.125rem;top:0.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ { display:block; }#TiolQ0Wu2R9O2oDwRdC1I18beVTp0uuQ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZ4n4b2sMJMSyJpd23lKDHAt8UQq9Tt9 { width:18.8125rem;height:2.6rem;top:5.875rem;left:0.59375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AukMIGh0w3RfhMfNgDCtaWiXIkueDnHu { display:flex;width:4.1875rem;height:4.1875rem;top:0.8125rem;left:7.90625rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC { display:block; }#N5Bh9qXXsEUwMJpR1Ks8LM6U1PTTmsMC > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ft5yKZTdh2bD7I1tfN65nAoKtv62atOR { width:18.875rem;height:1.3rem;top:4.7499990463257rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbTif3Ai2TTWf3Ax9f2WOTWHBdvDOfuv { width:18.875rem;height:1.3rem;top:11.537499427796rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drxoKRu8yGKdnrarbQvdOf1fuLRU7xKr { width:18.875rem;height:1.3rem;top:18.062500953674rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhwEiNsGTaFDCRb2GB60XBl3L3KuzxHS { display:flex;width:3.375rem;height:3.375rem;top:7.362500190735rem;left:8.3125rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #SdETUQVym5AUzZ6PuI2cddT31J3fvsm3 { display:flex;width:3.4375rem;height:3.4375rem;top:0.80000019073488rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #i53VXEX6CwTJ62Ooh9TwqcDIzDawTkG9 { display:flex;width:3.5625rem;height:3.5625rem;top:13.862497329712rem;left:8.21875rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #HBJSczPfByvRJExSDvpdcBU5DR145yrF { display:block; }#HBJSczPfByvRJExSDvpdcBU5DR145yrF > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTO1vbqTcc4co8OWDRcJyH3gCyOl9TlX { width:18.875rem;height:1.3rem;top:4.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbOcliWdqxycxOb0Ix8EMTigFaremeDg { width:18.875rem;height:1.3rem;top:11.22500038147rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCLkeP6gMrqmtqGOnruuXZTdKitg7npH { width:18.875rem;height:1.3rem;top:18.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUCTDpDynE3eWpxGiTCCzTSUi64XCFNU { display:flex;width:3.375rem;height:3.375rem;top:7.2999992370606rem;left:8.3125rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #r1uzzrWGG1XXoiGsltC5heNa7MgpOr8k { display:flex;width:3.6875rem;height:3.6875rem;top:1.0500001907349rem;left:8.15625rem;font-size:2.5625rem; }
 }@media only screen and (max-width: 763px) { #H7EBXJlu3a9y1N5Tvk9J4I4oHRKGgKEa { display:flex;width:3.4375rem;height:3.4375rem;top:14.174999237061rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #rsSk2KomnND9Cz4IoT2L9APgh6IB6sys { display:block; }#rsSk2KomnND9Cz4IoT2L9APgh6IB6sys > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuGM1Q6aIs2H444A5HpPDhpygy0DISUT { width:18.875rem;height:1.3rem;top:4.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKDdNxwVfE1KA6kUDFGgEmft1gCAFXro { width:18.875rem;height:1.3rem;top:11.41250038147rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezKtRqCO5mTEK0XILRLV60R36bcpkn4u { width:18.875rem;height:1.3rem;top:18.374999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2dML59AuBTRFa8mbfqMGCBJpk5TspJl { display:flex;width:3.4375rem;height:3.4375rem;top:7.362500190735rem;left:8.28125rem;font-size:2.375rem; }
 }@media only screen and (max-width: 763px) { #dlMaB8a8NRBLE26eyh90hOLkZqyyWar0 { display:flex;width:3.3125rem;height:3.3125rem;top:0.74999904632569rem;left:8.34375rem;font-size:2.3125rem; }
 }@media only screen and (max-width: 763px) { #LPDIZDkBAngaDvOb2NlgssXDxPSubRWF { display:flex;width:3.25rem;height:3.25rem;top:14.300000190735rem;left:8.375rem;font-size:2.8125rem; }
 }@media only screen and (max-width: 763px) { #MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T { display:block; }#MTd2Bhb02zwtoeemOxyQROZvMKOw8S8T > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGJ0RJoE0Hi1AwtKdJVoXiLdAG15uLBt { width:19.9375rem;height:1.38125rem;top:1.3093719482422rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr { background-color:rgba(255,101,66,0.98);background-image:url("https://images.assets-landingi.com/uc/46797524-9adb-46d7-8c2d-425a64e7e22e/476834397_1148869309914193_8781935759073718061_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr.adaptive-delivery-prevent-bg, #W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr.lazyload, #W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr.lazyloading { background-image: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container { background-color: transparent; background-image: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container > .video-iframe-container { display: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row > .video-iframe-container { display: none; }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .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); }#W0KkHG7y1vacIiXUxiyoNMBcb5hd1rMr > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMzTON5PefFMgSS6f3AKABmGA9q7cv7d { width:20rem;height:24.7375rem;top:2.0874996185302rem;left:0rem;font-size:0.875rem;line-height:1.6;display:block; }#sMzTON5PefFMgSS6f3AKABmGA9q7cv7d li:before{  }
 }@media only screen and (max-width: 763px) { #cvIIEurUe6iKcLX61bzut8IoRvFnzzkb { position:relative;z-index:auto;display:block; }#cvIIEurUe6iKcLX61bzut8IoRvFnzzkb > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4MUbetQuFH6HaTAH6MOQRoLaIVGiJeo { width:20rem;height:1.58125rem;top:2.9250030517578rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWveUI4snvEdWNbryQlMvC48sMNL2XN { display:flex;width:1.6875rem;height:1.6875rem;top:1.1874984741211rem;left:9.025rem; }
 }@media only screen and (max-width: 763px) { #CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/9e83fe17-2f0c-4271-81af-0ef7d164f7d5/unnamed23.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot.adaptive-delivery-prevent-bg, #CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot.lazyload, #CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot.lazyloading { background-image: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container { background-color: transparent; background-image: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container > .video-iframe-container { display: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row > .video-iframe-container { display: none; }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .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); }#CZ4sZZC0TPh3Bvo1LdaQOFV8Ozn1fTot > .row .container { width:20rem;height:102.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XIlTdAwM6OdsQTPlnoZs22dWmsfJb8Sg { width:18.75rem;height:1.86875rem;top:38.906250953674rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aB5kkRQVMnA1Empqs0JauSOyfvqZokul { width:18.9375rem;height:9.1875rem;top:43.337500572204rem;left:1.0625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nptNKStEsMgs25TvIr0AWD2fPT8BKnih { width:15.75rem;height:29.9375rem;top:68.687500953675rem;left:2.0749998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqmDtOJrRF8muLW4AXctCJX8u7X9no1w { width:17.875rem;height:12.5rem;top:71.550001144406rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9IuehLuGPTSdeP78IUzdc65KlGiWczZ { width:18.4375rem;height:11.05rem;top:55.0625rem;left:0.78125rem;font-size:0.875rem;display:block; }#a9IuehLuGPTSdeP78IUzdc65KlGiWczZ li:before{  }
 }@media only screen and (max-width: 763px) { #R7TbsJJSXOUVHdQuESSlV87o6k4muOfw { width:4.5rem;height:4.4375rem;top:29.737499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 { background-color:#ecdedd;background-image:url("https://images.assets-landingi.com/uc/603ac8f9-4bf1-46c6-a4a7-b7306c9ac9d4/lazienka22.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9.adaptive-delivery-prevent-bg, #XIPg6K1Og6rPwUd87hWFinDvnrCodKs9.lazyload, #XIPg6K1Og6rPwUd87hWFinDvnrCodKs9.lazyloading { background-image: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container { background-color: transparent; background-image: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container > .video-iframe-container { display: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row > .video-iframe-container { display: none; }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .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); }#XIPg6K1Og6rPwUd87hWFinDvnrCodKs9 > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgEySuFo1ovDvOw6E4EvU0iMo8THv0TK { width:17.5625rem;height:3.15rem;top:13.875rem;left:1.21875rem;font-size:1.125rem;color:#9f724a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftHmZgDLMD0RfTd3ADq16R1pHPdJLXMv { width:18.875rem;height:2.9375rem;top:18.799999237061rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBhMwihKDwiTxdTtqibCSBcgpmlIoQya { display:block; }
 }@media only screen and (max-width: 763px) { #uN3aBqfaTUwbdcJMfn2sKGvB892tLXTg { width:20rem;height:2.45rem;top:23.675010681153rem;left:0rem;font-size:0.875rem;color:#9f724a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC { display:none; }#ZBTTTfxdv4umaTVNXyebbKBuqQxfVzyC > .row .container { width:20rem;height:38.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D8OTEDrFl4JVg1NK10pcdf8mQ2NtVUdl { width:3.0625rem;height:6.125rem;top:12.5625rem;left:14.424999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTimndXuktTu2NnZVZ2i5v3AVmoHTSRV { width:20rem;height:15.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIK0UKr9loBzEaU4VuQHp7DiWGk2myW2 { width:13.5625rem;height:1.4375rem;top:17.1875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEs1J5czZAPgQr9OAmgvTswcUdzgJHqs { width:20rem;height:6.6416510318949rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a2fd21ed-c2bb-4788-85e0-ceb54f500c33/476823394_1148869126580878_3876691523778005210_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l.adaptive-delivery-prevent-bg, #IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l.lazyload, #IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l.lazyloading { background-image: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container { background-color: transparent; background-image: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container > .video-iframe-container { display: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row > .video-iframe-container { display: none; }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .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); }#IOqeMFtSVouhAcf2dAxJtTLTiyrTZy7l > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMUAs4ahZLKTolRChc5dRXgshTMTJeLg { width:20rem;height:1.38125rem;top:0.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHGmuELC0AzEgSbsHAyWFBUdEyy830vr { width:5.8125rem;height:5.8125rem;top:2.1937437057495rem;left:7.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piJMwtbgFIeVTbUcn7FzirJBd03v1agu { width:20rem;height:2.7625rem;top:8.0062494277956rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqBUBDAG12H7z4fGs2z83XO4wbhbZLb1 { width:9.5rem;height:3.125rem;top:12.500005722046rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEvHBSgx50Asyc30RnIkml4HyAh26yxQ { width:20rem;height:2.7625rem;top:15.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9gwkv1hM2WwniulH4t0sVRvbRuqkkUH { width:8.75rem;height:2.9375rem;top:20.461458206177rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSSN6qF7b8esvTeiHyiaPdXVXgtrcvbE { width:16.4375rem;height:2.6rem;top:24rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nb0uJRIfaICqIU3lh5UQlucxN6BAl7Bn { width:5.25rem;height:5.875rem;top:27.562500953674rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBxPar11tQ3ZSyI5tWKlD7phJRQ6m5Rv { width:15rem;height:2.7625rem;top:33.437500953674rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKdcsrFVQzmvVM2geAEexnImXu0Migdd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e237f746-9cce-4209-924f-2110e267f972/360_F_305044657_lVsosbKZMfIX547fyG5wdyfmXDZaa4TC.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd.adaptive-delivery-prevent-bg, #PKdcsrFVQzmvVM2geAEexnImXu0Migdd.lazyload, #PKdcsrFVQzmvVM2geAEexnImXu0Migdd.lazyloading { background-image: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container { background-color: transparent; background-image: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container > .video-iframe-container { display: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row > .video-iframe-container { display: none; }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .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); }#PKdcsrFVQzmvVM2geAEexnImXu0Migdd > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVAOo2W0uRyMcHTW0GM3eoZ93LOURXiK { width:20rem;height:1.38125rem;top:1.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKi1qhBdTBKUwqMOQnt7OTIKz5KnHrQ4 { width:4.125rem;height:4.125rem;top:5.0062503814697rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgRFi7THtzZllwO7r23qf5p0KDNTMABO { width:20rem;height:2.7625rem;top:10.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbDCXACUled5nfR7AZvoaN2P7iWx9823 { width:9.75rem;height:4.3125rem;top:14.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXbekoah1TQdtGPJB0N4lPLedxWuMmEQ { width:15rem;height:2.7625rem;top:19.68124961853rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWDtepou2UfqWIpa5r5ycgDQKMZIcehf { display:block; }#HWDtepou2UfqWIpa5r5ycgDQKMZIcehf > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTTRsmd63RH1Lu0BtoSwOhlQ39cACQmx { width:20rem;height:10.5rem;top:29.708330154419rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVopGCkCQ5ANJ5p76gZ43tzbx0mor5LT { width:12.25rem;height:1.3rem;top:41.952081680298rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuBqa0kLvaqwGstxdxce5pqlbdG45ONp { width:12.25rem;height:1.3rem;top:26.75625038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHBdapzmrLV6y24EyQkI0mOOJn5ArklZ { width:20rem;height:9.1875rem;top:44.595838546753rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsbgure8qcvKJW4wT6gEg0lxiaypmQMW { display:flex;width:1.6875rem;height:1.6875rem;top:41.758333206177rem;left:6.65625rem; }
 }@media only screen and (max-width: 763px) { #gCQ2fuETimf2B8t3aLqntNnBVTEkvBGl { width:20rem;height:13.125rem;top:11.408332824707rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKHgprBHcDZDEdDvar1TQTN51na8XEMc { width:12.25rem;height:1.3rem;top:9.0083351135256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOhZEUVdhMtEP0mqnCNRw31ADKOZK5AR { width:20rem;height:6.5708125rem;top:0.81250286102294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUSLt30L4vlaIWy35LAAgLOfCrWAz2vb { display:flex;width:1.6875rem;height:1.6875rem;top:26.5625rem;left:6.65625rem; }
 }@media only screen and (max-width: 763px) { #gUViWxOXClyTxaQ1VRA9tXCeeoRD2WhJ { display:flex;width:1.6875rem;height:1.6875rem;top:8.8145828247069rem;left:7.2374992370606rem; }
 }@media only screen and (max-width: 763px) { #v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR { display:block; }#v4wc28hxKUX2upO2aRXqHiWmbMg6c8yR > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBAZfAnH9xJFpaTJLkFqgLDUn2RdLMzX { width:20rem;height:1.4625rem;top:0.79062461853025rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw { display:block; }#i4WueRAxrRFhqnGTeNOZEQBD7EAmLbvw > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWkvGUQlaXdGtFM9btRmP72SlWImo8Mu { width:16.4375rem;height:1.7875rem;top:1.1875276565552rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oxxafay0oEIDSemkGUKr38gfdsMQWc3h { width:20rem;height:2.8rem;top:4.2624998092651rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rEf6cm552uD5Knwo0Z1Qmd3ZT84dJ0LC { width:18.875rem;height:2.625rem;top:8.675000190735rem;left:0.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cCbkaCwv2rfTcooBiEK6AOscuLONy3Dk { width:15.375rem;height:2.45rem;top:12.993750572204rem;left:2.3125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eCEarpTHmXlvA2sfUEakS2REJThquD8b { width:11.9375rem;height:2.625rem;top:18.97500038147rem;left:4.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTlGQAw67QpT1d09tpGaGDn9lGVBSBT1 { display:block; }
 }@media only screen and (max-width: 763px) { #bvAUWsMxSsU67n932ZhFTZOA11bRwu4z { display:flex;width:1.875rem;height:1.875rem;top:16.537499427796rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #ry9vxFEg8KTG6ypJpCr8NS0ugVXwqcEt { display:flex;width:2.0625rem;height:2.0625rem;top:22.599999427796rem;left:8.96875rem; }
#ry9vxFEg8KTG6ypJpCr8NS0ugVXwqcEt > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #y6Wqs2ueZL50rwCNPqCPPg037NExztNZ { width:2.875rem;height:1.6875rem;top:25.537499427796rem;left:7.0499992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNThWv5IO8wUqCMwcnD5HukeqdsNfhZA { width:20rem;height:1.05rem;top:28.225001335144rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }