.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:244,247,221;--color-primary-1:223,230,154;--color-primary-2:202,213,87;--color-primary-3:189,202,45;--color-primary-4:132,143,14;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:215,215,215;--color-tertiary-2:110,110,110;--color-tertiary-3:55,61,69;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/204aTKAk/gorski_potok_ikona.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(var(--color-tertiary-0),0.34);background-image:url("https://images.assets-landingi.com/t8LJmwAF/timthumb.php.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:36.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { color:rgba(var(--color-primary-3),1);display:block;width:31rem;position:absolute;font-family:"mr bedfort";font-size:4.75rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.4520835876462rem;left:8.3677082061769rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { position:absolute;display:block;z-index:15004;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:8.5rem;left:42.125rem;display:block; }
#msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.8111982345581rem;left:39.312501907349rem;display:block; }
#IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { position:absolute;display:block;z-index:15006;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:0.75rem;width:0.9375rem;top:11.5615234375rem;left:42.125rem;overflow:hidden;display:block; }
#ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:19.3125rem;left:44.499999046326rem;height:1.38125rem;font-style:normal;display:block; }
#RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.6875rem;top:18.25rem;left:40.343749046326rem;overflow:hidden;display:block; }
#g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:12.5625rem;left:39.3125rem;display:block; }
#NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { position:absolute;display:block;z-index:15009;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:13.25rem;left:42.125rem;display:block; }
#F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { color:rgba(var(--color-tertiary-1),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.7489585876462rem;left:44.499999046326rem;height:1.38125rem;font-style:normal;display:block; }
#wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { 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:0.75rem;width:0.9375rem;top:16.3125rem;left:42.125rem;overflow:hidden;display:block; }
#L8rRbr6W3WbMrnJRkCi5eEBOg9zEaeTo { position:absolute;display:block;z-index:15014;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:18.25rem;left:42.0625rem;display:block; }
#sixfTlTsH6kJncJhekWredycNH3TAOsz { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:17.5625rem;left:39.25rem;display:block; }
#RSHx43LT5HukqrcTU8xOc9dTQfpUlB9b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.9375rem;top:21.3125rem;left:42.0625rem;overflow:hidden;display:block; }
#csPryETmytwJHvVtimI1kbV8fVOT949F { color:rgba(var(--color-tertiary-1),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.1875rem;left:44.499999046326rem;height:1.38125rem;font-style:normal;display:block; }
#PBZzinQsNkSEJU6tRemEwJ89XkrG5vOX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:0.875rem;top:13.805208206177rem;left:40.749999046326rem;overflow:hidden;display:block; }
#cvgg8VTnhs0bJ4wC11qDIr097wWq9P3h { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:60rem;top:4.9364585876465rem;left:0rem;display:block; }
#B92hUASL6Uct8OO0MnxwuPoXurHHistK { 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:11.875rem;width:8.5rem;top:8.5rem;left:0.6875rem;overflow:hidden;display:block; }
#fwDPrnUPbEtUh5XyHzuXTZ7Tc72wR9uv { box-sizing:content-box;color:#373838;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:8.5rem;left:39.812499046326rem;display:block; }
#TEx2ZRfqe1tyiQSHBzSSdJxMuPW2M948 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15021;top:31.5625rem;left:27.812499046326rem;display:block; }
#iH8rtmimlpewDSqViO9sZU5big8A8orl { color:rgba(var(--color-primary-3),1);display:block;width:31rem;position:absolute;font-family:"mr bedfort";font-size:3.0625rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:15.930208206177rem;left:8.3677082061769rem;height:4.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/204aTKAk/gorski_potok_ikona.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc.adaptive-delivery-prevent-bg, #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc.lazyload, #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc.lazyloading { background-image: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { background-color: transparent; background-image: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.75); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .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); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { border-width: 0; border-radius: 0; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aca2a2;border-left:0.125rem solid #aca2a2;border-right:0.125rem solid #aca2a2;border-bottom:0.125rem solid #aca2a2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.875rem;top:2.7843742370606rem;left:-0.02187442779541rem;display:block; }
#OlOQ4u4NWqSdopTgyyceK0scR5ZrRnin { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:3.21875rem;left:0.29948043823242rem;display:block; }
#XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:2.125rem;top:4.0611991882324rem;left:0.70573043823244rem;overflow:hidden;display:block; }
#yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { color:rgba(var(--color-tertiary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9989624023438rem;left:4.2364587783814rem;height:1.4625rem;font-style:normal;display:block; }
#x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aca2a2;border-left:0.125rem solid #aca2a2;border-right:0.125rem solid #aca2a2;border-bottom:0.125rem solid #aca2a2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.875rem;top:7.0625rem;left:0rem;display:block; }
#vyCx3yHRBHzbTBfSE5nhmDJkiZzwPQBB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:7.625rem;left:0.3125rem;display:block; }
#OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:4.25rem;height:1.4625rem;font-style:normal;display:block; }
#Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aca2a2;border-left:0.125rem solid #aca2a2;border-right:0.125rem solid #aca2a2;border-bottom:0.125rem solid #aca2a2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.9375rem;top:15.543750762939rem;left:0rem;display:block; }
#ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.5229167938233rem;height:1.4625rem;font-style:normal;display:block; }
#g06QG1XV2pLSNthy8uATPOQmFpKHozTs { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #aca2a2;border-left:0.125rem solid #aca2a2;border-right:0.125rem solid #aca2a2;border-bottom:0.125rem solid #aca2a2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.9375rem;top:11.283332824707rem;left:0rem;display:block; }
#yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { color:rgba(var(--color-tertiary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.498958587646rem;left:4.3208332061767rem;height:1.4625rem;font-style:normal;display:block; }
#zbdUvJ6ZvAAgu39XbrWcsHmT2fsKpSFa { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:11.7177734375rem;left:0.3212890625rem;display:block; }
#WF8BrTzVF2dIfxht5PMNW1GeGpBfzQIb { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:15.9375rem;left:0.3349609375rem;display:block; }
#OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:35.4375rem;top:2.8125rem;left:31.072193938356rem;overflow:hidden;display:block; }
#C3blpLUQ3gUWhrBAbG7oVDTT16nfQuHz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.5rem;top:8.375rem;left:1.048828125rem;overflow:hidden;display:block; }
#r9SNJzF4T1wd4B4w7dMWqXJZWWdh1Dtn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.8125rem;top:12.4375rem;left:0.90625rem;overflow:hidden;display:block; }
#KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.75rem;top:16.40625rem;left:0.923828125rem;overflow:hidden;display:block; }
#QUocoKQn4nhDCNde5pBOw3TBDoGGJZZb { color:#4f5051;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.8125rem;left:-0.0625rem;height:10.5rem;font-style:normal;display:block; }
#ncbRsfvvfacUQJlLuIvXD4uF5TSWHp93 { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15022;top:30.210416793823rem;left:28.488543510437rem;display:block; }
#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .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); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:135.125rem;width:60rem;position:relative;display:block; }#TNKo4tuBL6vK6DEDFzSHFufuEtdil8Ug { color:rgba(var(--color-tertiary-3),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:9.3958330154419rem;left:0rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6DyVQrUMxGWUwast1XOLXn30tWShkRD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:12.75rem;width:27.5rem;top:6.52499961853rem;left:32.437499046326rem;overflow:hidden;display:block; }
#KvI8PWHbm5MBXzNPEElB2Flgg3QxhFwM { position:absolute;display:block;z-index:15004;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:12.5625rem;width:13rem;top:20.9375rem;left:39.687499046326rem;overflow:hidden;display:block; }
#IMQfzOmizFKdhRgOWhcPp86xzG8zT9wC { position:absolute;display:block;z-index:15005;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:6.75rem;width:14.875rem;top:25.791666984558rem;left:16.291666984558rem;overflow:hidden;display:block; }
#gPOAQICq6JPvNAaD8Mcc7hTE8PG8KObT { position:absolute;display:block;z-index:15006;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:6.75rem;width:14.5625rem;top:25.791666984558rem;left:0rem;overflow:hidden;display:block; }
#NBQPGT3uc87qqLbRDTEv559Hy91wrG5a { color:rgba(var(--color-tertiary-3),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:39.138541221619rem;left:33.5625rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Khs6pf0RANk5De5i3TXlR0xFvVVNZ7QZ { position:absolute;display:block;z-index:15005;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:14.25rem;width:31.0625rem;top:34.395835876465rem;left:0rem;overflow:hidden;display:block; }
#Wf2ZXCABDivARVRgg7nX01pTEeSXLkuE { position:absolute;display:block;z-index:15006;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:8.25rem;width:17.9375rem;top:50.749999046326rem;left:0rem;overflow:hidden;display:block; }
#sDqLNvV21CoqTxyL6Drt5MwGgU3Plya7 { position:absolute;display:block;z-index:15006;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:8.1875rem;width:17.6875rem;top:50.78125rem;left:42.312499046326rem;overflow:hidden;display:block; }
#yU7K9eWMRLbvaxnKw4wJFHKBTPfq2zd0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:8.25rem;width:17.9375rem;top:50.749999046326rem;left:21.031249046326rem;overflow:hidden;display:block; }
#ZXkdt3yIHxGxQ1kgENyvZ2vO3D5hcdN9 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.5666666030881rem;left:8.9166669845581rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KX1g2Ah6cyyQMSToApGwTz74wPeTKkCM { color:rgba(var(--color-tertiary-3),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:35.916666984558rem;left:41.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p76w7LqAVfnndwLv6Ff6TTtVH9DT2RCO { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:62.479166984558rem;left:22.187499046326rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rruDxduO4gRbecV1gtzCUkfGaQwdNIwa { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:13.5625rem;width:29.125rem;top:65.229166984556rem;left:0rem;overflow:hidden;display:block; }
#TBxwywwKxa7iqqrASnL1DkWbSVddFTrO { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:82.166660308838rem;left:16.6875rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaZFeWyQZWxHXqahD4ZP8owkUdhy96VZ { position:absolute;display:block;z-index:15008;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:13.5625rem;width:28.8125rem;top:65.229166984556rem;left:31.187499046326rem;overflow:hidden;display:block; }
#uOPsou6pHC9RHMtCOi1lrGxwEKTf73ar { position:absolute;display:block;z-index:15008;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:13.5625rem;width:28.8125rem;top:95.479167938231rem;left:0rem;overflow:hidden;display:block; }
#f6TqsbluDrNs8GTdzikoS6P5HVdwKtKt { position:absolute;display:block;z-index:15009;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:13.5rem;width:28.8125rem;top:95.510417938231rem;left:31.188541412354rem;overflow:hidden;display:block; }
#QpD9vRGM6Mw6JUsDUAN0F4LnvhRdEIU6 { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15023;top:130.93749809265rem;left:28.4375rem;display:block; }
#OtdUNBHh4exl0KDwUZFaWcBm2MxnF0OT { color:rgba(var(--color-tertiary-3),1);display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:85.791667938231rem;left:4.21875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBhC6llT3UtXprL88dSmwwCgnqTHWFoN { position:absolute;display:block;z-index:15009;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: 0.875rem 0.6875rem 3.1875rem rgba(var(--color-tertiary-4),0.28) ;height:16.6875rem;width:22.25rem;top:114.2427072525rem;left:4.4375rem;overflow:hidden;display:block; }
#qUCzVdNaM1GTxlCC5U8GbOcb0QbyaSd6 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:110.9458322525rem;left:2.25rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTNQb8Q0BlKUzn6cywO36efzdGxCTVUt { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:92.128124237062rem;left:2.25rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeJFafAee7M59ESTkHzwvCv9vfzs13xf { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:110.94583320617rem;left:33.375rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cv7PW0dH5mmf1dvByXOPXBXkd3ye4Puv { color:rgba(var(--color-tertiary-3),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:92.128124237062rem;left:33.375rem;height:2.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0ewtGggwySiyAxol20q8sltLcir5aCO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:24.75rem;top:114.4302072525rem;left:33.8125rem;overflow:hidden;display:block; }
#JFWCRJMu244zPoEakQIp3er0q7T3h4ir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.82);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JFWCRJMu244zPoEakQIp3er0q7T3h4ir > .row .container { border-width: 0; border-radius: 0; }#JFWCRJMu244zPoEakQIp3er0q7T3h4ir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFWCRJMu244zPoEakQIp3er0q7T3h4ir > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;position:relative;display:none; }#vIA4ncqTcnJv5m4QDUz7Vq7hSktAxOZg { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:28.662499427796rem;left:0rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzMSD7RBWEdTAASKmpif8OKN5UkQSEWT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.875rem;width:10.375rem;top:19.541665077209rem;left:39.656249046326rem;overflow:hidden;display:block; }
#EJPb95ZwgLSMOTUrWqEGLm8xUoHmMovl { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.875rem;width:10.375rem;top:3.75rem;left:39.656249046326rem;overflow:hidden;display:block; }
#pbiETnvXVEzIXJfaxU8X3QaDt7lcT8Ch { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.875rem;width:10.4375rem;top:3.75rem;left:51.778051791927rem;overflow:hidden;display:block; }
#NeLP37qdV7CWtzTu2JS16vbrMRn3LpVL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.875rem;width:10.4375rem;top:19.5625rem;left:51.778474698584rem;overflow:hidden;display:block; }
#tquecXNp5neOHDT3UBBbPeQ8PbUvpLyU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.875rem;width:10.375rem;top:11.625rem;left:39.656249046326rem;overflow:hidden;display:block; }
#AQG13uNb6684Dl5XQOAo4MAs3xT1xHsk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.875rem;width:10.4375rem;top:11.625rem;left:51.778474698584rem;overflow:hidden;display:block; }
#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { 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/1c6ad8cB/fotobg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.adaptive-delivery-prevent-bg, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyload, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyloading { background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:none; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:30.625rem;top:0.5625rem;left:-1.3125rem;display:block; }
#n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:12.3125rem;left:0rem;display:block; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:5rem;height:2.4375rem;font-style:normal;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:16.25rem;left:0rem;height:6rem;font-style:normal;display:block; }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.78);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:30.9375rem;top:0.53125rem;left:30.3125rem;display:block; }
#fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.875rem;top:12.375rem;left:31.625rem;display:block; }
#cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5rem;left:36.9375rem;height:2.4375rem;font-style:normal;display:block; }
#fpa7TTSS9aaQTnsXZS48UPy4nlN0BT7k { color:rgba(var(--color-tertiary-0),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:16.25rem;left:31.625rem;height:11.2rem;font-style:normal;display:block; }
#RwR2SlPPSBiRoazVQ5JE2dAbZ44mqKA3 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:14.4375rem;top:2.03125rem;left:38.5625rem;overflow:hidden;display:block; }
#tRBdTOSf2keMoqGTBbpsbuzTWLTKT6tZ { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:12.53125rem;left:32.34375rem;display:block; }
#pZ5KRG2R0TRMVgtMBmMbpnWKq4nNWStV { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15023;top:30.5rem;left:28.4375rem;display:block; }
#EoFudcm543NXT1wthhb2WXiconTTJv5M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.59375rem;left:0.78125rem; }
#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { border-width: 0; border-radius: 0; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:none; }#J5nHFebL7KeLwzRuxyqDoNpvFNvaFzfS { position:absolute;display:block;z-index:15001;border-top:0.25rem solid #96be14;border-left:0.25rem solid #96be14;border-right:0.25rem solid #96be14;border-bottom:0.25rem solid #96be14;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),1) ;height:26.75rem;width:47.875rem;top:2rem;left:5.841667175293rem;display:block; }
#qd9OVq81ev8T3M3pq9QknniWIzpoI7vU { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);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;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15024;top:32.729166030884rem;left:28.4375rem;display:block; }
#kVb0IiktGtOKksH6Sh7ykeLH5EnhARgZ { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:31.104166030884rem;left:8.96875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { 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:17.8125rem;width:26.75rem;top:2.5625rem;left:31.625rem;overflow:hidden;display:block; }
#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:1.6875rem;left:8.40625rem;height:6.8rem;font-style:normal;display:block; }
#TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { color:rgba(var(--color-tertiary-0),0.4);display:block;width:5.9375rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:7.6375rem;font-style:normal;display:block; }
#fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:1.90625rem;left:6.96875rem;overflow:hidden;display:block; }
#IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#vdxIuxWFk210BeC9STaKJDUZxB5Lbi7o { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.635395050049rem;left:8.4062490463256rem;height:8.5rem;font-style:normal;display:block; }
#IdIPVpdFGPXTlUJTmMTEz288bB2sGlwA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.25rem;top:8.487500190735rem;left:27.416666984558rem;overflow:hidden;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .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); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#ubqATHDgggwghTMg20dWg55ObA9Av3Ps { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:2.3125rem;left:39.499999046326rem;height:13.6rem;font-style:normal;display:block; }
#hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { color:rgba(var(--color-tertiary-0),0.4);display:block;width:6.6875rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.75rem;left:31.125rem;height:7.6375rem;font-style:normal;display:block; }
#nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:2.5625rem;left:38.0625rem;overflow:hidden;display:block; }
#bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:31.75rem;height:2.4375rem;font-style:normal;display:block; }
#CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { 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:19.0625rem;width:28.625rem;top:1.9375rem;left:0.6875rem;overflow:hidden;display:block; }
#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { background-color: transparent; background-image: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .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); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { border-width: 0; border-radius: 0; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { 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:18.25rem;width:27.4375rem;top:1.46875rem;left:31.374999046326rem;overflow:hidden;display:block; }
#PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:1.4687414169311rem;left:8.40625rem;height:17rem;font-style:normal;display:block; }
#bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { color:rgba(var(--color-tertiary-0),0.4);display:block;width:6.5rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:7.6375rem;font-style:normal;display:block; }
#JV6EUgLygSE8x3W4tuJogr47WETJhgeC { position:absolute;display:block;z-index:15005;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:18rem;width:0.25rem;top:1.90625rem;left:6.96875rem;overflow:hidden;display:block; }
#sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#wox82IWQr5DRd4A12Pb4ulkOpAGXpgZA { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15023;top:20.812501907349rem;left:28.617706298828rem;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { 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/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:url("https://images.assets-landingi.com/AxJclKpN/galeria_01.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.adaptive-delivery-prevent-bg, #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.lazyload, #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.lazyloading { background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { border-width: 0; border-radius: 0; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:none; }#XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { position:absolute;display:block;z-index:15001;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:29.4375rem;top:4.40625rem;left:33.999999046326rem;display:block; }
#bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { color:#dfdcd6;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:37.124999046326rem;height:5.4375rem;font-style:normal;display:block; }
#kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { position:absolute;display:block;z-index:15004;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.25rem;width:4.5rem;top:2.375rem;left:55.500002861023rem;overflow:hidden;display:block; }
#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:19.999994277954rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liCBNmkak379bkpqK6ORF6TKhwKdMGKq { 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/RT67oi5Y/fotobg5.jpg");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:none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { border-width: 0; border-radius: 0; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:none; }#MgpBWdShy82fRcC31Goh6Fa8xZfSonVV { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#da0WVT0KPNK1diZmcNqWmFlyKMk68iiJ { box-sizing:content-box;color:rgba(var(--color-tertiary-3),1);font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15024;top:3.5rem;left:28.437499046326rem;display:block; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/5kmE6fIC/Karolina_Michael_wedding_day_130.jpg");background-position:center !important;background-repeat: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; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC.adaptive-delivery-prevent-bg, #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC.lazyload, #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC.lazyloading { background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,12,1,0.83); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,12,1,0.83); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:22.4375rem;width:33.9375rem;top:1.3958435058594rem;left:-5.9281244277954rem;overflow:hidden;display:block; }
#kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.0416669845581rem;left:31.562499046326rem;height:7.2rem;font-style:normal;display:block; }
#u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:12.827082633972rem;left:31.562499046326rem;height:6.375rem;font-style:normal;display:block; }
#zsrHLCqPPtRfJoNpQpQiE7Xl2eDeITJV { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.625rem;width:13.6875rem;top:25.25rem;left:31.562499046326rem;overflow:hidden;display:block; }
#LVXZW9lCZV6LJvVFmucrDMIpdkAXNZbz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.0625rem;width:7.125rem;top:25.25rem;left:21.301041603088rem;overflow:hidden;display:block; }
#iQNffTAFsySgTpl7WM7b2AHqXdTgSZw8 { position:absolute;display:block;z-index:15003;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.6875rem;width:5.375rem;top:25.25rem;left:3.7093753814698rem;overflow:hidden;display:block; }
#Tl6OQoRDhIATe2T6O7cxctvLKVbVIIZ4 { position:absolute;display:block;z-index:15003;border-top:0.25rem solid rgba(var(--color-secondary-0),1);border-left:0.25rem solid rgba(var(--color-secondary-0),1);border-right:0.25rem solid rgba(var(--color-secondary-0),1);border-bottom:0.25rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.625rem;width:13.75rem;top:25.25rem;left:48.29377404103rem;overflow:hidden;display:block; }
#tTizaFL0yoXf6G46aGaxXNDnc0NHmRNu { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15022;top:34.25rem;left:28.791666984558rem;display:block; }
#gNfSfnlNnATC6utydCwU0mF8GcPiSt1A { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:7rem;top:25.25rem;left:-5.6396452222404rem;overflow:hidden;display:block; }
#UZ33QWipQL5CTDlIbAZI3O1oExXLtTwl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:9.1875rem;width:7.0625rem;top:25.25rem;left:11.9375rem;overflow:hidden;display:block; }
#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row .container { background-color: transparent; background-image: none; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row .container > .video-iframe-container { display: none; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row > .video-iframe-container { display: none; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .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); }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row .container { border-width: 0; border-radius: 0; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:60rem;position:relative;display:block; }#ZTCpKoTPzZw0zxpPD1z1bDpTFbpXdBZc { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:5.0250005722046rem;left:0rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QexDQuiXws6ZlyB2T1hhDfwtXPXfM2hs { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { 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/7RZfnl9E/fotobg8.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .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); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { border-width: 0; border-radius: 0; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR { position:absolute;display:block;z-index:15000;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:16.0625rem;top:4.25rem;left:0rem;display:block; }
#EQmFTTyTyZyEFHWT3JJCQ665h7R8GBGy { color:rgba(var(--color-tertiary-3),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:21.874999046326rem;height:1.38125rem;font-style:normal;display:block; }
#KcKnlfUQqx7dtZdJUBLz00o5OIWLWgUk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:19.625rem;top:4.3125rem;left:17.999999046326rem;display:block; }
#f1xw1tXy3B3g7zlbpoWdngTGMMtkz8zO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:4.75rem;left:18.3125rem;display:block; }
#lyKqBHKTu80FFQ85Dm4GS1cQgBzD7WCF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.75rem;left:0.8125rem;height:6.58125rem;text-align:center;text-align-last:center;display:block; }
#M9T379MxTCb7G19ZMsOXDlcCql95lsdU { 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:1.625rem;width:1.8125rem;top:5.375rem;left:18.9375rem;overflow:hidden;display:block; }
#s7pUWVFCzwQbwa9dZNB7n65TAJ9TZ1vg { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5rem;left:42.374999046326rem;height:1.38125rem;font-style:normal;display:block; }
#ZKfuZvMCWmmJCKO1gVuZ0ZVvPyl29z3K { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:20.5rem;top:4.3125rem;left:38.624999046326rem;display:block; }
#FJHcQwEt3sUhde8si8O0HxDT7hx4NKCD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:4.75rem;left:38.9375rem;display:block; }
#ba7sVAVCDFwtnKeccivsiqtM3Fmt7JoZ { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.75rem;left:21.874999046326rem;height:1.38125rem;font-style:normal;display:block; }
#sTG73H0TDzgxLwTPx4JRq0gZut81K2W4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:19.6875rem;top:8.5625rem;left:17.999999046326rem;display:block; }
#UnHAvNP6S65Nfo4ezs3maRp8BhiylEEq { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9rem;left:18.3125rem;display:block; }
#No7bnlBegO5ixHXgihEI8TOICrsnTeqi { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:20.4375rem;top:8.5625rem;left:38.624999046326rem;display:block; }
#ra5TK7CTbzXeOQsII7foh7d1O2XNtT3J { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:9rem;left:38.9375rem;display:block; }
#ycMbbLTskSkub1SZ2A8EVmGKFB7dgXGA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:19.75rem;top:12.8125rem;left:17.999999046326rem;display:block; }
#RXxzlC4ASJ1mG1CGir0xNQUVleR1H9Ap { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:20.4375rem;top:12.8125rem;left:38.624999046326rem;display:block; }
#FJkhpPWpEbULft9Aaesl5hmGC17bo5qP { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:13.25rem;left:38.9375rem;display:block; }
#zvSLXo4qw4p2mUm9uxp9oyVvqXOWeZIT { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.7062377929688rem;left:42.40625rem;height:1.3rem;font-style:normal;display:block; }
#CIVZA8VlSgqJZasKp63t8N6Up6Py8FSy { color:rgba(var(--color-tertiary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:14rem;left:42.812499046326rem;height:1.38125rem;font-style:normal;display:block; }
#FAm0xft9r4wDVZwoOwrUM2TZrU5nQEoG { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:13.25rem;left:18.3125rem;display:block; }
#snoMw1RbVZPAHooV9vn0HcIdOyAS4Tyt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:43.6875rem;top:3.2916669845581rem;left:16.312499046326rem;display:block; }
#WNyFCesOncNp6UfxwQ23UWESNBwqq0cb { position:absolute;display:block;z-index:15033;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:0.875rem;width:1.375rem;top:9.625rem;left:39.749999046326rem;overflow:hidden;display:block; }
#PMilr7diHMU0OTMpVq8Bg1U6zl7PNNUC { position:absolute;display:block;z-index:15034;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:0.875rem;width:1.375rem;top:10.8125rem;left:39.999999046326rem;overflow:hidden;display:block; }
#PTMW6Hl6AaQvwSTm6wDn2WIWPwsxoNN1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.8125rem;top:5.4187498092651rem;left:39.531249046326rem;overflow:hidden;display:block; }
#s98CFi9InfXJVNOVRJ1T7V6DDgoxtnq0 { box-sizing:content-box;color:#4d4432;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:13.6875rem;left:18.75rem;display:block; }
#pPhupbgSHNw1V5ZOvoSexPH6BA02eTvD { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.3125rem;left:21.874999046326rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHrw9OIOwIBcxxVRJyocM2KtELRkgUJE { box-sizing:content-box;color:#4d4432;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:13.40625rem;left:39.104165671326rem;display:block; }
#fsmIFmTVnT8SV8lZmOueN7ME0ihSIhvF { box-sizing:content-box;color:#4d4432;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:14.3125rem;left:19.375rem;display:block; }
#vihC238myWtEBtOu8S10LqKnPp0DKvhQ { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15025;top:21.21875rem;left:29.354166984558rem;display:block; }
#nwt8mpwGBEUG2tlV6b8qkfCsxw1nyHi7 { box-sizing:content-box;color:#96be14;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:block;z-index:15039;top:4.6687507629394rem;left:6.46875rem;display:block; }
#zJpHlQzWTNHlQkVuxLiiRevJKBJtg1i7 { position:absolute;display:block;z-index:15040;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:9.2979164123538rem;left:18.704167366028rem;overflow:hidden;display:block; }
#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { background-color: transparent; background-image: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .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); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { border-width: 0; border-radius: 0; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:-0.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(39,38,46,0.86);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { background-color: transparent; background-image: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .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); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { border-width: 0; border-radius: 0; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#c7AaCwgMAsLrxikdTBvRWibTH8JTsxkM { color:rgba(var(--color-tertiary-0),0.52);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:32.812500953674rem;left:19.508331298828rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WOWqigTETbFO4x78OQGpbi1cOH72Fp7J { color:rgba(var(--color-tertiary-1),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.5625rem;left:15.40625rem;height:14.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqgZDmPXHMSlaL7R7p4QXSA4912J4XLp { color:rgba(var(--color-tertiary-1),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:17.625000953674rem;left:9.4375rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycib1NOw0OpguQgM50vJVkDQgCA8bW4d { position:absolute;display:block;z-index:15003;height:5.3125rem;width:9.5rem;top:26.875000953674rem;left:25.914584159851rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(255,255,255,0.34);background-image:url("https://images.assets-landingi.com/t8LJmwAF/timthumb.php.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:23.9375rem;height:4.78125rem;top:10.987500190735rem;left:5.9302082061767rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:17.9375rem;height:3.75rem;top:8.5rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:7.7916669845581rem;left:29.729166984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { width:0.9375rem;height:0.75rem;top:11.541666984558rem;left:32.583334922791rem;display:block; }
 }@media only screen and (max-width: 959px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.1875rem;height:1.3rem;top:19.25rem;left:34.562499046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.6875rem;height:1.75rem;top:18.125rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:12.25rem;left:29.729166984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:17.9375rem;height:3.75rem;top:13.25rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:12.75rem;height:1.3rem;top:9.6875rem;left:34.749999046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.8125rem;top:16rem;left:32.583334922791rem;display:block; }
 }@media only screen and (max-width: 959px) { #L8rRbr6W3WbMrnJRkCi5eEBOg9zEaeTo { width:17.9375rem;height:3.75rem;top:18.25rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sixfTlTsH6kJncJhekWredycNH3TAOsz { width:3.75rem;height:3.75rem;top:16.985416412354rem;left:29.729166984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #RSHx43LT5HukqrcTU8xOc9dTQfpUlB9b { width:0.9375rem;height:0.75rem;top:20.69375038147rem;left:32.583334922791rem;display:block; }
 }@media only screen and (max-width: 959px) { #csPryETmytwJHvVtimI1kbV8fVOT949F { width:12.375rem;height:1.3rem;top:14.434374809265rem;left:34.562499046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PBZzinQsNkSEJU6tRemEwJ89XkrG5vOX { width:0.875rem;height:1.6875rem;top:13.28125rem;left:31.166666984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #cvgg8VTnhs0bJ4wC11qDIr097wWq9P3h { width:47.75rem;height:17.625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #B92hUASL6Uct8OO0MnxwuPoXurHHistK { width:6.125rem;height:8.5rem;top:10.791666984558rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fwDPrnUPbEtUh5XyHzuXTZ7Tc72wR9uv { width:2.75rem;height:2.75rem;top:8.5rem;left:30.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TEx2ZRfqe1tyiQSHBzSSdJxMuPW2M948 { width:3.125rem;height:3.125rem;top:27.4375rem;left:22.312499046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iH8rtmimlpewDSqViO9sZU5big8A8orl { width:23.9375rem;height:3.75rem;top:15.555208206177rem;left:5.9302082061767rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:25.8125rem;height:3.625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OlOQ4u4NWqSdopTgyyceK0scR5ZrRnin { width:3rem;height:3rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { width:2.125rem;height:1.1875rem;top:4.09375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:21.3125rem;height:1.1375rem;top:4.1187496185303rem;left:4.9791669845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:25.8125rem;height:3.625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vyCx3yHRBHzbTBfSE5nhmDJkiZzwPQBB { width:3.0625rem;height:3.0625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:21.5rem;height:1.1375rem;top:8.43124961853rem;left:4.9791669845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:25.875rem;height:3.625rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:21.25rem;height:1.1375rem;top:16.61874961853rem;left:4.9791669845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:25.8125rem;height:3.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:21rem;height:1.1375rem;top:12.61874961853rem;left:4.9791669845581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zbdUvJ6ZvAAgu39XbrWcsHmT2fsKpSFa { width:3rem;height:3rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #WF8BrTzVF2dIfxht5PMNW1GeGpBfzQIb { width:3rem;height:3rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { width:20.875rem;height:13.75rem;top:4.09375rem;left:26.874999046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #C3blpLUQ3gUWhrBAbG7oVDTT16nfQuHz { width:1.5rem;height:1.6875rem;top:8.15625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #r9SNJzF4T1wd4B4w7dMWqXJZWWdh1Dtn { width:1.8125rem;height:1.5625rem;top:12.40625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { width:1.75rem;height:1.875rem;top:16.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QUocoKQn4nhDCNde5pBOw3TBDoGGJZZb { width:47.625rem;height:8.4375rem;top:20.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #ncbRsfvvfacUQJlLuIvXD4uF5TSWHp93 { width:3.125rem;height:3.125rem;top:30.3125rem;left:22.249999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;height:108.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TNKo4tuBL6vK6DEDFzSHFufuEtdil8Ug { width:31.125rem;height:9.75rem;top:9.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:2.03125rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #O6DyVQrUMxGWUwast1XOLXn30tWShkRD { width:16.0625rem;height:7.375rem;top:8.791666625rem;left:31.426373283277rem;display:block; }
 }@media only screen and (max-width: 959px) { #KvI8PWHbm5MBXzNPEElB2Flgg3QxhFwM { width:7.6875rem;height:7.4375rem;top:16.875rem;left:31.562499046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #IMQfzOmizFKdhRgOWhcPp86xzG8zT9wC { width:14.875rem;height:6.75rem;top:20.625rem;left:16.437499046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #gPOAQICq6JPvNAaD8Mcc7hTE8PG8KObT { width:14.5625rem;height:6.75rem;top:20.625rem;left:0.38541698455811rem;display:block; }
 }@media only screen and (max-width: 959px) { #NBQPGT3uc87qqLbRDTEv559Hy91wrG5a { width:14.4375rem;height:12.1875rem;top:29.953126907349rem;left:32.238542556763rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Khs6pf0RANk5De5i3TXlR0xFvVVNZ7QZ { width:31.1875rem;height:14.1875rem;top:28.953125rem;left:0.38541698455811rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wf2ZXCABDivARVRgg7nX01pTEeSXLkuE { width:14.625rem;height:6.6875rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #sDqLNvV21CoqTxyL6Drt5MwGgU3Plya7 { width:14.875rem;height:6.75rem;top:45.71875rem;left:32.019793510437rem;display:block; }
 }@media only screen and (max-width: 959px) { #yU7K9eWMRLbvaxnKw4wJFHKBTPfq2zd0 { width:14.875rem;height:6.6875rem;top:45.75rem;left:16.062499046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZXkdt3yIHxGxQ1kgENyvZ2vO3D5hcdN9 { width:9.625rem;height:1.59375rem;top:7.2395896911619rem;left:8.9791669845581rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KX1g2Ah6cyyQMSToApGwTz74wPeTKkCM { width:9.625rem;height:1.59375rem;top:28.312501907349rem;left:34.644792556763rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #p76w7LqAVfnndwLv6Ff6TTtVH9DT2RCO { width:15.625rem;height:1.59375rem;top:54.5rem;left:15.541666984558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rruDxduO4gRbecV1gtzCUkfGaQwdNIwa { width:22.25rem;height:10.5rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #TBxwywwKxa7iqqrASnL1DkWbSVddFTrO { width:15.625rem;height:1.59375rem;top:71.31250190735rem;left:15.555208206177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PaZFeWyQZWxHXqahD4ZP8owkUdhy96VZ { width:22.375rem;height:10.5rem;top:58.9375rem;left:25.155207633972rem;display:block; }
 }@media only screen and (max-width: 959px) { #uOPsou6pHC9RHMtCOi1lrGxwEKTf73ar { width:21.375rem;height:10rem;top:77.50000190735rem;left:0.93020820617675rem;display:block; }
 }@media only screen and (max-width: 959px) { #f6TqsbluDrNs8GTdzikoS6P5HVdwKtKt { width:21.5625rem;height:10rem;top:77.50000190735rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QpD9vRGM6Mw6JUsDUAN0F4LnvhRdEIU6 { width:3.125rem;height:3.125rem;top:104.375rem;left:21.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OtdUNBHh4exl0KDwUZFaWcBm2MxnF0OT { width:18.5rem;height:7.3125rem;top:92.25000190735rem;left:26.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xBhC6llT3UtXprL88dSmwwCgnqTHWFoN { width:13.3125rem;height:10rem;top:92.25000190735rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qUCzVdNaM1GTxlCC5U8GbOcb0QbyaSd6 { width:15.625rem;height:1.59375rem;top:74.00000190735rem;left:27.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tTNQb8Q0BlKUzn6cywO36efzdGxCTVUt { width:15.625rem;height:1.59375rem;top:74.00000190735rem;left:2.2114582061767rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #eeJFafAee7M59ESTkHzwvCv9vfzs13xf { width:15.625rem;height:1.59375rem;top:89.7354183197rem;left:28.530208587646rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cv7PW0dH5mmf1dvByXOPXBXkd3ye4Puv { width:15.625rem;height:1.59375rem;top:89.7354183197rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #q0ewtGggwySiyAxol20q8sltLcir5aCO { width:11.5625rem;height:7.6875rem;top:2.96875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JFWCRJMu244zPoEakQIp3er0q7T3h4ir { display:none; }#JFWCRJMu244zPoEakQIp3er0q7T3h4ir > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #vIA4ncqTcnJv5m4QDUz7Vq7hSktAxOZg { width:47.75rem;height:2.8rem;top:31.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IzMSD7RBWEdTAASKmpif8OKN5UkQSEWT { width:10.375rem;height:6.875rem;top:21.791666984558rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EJPb95ZwgLSMOTUrWqEGLm8xUoHmMovl { width:13.1875rem;height:8.6875rem;top:2.875rem;left:33.531249046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #pbiETnvXVEzIXJfaxU8X3QaDt7lcT8Ch { width:10.4375rem;height:6.875rem;top:21.791666984558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NeLP37qdV7CWtzTu2JS16vbrMRn3LpVL { width:10.4375rem;height:6.875rem;top:21.791666984558rem;left:24.499999046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #tquecXNp5neOHDT3UBBbPeQ8PbUvpLyU { width:13.1875rem;height:8.6875rem;top:11.979166984558rem;left:33.531249046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #AQG13uNb6684Dl5XQOAo4MAs3xT1xHsk { width:10.4375rem;height:6.875rem;top:21.791666984558rem;left:36.322916984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;height:36.4375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:22.25rem;height:31.4375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:3.1875rem;height:2.8125rem;top:12.312499046326rem;left:0.74270820617675rem;display:block; }
 }@media only screen and (max-width: 959px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:16.375rem;height:1.7875rem;top:12.824999809265rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:18.5rem;height:7.875rem;top:17.937499046326rem;left:1.4302082061768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:23.1875rem;height:31.8125rem;top:0.5rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { width:3.3125rem;height:2.875rem;top:12.281249046326rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:10.125rem;height:1.7875rem;top:12.824999809265rem;left:31.833333969116rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fpa7TTSS9aaQTnsXZS48UPy4nlN0BT7k { width:17.875rem;height:11.375rem;top:17.387499809265rem;left:26.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RwR2SlPPSBiRoazVQ5JE2dAbZ44mqKA3 { width:11.5rem;height:7.625rem;top:3rem;left:26.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tRBdTOSf2keMoqGTBbpsbuzTWLTKT6tZ { width:2.4375rem;height:2.4375rem;top:12.499999046326rem;left:27.15625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pZ5KRG2R0TRMVgtMBmMbpnWKq4nNWStV { width:3.125rem;height:3.125rem;top:31.999999046326rem;left:21.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EoFudcm543NXT1wthhb2WXiconTTJv5M { width:2.3125rem;height:2.3125rem;top:12.562499046326rem;left:1.1802082061768rem;display:block; }
 }@media only screen and (max-width: 959px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #J5nHFebL7KeLwzRuxyqDoNpvFNvaFzfS { width:47.25rem;height:26.400783289818rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #qd9OVq81ev8T3M3pq9QknniWIzpoI7vU { width:3.125rem;height:3.125rem;top:32.6875rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kVb0IiktGtOKksH6Sh7ykeLH5EnhARgZ { width:42.0625rem;height:1.625rem;top:31.0625rem;left:2.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:22.5rem;height:14.9375rem;top:4.7020835876465rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:18.0625rem;height:5.95rem;top:1.6875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:5.9375rem;height:5.6875rem;top:7.6374950408938rem;left:7.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:2.4687452316284rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:5.625rem;height:1.3rem;top:8.4375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vdxIuxWFk210BeC9STaKJDUZxB5Lbi7o { width:17.875rem;height:7.4375rem;top:13.966666221619rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IdIPVpdFGPXTlUJTmMTEz288bB2sGlwA { width:4.25rem;height:5rem;top:8.4375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:19.875rem;height:11.9rem;top:6.3520832061769rem;left:26.937499046326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.6875rem;height:5.6875rem;top:0rem;left:31.062499046326rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:3.1854162216186rem;left:25.874999046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:5.5rem;height:1.3rem;top:1.25rem;left:28.437499046326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:24.75rem;height:16.4375rem;top:4.7062501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:47.75rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:21.6875rem;height:14.4375rem;top:5.1625003814697rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { width:23.125rem;height:13.3875rem;top:5.6875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:6.5rem;height:5.6875rem;top:0rem;left:3.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:18rem;top:1.4375rem;left:23.687499046326rem;display:block; }
 }@media only screen and (max-width: 959px) { #sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { width:5.5625rem;height:1.3rem;top:0.74999523162844rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wox82IWQr5DRd4A12Pb4ulkOpAGXpgZA { width:2.8125rem;height:2.8125rem;top:21.25rem;left:21.729166984558rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:19.625rem;height:7.4375rem;top:16.291666625rem;left:28.070988702906rem;display:block; }
 }@media only screen and (max-width: 959px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:15.0625rem;height:3.1875rem;top:18.447917938233rem;left:30.352084159851rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:3.125rem;height:2.9375rem;top:14.3125rem;left:42.331248283386rem;display:block; }
 }@media only screen and (max-width: 959px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:3.875rem;top:19.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { display:none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #MgpBWdShy82fRcC31Goh6Fa8xZfSonVV { width:47.75rem;height:1.625rem;top:0.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #da0WVT0KPNK1diZmcNqWmFlyKMk68iiJ { width:2.9375rem;height:2.9375rem;top:3.5rem;left:22.312499046326rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:29rem;height:19.1875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:16.3125rem;height:3.75rem;top:2rem;left:31.187499046326rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:12.4375rem;height:4.14375rem;top:7.3125rem;left:30.968749046326rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zsrHLCqPPtRfJoNpQpQiE7Xl2eDeITJV { width:13.6875rem;height:8.625rem;top:25.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LVXZW9lCZV6LJvVFmucrDMIpdkAXNZbz { width:6.125rem;height:7.875rem;top:25.28125rem;left:21.688829418725rem;display:block; }
 }@media only screen and (max-width: 959px) { #iQNffTAFsySgTpl7WM7b2AHqXdTgSZw8 { width:5.3125rem;height:8.1875rem;top:25.135416984558rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tl6OQoRDhIATe2T6O7cxctvLKVbVIIZ4 { width:12.1875rem;height:8rem;top:25.09375rem;left:35.322916984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #tTizaFL0yoXf6G46aGaxXNDnc0NHmRNu { width:2.8125rem;height:2.8125rem;top:38.5rem;left:22.624999046326rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gNfSfnlNnATC6utydCwU0mF8GcPiSt1A { width:6.0625rem;height:7.875rem;top:25.28125rem;left:21.688829418725rem;display:block; }
 }@media only screen and (max-width: 959px) { #UZ33QWipQL5CTDlIbAZI3O1oExXLtTwl { width:6.0625rem;height:7.875rem;top:25.28125rem;left:21.688829418725rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y { display:block; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZTCpKoTPzZw0zxpPD1z1bDpTFbpXdBZc { width:47.75rem;height:3.9rem;top:4.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QexDQuiXws6ZlyB2T1hhDfwtXPXfM2hs { width:47.75rem;height:2.03125rem;top:0.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7RZfnl9E/fotobg8.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .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); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR { width:16.0625rem;height:12.3125rem;top:9.75rem;left:2.4791669845581rem;display:none; }
 }@media only screen and (max-width: 959px) { #EQmFTTyTyZyEFHWT3JJCQ665h7R8GBGy { width:13.625rem;height:1.1375rem;top:5.6812496185303rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KcKnlfUQqx7dtZdJUBLz00o5OIWLWgUk { width:19.625rem;height:3.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #f1xw1tXy3B3g7zlbpoWdngTGMMtkz8zO { width:3rem;height:3rem;top:4.5687503814697rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lyKqBHKTu80FFQ85Dm4GS1cQgBzD7WCF { width:15.4375rem;height:2.7625rem;top:0.625rem;left:16.4375rem;font-size:1.0625rem;color:#0e0b0c;display:block; }
 }@media only screen and (max-width: 959px) { #M9T379MxTCb7G19ZMsOXDlcCql95lsdU { width:1.8125rem;height:1.625rem;top:5.2562503814697rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #s7pUWVFCzwQbwa9dZNB7n65TAJ9TZ1vg { width:16.875rem;height:1.38125rem;top:5.5rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZKfuZvMCWmmJCKO1gVuZ0ZVvPyl29z3K { width:20.5rem;height:3.625rem;top:4.3125rem;left:26.104166984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #FJHcQwEt3sUhde8si8O0HxDT7hx4NKCD { width:3rem;height:3rem;top:4.5687503814697rem;left:26.541666984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #ba7sVAVCDFwtnKeccivsiqtM3Fmt7JoZ { width:14.6875rem;height:1.1375rem;top:9.93124961853rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sTG73H0TDzgxLwTPx4JRq0gZut81K2W4 { width:19.6875rem;height:3.625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #UnHAvNP6S65Nfo4ezs3maRp8BhiylEEq { width:3rem;height:3rem;top:8.81875038147rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #No7bnlBegO5ixHXgihEI8TOICrsnTeqi { width:20.4375rem;height:3.625rem;top:8.46875rem;left:26.135416984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #ra5TK7CTbzXeOQsII7foh7d1O2XNtT3J { width:3rem;height:3rem;top:8.8125rem;left:26.541666984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #ycMbbLTskSkub1SZ2A8EVmGKFB7dgXGA { width:19.75rem;height:3.625rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RXxzlC4ASJ1mG1CGir0xNQUVleR1H9Ap { width:20.4375rem;height:3.625rem;top:12.729167938233rem;left:26.135416984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #FJkhpPWpEbULft9Aaesl5hmGC17bo5qP { width:3rem;height:3rem;top:13.25rem;left:26.541666984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #zvSLXo4qw4p2mUm9uxp9oyVvqXOWeZIT { width:15.3125rem;height:1.1375rem;top:9.6875rem;left:31.124999046326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CIVZA8VlSgqJZasKp63t8N6Up6Py8FSy { width:16.125rem;height:1.38125rem;top:14rem;left:31.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #FAm0xft9r4wDVZwoOwrUM2TZrU5nQEoG { width:3rem;height:3rem;top:13.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #snoMw1RbVZPAHooV9vn0HcIdOyAS4Tyt { width:43.6875rem;height:14.5625rem;top:6.81875038147rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 959px) { #WNyFCesOncNp6UfxwQ23UWESNBwqq0cb { width:1.375rem;height:0.875rem;top:9.0979166030881rem;left:26.791666984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #PMilr7diHMU0OTMpVq8Bg1U6zl7PNNUC { width:1.375rem;height:0.875rem;top:10.0625rem;left:27.354166984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #PTMW6Hl6AaQvwSTm6wDn2WIWPwsxoNN1 { width:1.8125rem;height:1.625rem;top:5.2562503814697rem;left:27.135416984558rem;display:block; }
 }@media only screen and (max-width: 959px) { #s98CFi9InfXJVNOVRJ1T7V6DDgoxtnq0 { width:1.5625rem;height:1.5625rem;top:13.96875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pPhupbgSHNw1V5ZOvoSexPH6BA02eTvD { width:14.6875rem;height:2.1125rem;top:13.69375038147rem;left:4.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iHrw9OIOwIBcxxVRJyocM2KtELRkgUJE { width:2.625rem;height:2.625rem;top:13.4375rem;left:26.729166984558rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fsmIFmTVnT8SV8lZmOueN7ME0ihSIhvF { width:1.5625rem;height:1.5625rem;top:13.96875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vihC238myWtEBtOu8S10LqKnPp0DKvhQ { width:2.9375rem;height:2.9375rem;top:21.0625rem;left:23.208334922791rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #nwt8mpwGBEUG2tlV6b8qkfCsxw1nyHi7 { width:2rem;height:2rem;top:0.9375rem;left:16.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zJpHlQzWTNHlQkVuxLiiRevJKBJtg1i7 { width:1.875rem;height:1.9375rem;top:9.3916664123538rem;left:1.2666664123535rem;display:block; }
 }@media only screen and (max-width: 959px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:47.75rem;height:1.4625rem;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { display:block; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #c7AaCwgMAsLrxikdTBvRWibTH8JTsxkM { width:22.3125rem;height:1.05625rem;top:32.485416412354rem;left:12.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #WOWqigTETbFO4x78OQGpbi1cOH72Fp7J { width:24.4375rem;height:8.4375rem;top:2.3125rem;left:11.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lqgZDmPXHMSlaL7R7p4QXSA4912J4XLp { width:24.5rem;height:5.6rem;top:12.793750762939rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ycib1NOw0OpguQgM50vJVkDQgCA8bW4d { width:13.5rem;height:7.5625rem;top:20.66562461853rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/aeaYrafc/gorki3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:15.0625rem;height:3.8rem;top:2.125rem;left:4.8135414123535rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:17.125rem;height:3.75rem;top:15.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { width:0.9375rem;height:0.75rem;top:17.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.1875rem;height:1.3rem;top:16.309374809265rem;left:6.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.6875rem;height:1.75rem;top:15.125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:19.669791221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:17.125rem;height:3.75rem;top:20.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:13.1875rem;height:1.3rem;top:21.996874809265rem;left:6.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.8125rem;top:23.419791221619rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8rRbr6W3WbMrnJRkCi5eEBOg9zEaeTo { width:17.0625rem;height:3.75rem;top:26.520833015442rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sixfTlTsH6kJncJhekWredycNH3TAOsz { width:3.75rem;height:3.75rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHx43LT5HukqrcTU8xOc9dTQfpUlB9b { width:0.9375rem;height:0.75rem;top:29.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csPryETmytwJHvVtimI1kbV8fVOT949F { width:13.1875rem;height:1.3rem;top:27.621874809265rem;left:6.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PBZzinQsNkSEJU6tRemEwJ89XkrG5vOX { width:0.875rem;height:1.6875rem;top:26.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvgg8VTnhs0bJ4wC11qDIr097wWq9P3h { width:20rem;height:10.6875rem;top:40.107292175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B92hUASL6Uct8OO0MnxwuPoXurHHistK { width:4.4375rem;height:6.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwDPrnUPbEtUh5XyHzuXTZ7Tc72wR9uv { width:2.75rem;height:2.75rem;top:20.169792175293rem;left:0.5rem;font-size:1.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TEx2ZRfqe1tyiQSHBzSSdJxMuPW2M948 { width:3.125rem;height:3.125rem;top:33.720833778381rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH8rtmimlpewDSqViO9sZU5big8A8orl { width:20rem;height:3.2rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:19.75rem;height:3.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlOQ4u4NWqSdopTgyyceK0scR5ZrRnin { width:3rem;height:3rem;top:2.3125rem;left:0.2890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { width:2.125rem;height:1.1875rem;top:3.15234375rem;left:0.7265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:15.875rem;height:2.275rem;top:3.0908203125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:19.75rem;height:3.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyCx3yHRBHzbTBfSE5nhmDJkiZzwPQBB { width:3.0625rem;height:3.0625rem;top:6.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:15.3125rem;height:1.1375rem;top:7.6875rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:19.75rem;height:3.625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:16rem;height:1.1375rem;top:16.6875rem;left:4rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:19.75rem;height:3.625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:14.9375rem;height:2.275rem;top:12.1875rem;left:4.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbdUvJ6ZvAAgu39XbrWcsHmT2fsKpSFa { width:3rem;height:3rem;top:11.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF8BrTzVF2dIfxht5PMNW1GeGpBfzQIb { width:3rem;height:3rem;top:15.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { width:17.25rem;height:11.5rem;top:20.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3blpLUQ3gUWhrBAbG7oVDTT16nfQuHz { width:1.5rem;height:1.6875rem;top:7.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SNJzF4T1wd4B4w7dMWqXJZWWdh1Dtn { width:1.8125rem;height:1.5625rem;top:12rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { width:1.75rem;height:1.875rem;top:16.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUocoKQn4nhDCNde5pBOw3TBDoGGJZZb { width:17.625rem;height:15.75rem;top:32.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ncbRsfvvfacUQJlLuIvXD4uF5TSWHp93 { width:3.125rem;height:3.125rem;top:51.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:213.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNKo4tuBL6vK6DEDFzSHFufuEtdil8Ug { width:20rem;height:13.40625rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:20rem;height:1.71875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O6DyVQrUMxGWUwast1XOLXn30tWShkRD { width:14.25rem;height:6.5625rem;top:27.437499046326rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvI8PWHbm5MBXzNPEElB2Flgg3QxhFwM { width:7.0625rem;height:6.8125rem;top:53.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMQfzOmizFKdhRgOWhcPp86xzG8zT9wC { width:14.875rem;height:6.75rem;top:44.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPOAQICq6JPvNAaD8Mcc7hTE8PG8KObT { width:14.5625rem;height:6.75rem;top:35.937499046326rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBQPGT3uc87qqLbRDTEv559Hy91wrG5a { width:20rem;height:8.53125rem;top:74.81250190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khs6pf0RANk5De5i3TXlR0xFvVVNZ7QZ { width:14.1875rem;height:6.5rem;top:63.187499046325rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf2ZXCABDivARVRgg7nX01pTEeSXLkuE { width:17.9375rem;height:8.25rem;top:85.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqLNvV21CoqTxyL6Drt5MwGgU3Plya7 { width:17.6875rem;height:8.1875rem;top:104.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU7K9eWMRLbvaxnKw4wJFHKBTPfq2zd0 { width:17.9375rem;height:8.25rem;top:95rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXkdt3yIHxGxQ1kgENyvZ2vO3D5hcdN9 { width:9.625rem;height:1.59375rem;top:6.8125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KX1g2Ah6cyyQMSToApGwTz74wPeTKkCM { width:9.625rem;height:1.59375rem;top:72.12500190735rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p76w7LqAVfnndwLv6Ff6TTtVH9DT2RCO { width:15.625rem;height:1.59375rem;top:113.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rruDxduO4gRbecV1gtzCUkfGaQwdNIwa { width:20rem;height:9.31330472103rem;top:117.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBxwywwKxa7iqqrASnL1DkWbSVddFTrO { width:17.375rem;height:1.59375rem;top:138.29062747956rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaZFeWyQZWxHXqahD4ZP8owkUdhy96VZ { width:20rem;height:9.41431670282rem;top:127.6260625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOPsou6pHC9RHMtCOi1lrGxwEKTf73ar { width:20rem;height:9.4145625rem;top:152.41562271118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6TqsbluDrNs8GTdzikoS6P5HVdwKtKt { width:20rem;height:9.3708125rem;top:166.88541603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpD9vRGM6Mw6JUsDUAN0F4LnvhRdEIU6 { width:1.9375rem;height:1.9375rem;top:211.41250610351rem;left:9.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtdUNBHh4exl0KDwUZFaWcBm2MxnF0OT { width:20rem;height:6.09375rem;top:141.38853740692rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBhC6llT3UtXprL88dSmwwCgnqTHWFoN { width:18.0625rem;height:13.5676875rem;top:196.35729598999rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUCzVdNaM1GTxlCC5U8GbOcb0QbyaSd6 { width:20rem;height:1.59375rem;top:193.70104598999rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTNQb8Q0BlKUzn6cywO36efzdGxCTVUt { width:20rem;height:1.59375rem;top:149.48230552673rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeJFafAee7M59ESTkHzwvCv9vfzs13xf { width:20rem;height:1.59375rem;top:178.01354694366rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv7PW0dH5mmf1dvByXOPXBXkd3ye4Puv { width:20rem;height:1.59375rem;top:163.54479026794rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ewtGggwySiyAxol20q8sltLcir5aCO { width:18.5rem;height:12.25rem;top:180.41250610351rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFWCRJMu244zPoEakQIp3er0q7T3h4ir { display:none; }#JFWCRJMu244zPoEakQIp3er0q7T3h4ir > .row .container { width:20rem;height:71.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vIA4ncqTcnJv5m4QDUz7Vq7hSktAxOZg { width:20rem;height:5.6rem;top:13.731249809265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzMSD7RBWEdTAASKmpif8OKN5UkQSEWT { width:10.375rem;height:6.875rem;top:62.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJPb95ZwgLSMOTUrWqEGLm8xUoHmMovl { width:10.375rem;height:6.875rem;top:21.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbiETnvXVEzIXJfaxU8X3QaDt7lcT8Ch { width:10.375rem;height:6.875rem;top:29.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeLP37qdV7CWtzTu2JS16vbrMRn3LpVL { width:10.375rem;height:6.875rem;top:38.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tquecXNp5neOHDT3UBBbPeQ8PbUvpLyU { width:10.375rem;height:6.875rem;top:46.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQG13uNb6684Dl5XQOAo4MAs3xT1xHsk { width:10.375rem;height:6.875rem;top:54.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:67.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:25.6875rem;top:0.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7B9l8LIBMFEQzrGU1HX5qoqihidsxBv { width:3.875rem;height:2.875rem;top:1.5187501907349rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:13.4375rem;height:1.4625rem;top:2.0625rem;left:5.4791660308838rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:17.1875rem;height:7.3125rem;top:6rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:34rem;top:28.555207252502rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgUr03ot1awvzcJZdnE3qVTcA0TeUchg { width:3.875rem;height:2.875rem;top:31.243750572204rem;left:1.6593742370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:12rem;height:1.625rem;top:31.787499427796rem;left:8.0010414123538rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpa7TTSS9aaQTnsXZS48UPy4nlN0BT7k { width:16.875rem;height:12.5125rem;top:35.580208778381rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwR2SlPPSBiRoazVQ5JE2dAbZ44mqKA3 { width:14.4375rem;height:9.625rem;top:52.3125rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRBdTOSf2keMoqGTBbpsbuzTWLTKT6tZ { width:2.4375rem;height:2.4375rem;top:31.462500572204rem;left:2.3052082061767rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ5KRG2R0TRMVgtMBmMbpnWKq4nNWStV { width:3.125rem;height:3.125rem;top:64.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoFudcm543NXT1wthhb2WXiconTTJv5M { display:flex;width:2.3125rem;height:2.3125rem;top:1.5187454223632rem;left:1.59375rem; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:20rem;height:24.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J5nHFebL7KeLwzRuxyqDoNpvFNvaFzfS { height:10.895561357702rem;width:19.5rem;top:4.95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9OVq81ev8T3M3pq9QknniWIzpoI7vU { width:3.125rem;height:3.125rem;top:20.4708125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVb0IiktGtOKksH6Sh7ykeLH5EnhARgZ { width:20rem;height:1.625rem;top:17.5958125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:16.5rem;height:11rem;top:1.6041669845581rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20rem;height:5.95rem;top:23.656245231628rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:5.9375rem;height:5.6875rem;top:14.9375rem;left:7.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyD8LukMGrfs6IXK8TTnSUkmOoMiQnnQ { width:4.6875rem;height:1.3rem;top:14.25rem;left:7.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdxIuxWFk210BeC9STaKJDUZxB5Lbi7o { width:20rem;height:7.4375rem;top:32.062470436096rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdIPVpdFGPXTlUJTmMTEz288bB2sGlwA { width:3.8125rem;height:4.5rem;top:11.822916984558rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:20rem;height:11.9rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.6875rem;height:5.6875rem;top:14.25rem;left:6.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsAcFKEOSgkVZHoTCCVvHZqhrMUZKZ3h { width:4.6875rem;height:1.3rem;top:13.6875rem;left:7.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:18.5625rem;height:12.3125rem;top:0rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:16.5rem;height:11rem;top:1.2916660308838rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { width:19.625rem;height:14.875rem;top:21.624999046326rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRm6eb2ATNpd1gPuKX3J0ML8hZ8vTq2 { width:6.5rem;height:5.6875rem;top:14.375rem;left:6.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqrSFhJk5XWb6CRSlSRP3fL9l0s5nNfh { width:4.6875rem;height:1.3rem;top:14.375rem;left:7.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wox82IWQr5DRd4A12Pb4ulkOpAGXpgZA { width:2.8125rem;height:2.8125rem;top:26.9375rem;left:8.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { background-color:#dfdcd6;background-image:url("https://images.assets-landingi.com/AxJclKpN/galeria_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.adaptive-delivery-prevent-bg, #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.lazyload, #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi.lazyloading { background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:20rem;height:10.75rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:17.75rem;height:3.1875rem;top:19.3125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmDqDbFqLPJUNP2pA2HgUrSf9wK3WJ5 { width:3.125rem;height:2.9375rem;top:15.25rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:2.03125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:20rem;height:6.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MgpBWdShy82fRcC31Goh6Fa8xZfSonVV { width:20rem;height:1.375rem;top:0.62499904632568rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #da0WVT0KPNK1diZmcNqWmFlyKMk68iiJ { width:2.9375rem;height:2.9375rem;top:2.6875009536743rem;left:8.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:102.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:20rem;height:13.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:20rem;height:3.75rem;top:17.249999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:16.75rem;height:4.8rem;top:25.562501907349rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #zsrHLCqPPtRfJoNpQpQiE7Xl2eDeITJV { width:15.125rem;height:9.875rem;top:42.687499046326rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVXZW9lCZV6LJvVFmucrDMIpdkAXNZbz { width:6.8125rem;height:8.75rem;top:54.354138374329rem;left:11.254166603088rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQNffTAFsySgTpl7WM7b2AHqXdTgSZw8 { width:5.75rem;height:8.75rem;top:54.125001907349rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6OQoRDhIATe2T6O7cxctvLKVbVIIZ4 { width:16.3125rem;height:10.75rem;top:64.687499046325rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTizaFL0yoXf6G46aGaxXNDnc0NHmRNu { width:2.8125rem;height:2.8125rem;top:77.750002861025rem;left:8.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNfSfnlNnATC6utydCwU0mF8GcPiSt1A { width:7rem;height:9.1875rem;top:92.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ33QWipQL5CTDlIbAZI3O1oExXLtTwl { width:7.0625rem;height:9.1875rem;top:81.8125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y { display:block; }#ZZ6i8r9K6JeTXZTtToSb8uKKdw45yI8y > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTCpKoTPzZw0zxpPD1z1bDpTFbpXdBZc { width:20rem;height:7.8rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QexDQuiXws6ZlyB2T1hhDfwtXPXfM2hs { width:20rem;height:1.71875rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7RZfnl9E/fotobg8.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .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); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR { width:16rem;height:10.25rem;top:0.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQmFTTyTyZyEFHWT3JJCQ665h7R8GBGy { width:13.625rem;height:1.1375rem;top:17.625rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcKnlfUQqx7dtZdJUBLz00o5OIWLWgUk { width:18.75rem;height:3.625rem;top:16.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1xw1tXy3B3g7zlbpoWdngTGMMtkz8zO { width:3rem;height:3rem;top:16.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyKqBHKTu80FFQ85Dm4GS1cQgBzD7WCF { width:12.5rem;height:3.0875rem;top:2.5625104904175rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9T379MxTCb7G19ZMsOXDlcCql95lsdU { width:1.8125rem;height:1.625rem;top:17.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7pUWVFCzwQbwa9dZNB7n65TAJ9TZ1vg { width:14.4375rem;height:1.1375rem;top:30.375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfuZvMCWmmJCKO1gVuZ0ZVvPyl29z3K { width:18.75rem;height:3.625rem;top:29.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJHcQwEt3sUhde8si8O0HxDT7hx4NKCD { width:3rem;height:3rem;top:29.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7sVAVCDFwtnKeccivsiqtM3Fmt7JoZ { width:14.75rem;height:1.1375rem;top:21.875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTG73H0TDzgxLwTPx4JRq0gZut81K2W4 { width:18.75rem;height:3.625rem;top:20.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnHAvNP6S65Nfo4ezs3maRp8BhiylEEq { width:3rem;height:3rem;top:21.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #No7bnlBegO5ixHXgihEI8TOICrsnTeqi { width:18.75rem;height:3.625rem;top:33.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra5TK7CTbzXeOQsII7foh7d1O2XNtT3J { width:3rem;height:3rem;top:33.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycMbbLTskSkub1SZ2A8EVmGKFB7dgXGA { width:18.75rem;height:3.625rem;top:24.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXxzlC4ASJ1mG1CGir0xNQUVleR1H9Ap { width:18.75rem;height:3.625rem;top:37.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJkhpPWpEbULft9Aaesl5hmGC17bo5qP { width:3rem;height:3rem;top:38.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvSLXo4qw4p2mUm9uxp9oyVvqXOWeZIT { width:14.3125rem;height:1.1375rem;top:26.125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIVZA8VlSgqJZasKp63t8N6Up6Py8FSy { width:14.5rem;height:1.05625rem;top:38.875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAm0xft9r4wDVZwoOwrUM2TZrU5nQEoG { width:3rem;height:3rem;top:25.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snoMw1RbVZPAHooV9vn0HcIdOyAS4Tyt { width:20rem;height:27.9375rem;top:15.5rem;left:0rem;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WNyFCesOncNp6UfxwQ23UWESNBwqq0cb { width:1.375rem;height:0.875rem;top:26.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMilr7diHMU0OTMpVq8Bg1U6zl7PNNUC { width:1.375rem;height:0.875rem;top:27.262499809265rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMW6Hl6AaQvwSTm6wDn2WIWPwsxoNN1 { width:1.5625rem;height:1.375rem;top:30.25625038147rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s98CFi9InfXJVNOVRJ1T7V6DDgoxtnq0 { width:1.5625rem;height:1.5625rem;top:34.75rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPhupbgSHNw1V5ZOvoSexPH6BA02eTvD { width:14.6875rem;height:2.1125rem;top:34.31875038147rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHrw9OIOwIBcxxVRJyocM2KtELRkgUJE { width:1.75rem;height:1.75rem;top:34.5rem;left:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmIFmTVnT8SV8lZmOueN7ME0ihSIhvF { width:2.0625rem;height:2.0625rem;top:38.65625rem;left:1.28125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vihC238myWtEBtOu8S10LqKnPp0DKvhQ { width:2.9375rem;height:2.9375rem;top:43.4375rem;left:8.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwt8mpwGBEUG2tlV6b8qkfCsxw1nyHi7 { width:2.625rem;height:2.625rem;top:7.4749994277956rem;left:8.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJpHlQzWTNHlQkVuxLiiRevJKBJtg1i7 { width:1.9375rem;height:1.9375rem;top:21.429166793823rem;left:1.2354164123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:20rem;height:2.475rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { background-color:transparent;background-image:url("https://images.assets-landingi.com/204aTKAk/gorski_potok_ikona.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA.adaptive-delivery-prevent-bg, #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA.lazyload, #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA.lazyloading { background-image: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { background-color: transparent; background-image: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,38,46,0.73); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(39,38,46,0.73); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .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); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7AaCwgMAsLrxikdTBvRWibTH8JTsxkM { width:20rem;height:1.05625rem;top:39.493750572204rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOWqigTETbFO4x78OQGpbi1cOH72Fp7J { width:20rem;height:7.875rem;top:2.9250011444092rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqgZDmPXHMSlaL7R7p4QXSA4912J4XLp { width:20rem;height:6.125rem;top:14.800000190735rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycib1NOw0OpguQgM50vJVkDQgCA8bW4d { width:11.875rem;height:6.625rem;top:27.937500953674rem;left:4.0625rem;display:block; }
 }