.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,222,222;--color-primary-1:242,145,144;--color-primary-2:228,35,32;--color-primary-3:114,18,16;--color-primary-4:34,5,5;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:46,46,46;--color-tertiary-0:255,255,255;--color-tertiary-1:187,186,186;--color-tertiary-2:141,140,140;--color-tertiary-3:112,111,111;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c06ca99b-8b8f-4f1d-baf5-11ac60bb8398/Duzyekran_1400x572.png");background-position:center !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 { position:relative;display:block; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 { background-color: transparent; background-image: none; }#ou4oImWshuibTe20MrIHQB569bTzEHS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .row .container > .video-iframe-container { display: none; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .row > .video-iframe-container { display: none; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .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); }#ou4oImWshuibTe20MrIHQB569bTzEHS4 { border-width: 0; border-radius: 0; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .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:19.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ylttvSi113O6DpHb8PFRV69o6IPc7kST { color:rgba(var(--color-tertiary-4),1);display:block;width:59.6875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:7.15625rem;left:0.34375rem;height:10.625rem;text-align:center;text-align-last:center;display:block; }
#qnJkli9wNxErXxcOGPWCXWtZySsRWd3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.25rem;left:28.4375rem; }
#qnJkli9wNxErXxcOGPWCXWtZySsRWd3i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd { position:relative;display:block; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd { background-color: transparent; background-image: none; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row .container > .video-iframe-container { display: none; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row > .video-iframe-container { display: none; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .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); }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd { border-width: 0; border-radius: 0; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hUwhibr5VswONTcfC2f9tK9oyKA6yXsm { 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:4.3125rem;width:6.8125rem;top:3.3750028610229rem;left:33.6875rem;overflow:hidden;display:block; }
#QLa4t6qvGHHr8dlHBOxpwc0AytNaklMS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:33.6875rem;height:2.6rem;font-style:normal;display:block; }
#CPyl3IiTPTIwNqnskbPEprno1qEe6Hrd { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.875rem;left:33.6875rem;height:1.1375rem;font-style:normal;display:block; }
#ompBTDVptbU0Fx7ZV2UJA01EG0RuIRkz { color:rgba(var(--color-primary-2),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11rem;left:33.6875rem;height:2.7625rem;font-style:normal;display:block; }
#E9AlyKVRlS5A7WekrCbxkfzHAa8rPt81 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.255859375rem;left:33.6875rem;height:14.625rem;font-style:normal;display:block; }
#SEgLUSIFdAEsCrM1tBcZo0JGWBaBy5fk { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.0625rem;left:33.8125rem;display:block; }
#RyWfGLl93nn9csqyswa3GJMIbzJns2Zn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQOrt2pTna5b5BaQx2AF5D9JLTi15yls { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.033203125rem;left:33.6875rem;height:2.925rem;font-style:normal;display:block; }
#RClZss2Mgr6Gw20RrdE9See8zk4s11E6 { 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:30.625rem;width:30.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F { position:relative;display:block; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F { background-color: transparent; background-image: none; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row .container > .video-iframe-container { display: none; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row > .video-iframe-container { display: none; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .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); }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F { border-width: 0; border-radius: 0; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cVOZKrKsxsRibTV0rcdQQMX6u6kwW7AQ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.681421279908rem;left:1.8125rem;height:10.2375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ys6UToot92AKiIvEpuQus7arZGyiZH4I { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.150783538818rem;left:3.4249992370606rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DbNGfmrhklZE9lf5VuKxkTG1VFB93h5D { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.79079914093rem;left:17.6875rem;display:block; }
#v4SW78E9OwFut5lfwSMPxkLEnrm5UiIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U5Ai8KFK4E9ncXf5NPTr2aARtVNSf5UP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4435768127444rem;left:0rem;height:2.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gi6wgcwydv7fAosGgTaoOVXPiAEudsJz { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.013893127441rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N3FJuGHObkGSpXXAT3hQkPwoHgAqBerg { 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:4.3125rem;width:6.8125rem;top:3.1935787200927rem;left:19.5rem;overflow:hidden;display:block; }
#qTW9a7GXR3QmMwvaLZpNfPHLTQOtUvcD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:29.75rem;top:3.1935749053955rem;left:30.249130249024rem;overflow:hidden;display:block; }
#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K { position:relative;display:block; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K { background-color: transparent; background-image: none; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row .container > .video-iframe-container { display: none; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row > .video-iframe-container { display: none; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .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); }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K { border-width: 0; border-radius: 0; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dnn6UKsJTTm6SexvVH5PQ8eO4Rhdd9Dr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5rem;left:33.6875rem;height:11.7rem;font-style:normal;display:block; }
#b37J0GI2bFqJX9FKwtbrJPOThyto1qWN { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.0625rem;left:33.6875rem;display:block; }
#EQIMR37TNTNtSDe5MZtaSpcl4HxD4QCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NiCiOAQ2EIPcnPGfZLgoZnJDzVqXsdRO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:33.6875rem;height:2.6rem;font-style:normal;display:block; }
#DUrlclkfip3NJBwxn6MmeLlbKAe5Ai8l { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.875rem;left:33.6875rem;height:1.1375rem;font-style:normal;display:block; }
#pAFDdch99IZd6q8NN3WCeL0brGwdx6fM { 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:4.3125rem;width:6.8125rem;top:3.3750028610229rem;left:33.6875rem;overflow:hidden;display:block; }
#V7ZOirquXxTsk6ihpXbaMvhVyQ8pqggo { 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:30.625rem;width:30.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#X0NmzfWGtkn14cRuWM3tixI0z6fUXdNU { color:rgba(var(--color-primary-2),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.01171875rem;left:33.6875rem;height:2.7625rem;font-style:normal;display:block; }
#kh7Pfqp4TTCkZXd4JTDLcFHUIzLbZ3ZW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.773431777954rem;left:33.6875rem;height:2.925rem;font-style:normal;display:block; }
#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN { position:relative;display:block; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN { background-color: transparent; background-image: none; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row .container > .video-iframe-container { display: none; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row > .video-iframe-container { display: none; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .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); }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN { border-width: 0; border-radius: 0; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JTt6JOz9RWJTaqlLSwbxkxzJ3C0riX50 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.8125rem;height:11.7rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#APN3zMIuIEshb3cVch1RFbHhoBztUZcW { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.1875rem;left:17.5625rem;display:block; }
#unGSHbaFuM4o5Ex1RvJzN1BxD0BkuN0o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0GR78TbecCQhnTPVqtOndbvfT9qLRpU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4435768127444rem;left:0rem;height:2.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q1vJonTEvd3NahDCRo8ny4w122lC4AlF { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.013893127441rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KrmKXaNyVfFVRkTkNMiNleEUzWa90g0i { 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:4.3125rem;width:6.8125rem;top:3.1935787200927rem;left:19.5rem;overflow:hidden;display:block; }
#AC4IB2wdi4XTC7lBcGHrTfDhmTP12Lpx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:29.75rem;top:3.1935749053955rem;left:30.249130249024rem;overflow:hidden;display:block; }
#vvNJT8opio2LqG6LdDuisZofXAkrwRrx { color:rgba(var(--color-primary-2),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.760948181153rem;left:3.2999992370606rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cmo8skzP7KLa5aoCUOkm5uzq5mzLBQCq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;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:14.474609375rem;left:0.9375rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 { position:relative;display:block; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 { background-color: transparent; background-image: none; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row .container > .video-iframe-container { display: none; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row > .video-iframe-container { display: none; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .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); }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 { border-width: 0; border-radius: 0; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qh4S2w9DXKE8v4OumTyrh9tgX3H7CPtC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.5rem;left:33.6875rem;height:7.3125rem;font-style:normal;display:block; }
#LDAgw8XJnNT6i7ULkhMW3bPAPoEMnQif { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24rem;left:33.6875rem;display:block; }
#NAdmLNCpIVo6MudZNyZb7Vo5Elcurmpp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oCo24vG7O2QuN4Sc56y0WorVN7Uloxk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9250011444094rem;left:33.686721801757rem;height:2.6rem;font-style:normal;display:block; }
#Z5hl7mkByvRiDRHTAECKZxIf0NrQuXs2 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.475002288818rem;left:33.75rem;height:1.1375rem;font-style:normal;display:block; }
#TpWegVeCzUToLmkRFc0Sv10rqX5n7lZW { 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:4.3125rem;width:6.8125rem;top:3.3750028610229rem;left:33.6875rem;overflow:hidden;display:block; }
#TkgGF4H7utwgIkhNDle0VxCdVdIApPSB { 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:30.625rem;width:30.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#sWtfNgSfCh7Lq6BuVroW6DuM5v4nv99o { color:rgba(var(--color-primary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.612510681153rem;left:33.6875rem;height:2.7625rem;font-style:normal;display:block; }
#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv { position:relative;display:block; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv { background-color: transparent; background-image: none; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row .container > .video-iframe-container { display: none; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row > .video-iframe-container { display: none; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .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); }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv { border-width: 0; border-radius: 0; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xdRGXo2w19fWTqpo9I4X3yNfp6OH8oI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.806281089783rem;left:1.7999992370606rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wSVq4i8xyPyZLtcmyhkEyir3hvt27Xc0 { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.261730194092rem;left:3.4109382629394rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#htkUV4B6afTO5TSvdNAHNbhH9TFPx4Tv { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.026594161988rem;left:17.674999237061rem;display:block; }
#MvXgskOPdqiawN7G6OVBB06T0taQylT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fn4FCE2uXaf5WIV5eVLnliq1qmCK8TRo { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1875rem;left:0rem;height:2.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#l1FPAQbkd271KR099rGH9QDy1qJM6hlT { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yHcsG994eIGiKVFbokgabhssKTEDaLVs { 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:4.3125rem;width:6.8125rem;top:4.9375rem;left:19.5rem;overflow:hidden;display:block; }
#G42tvOPm908BrR8RESQS4Tk0Z3nRdEdu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:29.75rem;top:3.1935749053955rem;left:30.249130249024rem;overflow:hidden;display:block; }
#kelAorix3nRQXwuN3KBxoVlsirlhg76c { position:relative;display:block; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c { background-color: transparent; background-image: none; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row .container > .video-iframe-container { display: none; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row > .video-iframe-container { display: none; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .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); }#kelAorix3nRQXwuN3KBxoVlsirlhg76c { border-width: 0; border-radius: 0; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F9XoebddiK8Myq3Gnwxlsp6TCxtduCRA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.4375rem;left:33.6875rem;height:14.625rem;font-style:normal;display:block; }
#Kf3l4Q4CB4twucokVCqzGuduiP94TAgw { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.812515258789rem;left:33.875rem;display:block; }
#psM1qRFSTsJ9XVioLxO5GSUuf1lQw6Df { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XX10ZLSX4TQaJfc5rFVXwdzdLGPcN6O7 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.9250011444094rem;left:33.686721801757rem;height:2.6rem;font-style:normal;display:block; }
#pd5n9ayTg17FWUwAiTA59EflibmHHue7 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.475002288818rem;left:33.75rem;height:1.1375rem;font-style:normal;display:block; }
#mfSG9dOde2zMxSO272IWPrLRAp00dpiv { 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:4.3125rem;width:6.8125rem;top:3.3750028610229rem;left:33.6875rem;overflow:hidden;display:block; }
#oevAdZpyp2yJU38fw9WB8QvWIV4o29zF { 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:30.625rem;width:30.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#vhlpMplAE0A3x7QppbkZK1ReCy6i6l8T { color:rgba(var(--color-primary-2),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.612501144409rem;left:33.6875rem;height:2.7625rem;font-style:normal;display:block; }
#BlwKtFGyNsROK7TRuiPDqAOTUUik0O2e { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;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:14.475002288818rem;left:33.6875rem;height:2.925rem;font-style:normal;display:block; }
#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB { position:relative;display:block; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB { background-color: transparent; background-image: none; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row .container > .video-iframe-container { display: none; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row > .video-iframe-container { display: none; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .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); }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB { border-width: 0; border-radius: 0; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ksf52lDMa4B7ya2iSoO8ouOO1ppS6kUN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.681421279908rem;left:1.8125rem;height:2.925rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BMqTeQJhW8SLR00Gqa7nLFQcIV9ScZVK { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.186638832093rem;left:3.4375rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pONnHebmQsxCIFBpG3gVqwnnpcLe27W1 { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.5rem;left:17.6875rem;display:block; }
#l25cHLTqUhgGOu9LZkxWuQwvF7zML4hz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xy4xMzZuQwG90ucIGH4TxnfmKHCppMDS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4435768127444rem;left:0rem;height:2.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TUXK9vP4kXI2saiow8hstezuGrsUkwlg { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.013893127441rem;left:3.3125rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aiOheyh2T3ZTuwnsWmO2in0cAbEsz34T { 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:4.3125rem;width:6.8125rem;top:3.1935787200927rem;left:19.5rem;overflow:hidden;display:block; }
#qaQto5hiSmCt1ctSHUVuA60mhiRNVquT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:29.75rem;top:3.1935749053955rem;left:30.249130249024rem;overflow:hidden;display:block; }
#k90qNNdE1hm0AfZfrFh8scS8WXoTIPfc { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.19375038147rem;left:1.8125rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG { position:relative;display:block; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG { background-color: transparent; background-image: none; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row .container > .video-iframe-container { display: none; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row > .video-iframe-container { display: none; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .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); }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG { border-width: 0; border-radius: 0; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FqfrR16g6xHpeDgX0QAQo3SfwzVC6xSN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.24374961853rem;left:33.6875rem;height:4.3875rem;font-style:normal;display:block; }
#T4VDGVTrnSJtGerTWNWWttSBVW4XzPNF { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.789844512939rem;left:33.6875rem;height:2.7625rem;font-style:normal;display:block; }
#tiCFU14UGhMfuO6GcsGLhITfQ3QheccW { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.44140625rem;left:33.6875rem;display:block; }
#KcdKH0HTZGnAods60m5WLI2a0E5ztHoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZJxkqlTOJKwQhsmLOkERdlCsEME8ToOX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8750072056425rem;left:33.749130249024rem;height:2.6rem;font-style:normal;display:block; }
#noo9C4MnaTGgf1fap8aVbcMZzupqzQ4T { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.430545598269rem;left:33.6875rem;height:1.1375rem;font-style:normal;display:block; }
#Tt7OhRJ8ZVmKxcg00sTBHuP7zsxRgisW { 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:4.3125rem;width:6.8125rem;top:3.3750028610229rem;left:33.6875rem;overflow:hidden;display:block; }
#aeaeEUnCdRwR6cDeRmsbFWtooni9patc { 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:30.625rem;width:30.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn { position:relative;display:block; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn { background-color: transparent; background-image: none; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row .container > .video-iframe-container { display: none; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row > .video-iframe-container { display: none; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .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); }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn { border-width: 0; border-radius: 0; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NaTA7XnT8SJlvtRB4dCE4BpSucg6wqcD { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:15.55624961853rem;left:4.1609382629394rem;height:7.3125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TXRb0K7IA43bfq6smF0AT3QEOBvCa1ey { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.004688262939rem;left:5.7734375rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#skQt0NMpyrmmoJOOz3ae4Vt4qrsp7vI8 { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.422657012939rem;left:20.0234375rem;display:block; }
#TmPgeJMMBTaB8DqRlIVKmbAy6hBHcrDa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKyTse8sGAosQ3Ih7wX4mfh5ieps6N93 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3171882629394rem;left:0rem;height:2.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MTc4TJ3gCR4cznTRkwwt39JBDFpiqoJh { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9171886444094rem;left:5.6749992370606rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iIwpNHKoKdNrAAUATruJeceNcZDv0I8i { 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:4.3125rem;width:6.8125rem;top:3.0546875rem;left:21.862499237061rem;overflow:hidden;display:block; }
#EyGlMqEQ4HA2FsutLFgD18bhTMVnoEQG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:29.75rem;top:3.1935749053955rem;left:30.249130249024rem;overflow:hidden;display:block; }
#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda { position:relative;display:block; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda { background-color: transparent; background-image: none; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row .container > .video-iframe-container { display: none; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row > .video-iframe-container { display: none; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .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); }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda { border-width: 0; border-radius: 0; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FCHFClr0piOibnrzzkxMmZVO2Doz7KqS { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.782985687256rem;left:33.6875rem;height:11.7rem;font-style:normal;display:block; }
#WwFLSMeigopPuBv1glP0zPRGidMASfcT { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.540788441896rem;left:33.6875rem;height:2.6rem;font-style:normal;display:block; }
#hKHFJCwdNEMZ1HNLtMT7XGo7Gt5s8l6v { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.924999237061rem;left:33.6875rem;display:block; }
#ZOm2QtEn0rxkLKMGJ5z8VJNXqTPpMxU2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iktnqZd2033elNWxirKvVAxxPT3k9SCp { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.8750072056425rem;left:33.749130249024rem;height:2.6rem;font-style:normal;display:block; }
#e2XAuzcxn81MgoWXk8nxuPS1HCp0Xkl1 { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.430545598269rem;left:33.6875rem;height:1.1375rem;font-style:normal;display:block; }
#WRKSXRqZDzZJkEq70vBcyXU0OGLdVTXg { 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:4.3125rem;width:6.8125rem;top:3.3750028610229rem;left:33.6875rem;overflow:hidden;display:block; }
#LvMsIl34DZGJXO201BV4mfTLrU6xfxL7 { 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:30.625rem;width:30.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno { position:relative;display:block; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno { background-color: transparent; background-image: none; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row .container > .video-iframe-container { display: none; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row > .video-iframe-container { display: none; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .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); }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno { border-width: 0; border-radius: 0; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EhZJhN28fpP8pKALidMAMSQPwaJFdvRx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.25rem;left:2.2234382629394rem;height:8.775rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KULiT08Q5nZtorcWl0a0JwNone4Hcz5m { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.450002670288rem;left:3.8359375rem;height:2.7625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#C1UDXgdRFaUETXTvF562eGJxtxEWAsxg { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.1875rem;left:18.049999237061rem;display:block; }
#emaZyDzyVI0KnKTapQ3rTilsaaxu2Soh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rR0Z9zKzcqvta64Tch82HuTI06ezmdKQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.0007839202881rem;left:3.5234375rem;height:4.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aQqTXcIPVCZWxAo1mTQMHsnm6JEul3fh { color:rgba(var(--color-tertiary-3),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.750783920288rem;left:3.4609375rem;height:1.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iFGwiug6wB7rMiTGMKtJVkuukpfNOPdP { 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:4.3125rem;width:6.8125rem;top:3.1914081573486rem;left:20.0234375rem;overflow:hidden;display:block; }
#u8UWmvGq7R0qd2mTTJhqFDReWE5TXdB7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:29.75rem;top:3.1935749053955rem;left:30.249130249024rem;overflow:hidden;display:block; }
#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb { position:relative;display:block; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb { background-color: transparent; background-image: none; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row .container > .video-iframe-container { display: none; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row > .video-iframe-container { display: none; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .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); }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb { border-width: 0; border-radius: 0; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:8.25rem solid rgba(var(--color-secondary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GnpFUwNusSGmd6E2yVWphO2FHz5U5NMs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.219507217408rem;left:33.6875rem;height:8.775rem;font-style:normal;display:block; }
#vZW3S1ZecxK315hHnlp2qT9EwOiSuiKc { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.637475967408rem;left:33.6875rem;height:2.7625rem;font-style:normal;display:block; }
#ZLFO2i55SUdkkvbT3fpiEH2JWvwoCmxn { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:8.75rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.924999237061rem;left:33.6875rem;display:block; }
#DLg1TdqC6XLP4nrszlsdFvvm7G6FKlu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXFGKhbtG6gzAeL2DmsZdahQLnZZLS1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:7.6546640396119rem;left:33.749221801757rem;height:4.8rem;font-style:normal;display:block; }
#qA9K4m0nRdZvUKGeuGfpJu0KzZ2725DG { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.805446624756rem;left:33.6875rem;height:1.1375rem;font-style:normal;display:block; }
#q07k2KaLSQm5T71iUT4rHCFbDSJGIZiR { 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:4.3125rem;width:6.8125rem;top:2.4374766349792rem;left:33.6875rem;overflow:hidden;display:block; }
#Emha7wZpWz2cTczuZHw3dCKCEot05Fz6 { 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:30.625rem;width:30.625rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#tiCr8tEkmcnLde8ONOZxrBySFDt6kJZ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.937511444092rem;left:29.098438262939rem; }
#tiCr8tEkmcnLde8ONOZxrBySFDt6kJZ6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab7aa19a-dab3-45b2-b78d-79eb3be8a6d8/morze_dol.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82.adaptive-delivery-prevent-bg, #fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82.lazyload, #fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82.lazyloading { background-image: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container { background-color: transparent; background-image: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container > .video-iframe-container { display: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row > .video-iframe-container { display: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .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); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container { border-width: 0; border-radius: 0; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#IJc3vTLweUx1BZbOLLrGcEEcOcfo7qXA { background-color:rgba(var(--color-primary-2),0.85);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:21.8125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.6250019073486rem;left:19.09375rem;display:block; }
#rNnbViDeT9EhTMoww2ho6QNs7R54eUTw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8be4944c-8307-40d1-833b-8b81ac6814eb/plaza_tablet_1020x572.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ou4oImWshuibTe20MrIHQB569bTzEHS4 { display:block; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ylttvSi113O6DpHb8PFRV69o6IPc7kST { width:42.3125rem;height:12.21875rem;top:4.125rem;left:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qnJkli9wNxErXxcOGPWCXWtZySsRWd3i { width:3.125rem;height:3.125rem;top:1.0500001907349rem;left:22.312499582768rem;display:block; }
#qnJkli9wNxErXxcOGPWCXWtZySsRWd3i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 959px) { #TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd { display:block; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hUwhibr5VswONTcfC2f9tK9oyKA6yXsm { width:6.8125rem;height:4.3125rem;top:3.5rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QLa4t6qvGHHr8dlHBOxpwc0AytNaklMS { width:22.6875rem;height:2.03125rem;top:7.75rem;left:23.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CPyl3IiTPTIwNqnskbPEprno1qEe6Hrd { width:23rem;height:1.1375rem;top:9.9375rem;left:23.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ompBTDVptbU0Fx7ZV2UJA01EG0RuIRkz { width:23rem;height:2.6rem;top:11.0625rem;left:23.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #E9AlyKVRlS5A7WekrCbxkfzHAa8rPt81 { width:24.5625rem;height:14.5625rem;top:17.25rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SEgLUSIFdAEsCrM1tBcZo0JGWBaBy5fk { width:8.75rem;height:2.8125rem;top:29.0625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RyWfGLl93nn9csqyswa3GJMIbzJns2Zn { display:block; }
 }@media only screen and (max-width: 959px) { #KQOrt2pTna5b5BaQx2AF5D9JLTi15yls { width:27.0625rem;height:2.875rem;top:14rem;left:20.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #RClZss2Mgr6Gw20RrdE9See8zk4s11E6 { width:21.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F { display:block; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cVOZKrKsxsRibTV0rcdQQMX6u6kwW7AQ { width:24.5625rem;height:10.2375rem;top:14.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ys6UToot92AKiIvEpuQus7arZGyiZH4I { width:23rem;height:2.6rem;top:10.5625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #DbNGfmrhklZE9lf5VuKxkTG1VFB93h5D { width:8.75rem;height:2.8125rem;top:24.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #v4SW78E9OwFut5lfwSMPxkLEnrm5UiIh { display:block; }
 }@media only screen and (max-width: 959px) { #U5Ai8KFK4E9ncXf5NPTr2aARtVNSf5UP { width:23.5625rem;height:2.03125rem;top:6.9375rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gi6wgcwydv7fAosGgTaoOVXPiAEudsJz { width:23rem;height:1.1375rem;top:9.5rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #N3FJuGHObkGSpXXAT3hQkPwoHgAqBerg { width:6.8125rem;height:4.3125rem;top:2.6875rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qTW9a7GXR3QmMwvaLZpNfPHLTQOtUvcD { width:21.875rem;height:21.875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oEHAbndfS8PDg6T5ATIFxp9vDds5y75K { display:block; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dnn6UKsJTTm6SexvVH5PQ8eO4Rhdd9Dr { width:20.625rem;height:11.7rem;top:14.5rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b37J0GI2bFqJX9FKwtbrJPOThyto1qWN { width:8.75rem;height:2.8125rem;top:26rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #EQIMR37TNTNtSDe5MZtaSpcl4HxD4QCo { display:block; }
 }@media only screen and (max-width: 959px) { #NiCiOAQ2EIPcnPGfZLgoZnJDzVqXsdRO { width:19.125rem;height:2.03125rem;top:7.6875rem;left:24.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DUrlclkfip3NJBwxn6MmeLlbKAe5Ai8l { width:23rem;height:1.1375rem;top:9.875rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pAFDdch99IZd6q8NN3WCeL0brGwdx6fM { width:6.8125rem;height:4.3125rem;top:3.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #V7ZOirquXxTsk6ihpXbaMvhVyQ8pqggo { width:21.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #X0NmzfWGtkn14cRuWM3tixI0z6fUXdNU { width:23rem;height:2.6rem;top:11.0625rem;left:23.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #kh7Pfqp4TTCkZXd4JTDLcFHUIzLbZ3ZW { width:25.375rem;height:2.875rem;top:13.75rem;left:22.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN { display:block; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JTt6JOz9RWJTaqlLSwbxkxzJ3C0riX50 { width:16.0625rem;height:7.3125rem;top:14.75rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #APN3zMIuIEshb3cVch1RFbHhoBztUZcW { width:8.75rem;height:2.8125rem;top:21.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #unGSHbaFuM4o5Ex1RvJzN1BxD0BkuN0o { display:block; }
 }@media only screen and (max-width: 959px) { #e0GR78TbecCQhnTPVqtOndbvfT9qLRpU { width:16.5625rem;height:2.03125rem;top:7.5rem;left:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #q1vJonTEvd3NahDCRo8ny4w122lC4AlF { width:12.25rem;height:1.1375rem;top:10rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KrmKXaNyVfFVRkTkNMiNleEUzWa90g0i { width:6.8125rem;height:4.3125rem;top:3.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #AC4IB2wdi4XTC7lBcGHrTfDhmTP12Lpx { width:21.875rem;height:21.875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vvNJT8opio2LqG6LdDuisZofXAkrwRrx { width:23rem;height:2.6rem;top:11.0625rem;left:23.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #cmo8skzP7KLa5aoCUOkm5uzq5mzLBQCq { width:25.375rem;height:2.875rem;top:14.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 { display:block; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qh4S2w9DXKE8v4OumTyrh9tgX3H7CPtC { width:12.0625rem;height:20.475rem;top:14.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LDAgw8XJnNT6i7ULkhMW3bPAPoEMnQif { width:8.75rem;height:2.8125rem;top:22.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NAdmLNCpIVo6MudZNyZb7Vo5Elcurmpp { display:block; }
 }@media only screen and (max-width: 959px) { #oCo24vG7O2QuN4Sc56y0WorVN7Uloxk3 { width:20rem;height:2.03125rem;top:7.6875rem;left:24.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z5hl7mkByvRiDRHTAECKZxIf0NrQuXs2 { width:22.8125rem;height:1.125rem;top:10.4375rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TpWegVeCzUToLmkRFc0Sv10rqX5n7lZW { width:6.8125rem;height:4.3125rem;top:3.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TkgGF4H7utwgIkhNDle0VxCdVdIApPSB { width:21.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sWtfNgSfCh7Lq6BuVroW6DuM5v4nv99o { width:23rem;height:2.6rem;top:11.0625rem;left:23.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv { display:block; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xdRGXo2w19fWTqpo9I4X3yNfp6OH8oI7 { width:16.0625rem;height:7.3125rem;top:14.75rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wSVq4i8xyPyZLtcmyhkEyir3hvt27Xc0 { width:14.5rem;height:2.6rem;top:11.125rem;left:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #htkUV4B6afTO5TSvdNAHNbhH9TFPx4Tv { width:8.75rem;height:2.8125rem;top:21.9375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 959px) { #MvXgskOPdqiawN7G6OVBB06T0taQylT1 { display:block; }
 }@media only screen and (max-width: 959px) { #fn4FCE2uXaf5WIV5eVLnliq1qmCK8TRo { width:16.5625rem;height:2.03125rem;top:7.5rem;left:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #l1FPAQbkd271KR099rGH9QDy1qJM6hlT { width:12.25rem;height:1.1375rem;top:10rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yHcsG994eIGiKVFbokgabhssKTEDaLVs { width:6.8125rem;height:4.3125rem;top:3.25rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #G42tvOPm908BrR8RESQS4Tk0Z3nRdEdu { width:21.875rem;height:21.875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kelAorix3nRQXwuN3KBxoVlsirlhg76c { display:block; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #F9XoebddiK8Myq3Gnwxlsp6TCxtduCRA { width:12.0625rem;height:20.475rem;top:14.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kf3l4Q4CB4twucokVCqzGuduiP94TAgw { width:8.75rem;height:2.8125rem;top:22.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #psM1qRFSTsJ9XVioLxO5GSUuf1lQw6Df { display:block; }
 }@media only screen and (max-width: 959px) { #XX10ZLSX4TQaJfc5rFVXwdzdLGPcN6O7 { width:20rem;height:2.03125rem;top:7.6875rem;left:24.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pd5n9ayTg17FWUwAiTA59EflibmHHue7 { width:22.8125rem;height:1.125rem;top:10.4375rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mfSG9dOde2zMxSO272IWPrLRAp00dpiv { width:6.8125rem;height:4.3125rem;top:3.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #oevAdZpyp2yJU38fw9WB8QvWIV4o29zF { width:21.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vhlpMplAE0A3x7QppbkZK1ReCy6i6l8T { width:23rem;height:2.6rem;top:11.0625rem;left:23.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #BlwKtFGyNsROK7TRuiPDqAOTUUik0O2e { width:25.0625rem;height:2.875rem;top:14.4375rem;left:22.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB { display:block; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ksf52lDMa4B7ya2iSoO8ouOO1ppS6kUN { width:24.5625rem;height:2.925rem;top:14.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BMqTeQJhW8SLR00Gqa7nLFQcIV9ScZVK { width:10.125rem;height:2.6rem;top:12.125rem;left:11.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #pONnHebmQsxCIFBpG3gVqwnnpcLe27W1 { width:8.75rem;height:2.8125rem;top:16.1875rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #l25cHLTqUhgGOu9LZkxWuQwvF7zML4hz { display:block; }
 }@media only screen and (max-width: 959px) { #Xy4xMzZuQwG90ucIGH4TxnfmKHCppMDS { width:20.6875rem;height:2.03125rem;top:7.5rem;left:1.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TUXK9vP4kXI2saiow8hstezuGrsUkwlg { width:16.0625rem;height:1.1375rem;top:10.375rem;left:5.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aiOheyh2T3ZTuwnsWmO2in0cAbEsz34T { width:6.8125rem;height:4.3125rem;top:3.25rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qaQto5hiSmCt1ctSHUVuA60mhiRNVquT { width:21.875rem;height:21.875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #k90qNNdE1hm0AfZfrFh8scS8WXoTIPfc { width:12.0625rem;height:1.4625rem;top:14.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG { display:block; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FqfrR16g6xHpeDgX0QAQo3SfwzVC6xSN { width:12.0625rem;height:7.3125rem;top:14.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T4VDGVTrnSJtGerTWNWWttSBVW4XzPNF { width:23rem;height:2.75rem;top:12.75rem;left:24.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tiCFU14UGhMfuO6GcsGLhITfQ3QheccW { width:8.75rem;height:2.8125rem;top:22.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #KcdKH0HTZGnAods60m5WLI2a0E5ztHoU { display:block; }
 }@media only screen and (max-width: 959px) { #ZJxkqlTOJKwQhsmLOkERdlCsEME8ToOX { width:20rem;height:2.03125rem;top:7.6875rem;left:24.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #noo9C4MnaTGgf1fap8aVbcMZzupqzQ4T { width:23rem;height:1.125rem;top:10.375rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tt7OhRJ8ZVmKxcg00sTBHuP7zsxRgisW { width:6.8125rem;height:4.3125rem;top:3.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #aeaeEUnCdRwR6cDeRmsbFWtooni9patc { width:21.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GQdCON59st1h7ToLP1vyebIwB5hQl7Rn { display:block; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NaTA7XnT8SJlvtRB4dCE4BpSucg6wqcD { width:12.125rem;height:11.7rem;top:14.75rem;left:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TXRb0K7IA43bfq6smF0AT3QEOBvCa1ey { width:23rem;height:2.6rem;top:10.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #skQt0NMpyrmmoJOOz3ae4Vt4qrsp7vI8 { width:8.75rem;height:2.8125rem;top:26.25rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmPgeJMMBTaB8DqRlIVKmbAy6hBHcrDa { display:block; }
 }@media only screen and (max-width: 959px) { #bKyTse8sGAosQ3Ih7wX4mfh5ieps6N93 { width:21.0625rem;height:2.03125rem;top:7.5rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MTc4TJ3gCR4cznTRkwwt39JBDFpiqoJh { width:12rem;height:1.1375rem;top:9.5rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iIwpNHKoKdNrAAUATruJeceNcZDv0I8i { width:6.8125rem;height:4.3125rem;top:3.25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EyGlMqEQ4HA2FsutLFgD18bhTMVnoEQG { width:21.875rem;height:21.875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda { display:block; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FCHFClr0piOibnrzzkxMmZVO2Doz7KqS { width:12.0625rem;height:21.9375rem;top:14.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WwFLSMeigopPuBv1glP0zPRGidMASfcT { width:23rem;height:2.5625rem;top:11.5rem;left:24.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #hKHFJCwdNEMZ1HNLtMT7XGo7Gt5s8l6v { width:8.75rem;height:2.8125rem;top:22.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZOm2QtEn0rxkLKMGJ5z8VJNXqTPpMxU2 { display:block; }
 }@media only screen and (max-width: 959px) { #iktnqZd2033elNWxirKvVAxxPT3k9SCp { width:20rem;height:2.03125rem;top:7.6875rem;left:24.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #e2XAuzcxn81MgoWXk8nxuPS1HCp0Xkl1 { width:23rem;height:1.125rem;top:10.375rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WRKSXRqZDzZJkEq70vBcyXU0OGLdVTXg { width:6.8125rem;height:4.3125rem;top:3.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #LvMsIl34DZGJXO201BV4mfTLrU6xfxL7 { width:21.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vg0AJgrnAKAoebVoukLRIOqiWUcfKpno { display:block; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EhZJhN28fpP8pKALidMAMSQPwaJFdvRx { width:12.125rem;height:21.9375rem;top:14.75rem;left:10.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KULiT08Q5nZtorcWl0a0JwNone4Hcz5m { width:23rem;height:2.6rem;top:10.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #C1UDXgdRFaUETXTvF562eGJxtxEWAsxg { width:8.75rem;height:2.8125rem;top:26.25rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #emaZyDzyVI0KnKTapQ3rTilsaaxu2Soh { display:block; }
 }@media only screen and (max-width: 959px) { #rR0Z9zKzcqvta64Tch82HuTI06ezmdKQ { width:21.0625rem;height:2.03125rem;top:7.5rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aQqTXcIPVCZWxAo1mTQMHsnm6JEul3fh { width:12rem;height:1.1375rem;top:9.5rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iFGwiug6wB7rMiTGMKtJVkuukpfNOPdP { width:6.8125rem;height:4.3125rem;top:3.25rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #u8UWmvGq7R0qd2mTTJhqFDReWE5TXdB7 { width:21.875rem;height:21.875rem;top:0rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb { display:block; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GnpFUwNusSGmd6E2yVWphO2FHz5U5NMs { width:12.0625rem;height:21.9375rem;top:14.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vZW3S1ZecxK315hHnlp2qT9EwOiSuiKc { width:23rem;height:2.75rem;top:14.625rem;left:24.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZLFO2i55SUdkkvbT3fpiEH2JWvwoCmxn { width:8.75rem;height:2.8125rem;top:22.0625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DLg1TdqC6XLP4nrszlsdFvvm7G6FKlu8 { display:block; }
 }@media only screen and (max-width: 959px) { #hXFGKhbtG6gzAeL2DmsZdahQLnZZLS1Q { width:20rem;height:2.03125rem;top:7.6875rem;left:24.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qA9K4m0nRdZvUKGeuGfpJu0KzZ2725DG { width:23rem;height:1.125rem;top:12.75rem;left:24.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q07k2KaLSQm5T71iUT4rHCFbDSJGIZiR { width:6.8125rem;height:4.3125rem;top:3.4375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Emha7wZpWz2cTczuZHw3dCKCEot05Fz6 { width:21.875rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tiCr8tEkmcnLde8ONOZxrBySFDt6kJZ6 { width:3.125rem;height:3.125rem;top:35.9375rem;left:22.973438262939rem;display:block; }
#tiCr8tEkmcnLde8ONOZxrBySFDt6kJZ6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 959px) { #fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 { display:block; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #IJc3vTLweUx1BZbOLLrGcEEcOcfo7qXA { width:8.75rem;height:2.8125rem;top:26.25rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rNnbViDeT9EhTMoww2ho6QNs7R54eUTw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8717bd32-af21-4517-be8d-a94a79a89936/nowe_tel_gora.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ou4oImWshuibTe20MrIHQB569bTzEHS4 { display:block; }#ou4oImWshuibTe20MrIHQB569bTzEHS4 > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylttvSi113O6DpHb8PFRV69o6IPc7kST { width:20rem;height:11.15625rem;top:5.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJkli9wNxErXxcOGPWCXWtZySsRWd3i { display:flex;width:3.125rem;height:3.125rem;top:1.1742191314698rem;left:8.4375005364419rem; }
#qnJkli9wNxErXxcOGPWCXWtZySsRWd3i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd { display:block; }#TinNv7lr46XRhEUCbRKvb5uImsc3Ttsd > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUwhibr5VswONTcfC2f9tK9oyKA6yXsm { width:6.8125rem;height:4.3125rem;top:21.3125rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLa4t6qvGHHr8dlHBOxpwc0AytNaklMS { width:19.6875rem;height:2.1125rem;top:26.47500038147rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPyl3IiTPTIwNqnskbPEprno1qEe6Hrd { width:20rem;height:0.975rem;top:29.125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ompBTDVptbU0Fx7ZV2UJA01EG0RuIRkz { width:20rem;height:2.275rem;top:30.928905487061rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9AlyKVRlS5A7WekrCbxkfzHAa8rPt81 { width:20rem;height:14.625rem;top:38.71328163147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEgLUSIFdAEsCrM1tBcZo0JGWBaBy5fk { width:8.75rem;height:2.8125rem;top:56.900783538818rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyWfGLl93nn9csqyswa3GJMIbzJns2Zn { display:block; }
 }@media only screen and (max-width: 763px) { #KQOrt2pTna5b5BaQx2AF5D9JLTi15yls { width:17.5rem;height:3.9rem;top:33.924218654632rem;left:1.2500000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RClZss2Mgr6Gw20RrdE9See8zk4s11E6 { width:19.375rem;height:19.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F { display:block; }#mEDEWtctUPGR6vMuANaP8QqgkN2Rel8F > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVOZKrKsxsRibTV0rcdQQMX6u6kwW7AQ { width:20rem;height:10.2375rem;top:30.097222328186rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ys6UToot92AKiIvEpuQus7arZGyiZH4I { width:20rem;height:2.275rem;top:27.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbNGfmrhklZE9lf5VuKxkTG1VFB93h5D { width:8.75rem;height:2.8125rem;top:41.651910781861rem;left:5.6250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4SW78E9OwFut5lfwSMPxkLEnrm5UiIh { display:block; }
 }@media only screen and (max-width: 763px) { #U5Ai8KFK4E9ncXf5NPTr2aARtVNSf5UP { width:20rem;height:2.1125rem;top:23rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gi6wgcwydv7fAosGgTaoOVXPiAEudsJz { width:20rem;height:0.975rem;top:25.75rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3FJuGHObkGSpXXAT3hQkPwoHgAqBerg { width:6.8125rem;height:4.3125rem;top:17.75rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTW9a7GXR3QmMwvaLZpNfPHLTQOtUvcD { width:17.75rem;height:17.75rem;top:0rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEHAbndfS8PDg6T5ATIFxp9vDds5y75K { display:block; }#oEHAbndfS8PDg6T5ATIFxp9vDds5y75K > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnn6UKsJTTm6SexvVH5PQ8eO4Rhdd9Dr { width:18.5rem;height:13.1625rem;top:37.1015625rem;left:0.74921876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b37J0GI2bFqJX9FKwtbrJPOThyto1qWN { width:8.75rem;height:2.8125rem;top:52.525001525879rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQIMR37TNTNtSDe5MZtaSpcl4HxD4QCo { display:block; }
 }@media only screen and (max-width: 763px) { #NiCiOAQ2EIPcnPGfZLgoZnJDzVqXsdRO { width:20rem;height:2.1125rem;top:26.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUrlclkfip3NJBwxn6MmeLlbKAe5Ai8l { width:20rem;height:0.975rem;top:28.549999237061rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAFDdch99IZd6q8NN3WCeL0brGwdx6fM { width:6.8125rem;height:4.3125rem;top:21.1875rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZOirquXxTsk6ihpXbaMvhVyQ8pqggo { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0NmzfWGtkn14cRuWM3tixI0z6fUXdNU { width:20rem;height:2.275rem;top:30.114063262939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kh7Pfqp4TTCkZXd4JTDLcFHUIzLbZ3ZW { width:17.6875rem;height:3.9rem;top:33.251563072204rem;left:1.1554687619209rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN { display:block; }#PfiTtxlBGqsLB6L3TTrzbpSkRmO0GsxN > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTt6JOz9RWJTaqlLSwbxkxzJ3C0riX50 { width:18rem;height:13.1625rem;top:34.97109413147rem;left:0.99921876192094rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APN3zMIuIEshb3cVch1RFbHhoBztUZcW { width:8.75rem;height:2.8125rem;top:50.629688262939rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #unGSHbaFuM4o5Ex1RvJzN1BxD0BkuN0o { display:block; }
 }@media only screen and (max-width: 763px) { #e0GR78TbecCQhnTPVqtOndbvfT9qLRpU { width:20rem;height:2.1125rem;top:22.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1vJonTEvd3NahDCRo8ny4w122lC4AlF { width:20rem;height:0.975rem;top:24.674221038818rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KrmKXaNyVfFVRkTkNMiNleEUzWa90g0i { width:6.8125rem;height:4.3125rem;top:17.75rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC4IB2wdi4XTC7lBcGHrTfDhmTP12Lpx { width:17.75rem;height:17.75rem;top:0rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvNJT8opio2LqG6LdDuisZofXAkrwRrx { width:20rem;height:2.275rem;top:26.196094512939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmo8skzP7KLa5aoCUOkm5uzq5mzLBQCq { width:16.6875rem;height:3.9rem;top:29.59609413147rem;left:1.6562500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 { display:block; }#mHBNTTaMTTye1z9HRsIXMKkeyWcNTet3 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qh4S2w9DXKE8v4OumTyrh9tgX3H7CPtC { width:20rem;height:8.775rem;top:34.143751144409rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDAgw8XJnNT6i7ULkhMW3bPAPoEMnQif { width:8.75rem;height:2.8125rem;top:45.255470275879rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAdmLNCpIVo6MudZNyZb7Vo5Elcurmpp { display:block; }
 }@media only screen and (max-width: 763px) { #oCo24vG7O2QuN4Sc56y0WorVN7Uloxk3 { width:20rem;height:2.1125rem;top:25.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5hl7mkByvRiDRHTAECKZxIf0NrQuXs2 { width:20rem;height:0.975rem;top:27.612499237061rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpWegVeCzUToLmkRFc0Sv10rqX5n7lZW { width:6.8125rem;height:4.3125rem;top:19.374994277954rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkgGF4H7utwgIkhNDle0VxCdVdIApPSB { width:19.375rem;height:19.375rem;top:0rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWtfNgSfCh7Lq6BuVroW6DuM5v4nv99o { width:20rem;height:2.275rem;top:30.19296836853rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv { display:block; }#V1GazKU3pNNsTTze1f2rVfvOBJJeZyNv > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdRGXo2w19fWTqpo9I4X3yNfp6OH8oI7 { width:20rem;height:7.3125rem;top:30.908855438233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSVq4i8xyPyZLtcmyhkEyir3hvt27Xc0 { width:20rem;height:2.275rem;top:27.124988555908rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htkUV4B6afTO5TSvdNAHNbhH9TFPx4Tv { width:8.75rem;height:2.8125rem;top:40.067188262939rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvXgskOPdqiawN7G6OVBB06T0taQylT1 { display:block; }
 }@media only screen and (max-width: 763px) { #fn4FCE2uXaf5WIV5eVLnliq1qmCK8TRo { width:20rem;height:2.1125rem;top:22.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1FPAQbkd271KR099rGH9QDy1qJM6hlT { width:20rem;height:0.975rem;top:24.674221038818rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHcsG994eIGiKVFbokgabhssKTEDaLVs { width:6.8125rem;height:4.3125rem;top:17.75rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #G42tvOPm908BrR8RESQS4Tk0Z3nRdEdu { width:17.75rem;height:17.75rem;top:0rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kelAorix3nRQXwuN3KBxoVlsirlhg76c { display:block; }#kelAorix3nRQXwuN3KBxoVlsirlhg76c > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9XoebddiK8Myq3Gnwxlsp6TCxtduCRA { width:20rem;height:16.0875rem;top:37.018749237061rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kf3l4Q4CB4twucokVCqzGuduiP94TAgw { width:8.75rem;height:2.8125rem;top:55.130470275879rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #psM1qRFSTsJ9XVioLxO5GSUuf1lQw6Df { display:block; }
 }@media only screen and (max-width: 763px) { #XX10ZLSX4TQaJfc5rFVXwdzdLGPcN6O7 { width:20rem;height:2.1125rem;top:25.5rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pd5n9ayTg17FWUwAiTA59EflibmHHue7 { width:20rem;height:0.975rem;top:27.612499237061rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfSG9dOde2zMxSO272IWPrLRAp00dpiv { width:6.8125rem;height:4.3125rem;top:19.374994277954rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #oevAdZpyp2yJU38fw9WB8QvWIV4o29zF { width:19.375rem;height:19.375rem;top:0rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhlpMplAE0A3x7QppbkZK1ReCy6i6l8T { width:20rem;height:2.275rem;top:29.69296836853rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BlwKtFGyNsROK7TRuiPDqAOTUUik0O2e { width:16.875rem;height:3.9rem;top:32.543750762939rem;left:1.5625000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB { display:block; }#rSveaNvyexvpIIPEh4cz9Tzo5AhEFZbB > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksf52lDMa4B7ya2iSoO8ouOO1ppS6kUN { width:20rem;height:2.925rem;top:30.908855438233rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMqTeQJhW8SLR00Gqa7nLFQcIV9ScZVK { width:20rem;height:2.275rem;top:27.22500038147rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pONnHebmQsxCIFBpG3gVqwnnpcLe27W1 { width:8.75rem;height:2.8125rem;top:35.970314025879rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l25cHLTqUhgGOu9LZkxWuQwvF7zML4hz { display:block; }
 }@media only screen and (max-width: 763px) { #Xy4xMzZuQwG90ucIGH4TxnfmKHCppMDS { width:20rem;height:2.1125rem;top:23.625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUXK9vP4kXI2saiow8hstezuGrsUkwlg { width:20rem;height:0.975rem;top:25.737501144409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiOheyh2T3ZTuwnsWmO2in0cAbEsz34T { width:6.8125rem;height:4.3125rem;top:18.5rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaQto5hiSmCt1ctSHUVuA60mhiRNVquT { width:17.75rem;height:17.75rem;top:0rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #k90qNNdE1hm0AfZfrFh8scS8WXoTIPfc { width:20rem;height:1.4625rem;top:30.909374237061rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG { display:block; }#cD23hRdcWlWTZFZgIJiclrbn6TFp5RNG > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqfrR16g6xHpeDgX0QAQo3SfwzVC6xSN { width:20rem;height:4.3875rem;top:34.456598281861rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4VDGVTrnSJtGerTWNWWttSBVW4XzPNF { width:20rem;height:2.275rem;top:30.422657012939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiCFU14UGhMfuO6GcsGLhITfQ3QheccW { width:8.75rem;height:2.8125rem;top:41.677953720093rem;left:5.6250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcdKH0HTZGnAods60m5WLI2a0E5ztHoU { display:block; }
 }@media only screen and (max-width: 763px) { #ZJxkqlTOJKwQhsmLOkERdlCsEME8ToOX { width:20rem;height:2.1125rem;top:25.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noo9C4MnaTGgf1fap8aVbcMZzupqzQ4T { width:20rem;height:0.975rem;top:28.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7OhRJ8ZVmKxcg00sTBHuP7zsxRgisW { width:6.8125rem;height:4.3125rem;top:20.3125rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeaeEUnCdRwR6cDeRmsbFWtooni9patc { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQdCON59st1h7ToLP1vyebIwB5hQl7Rn { display:block; }#GQdCON59st1h7ToLP1vyebIwB5hQl7Rn > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaTA7XnT8SJlvtRB4dCE4BpSucg6wqcD { width:20rem;height:7.3125rem;top:35.06875038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXRb0K7IA43bfq6smF0AT3QEOBvCa1ey { width:20rem;height:2.275rem;top:30.643751144409rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #skQt0NMpyrmmoJOOz3ae4Vt4qrsp7vI8 { width:8.75rem;height:2.8125rem;top:46.310764312744rem;left:5.6250002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPgeJMMBTaB8DqRlIVKmbAy6hBHcrDa { display:block; }
 }@media only screen and (max-width: 763px) { #bKyTse8sGAosQ3Ih7wX4mfh5ieps6N93 { width:20rem;height:4.225rem;top:24.668750762939rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTc4TJ3gCR4cznTRkwwt39JBDFpiqoJh { width:20rem;height:0.975rem;top:28.893751144409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIwpNHKoKdNrAAUATruJeceNcZDv0I8i { width:6.8125rem;height:4.3125rem;top:19.310939788818rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyGlMqEQ4HA2FsutLFgD18bhTMVnoEQG { width:17.75rem;height:17.75rem;top:1.5615234375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda { display:block; }#HsCCHs2fLc11gFP7Rbpdvc5T6wBzqdda > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCHFClr0piOibnrzzkxMmZVO2Doz7KqS { width:17.75rem;height:13.1625rem;top:34.456249237061rem;left:1.1242187619209rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WwFLSMeigopPuBv1glP0zPRGidMASfcT { width:20rem;height:2.275rem;top:30.360157012939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKHFJCwdNEMZ1HNLtMT7XGo7Gt5s8l6v { width:8.75rem;height:2.8125rem;top:49.177345275879rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOm2QtEn0rxkLKMGJ5z8VJNXqTPpMxU2 { display:block; }
 }@media only screen and (max-width: 763px) { #iktnqZd2033elNWxirKvVAxxPT3k9SCp { width:20rem;height:2.1125rem;top:25.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2XAuzcxn81MgoWXk8nxuPS1HCp0Xkl1 { width:20rem;height:0.975rem;top:27.668750762939rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRKSXRqZDzZJkEq70vBcyXU0OGLdVTXg { width:6.8125rem;height:4.3125rem;top:19.375rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvMsIl34DZGJXO201BV4mfTLrU6xfxL7 { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg0AJgrnAKAoebVoukLRIOqiWUcfKpno { display:block; }#vg0AJgrnAKAoebVoukLRIOqiWUcfKpno > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhZJhN28fpP8pKALidMAMSQPwaJFdvRx { width:20rem;height:8.775rem;top:35.31875038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KULiT08Q5nZtorcWl0a0JwNone4Hcz5m { width:20rem;height:2.275rem;top:31.784376144409rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1UDXgdRFaUETXTvF562eGJxtxEWAsxg { width:8.75rem;height:2.8125rem;top:46.31015586853rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #emaZyDzyVI0KnKTapQ3rTilsaaxu2Soh { display:block; }
 }@media only screen and (max-width: 763px) { #rR0Z9zKzcqvta64Tch82HuTI06ezmdKQ { width:20rem;height:3.9rem;top:25.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQqTXcIPVCZWxAo1mTQMHsnm6JEul3fh { width:20rem;height:0.975rem;top:29.471876144409rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFGwiug6wB7rMiTGMKtJVkuukpfNOPdP { width:6.8125rem;height:4.3125rem;top:18.62265586853rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8UWmvGq7R0qd2mTTJhqFDReWE5TXdB7 { width:17.75rem;height:17.75rem;top:0.87343692779544rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb { display:block; }#TUKd6OfBFbBOr6B2ESTHNVvPr39nJSFb > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnpFUwNusSGmd6E2yVWphO2FHz5U5NMs { width:20rem;height:8.775rem;top:34.456598281861rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZW3S1ZecxK315hHnlp2qT9EwOiSuiKc { width:20rem;height:2.275rem;top:31.360157012939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLFO2i55SUdkkvbT3fpiEH2JWvwoCmxn { width:8.75rem;height:2.8125rem;top:44.802345275879rem;left:5.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLg1TdqC6XLP4nrszlsdFvvm7G6FKlu8 { display:block; }
 }@media only screen and (max-width: 763px) { #hXFGKhbtG6gzAeL2DmsZdahQLnZZLS1Q { width:20rem;height:3.9rem;top:25.27499961853rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qA9K4m0nRdZvUKGeuGfpJu0KzZ2725DG { width:20rem;height:0.975rem;top:29.697658538818rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q07k2KaLSQm5T71iUT4rHCFbDSJGIZiR { width:6.8125rem;height:4.3125rem;top:19.375rem;left:6.5937500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emha7wZpWz2cTczuZHw3dCKCEot05Fz6 { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiCr8tEkmcnLde8ONOZxrBySFDt6kJZ6 { display:flex;width:3.125rem;height:3.125rem;top:50.435157775879rem;left:8.4375005364419rem; }
#tiCr8tEkmcnLde8ONOZxrBySFDt6kJZ6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/163e43cd-3c0b-44b1-8f34-d4118b74bfae/morze_dol_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82.adaptive-delivery-prevent-bg, #fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82.lazyload, #fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82.lazyloading { background-image: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container { background-color: transparent; background-image: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container > .video-iframe-container { display: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row > .video-iframe-container { display: none; }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .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); }#fosfS6QZdi8HBVx1iK9mz6fDTfG1EI82 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJc3vTLweUx1BZbOLLrGcEEcOcfo7qXA { width:18.6875rem;height:2.1875rem;top:5.7812271118164rem;left:0.65546876192094rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNnbViDeT9EhTMoww2ho6QNs7R54eUTw { display:block; }
 }