.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:242,239,233;--color-primary-1:211,201,182;--color-primary-2:167,146,108;--color-primary-3:84,73,54;--color-primary-4:25,22,16;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--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:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:40,40,40;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/bnKI8T7R/OLIVIA_STAR_Tr_jmiasto_Ustawienie_teatralne.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:13.84375rem;left:11.78125rem;height:11.2793125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wGXGCpRapvcDvVwzrq4TJGINCWITvtcN { 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:15.125rem;width:26.1875rem;top:0rem;left:16.906251907349rem;overflow:hidden;display:block; }
#TapT2Dm2CrlDZtsqFlFEQdBceX5nU3s1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.625rem;left:30.8125rem;display:block; }
#KqoXRCLgDGccg17pAI4uXTlIaovzkkta { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvZJRGi2Te4fheFIH7daHcM63bMzeeQi { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.625rem;left:16.375rem;display:block; }
#mZnmdP0nnNsJ1kVaTyDoe5UaQ4nBN0iD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { 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; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { background-color: transparent; background-image: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container > .video-iframe-container { display: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container { display: none; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .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); }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { border-width: 0; border-radius: 0; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:60rem;position:relative;display:block; }#JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:6.4985814094544rem;left:0rem;height:4.8754875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { color:rgba(var(--color-tertiary-4),0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:12.46591091156rem;left:0rem;height:8.49609375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { position:absolute;display:block;z-index:15014;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.5rem;width:27.6875rem;top:6.4985799789431rem;left:32.311791419983rem;overflow:hidden;display:block; }
#SvEBKxBIZd0AtdEAPyMi2X6HsSLxqtG3 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:35.362500190735rem;left:31.250001907349rem;height:10.19534375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lesxdyOVCddBp4QdV29C23df39dMW5vI { position:absolute;display:block;z-index:15015;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.875rem;width:28.25rem;top:29.625rem;left:0rem;overflow:hidden;display:block; }
#na1PCFyWOVO3nbnrL4PCR3fk1fZ0m9mf { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:29.624289512634rem;left:31.061791419983rem;height:4.8754875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JAh1cBm9plSMQ7e3FIaCwP7aykfNlvqV { 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:15.5rem;width:27.6875rem;top:52.124292373657rem;left:32.311791419983rem;overflow:hidden;display:block; }
#z1XhoISIuSQG2N6Odwd6R8y2oUSsn12x { color:rgba(var(--color-tertiary-4),0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:58.750001430511rem;left:0rem;height:5.09765625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKqi4tzuaNbWE5IqRqGtgiuEPncNQZqS { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:52.124290466309rem;left:-0.0625rem;height:4.8754875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw { 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/BlBdeblh/OLIVIA_STAR_FOYER_GDA_SK_Lustro.jpg");background-position:center right !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; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw.adaptive-delivery-prevent-bg, #mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw.lazyload, #mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw.lazyloading { background-image: none; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row .container { background-color: transparent; background-image: none; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row .container > .video-iframe-container { display: none; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row > .video-iframe-container { display: none; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .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); }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row .container { border-width: 0; border-radius: 0; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q { 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; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row .container { background-color: transparent; background-image: none; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row .container > .video-iframe-container { display: none; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row > .video-iframe-container { display: none; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .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); }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row .container { border-width: 0; border-radius: 0; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#ykQffdIXIvcArOTRQ9Gv10FSkPUm2ix5 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:2.3259954452514rem;left:14.687500953674rem;height:2.43774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV { 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; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row .container { background-color: transparent; background-image: none; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row .container > .video-iframe-container { display: none; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row > .video-iframe-container { display: none; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .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); }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row .container { border-width: 0; border-radius: 0; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;position:relative;display:block; }#zvNNtxomSU6id0ro4gOrL1K9z7c1fnvW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:1.5rem;left:7.4375rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#voS15siddVgl1WAAXIrRGvJxbSJi8uRN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:22.6875rem;top:4.5625rem;left:3.65625rem;overflow:hidden;display:block; }
#EmbKu7Bq4NfWgekzdQW4mdwZ9dn6zHy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:24.375rem;left:3.6562509536743rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H0zM4JiAlbL390d4d5MdrZ5MABMcqxIq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.375rem;left:15.281250953674rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mMxAVyBKfCfmdSP23oLMFhxin6eogBu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:26.750001907349rem;left:9.4062509536744rem;height:2.1972625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HHTCWO6MSdT0985McTxgwyw8gCJrzuIW { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.06249332428rem;left:8.5625009536744rem;display:block; }
#mQXGZBXOALFhdt9yNQTDtoFHO5TrHRko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5sekFV2Bp72F8hUZc3KgEzDqltDZBRt { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.436796188354rem;left:8.5625009536744rem;display:block; }
#OrD98pAJ7sxki7BHIZb8C1rZPc2ZazZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWw7M15MlsTXw5KoJmaQBM17b73utwsE { position:absolute;display:block;z-index:15010;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.6875rem;width:22.6875rem;top:4.5625rem;left:33.625rem;overflow:hidden;display:block; }
#x7kLT54Nqr5SCrN5rexF2hcqWZ5kJR0p { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:1.5rem;left:37.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IbNQG2hXz1fuiu9COgGzMCKwuCQd9Xxt { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:24.375rem;left:45.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HWTRMJPo3nyJDKgw1ePE3lM24GA6WmmH { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:24.375rem;left:33.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mniGR10ZZzsChe1I51aIuNg3zbH98XmE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:26.75rem;left:39.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EFF7xocx8HHAuKK95xGdgkWzbxgUUGNg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30rem;left:38.5rem;display:block; }
#QkpQ9T1QvxIFMmVOuuFmHnwKLxxwJzi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqK7uN6x6JqVdLSTMmSynX3uOt6ZvpsB { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.375rem;left:38.5rem;display:block; }
#pVAL0MuIugqrL3w14lay5xmMVymTPH1S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC { position:relative;display:block; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC { background-color: transparent; background-image: none; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row .container > .video-iframe-container { display: none; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row > .video-iframe-container { display: none; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .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); }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC { border-width: 0; border-radius: 0; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WfQ2UKzlWP6pRHOfH3FUrb2qPLXvwZZh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:1.375rem;left:7.375rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WhdT3xngqa9P0lxPW4qFwOkvqa4qpdK6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:22.6875rem;top:4.4375rem;left:3.625rem;overflow:hidden;display:block; }
#ANywMKzh0WggBbpwI0faSTgITzy7srvG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:24.25rem;left:3.625rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gWzoVJtCpoH6Q0vP6SV57mTJuC6aO2Nb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.25rem;left:15.25rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RLRhy5E1Xyxaewxe1OkNI2FXxtlFH42d { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:26.625rem;left:9.375rem;height:2.1972625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MzFhbOtzhO6QlEm5TSfxmhSS2CbbVT04 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.9375rem;left:8.5rem;display:block; }
#l2Dr6GMPrU1bE3JTXdg3LMr7AFRaKd7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mfdaCtpiPbI82G8APRZkWQzlkblIvM8L { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.3125rem;left:8.5rem;display:block; }
#PVt1e14PhQ6Mv6moX8kc6xlrAOOqn0pG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wwLzNoav9FVgLEr44gdOB5e0r7d8UKep { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:33.3125rem;left:38.5rem;display:block; }
#TqbodsRJOG1l41rHRKJn2BS0Foi20xIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIVOBlMrcSs1MGtkkSVZalxVVVvA00VQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:29.9375rem;left:38.5rem;display:block; }
#ZOrzNT9CLswQPwmzNnz750x9fcX1S3d5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXfZ91wF2ydKXAFx8iWfTCSDyFJuo2Mh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:26.625rem;left:39.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ETRIOriXXKJOQSS0hSLVSRb7MQyUhn9t { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:24.25rem;left:33.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lbJDiJ8UV0wDHvmccX3GAJWPDGs0y1Dh { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:24.25rem;left:45.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iBw10nS0FzWyteCZBWwP9kyteU2i46D6 { position:absolute;display:block;z-index:15010;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.6875rem;width:22.6875rem;top:4.4375rem;left:33.625rem;overflow:hidden;display:block; }
#yQibueEGsVdD2DJqm1s4s0I64JQ9w5L6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:1.375rem;left:37.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ { 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/5G9XDgQn/las_i_park_1.jpg");background-position: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; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ.adaptive-delivery-prevent-bg, #oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ.lazyload, #oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ.lazyloading { background-image: none; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row .container { background-color: transparent; background-image: none; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row .container > .video-iframe-container { display: none; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row > .video-iframe-container { display: none; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .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); }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row .container { border-width: 0; border-radius: 0; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe { 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; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row .container { background-color: transparent; background-image: none; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row .container > .video-iframe-container { display: none; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row > .video-iframe-container { display: none; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .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); }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row .container { border-width: 0; border-radius: 0; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#vt8xQ4lzJctPWuH6zvQ1hKaTp7LxBxs4 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:1.0752736628056rem;left:-0.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tfZ0QJToRtX1y6EvULA2sMn2yNMxNMEz { color:rgba(var(--color-tertiary-4),0.7);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.5795452594756rem;left:0rem;height:10.40771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 { position:relative;display:block; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 { background-color: transparent; background-image: none; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row .container > .video-iframe-container { display: none; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row > .video-iframe-container { display: none; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .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); }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 { border-width: 0; border-radius: 0; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cQC3QWXVfWdFNnDvfsTleCBp0RqPgAIT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:1.375rem;left:7.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UZmbmxMRDxo6sc0ClQkhdZThHH4hCNLL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:24.8125rem;top:4.4375rem;left:2.59375rem;overflow:hidden;display:block; }
#Nh0JpS8nHq0cfWN0toN49mCbWfI3apJn { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:16.125rem;left:3.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TuhXWTmAmrvU8K6d623peSEeSTnMdDlg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:16.125rem;left:15.25rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F7du6xIcFVzzSEUhKCG6DRfROqoiE3tv { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.5rem;left:8.5625rem;display:block; }
#xVxuXseS8QDmWXLWN6ObVcN5FecTLedS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqR0uS6brBiPG36pRzUW8F0vFt3gtnV1 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:21.875rem;left:8.5625rem;display:block; }
#vGqZHAx0fEzVZnn2uilyJpWiLEdsIwu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeNLPc2HmycSpAhE1vI82um32HiKFkAk { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:21.875rem;left:38.5625rem;display:block; }
#Jr9DlmLTnRe9SPbnZgMLONvgKQn6by1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUbAD7HyUBWLtAhwTLVAw1bhDkqo9OKM { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:18.5rem;left:38.5625rem;display:block; }
#wltMvmnJepFZEMqy0pBmp0o2iSDu2nfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inEr3OTI9sL22VhXTrigg3PDZxcm4Xwe { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:16.125rem;left:33.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EuXXMZ4KOXqJeO09p7uB2I19lzliE9m7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:16.125rem;left:45.25rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ApeNh2so8ZznI2n0a8i0fEktdfctX6Se { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:1.375rem;left:37.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q3iaNEq8aAsV2tO364bRqwXH1bRMZM8h { 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:10.1875rem;width:24.5rem;top:4.40625rem;left:32.593750953674rem;overflow:hidden;display:block; }
#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EeDlZcrU/OLIVIA_STAR_sala_GDA_SK_GDYNIA.jpg");background-position: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; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.adaptive-delivery-prevent-bg, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyload, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyloading { background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { background-color: transparent; background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .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); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { border-width: 0; border-radius: 0; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB::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; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:60rem;position:relative;display:block; }#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-form-header {  }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:41.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-text {padding-top: 0; padding-bottom: 0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-select {padding-top: 0; padding-bottom: 0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.9375rem;margin-bottom:0.25rem;margin-left:10.25rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:20.5625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:roboto;font-size:0.9375rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:roboto;font-size:0.9375rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:roboto;font-size:0.9375rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:roboto;font-size:0.9375rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:40.0625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-container:first-of-type{padding-top:0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-container:last-of-type{padding-bottom:0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.625rem;left:8.1875rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.125rem;display:block;vertical-align:top; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF {display:block;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.625rem;left:8.1875rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #ytOLNM6L1F8frlaTiV1vFVEAVV96JQ1o { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #LQdq5hqTGfs18Z1FGQ8CU7givZOBGsbo { position:relative;display:none; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #pZz0evxl4XDvlSRXBJN7mUgxgnTQmT5Z { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #dN5Awd1GpQmrBDDnktlmXvOHfMCWE6Kh { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #cQ0Uk04bnxre6OOhR9X23nLP4GxiN0bM { position:relative;display:none; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Mg8CMIxtrK9WHMUS9lpx6GQToA0uTCTT { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #snWK1RuvnDXinoevR3Z5aBWg9llsUa6z { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #MTouhTW4iUMqlM6Lwvs5sMkUSmwr4Un8 { position:relative;display:none; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #B1KQ7I4Z6NM1hhTXdL7xuRz8tPmGm7br { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #XzM1pgPF4t4v7VoN8fpZbP4T0GZ1oEIq { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #oz33Sq5uScmgVZWEtqxQNXCz7a8o4ZTT { position:relative;display:none; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #ZpDDzAfxPoQqpL8qgxFHSaAzCcJTu48x { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Zs3BlkJS47BSXyqbUmMt0694okB7ehwD { position:relative;display:block;z-index:15000; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #mHg6tnr6aMSHyupJl1XV6k84B3yl7H9U { position:relative;display:block;z-index:15000; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #QBM3MTyy13uEwNQVT908wRc0hmhBchm9 { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #mlZBBTPqZ076G0TteT4kfd7VLFvuQIzB { position:relative; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Ipe1cZlLUSEmIvv2qQELEfwhDta6cgDU { position:relative;display:block;z-index:15000; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #wb3UWPtNxDerT9Ti6Bw5MMNo9EstrtHX { position:relative;display:block;z-index:15000; }
#oTzm5F9McQIs9qD0uhLaepPbZiV87Ti5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:2.125009059906rem;left:19.750000953674rem;height:2.0629875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tfV9tBCUHucohvGJg2tydDX5sr4io5dr { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:11.5625rem;left:20.96875rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FostTQ7STTV2ugMwbyc8sishkWMLWlyf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:18.761373519898rem;left:20.656250953674rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qAAPOhbdrU9kpKDIcL4kMWLPOHg1EXp6 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625095367432rem;left:15.875000953674rem;height:4.142575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RpEqULQOp5adABqoZgmoGkJUIZxpDnfX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:14.875000476837rem;left:20.968750953674rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { background-color: transparent; background-image: none; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container > .video-iframe-container { display: none; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row > .video-iframe-container { display: none; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .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); }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { border-width: 0; border-radius: 0; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#hhqss6H0afJqqQwziw3UZw3X7V1rEvy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:3.4929676055908rem;left:23.625001907349rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { width:37.5rem;height:11.25rem;top:13.8125rem;left:5.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGXGCpRapvcDvVwzrq4TJGINCWITvtcN { top:0rem;left:10.781251907349rem;width:26.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TapT2Dm2CrlDZtsqFlFEQdBceX5nU3s1 { width:12.875rem;height:2.4375rem;top:26.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqoXRCLgDGccg17pAI4uXTlIaovzkkta { display:block; }
 }@media only screen and (max-width: 763px) { #XvZJRGi2Te4fheFIH7daHcM63bMzeeQi { width:12.875rem;height:2.4375rem;top:26.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZnmdP0nnNsJ1kVaTyDoe5UaQ4nBN0iD { display:block; }
 }@media only screen and (max-width: 763px) { #T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { width:28.3125rem;height:4.8125rem;top:6.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { width:28.75rem;height:8.4375rem;top:12.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { width:27.6875rem;height:15.5rem;top:6.4375rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvEBKxBIZd0AtdEAPyMi2X6HsSLxqtG3 { width:28.75rem;height:10.1875rem;top:35.3125rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lesxdyOVCddBp4QdV29C23df39dMW5vI { width:28.25rem;height:15.875rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na1PCFyWOVO3nbnrL4PCR3fk1fZ0m9mf { width:28.9375rem;height:4.8125rem;top:29.5625rem;left:18.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAh1cBm9plSMQ7e3FIaCwP7aykfNlvqV { width:27.6875rem;height:15.5rem;top:52.0625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1XhoISIuSQG2N6Odwd6R8y2oUSsn12x { width:28.75rem;height:6.6875rem;top:58.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKqi4tzuaNbWE5IqRqGtgiuEPncNQZqS { width:28.3125rem;height:4.8125rem;top:52.0625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw { display:block; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lu30owzK1uQnGwVlDan6vAM26TqnL35q { display:block; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykQffdIXIvcArOTRQ9Gv10FSkPUm2ix5 { width:30.625rem;height:2.375rem;top:2.3125rem;left:8.5625009536744rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV { display:block; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvNNtxomSU6id0ro4gOrL1K9z7c1fnvW { width:15.0625rem;height:;top:1.5rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voS15siddVgl1WAAXIrRGvJxbSJi8uRN { top:4.5625rem;left:0.59375rem;width:22.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbKu7Bq4NfWgekzdQW4mdwZ9dn6zHy3 { width:11.1875rem;height:;top:24.375rem;left:0.59375095367432rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zM4JiAlbL390d4d5MdrZ5MABMcqxIq { width:11.1875rem;height:;top:24.375rem;left:12.218750953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMxAVyBKfCfmdSP23oLMFhxin6eogBu1 { width:11.1875rem;height:2.125rem;top:26.75rem;left:6.3437509536744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTCWO6MSdT0985McTxgwyw8gCJrzuIW { width:12.875rem;height:2.4375rem;top:30rem;left:5.5000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQXGZBXOALFhdt9yNQTDtoFHO5TrHRko { display:block; }
 }@media only screen and (max-width: 763px) { #R5sekFV2Bp72F8hUZc3KgEzDqltDZBRt { width:12.875rem;height:2.4375rem;top:33.375rem;left:5.5000009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrD98pAJ7sxki7BHIZb8C1rZPc2ZazZs { display:block; }
 }@media only screen and (max-width: 763px) { #ZWw7M15MlsTXw5KoJmaQBM17b73utwsE { top:4.5625rem;left:24.4375rem;width:22.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7kLT54Nqr5SCrN5rexF2hcqWZ5kJR0p { width:15.0625rem;height:;top:1.5rem;left:28.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbNQG2hXz1fuiu9COgGzMCKwuCQd9Xxt { width:11.1875rem;height:;top:24.375rem;left:36.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTRMJPo3nyJDKgw1ePE3lM24GA6WmmH { width:11.1875rem;height:;top:24.375rem;left:24.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mniGR10ZZzsChe1I51aIuNg3zbH98XmE { width:11.1875rem;height:;top:26.75rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFF7xocx8HHAuKK95xGdgkWzbxgUUGNg { width:12.875rem;height:2.4375rem;top:30rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkpQ9T1QvxIFMmVOuuFmHnwKLxxwJzi5 { display:block; }
 }@media only screen and (max-width: 763px) { #sqK7uN6x6JqVdLSTMmSynX3uOt6ZvpsB { width:12.875rem;height:2.4375rem;top:33.375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVAL0MuIugqrL3w14lay5xmMVymTPH1S { display:block; }
 }@media only screen and (max-width: 763px) { #BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC { display:block; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfQ2UKzlWP6pRHOfH3FUrb2qPLXvwZZh { width:15.0625rem;height:1.5rem;top:1.375rem;left:4.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhdT3xngqa9P0lxPW4qFwOkvqa4qpdK6 { top:4.4375rem;left:0.5625rem;width:22.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANywMKzh0WggBbpwI0faSTgITzy7srvG { width:11.1875rem;height:1.5rem;top:24.25rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWzoVJtCpoH6Q0vP6SV57mTJuC6aO2Nb { width:11.1875rem;height:1.5rem;top:24.25rem;left:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRhy5E1Xyxaewxe1OkNI2FXxtlFH42d { width:11.1875rem;height:2.125rem;top:26.625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzFhbOtzhO6QlEm5TSfxmhSS2CbbVT04 { width:12.875rem;height:2.4375rem;top:29.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Dr6GMPrU1bE3JTXdg3LMr7AFRaKd7a { display:block; }
 }@media only screen and (max-width: 763px) { #mfdaCtpiPbI82G8APRZkWQzlkblIvM8L { width:12.875rem;height:2.4375rem;top:33.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVt1e14PhQ6Mv6moX8kc6xlrAOOqn0pG { display:block; }
 }@media only screen and (max-width: 763px) { #wwLzNoav9FVgLEr44gdOB5e0r7d8UKep { width:12.875rem;height:2.4375rem;top:33.3125rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbodsRJOG1l41rHRKJn2BS0Foi20xIp { display:block; }
 }@media only screen and (max-width: 763px) { #yIVOBlMrcSs1MGtkkSVZalxVVVvA00VQ { width:12.875rem;height:2.4375rem;top:29.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrzNT9CLswQPwmzNnz750x9fcX1S3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #WXfZ91wF2ydKXAFx8iWfTCSDyFJuo2Mh { width:11.1875rem;height:;top:26.625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRIOriXXKJOQSS0hSLVSRb7MQyUhn9t { width:11.1875rem;height:;top:24.25rem;left:24.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbJDiJ8UV0wDHvmccX3GAJWPDGs0y1Dh { width:11.1875rem;height:;top:24.25rem;left:36.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBw10nS0FzWyteCZBWwP9kyteU2i46D6 { top:4.4375rem;left:24.4375rem;width:22.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQibueEGsVdD2DJqm1s4s0I64JQ9w5L6 { width:15.0625rem;height:;top:1.375rem;left:28.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ { display:block; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsCF7bF98wzdDrTHWqtdCl054fnf3RPe { display:block; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt8xQ4lzJctPWuH6zvQ1hKaTp7LxBxs4 { width:30.6875rem;height:;top:1.0625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZ0QJToRtX1y6EvULA2sMn2yNMxNMEz { width:44rem;height:10.125rem;top:6.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 { display:block; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQC3QWXVfWdFNnDvfsTleCBp0RqPgAIT { width:15.0625rem;height:;top:1.375rem;left:4.3125009536743rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZmbmxMRDxo6sc0ClQkhdZThHH4hCNLL { top:4.4375rem;left:0rem;width:24.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0JpS8nHq0cfWN0toN49mCbWfI3apJn { width:11.1875rem;height:;top:16.125rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuhXWTmAmrvU8K6d623peSEeSTnMdDlg { width:11.1875rem;height:1.5rem;top:16.125rem;left:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7du6xIcFVzzSEUhKCG6DRfROqoiE3tv { width:12.875rem;height:2.4375rem;top:18.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVxuXseS8QDmWXLWN6ObVcN5FecTLedS { display:block; }
 }@media only screen and (max-width: 763px) { #ZqR0uS6brBiPG36pRzUW8F0vFt3gtnV1 { width:12.875rem;height:2.4375rem;top:21.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGqZHAx0fEzVZnn2uilyJpWiLEdsIwu2 { display:block; }
 }@media only screen and (max-width: 763px) { #VeNLPc2HmycSpAhE1vI82um32HiKFkAk { width:12.875rem;height:2.4375rem;top:21.875rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr9DlmLTnRe9SPbnZgMLONvgKQn6by1a { display:block; }
 }@media only screen and (max-width: 763px) { #lUbAD7HyUBWLtAhwTLVAw1bhDkqo9OKM { width:12.875rem;height:2.4375rem;top:18.5rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltMvmnJepFZEMqy0pBmp0o2iSDu2nfz { display:block; }
 }@media only screen and (max-width: 763px) { #inEr3OTI9sL22VhXTrigg3PDZxcm4Xwe { width:11.1875rem;height:;top:16.125rem;left:24.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuXXMZ4KOXqJeO09p7uB2I19lzliE9m7 { width:11.1875rem;height:1.5rem;top:16.125rem;left:36.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApeNh2so8ZznI2n0a8i0fEktdfctX6Se { width:15.0625rem;height:;top:1.375rem;left:28.187500953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3iaNEq8aAsV2tO364bRqwXH1bRMZM8h { top:4.375rem;left:22.9375rem;width:24.5rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-regular-label { width:41.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-text { width:41.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-text {padding-top: 0; padding-bottom: 0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-textarea { width:41.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-select { width:41.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-select {padding-top: 0; padding-bottom: 0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-button { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.25rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-checkbox-label { width:40.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF  { width:41.125rem;height:auto;top:20.625rem;left:2.0625rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .radio-container { width:41.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF {display:block;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF { width:41.125rem;height:auto;top:20.625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #ytOLNM6L1F8frlaTiV1vFVEAVV96JQ1o {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #LQdq5hqTGfs18Z1FGQ8CU7givZOBGsbo { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #pZz0evxl4XDvlSRXBJN7mUgxgnTQmT5Z {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #dN5Awd1GpQmrBDDnktlmXvOHfMCWE6Kh {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #cQ0Uk04bnxre6OOhR9X23nLP4GxiN0bM { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Mg8CMIxtrK9WHMUS9lpx6GQToA0uTCTT {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #snWK1RuvnDXinoevR3Z5aBWg9llsUa6z {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #MTouhTW4iUMqlM6Lwvs5sMkUSmwr4Un8 { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #B1KQ7I4Z6NM1hhTXdL7xuRz8tPmGm7br {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #XzM1pgPF4t4v7VoN8fpZbP4T0GZ1oEIq {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #oz33Sq5uScmgVZWEtqxQNXCz7a8o4ZTT { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #ZpDDzAfxPoQqpL8qgxFHSaAzCcJTu48x {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Zs3BlkJS47BSXyqbUmMt0694okB7ehwD {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #mHg6tnr6aMSHyupJl1XV6k84B3yl7H9U {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #QBM3MTyy13uEwNQVT908wRc0hmhBchm9 {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #mlZBBTPqZ076G0TteT4kfd7VLFvuQIzB {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Ipe1cZlLUSEmIvv2qQELEfwhDta6cgDU {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #wb3UWPtNxDerT9Ti6Bw5MMNo9EstrtHX {  }
 }@media only screen and (max-width: 763px) { #oTzm5F9McQIs9qD0uhLaepPbZiV87Ti5 { width:20.5rem;height:2rem;top:2.125rem;left:13.625000953674rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfV9tBCUHucohvGJg2tydDX5sr4io5dr { width:18rem;height:;top:11.5625rem;left:14.843017578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FostTQ7STTV2ugMwbyc8sishkWMLWlyf { width:18.6875rem;height:1.5rem;top:18.75rem;left:14.531250953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAAPOhbdrU9kpKDIcL4kMWLPOHg1EXp6 { width:28.25rem;height:4.0625rem;top:6.0625rem;left:9.7500009536744rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEqULQOp5adABqoZgmoGkJUIZxpDnfX { width:18.3125rem;height:1.5625rem;top:14.875rem;left:14.843750953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL { display:block; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhqss6H0afJqqQwziw3UZw3X7V1rEvy5 { width:12.75rem;height:;top:3.4375rem;left:17.500000953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6Zm2TXydwqqvikvqugXCyk3lrLsvFsC { width:18.3125rem;height:19.2305rem;top:10.625000476837rem;left:0.84375005960463rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #wGXGCpRapvcDvVwzrq4TJGINCWITvtcN { width:15.4375rem;height:8.9375rem;top:1rem;left:2.2812499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #TapT2Dm2CrlDZtsqFlFEQdBceX5nU3s1 { width:12.875rem;height:2.4375rem;top:31.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqoXRCLgDGccg17pAI4uXTlIaovzkkta { display:block; }
 }@media only screen and (max-width: 763px) { #XvZJRGi2Te4fheFIH7daHcM63bMzeeQi { width:12.875rem;height:2.4375rem;top:28.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZnmdP0nnNsJ1kVaTyDoe5UaQ4nBN0iD { display:block; }
 }@media only screen and (max-width: 763px) { #T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey { display:block; }#T6B9Zd3vtFCLqPOdXzv3NJOeI7K9o8Ey > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxSPKQZdxKhFw8PgorcGOrx3MHMdGcpH { width:20rem;height:4.375rem;top:2.1235809326172rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktqaTnQlc6lKvGfXlQqqybAi5xzry8Si { width:19.8125rem;height:9rem;top:18.050426483154rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4xti2tyeJ1HJXzZnm52iRI2M6AvWVtp { width:19.4375rem;height:10.875rem;top:7.1754264831544rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvEBKxBIZd0AtdEAPyMi2X6HsSLxqtG3 { width:19.75rem;height:12rem;top:45.88707447052rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lesxdyOVCddBp4QdV29C23df39dMW5vI { width:19.625rem;height:11rem;top:34.949575424194rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na1PCFyWOVO3nbnrL4PCR3fk1fZ0m9mf { width:20rem;height:6rem;top:28.262074232101rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAh1cBm9plSMQ7e3FIaCwP7aykfNlvqV { width:19.875rem;height:11.1875rem;top:64.499290823937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1XhoISIuSQG2N6Odwd6R8y2oUSsn12x { width:20rem;height:6rem;top:75.624999046325rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKqi4tzuaNbWE5IqRqGtgiuEPncNQZqS { width:20rem;height:4rem;top:60.561794281006rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw { display:none; }#mKmWKvqwwCmr7gpeO3E7VFVmTG9hmTxw > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lu30owzK1uQnGwVlDan6vAM26TqnL35q { display:block; }#lu30owzK1uQnGwVlDan6vAM26TqnL35q > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykQffdIXIvcArOTRQ9Gv10FSkPUm2ix5 { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV { display:block; }#kMBuZeUD3r7ymgqhTg0eJNQ38ZZITHNV > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvNNtxomSU6id0ro4gOrL1K9z7c1fnvW { width:15.0625rem;height:1.5625rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voS15siddVgl1WAAXIrRGvJxbSJi8uRN { width:20rem;height:16.473829201102rem;top:4.04545625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmbKu7Bq4NfWgekzdQW4mdwZ9dn6zHy3 { width:11.1875rem;height:1.5625rem;top:21.76920625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0zM4JiAlbL390d4d5MdrZ5MABMcqxIq { width:11.1875rem;height:1.5625rem;top:24.5646625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMxAVyBKfCfmdSP23oLMFhxin6eogBu1 { width:11.1875rem;height:2.19921875rem;top:27.36011875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHTCWO6MSdT0985McTxgwyw8gCJrzuIW { width:12.875rem;height:2.4375rem;top:30.7919375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQXGZBXOALFhdt9yNQTDtoFHO5TrHRko { display:block; }
 }@media only screen and (max-width: 763px) { #R5sekFV2Bp72F8hUZc3KgEzDqltDZBRt { width:12.875rem;height:2.4375rem;top:34.4794375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrD98pAJ7sxki7BHIZb8C1rZPc2ZazZs { display:block; }
 }@media only screen and (max-width: 763px) { #ZWw7M15MlsTXw5KoJmaQBM17b73utwsE { width:20rem;height:16.473829201102rem;top:40.96239375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7kLT54Nqr5SCrN5rexF2hcqWZ5kJR0p { width:15.0625rem;height:1.5625rem;top:38.1669375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbNQG2hXz1fuiu9COgGzMCKwuCQd9Xxt { width:11.1875rem;height:1.5625rem;top:61.4816rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTRMJPo3nyJDKgw1ePE3lM24GA6WmmH { width:11.1875rem;height:1.5625rem;top:58.68614375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mniGR10ZZzsChe1I51aIuNg3zbH98XmE { width:11.1875rem;height:2.19921875rem;top:64.27705625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFF7xocx8HHAuKK95xGdgkWzbxgUUGNg { width:12.875rem;height:2.4375rem;top:67.708875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkpQ9T1QvxIFMmVOuuFmHnwKLxxwJzi5 { display:block; }
 }@media only screen and (max-width: 763px) { #sqK7uN6x6JqVdLSTMmSynX3uOt6ZvpsB { width:12.875rem;height:2.4375rem;top:71.396375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVAL0MuIugqrL3w14lay5xmMVymTPH1S { display:block; }
 }@media only screen and (max-width: 763px) { #BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC { display:block; }#BORR5kAsbJx3vxnIq9z3nTJ6ok6uVheC > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfQ2UKzlWP6pRHOfH3FUrb2qPLXvwZZh { width:15.0625rem;height:1.5625rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhdT3xngqa9P0lxPW4qFwOkvqa4qpdK6 { width:20rem;height:16.473829201102rem;top:4.04545625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANywMKzh0WggBbpwI0faSTgITzy7srvG { width:11.1875rem;height:1.5625rem;top:21.76920625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWzoVJtCpoH6Q0vP6SV57mTJuC6aO2Nb { width:11.1875rem;height:1.5625rem;top:24.5646625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLRhy5E1Xyxaewxe1OkNI2FXxtlFH42d { width:11.1875rem;height:2.19921875rem;top:27.36011875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzFhbOtzhO6QlEm5TSfxmhSS2CbbVT04 { width:12.875rem;height:2.4375rem;top:30.7919375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Dr6GMPrU1bE3JTXdg3LMr7AFRaKd7a { display:block; }
 }@media only screen and (max-width: 763px) { #mfdaCtpiPbI82G8APRZkWQzlkblIvM8L { width:12.875rem;height:2.4375rem;top:34.4794375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVt1e14PhQ6Mv6moX8kc6xlrAOOqn0pG { display:block; }
 }@media only screen and (max-width: 763px) { #wwLzNoav9FVgLEr44gdOB5e0r7d8UKep { width:12.875rem;height:2.4375rem;top:71.396375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqbodsRJOG1l41rHRKJn2BS0Foi20xIp { display:block; }
 }@media only screen and (max-width: 763px) { #yIVOBlMrcSs1MGtkkSVZalxVVVvA00VQ { width:12.875rem;height:2.4375rem;top:67.708875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOrzNT9CLswQPwmzNnz750x9fcX1S3d5 { display:block; }
 }@media only screen and (max-width: 763px) { #WXfZ91wF2ydKXAFx8iWfTCSDyFJuo2Mh { width:11.1875rem;height:2.19921875rem;top:64.27705625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETRIOriXXKJOQSS0hSLVSRb7MQyUhn9t { width:11.1875rem;height:1.5625rem;top:58.68614375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbJDiJ8UV0wDHvmccX3GAJWPDGs0y1Dh { width:11.1875rem;height:1.5625rem;top:61.4816rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBw10nS0FzWyteCZBWwP9kyteU2i46D6 { width:20rem;height:16.473829201102rem;top:40.96239375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQibueEGsVdD2DJqm1s4s0I64JQ9w5L6 { width:15.0625rem;height:1.5625rem;top:38.1669375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ { display:block; }#oB6uBMleJQmMo2G4Je9GLdD6VxVewnCJ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsCF7bF98wzdDrTHWqtdCl054fnf3RPe { display:block; }#RsCF7bF98wzdDrTHWqtdCl054fnf3RPe > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt8xQ4lzJctPWuH6zvQ1hKaTp7LxBxs4 { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZ0QJToRtX1y6EvULA2sMn2yNMxNMEz { width:20rem;height:15.75rem;top:8.5rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 { display:block; }#F77xGzOIwgw7No7Zw9ZOx4qU7qEDuM10 > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQC3QWXVfWdFNnDvfsTleCBp0RqPgAIT { width:15.0625rem;height:1.5625rem;top:1.25rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZmbmxMRDxo6sc0ClQkhdZThHH4hCNLL { width:20rem;height:8.3125rem;top:3.3572254180908rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0JpS8nHq0cfWN0toN49mCbWfI3apJn { width:11.1875rem;height:1.5625rem;top:13.5625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuhXWTmAmrvU8K6d623peSEeSTnMdDlg { width:11.1875rem;height:1.5625rem;top:15.107963562012rem;left:4.4062501788139rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7du6xIcFVzzSEUhKCG6DRfROqoiE3tv { width:12.875rem;height:2.4375rem;top:18.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVxuXseS8QDmWXLWN6ObVcN5FecTLedS { display:block; }
 }@media only screen and (max-width: 763px) { #ZqR0uS6brBiPG36pRzUW8F0vFt3gtnV1 { width:12.875rem;height:2.4375rem;top:22rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGqZHAx0fEzVZnn2uilyJpWiLEdsIwu2 { display:block; }
 }@media only screen and (max-width: 763px) { #VeNLPc2HmycSpAhE1vI82um32HiKFkAk { width:12.875rem;height:2.4375rem;top:49.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr9DlmLTnRe9SPbnZgMLONvgKQn6by1a { display:block; }
 }@media only screen and (max-width: 763px) { #lUbAD7HyUBWLtAhwTLVAw1bhDkqo9OKM { width:12.875rem;height:2.4375rem;top:46.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltMvmnJepFZEMqy0pBmp0o2iSDu2nfz { display:block; }
 }@media only screen and (max-width: 763px) { #inEr3OTI9sL22VhXTrigg3PDZxcm4Xwe { width:11.1875rem;height:1.5625rem;top:41.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuXXMZ4KOXqJeO09p7uB2I19lzliE9m7 { width:11.1875rem;height:1.5625rem;top:43.25rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApeNh2so8ZznI2n0a8i0fEktdfctX6Se { width:15.0625rem;height:1.5625rem;top:30.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3iaNEq8aAsV2tO364bRqwXH1bRMZM8h { width:20rem;height:8.3163265306125rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { background-color:transparent;background-image:url("https://images.assets-landingi.com/8eyAWXt5/ARCO_wntrza3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.adaptive-delivery-prevent-bg, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyload, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyloading { background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { background-color: transparent; background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,13,69,0.8); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,13,69,0.8); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .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); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { width:20rem;height:76.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-text {padding-top: 0; padding-bottom: 0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-select {padding-top: 0; padding-bottom: 0;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF  { width:16.75rem;height:auto;top:27.499290466309rem;left:0.3742898106575rem; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF {display:block;}#MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF { width:16.75rem;height:auto;top:27.499290466309rem;left:0.3742898106575rem; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #ytOLNM6L1F8frlaTiV1vFVEAVV96JQ1o {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #LQdq5hqTGfs18Z1FGQ8CU7givZOBGsbo { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #pZz0evxl4XDvlSRXBJN7mUgxgnTQmT5Z {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #dN5Awd1GpQmrBDDnktlmXvOHfMCWE6Kh {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #cQ0Uk04bnxre6OOhR9X23nLP4GxiN0bM { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Mg8CMIxtrK9WHMUS9lpx6GQToA0uTCTT {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #snWK1RuvnDXinoevR3Z5aBWg9llsUa6z {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #MTouhTW4iUMqlM6Lwvs5sMkUSmwr4Un8 { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #B1KQ7I4Z6NM1hhTXdL7xuRz8tPmGm7br {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #XzM1pgPF4t4v7VoN8fpZbP4T0GZ1oEIq {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #oz33Sq5uScmgVZWEtqxQNXCz7a8o4ZTT { display:none; }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #ZpDDzAfxPoQqpL8qgxFHSaAzCcJTu48x {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Zs3BlkJS47BSXyqbUmMt0694okB7ehwD {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #mHg6tnr6aMSHyupJl1XV6k84B3yl7H9U {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #QBM3MTyy13uEwNQVT908wRc0hmhBchm9 {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #mlZBBTPqZ076G0TteT4kfd7VLFvuQIzB {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #Ipe1cZlLUSEmIvv2qQELEfwhDta6cgDU {  }
 }@media only screen and (max-width: 763px) { #MA5rMDX8W6ED5eeAHWyHRGd0962Dk9hF #wb3UWPtNxDerT9Ti6Bw5MMNo9EstrtHX {  }
 }@media only screen and (max-width: 763px) { #oTzm5F9McQIs9qD0uhLaepPbZiV87Ti5 { width:20rem;height:2rem;top:2.2492187023163rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfV9tBCUHucohvGJg2tydDX5sr4io5dr { width:20rem;height:1.6875rem;top:13.974432468414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FostTQ7STTV2ugMwbyc8sishkWMLWlyf { width:18rem;height:3.75rem;top:19.7724609375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAAPOhbdrU9kpKDIcL4kMWLPOHg1EXp6 { width:20rem;height:4.142575rem;top:6.6860768795013rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpEqULQOp5adABqoZgmoGkJUIZxpDnfX { width:18.3125rem;height:3.375rem;top:28.710205554962rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL { display:block; }#Wfv3pxmfWaST04SA3GzdMCBk6dDcIQfL > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhqss6H0afJqqQwziw3UZw3X7V1rEvy5 { width:12.75rem;height:6.296875rem;top:3.6492195129394rem;left:3.6249998807907rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }