.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:254,249,247;--color-primary-1:251,235,227;--color-primary-2:246,214,199;--color-primary-3:123,107,100;--color-primary-4:37,32,30;--color-secondary-0:217,226,231;--color-secondary-1:128,158,176;--color-secondary-2:1,61,97;--color-secondary-3:1,31,49;--color-secondary-4:0,9,15;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Bitter";--paragraphs-font-family:"Bitter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 { background-color: transparent; background-image: none; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container > .video-iframe-container { display: none; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row > .video-iframe-container { display: none; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .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); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 { border-width: 0; border-radius: 0; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#r1wu6DdV4IkD9Ol4RwNHly9rnMpPF3k1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:0.875rem;left:0.8125rem;overflow:hidden;display:block; }
#JnclhXAKxqz4BXXerxSdqtXI5BHTlMoJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.3125rem;left:50.203125rem;display:block; }
#u8sUOdTKcJymRn3ra3EXX4yep7mLOEEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhld0CSqiNOvSbitCh7OCCkwUXtS8m1a { color:#4f1900;display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8312500715256rem;left:27.15625rem;height:2.2734375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#P7h5CLIAyQiqMzTWdq843TZPtPLP8cT7 { background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.3125rem;left:41.078125rem;display:block; }
#v8sZsVF7qx2w6RdkAcpuHox3K5kgwAkV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container { background-color: transparent; background-image: none; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container > .video-iframe-container { display: none; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row > .video-iframe-container { display: block; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .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); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container { border-width: 0; border-radius: 0; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container { width:60rem;height:50.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#GQ3INCk6AK12oltREy1ugSc9gByaXnri { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:7rem;left:25.21875rem;overflow:hidden;display:block; }
#q6hbnsK1bNVwC7ypkyBuntwixFVPayup { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.5rem;left:0rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#coUH75SqCTHTxPPlhpmfNUk4SEeoxaSI { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:24.2998046875rem;left:17.1875rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFsJNpdbuqxrANFlqlJBMZdgqlMapaHH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.6875rem;left:32.53125rem;display:block; }
#GO62zwRhITlCGyu2HKWgAsRNH05GCq1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEG3muqU9r203hkbhqCMrdv4XHQPEJBx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.6875rem;left:12.03125rem;display:block; }
#w6NhBoLzEXNXX0W8HhwPnW22rAyqNvX9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KR5TczRmkLHuRNTphuWBfXqKOHFSLUeE { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:41.625rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4938c61c-2b33-4855-a413-02787f159d32/DJI_20241019082625_0678_DEnhancedNR.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm.adaptive-delivery-prevent-bg, #cBF4Itg18OHsxdDbufIA09TG1CkyVdqm.lazyload, #cBF4Itg18OHsxdDbufIA09TG1CkyVdqm.lazyloading { background-image: none; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row .container { background-color: transparent; background-image: none; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row .container > .video-iframe-container { display: none; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row > .video-iframe-container { display: none; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .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); }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row .container { border-width: 0; border-radius: 0; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row .container { font-size:0.875rem;font-family:arial;height:124rem;width:60rem;position:relative;display:block; }#u6pRST08m7BbbSxTInqTHcFTQE1Byc7B { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c96ab48a-57a2-459f-b92f-bad3d32779a2/GU6A5257.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.1875rem;top:39.375rem;left:41.703703703704rem;display:block; }#u6pRST08m7BbbSxTInqTHcFTQE1Byc7B.adaptive-delivery-prevent-bg, #u6pRST08m7BbbSxTInqTHcFTQE1Byc7B.lazyload, #u6pRST08m7BbbSxTInqTHcFTQE1Byc7B.lazyloading { background-image: none; }
#AAazxyzUf2MM78QZataRSMSpPA8JDkB8 { color:#f4d7c7;display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.5rem;left:41.625rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nhVmcBQmxnTh4ak162yRpMqIJECHrlCl { color:rgba(var(--color-tertiary-1),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:32.6875rem;left:41.625rem;height:2.798825rem;font-style:normal;display:block; }
#HkENDJwI746aQT5OqZgCJbqgCU8gzToo { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9581553-0f22-4675-b104-9dad11abdc4d/plakatwalentynki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:9.5rem;left:20.1875rem;display:block; }#HkENDJwI746aQT5OqZgCJbqgCU8gzToo.adaptive-delivery-prevent-bg, #HkENDJwI746aQT5OqZgCJbqgCU8gzToo.lazyload, #HkENDJwI746aQT5OqZgCJbqgCU8gzToo.lazyloading { background-image: none; }
#xuIm1CqZxThrexQ9C1PJ0OdN6K9lvsHG { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f8473ba2-f16d-496c-8765-d0b0a15e39f0/AAA04614.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:19rem;top:24.375rem;left:0rem;display:block; }#xuIm1CqZxThrexQ9C1PJ0OdN6K9lvsHG.adaptive-delivery-prevent-bg, #xuIm1CqZxThrexQ9C1PJ0OdN6K9lvsHG.lazyload, #xuIm1CqZxThrexQ9C1PJ0OdN6K9lvsHG.lazyloading { background-image: none; }
#a09nGQht28hFLbe6IKSXhNJkxXDoBxxi { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/211a491b-0b84-4907-9e0b-f928538e62bf/AAA04729.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:24.375rem;left:20.1875rem;display:block; }#a09nGQht28hFLbe6IKSXhNJkxXDoBxxi.adaptive-delivery-prevent-bg, #a09nGQht28hFLbe6IKSXhNJkxXDoBxxi.lazyload, #a09nGQht28hFLbe6IKSXhNJkxXDoBxxi.lazyloading { background-image: none; }
#AJpoB6u0MT7ATmxe7wmdf1cc9rnynW5N { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4375rem;height:5.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.25rem;left:41.8125rem;display:block; }
#y3vNBXlll1791S0hOGlB8ULwK8HbSAOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wLzyqTuGPsoo0G5O1h93MKWTU1gBy4cf { color:rgba(var(--color-tertiary-1),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:74.1875rem;left:20.9013671875rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PlDCkvJXLJZ9K8EEPehG8m1BtULu3UeR { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80a9d9b1-a860-4a7f-90d0-f5fb10bb1ff1/ZDJCIEWTLE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:53.0625rem;left:0rem;display:block; }#PlDCkvJXLJZ9K8EEPehG8m1BtULu3UeR.adaptive-delivery-prevent-bg, #PlDCkvJXLJZ9K8EEPehG8m1BtULu3UeR.lazyload, #PlDCkvJXLJZ9K8EEPehG8m1BtULu3UeR.lazyloading { background-image: none; }
#EieFfMT6LR8G54sssrirQc3evKz7ZhZ5 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dea2c65c-bcbf-4b8b-9845-3d058f472fbd/GU6A9358.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:19.0625rem;top:53.0625rem;left:20.887755102041rem;display:block; }#EieFfMT6LR8G54sssrirQc3evKz7ZhZ5.adaptive-delivery-prevent-bg, #EieFfMT6LR8G54sssrirQc3evKz7ZhZ5.lazyload, #EieFfMT6LR8G54sssrirQc3evKz7ZhZ5.lazyloading { background-image: none; }
#V6hVQafyD4iGDLNEuw6XTmuSXXQoA6ZN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:10.71875rem;left:5.21875rem;overflow:hidden;display:block; }
#tlCKQTehxaODvdD3r9ZB08lndX6XhLD9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.625rem;width:60rem;top:85.6875rem;left:0rem;display:block; }
#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b02ae53-7071-47ec-94d7-96753a37b3fa/GU6A9376.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt.adaptive-delivery-prevent-bg, #wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt.lazyload, #wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt.lazyloading { background-image: none; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row .container { background-color: transparent; background-image: none; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.62); }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row .container > .video-iframe-container { display: none; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.62); }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row > .video-iframe-container { display: none; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .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); }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row .container { border-width: 0; border-radius: 0; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#VLUM94TARvg0w1q1Ql13LyWnMVHPlv3b { color:rgba(var(--color-tertiary-1),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:13.71875rem;left:0rem;height:6.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKEkUZTNLaqdOE58zloJdcMcbUSiKUxb { color:rgba(var(--color-tertiary-1),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.625rem;left:33.9375rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09f79bdc-ee8b-4ebc-87f7-f4071493ab1f/AAA04676.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl.adaptive-delivery-prevent-bg, #ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl.lazyload, #ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl.lazyloading { background-image: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container { background-color: transparent; background-image: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container > .video-iframe-container { display: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row > .video-iframe-container { display: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .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); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container { border-width: 0; border-radius: 0; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container { width:60rem;height:107.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uBeDrMWGgqaJDdygOUDtEazZnTwP2IL1 { display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:16.3125rem;left:3.8125rem;height:4.875rem;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;color:#f4d7c7;text-align:center;text-align-last:center;display:block; }
#sUouzwIGZIbq3GMqZa9IO7DWv4ReskSd { display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:21.125rem;left:3.96875rem;height:9.8984375rem;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; }
#AaRLXkyiFdtDygliRJ4LkRQbmgJfdLcK { position:absolute;display:block;z-index:15004;height:27.375rem;width:48.875rem;top:34.9375rem;left:8rem;display:block; }
#SkkUNPVrn2QMhwCLT4MFx7x1uhRLc4V3 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:77.1875rem;left:0rem;height:17.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KgRmUkDqWEEq8QXUGq1WVGrcrqT0EGxd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:3.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:68.9375rem;left:18.875rem;display:block; }
#oQ8zxn503K3CHfFQcgIMNVbDlhDga4Zr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KF5BnSaN24BaLmplTmRagPUHsobdBnUG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:4.3359375rem;left:25.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 { display:block; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1wu6DdV4IkD9Ol4RwNHly9rnMpPF3k1 { width:3.875rem;height:3.875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnclhXAKxqz4BXXerxSdqtXI5BHTlMoJ { width:8.4375rem;height:3rem;top:1.3125rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8sUOdTKcJymRn3ra3EXX4yep7mLOEEN { display:block; }
 }@media only screen and (max-width: 763px) { #yhld0CSqiNOvSbitCh7OCCkwUXtS8m1a { width:11.875rem;height:2.25rem;top:1.8125rem;left:21.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7h5CLIAyQiqMzTWdq843TZPtPLP8cT7 { width:8.4375rem;height:3rem;top:1.3125rem;left:34.953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8sZsVF7qx2w6RdkAcpuHox3K5kgwAkV { display:block; }
 }@media only screen and (max-width: 763px) { #OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO { display:block; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQ3INCk6AK12oltREy1ugSc9gByaXnri { width:9.5625rem;height:9.5625rem;top:7rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hbnsK1bNVwC7ypkyBuntwixFVPayup { width:47.75rem;height:7.75rem;top:16.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coUH75SqCTHTxPPlhpmfNUk4SEeoxaSI { width:25.625rem;height:3.5625rem;top:24.25rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFsJNpdbuqxrANFlqlJBMZdgqlMapaHH { width:17.75rem;height:3.0625rem;top:30.6875rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO62zwRhITlCGyu2HKWgAsRNH05GCq1I { display:block; }
 }@media only screen and (max-width: 763px) { #GEG3muqU9r203hkbhqCMrdv4XHQPEJBx { width:17.75rem;height:3rem;top:30.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6NhBoLzEXNXX0W8HhwPnW22rAyqNvX9 { display:block; }
 }@media only screen and (max-width: 763px) { #KR5TczRmkLHuRNTphuWBfXqKOHFSLUeE { width:47.75rem;height:3.875rem;top:41.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBF4Itg18OHsxdDbufIA09TG1CkyVdqm { display:block; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6pRST08m7BbbSxTInqTHcFTQE1Byc7B { width:18.1875rem;height:12.5rem;top:39.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAazxyzUf2MM78QZataRSMSpPA8JDkB8 { width:16.75rem;height:12rem;top:9.5rem;left:30.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhVmcBQmxnTh4ak162yRpMqIJECHrlCl { width:16.75rem;height:2.75rem;top:32.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkENDJwI746aQT5OqZgCJbqgCU8gzToo { top:9.5rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuIm1CqZxThrexQ9C1PJ0OdN6K9lvsHG { top:24.375rem;left:0rem;width:19rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09nGQht28hFLbe6IKSXhNJkxXDoBxxi { top:24.375rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpoB6u0MT7ATmxe7wmdf1cc9rnynW5N { width:16.4375rem;height:5.0625rem;top:26.25rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vNBXlll1791S0hOGlB8ULwK8HbSAOT { display:block; }
 }@media only screen and (max-width: 763px) { #wLzyqTuGPsoo0G5O1h93MKWTU1gBy4cf { width:32.4375rem;height:6.5625rem;top:74.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlDCkvJXLJZ9K8EEPehG8m1BtULu3UeR { top:53.0625rem;left:0rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EieFfMT6LR8G54sssrirQc3evKz7ZhZ5 { top:53.0625rem;left:13.5rem;width:19.0625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6hVQafyD4iGDLNEuw6XTmuSXXQoA6ZN { width:9.5625rem;height:9.5625rem;top:10.6875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlCKQTehxaODvdD3r9ZB08lndX6XhLD9 { top:85.6875rem;left:0rem;width:47.75rem;height:26.759895833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt { display:block; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLUM94TARvg0w1q1Ql13LyWnMVHPlv3b { width:22.125rem;height:10.9375rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKEkUZTNLaqdOE58zloJdcMcbUSiKUxb { width:22.125rem;height:13.125rem;top:12.625rem;left:24.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl { display:block; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBeDrMWGgqaJDdygOUDtEazZnTwP2IL1 { width:47.75rem;height:4.875rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUouzwIGZIbq3GMqZa9IO7DWv4ReskSd { width:47.75rem;height:9.875rem;top:21.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaRLXkyiFdtDygliRJ4LkRQbmgJfdLcK { top:34.9375rem;left:0rem;width:47.75rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkkUNPVrn2QMhwCLT4MFx7x1uhRLc4V3 { width:47.75rem;height:17.5rem;top:77.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgRmUkDqWEEq8QXUGq1WVGrcrqT0EGxd { width:22.25rem;height:3.5625rem;top:68.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8zxn503K3CHfFQcgIMNVbDlhDga4Zr { display:block; }
 }@media only screen and (max-width: 763px) { #KF5BnSaN24BaLmplTmRagPUHsobdBnUG { width:9.5625rem;height:9.5625rem;top:4.3125rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 { background-color: transparent; background-image: none; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container > .video-iframe-container { display: none; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row > .video-iframe-container { display: none; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .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); }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 { border-width: 0; border-radius: 0; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#HQi6Fs4M4lCUuDKQ1ECT0cf8tBem1on5 > .row .container { width:20rem;height:4.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r1wu6DdV4IkD9Ol4RwNHly9rnMpPF3k1 { width:3.0625rem;height:3.0625rem;top:0.74921876192094rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnclhXAKxqz4BXXerxSdqtXI5BHTlMoJ { width:6.875rem;height:2rem;top:1.2804688215256rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8sUOdTKcJymRn3ra3EXX4yep7mLOEEN { display:block; }
 }@media only screen and (max-width: 763px) { #yhld0CSqiNOvSbitCh7OCCkwUXtS8m1a { width:14.5625rem;height:0;top:0.81884765625rem;left:4.5rem;text-align:right;text-align-last:right;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7h5CLIAyQiqMzTWdq843TZPtPLP8cT7 { width:5.9375rem;height:2rem;top:1.2804688215256rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8sZsVF7qx2w6RdkAcpuHox3K5kgwAkV { display:block; }
 }@media only screen and (max-width: 763px) { #OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6991aef7-9b93-4f4b-947c-227eb399c1b3/saunynajlepszezdjcie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO.adaptive-delivery-prevent-bg, #OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO.lazyload, #OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO.lazyloading { background-image: none; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container { background-color: transparent; background-image: none; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container > .video-iframe-container { display: none; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row > .video-iframe-container { display: none; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .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); }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container { border-width: 0; border-radius: 0; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBRoWrTiyb47rHCQ4reuAc5EBfxmeMKO > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQ3INCk6AK12oltREy1ugSc9gByaXnri { width:7.5625rem;height:7.5625rem;top:3.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6hbnsK1bNVwC7ypkyBuntwixFVPayup { width:20rem;height:4.55rem;top:11.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #coUH75SqCTHTxPPlhpmfNUk4SEeoxaSI { width:20rem;height:3.2rem;top:16.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFsJNpdbuqxrANFlqlJBMZdgqlMapaHH { width:9.6875rem;height:3.3125rem;top:21.5rem;left:10.3125rem;font-size:0.875rem;background-color:#f6d6c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GO62zwRhITlCGyu2HKWgAsRNH05GCq1I { display:block; }
 }@media only screen and (max-width: 763px) { #GEG3muqU9r203hkbhqCMrdv4XHQPEJBx { width:9.5rem;height:3.25rem;top:21.53125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6NhBoLzEXNXX0W8HhwPnW22rAyqNvX9 { display:block; }
 }@media only screen and (max-width: 763px) { #KR5TczRmkLHuRNTphuWBfXqKOHFSLUeE { width:20rem;height:3.9rem;top:27.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBF4Itg18OHsxdDbufIA09TG1CkyVdqm { display:block; }#cBF4Itg18OHsxdDbufIA09TG1CkyVdqm > .row .container { width:20rem;height:179.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6pRST08m7BbbSxTInqTHcFTQE1Byc7B { width:19.1875rem;height:13.1875rem;top:102.75rem;left:0.40625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAazxyzUf2MM78QZataRSMSpPA8JDkB8 { width:17.9375rem;height:6.6rem;top:119.625rem;left:1.0625rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nhVmcBQmxnTh4ak162yRpMqIJECHrlCl { width:18rem;height:3.4rem;top:149.6875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HkENDJwI746aQT5OqZgCJbqgCU8gzToo { width:19.75rem;height:13.5625rem;top:44.9375rem;left:0.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuIm1CqZxThrexQ9C1PJ0OdN6K9lvsHG { width:19.75rem;height:13.5625rem;top:1.25rem;left:0.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09nGQht28hFLbe6IKSXhNJkxXDoBxxi { width:19.75rem;height:27.625rem;top:59.75rem;left:0.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJpoB6u0MT7ATmxe7wmdf1cc9rnynW5N { width:16.4375rem;height:3.375rem;top:143.3125rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3vNBXlll1791S0hOGlB8ULwK8HbSAOT { display:block; }
 }@media only screen and (max-width: 763px) { #wLzyqTuGPsoo0G5O1h93MKWTU1gBy4cf { width:13.875rem;height:14.025rem;top:127.25rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PlDCkvJXLJZ9K8EEPehG8m1BtULu3UeR { width:19.75rem;height:27.625rem;top:16.0625rem;left:0.125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EieFfMT6LR8G54sssrirQc3evKz7ZhZ5 { width:19.0625rem;height:12.875rem;top:88.625rem;left:0.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6hVQafyD4iGDLNEuw6XTmuSXXQoA6ZN { width:9.5625rem;height:9.5625rem;top:155.08642578125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlCKQTehxaODvdD3r9ZB08lndX6XhLD9 { height:11.25rem;width:20rem;top:165.96142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt { display:block; }#wOmKiydz9xBSUHplT8DuXSNaNgRCTuPt > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLUM94TARvg0w1q1Ql13LyWnMVHPlv3b { width:20rem;height:5.1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wKEkUZTNLaqdOE58zloJdcMcbUSiKUxb { width:20rem;height:14.025rem;top:7.70654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/09f79bdc-ee8b-4ebc-87f7-f4071493ab1f/AAA04676.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl.adaptive-delivery-prevent-bg, #ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl.lazyload, #ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl.lazyloading { background-image: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container { background-color: transparent; background-image: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container > .video-iframe-container { display: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row > .video-iframe-container { display: none; }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .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); }#ge1zIRMzaZT16d9CfKl6DrN6nXxPuFTl > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBeDrMWGgqaJDdygOUDtEazZnTwP2IL1 { width:18.75rem;height:4.875rem;top:12.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUouzwIGZIbq3GMqZa9IO7DWv4ReskSd { width:18.75rem;height:13.3rem;top:18.1875rem;left:0.625rem;font-size:1rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AaRLXkyiFdtDygliRJ4LkRQbmgJfdLcK { width:16.625rem;height:22.8125rem;top:34.73583984375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkkUNPVrn2QMhwCLT4MFx7x1uhRLc4V3 { width:20rem;height:11.7rem;top:70.6738125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgRmUkDqWEEq8QXUGq1WVGrcrqT0EGxd { width:19rem;height:3.5625rem;top:62.98583984375rem;left:0.5rem;font-size:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f6d6c7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8zxn503K3CHfFQcgIMNVbDlhDga4Zr { display:block; }
 }@media only screen and (max-width: 763px) { #KF5BnSaN24BaLmplTmRagPUHsobdBnUG { width:7.375rem;height:7.375rem;top:2rem;left:6.3125rem;display:block; }
 }