.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:227,219,235;--color-primary-1:197,167,229;--color-primary-2:113,75,153;--color-primary-3:78,30,127;--color-primary-4:23,15,31;--color-secondary-0:255,255,255;--color-secondary-1:240,240,240;--color-secondary-2:134,133,133;--color-secondary-3:80,80,80;--color-secondary-4:53,51,51;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/626328d1-fdb3-40cb-813e-c94aace4e585/tusz2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;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); }#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); }#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 > .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.025rem;width:75rem;overflow:visible;position:relative;display:block; }#W7t4g9cenPhIGuhu7uxWAScazStmMBui { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:9.2625rem;font-style:normal;display:block; }
#nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.8125rem 0.8125rem 4.375rem rgba(29,97,63,0.4) ;height:14.125rem;width:22.8125rem;top:7.875rem;left:27.124998092651rem;display:block; }
#n0l6N9nQymspO4HcHl97axH3GusOSlmh { color:rgba(var(--color-primary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.09375rem;left:29.03125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kZUAyT4KPKleGCH757w2821J9OKsQVZT { color:rgba(var(--color-tertiary-2),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:0rem;height:3.9rem;font-style:normal;display:block; }
#NHG7ruHMhIqlxnZ8gdDefNMC40Jgl6oM { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:11.3125rem;top:22rem;left:7.0625rem;overflow:hidden;display:block; }
#TgUEAFTtUAUSLoqeTUUrEwV7OWpvpxE2 { background-color:#f174b1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.6875rem;left:29.9375rem;display:block; }
#Kl5KJsIqz0L8T4kHJft7ZXVK31dhNpDm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { 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; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { background-color: transparent; background-image: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { display: none; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .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); }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { border-width: 0; border-radius: 0; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { 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; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { background-color: transparent; background-image: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { display: none; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .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); }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { border-width: 0; border-radius: 0; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { position:absolute;display:block;z-index:15000;background-color:rgba(246,238,87,0.69);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:5rem;display:block; }
#dRzgn5CfwDccW7GJATVrzbISMMycDTWD { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(19,3,35,0.37) ;height:10.3125rem;width:10.3125rem;top:2.40625rem;left:7.3125rem;display:block; }
#p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { position:absolute;display:block;z-index:15003;background-color:rgba(197,167,229,0.72);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:30rem;display:block; }
#Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(52,8,100,0.57) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:32.375rem;display:block; }
#a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { position:absolute;display:block;z-index:15006;background-color:rgba(244,51,90,0.63);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:15rem;width:15rem;top:0.0625rem;left:55rem;display:block; }
#uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(33,4,63,0.61) ;height:10.3125rem;width:10.3125rem;top:2.4375rem;left:57.375rem;display:block; }
#cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.6875rem;left:6.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.6875rem;left:31.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:56.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIf2ci3pMN49knwKmbGhrHxpyKypO466 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.75rem;left:1.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:19.75rem;left:29.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { color:rgba(var(--color-tertiary-2),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.75rem;left:53.84375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7UzmZLnyXuR5MkuTknktM876sZcoeIu { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:4.9375rem;left:9.875rem;display:block; }
#TtVtdXZLwFG149Jvdr2eXH2TFEbS9F9A { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:5.21875rem;left:35.156248092651rem;display:block; }
#LAknCIJaQBZlFXqkRod8KS2bQhzsxvge { box-sizing:content-box;color:rgba(var(--color-primary-3),1);font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:5.03125rem;left:59.968748092651rem;display:block; }
#w5N5Q7T8wTDVwF9CBc7LS3VMkRwT2THy { background-color:#b887ec;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5) ;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.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.0625rem;left:28.75rem;display:block; }
#K29SpbK9qBIN8soSSTVcp5tyuzSpvOBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SGOOgpWWGmxzN9PGfRmBtFXbaFa9sPIb { color:rgba(var(--color-tertiary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:31.5rem;left:25.0625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/3GcaMaOc/the-ONE-Wonderlash-Mascara.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { border-width: 0; border-radius: 0; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.125rem;left:42rem;height:5.85rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QueO0iwVSeQcMG9CvecxQH1Xz20TRz2y { color:rgba(var(--color-tertiary-2),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:8.75rem;left:35.125rem;height:14.4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #561284;border-left:0.125rem solid #561284;border-right:0.125rem solid #561284;border-bottom:0.125rem solid #561284;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#441286;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30rem;left:47.625rem;display:block; }
#Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0JwHhJlGs91SdAltxonukyfc0n9X3lA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/cf5I8lAf/eclipse.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:38.375rem;top:0rem;left:29.125rem;display:block; }#d0JwHhJlGs91SdAltxonukyfc0n9X3lA.adaptive-delivery-prevent-bg, #d0JwHhJlGs91SdAltxonukyfc0n9X3lA.lazyload, #d0JwHhJlGs91SdAltxonukyfc0n9X3lA.lazyloading { background-image: none; }
#qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:20rem;display:none; }
#TxTWz19l9FOit9n8Zo7wbV1AThoSyiIy { box-sizing:content-box;color:#56056a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:35.625rem;left:55.59375rem;display:block; }
#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/759eh2ea/katalog_oriflala.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { border-width: 0; border-radius: 0; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { color:rgba(var(--color-tertiary-2),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:6.125rem;height:8.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { color:rgba(var(--color-tertiary-2),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:13.875rem;left:0.3125rem;height:9.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#edKvLrR3vOEDxyP11KXJMUeW97sCc1Ru { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4c035d;border-left:0.125rem solid #4c035d;border-right:0.125rem solid #4c035d;border-bottom:0.125rem solid #4c035d;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:#530866;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.3125rem;left:9.1875rem;display:block; }
#KWlBnTypO5L4TUFRZuPyMLkBlRDh0s1a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/pavdefeI/eclipse-reverse.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:38.375rem;top:1.9073486328125E-6rem;left:10.75rem;display:block; }#IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.adaptive-delivery-prevent-bg, #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.lazyload, #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J.lazyloading { background-image: none; }
#UQesuEJUuWKGsCpWeP155DlGUEULxO0T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:20rem;display:none; }
#ThrTXOV2FnfNCKy0oK6mSZBHi8EgHzBp { box-sizing:content-box;color:#56056a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:36.0625rem;left:16.75rem;display:block; }
#ACKgpTN6vrTuT8KrKTqwcL3Ia0XiEsix { color:rgba(var(--color-tertiary-2),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:33.0625rem;left:2.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { 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; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { background-color: transparent; background-image: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { display: none; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .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); }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { border-width: 0; border-radius: 0; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJRL2c8lQS6bTLn2knR8QLoCfcDWDgbF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.75rem;width:53.1875rem;top:5.125rem;left:10.90625rem;display:block; }
#eMbKVWSlw3VZcPARIDodIQIg7Qw7mIqO { box-sizing:content-box;color:#56056a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:35.75rem;left:35.9375rem;display:block; }
#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { background-color: transparent; background-image: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { display: none; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .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); }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { border-width: 0; border-radius: 0; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { background-color: transparent; background-image: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { display: none; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .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); }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { border-width: 0; border-radius: 0; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#tMrCgIKOwMfB19bMDBbMAViF6nFQ1SJa { box-sizing:content-box;color:#781e8e;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-2),0.1);display:block;z-index:15002;top:0rem;left:35.9375rem;display:block; }
#Xdp5WD8kQgXGXZwbtnPOGVo67rUQa5aO { box-sizing:content-box;color:#781e8e;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-2),0.1);display:block;z-index:15003;top:0rem;left:40.375rem;display:block; }
#yxmx4cSxqOiP3y8D1KarKNtBvlkTiyzP { box-sizing:content-box;color:#781e8e;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-2),0.1);display:block;z-index:15000;top:0rem;left:27.125rem;display:block; }
#hFlf9UhmSZC3nVxlQ8G9QIAZU1NrWx5r { box-sizing:content-box;color:#781e8e;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-2),0.1);display:block;z-index:15001;top:0rem;left:31.5625rem;display:block; }
#iUNpUAfcz87TvCZS59ApTNiP4ZWrUHnk { box-sizing:content-box;color:#781e8e;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-2),0.1);display:block;z-index:15004;top:0rem;left:44.1875rem;display:block; }
#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { background-color: transparent; background-image: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { display: none; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .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); }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { border-width: 0; border-radius: 0; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-2),0.05) ;height:30.75rem;width:29.375rem;top:0.8125rem;left:41.875rem;display:block; }
#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/xpsel6qC/img3.jpg");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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:51.9375rem;display:block; }#UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.adaptive-delivery-prevent-bg, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyload, #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9.lazyloading { background-image: none; }
#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/bs2eefP6/550954_365833883483754_354795509_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.3125rem;left:14.125rem;display:block; }#o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.adaptive-delivery-prevent-bg, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyload, #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH.lazyloading { background-image: none; }
#vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { 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:2.75rem;width:3.25rem;top:10.625rem;left:8.25rem;overflow:hidden;display:block; }
#slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { 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:2.8125rem;width:3.25rem;top:5.4375rem;left:25.0625rem;overflow:hidden;display:block; }
#u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:3.25rem;top:10.6875rem;left:46.25rem;overflow:hidden;display:block; }
#zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:3.25rem;top:5.5rem;left:63.0625rem;overflow:hidden;display:block; }
#PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.125rem;left:5.125rem;height:6.1875rem;font-style:italic;display:block; }
#NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:"source sans pro";font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.125rem;left:42.6875rem;height:8.25rem;font-style:italic;display:block; }
#bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:25.25rem;left:5.125rem;height:1.95rem;font-style:italic;display:block; }
#LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.25rem;left:43.75rem;height:1.95rem;font-style:italic;display:block; }
#PRbCO9VorHPNfl8yT0nFvwR7Az6AKBJ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:33.125rem;left:15.3125rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTRPzEi4SkQv4MmublBtMTb0kPyRlcDL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-2),0.05) ;height:30.75rem;width:29.375rem;top:0.8125rem;left:3.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S2fcScax/top-bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/rIv53bfF/eclipse.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#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); }#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 { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:32.5rem;height:6.75rem;top:7.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { width:23.125rem;height:19.5rem;top:14.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0l6N9nQymspO4HcHl97axH3GusOSlmh { width:19.3125rem;height:1.9375rem;top:16.1875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:25.4375rem;height:3.875rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHG7ruHMhIqlxnZ8gdDefNMC40Jgl6oM { width:11.3125rem;height:12.1875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUEAFTtUAUSLoqeTUUrEwV7OWpvpxE2 { width:17.5rem;height:4.125rem;top:15.6875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5KJsIqz0L8T4kHJft7ZXVK31dhNpDm { display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:47.75rem;height:2.9375rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15rem;height:15rem;top:0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:2.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:0.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:0.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:2.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:1.9375rem;top:16.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.9375rem;top:16.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:1.9375rem;top:16.6875rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:13.9375rem;height:4.875rem;top:19.5625rem;left:0.9892578125rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:13.9375rem;height:4.875rem;top:19.5625rem;left:32.822265625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E7UzmZLnyXuR5MkuTknktM876sZcoeIu { width:5.25rem;height:5.25rem;top:4.9375rem;left:5.3125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVtdXZLwFG149Jvdr2eXH2TFEbS9F9A { width:4.6875rem;height:4.6875rem;top:5.1875rem;left:21.468748092651rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAknCIJaQBZlFXqkRod8KS2bQhzsxvge { width:5.0625rem;height:5.0625rem;top:5rem;left:37.156248092651rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5N5Q7T8wTDVwF9CBc7LS3VMkRwT2THy { width:17.5rem;height:4.125rem;top:26.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29SpbK9qBIN8soSSTVcp5tyuzSpvOBC { display:block; }
 }@media only screen and (max-width: 763px) { #SGOOgpWWGmxzN9PGfRmBtFXbaFa9sPIb { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BrfQbA5t/middle-bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { width:21.1875rem;height:5.75rem;top:9.25rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QueO0iwVSeQcMG9CvecxQH1Xz20TRz2y { width:25.3125rem;height:8.75rem;top:16.4375rem;left:22.4375rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { width:19.0625rem;height:4.375rem;top:30rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block; }
 }@media only screen and (max-width: 763px) { #d0JwHhJlGs91SdAltxonukyfc0n9X3lA { width:31rem;height:41.125rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxTWz19l9FOit9n8Zo7wbV1AThoSyiIy { width:3.125rem;height:3.125rem;top:35.625rem;left:41.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BrfQbA5t/middle-bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { width:27.5rem;height:5.75rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #edKvLrR3vOEDxyP11KXJMUeW97sCc1Ru { width:20.3125rem;height:4.375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlBnTypO5L4TUFRZuPyMLkBlRDh0s1a { display:block; }
 }@media only screen and (max-width: 763px) { #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { width:31rem;height:41.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQesuEJUuWKGsCpWeP155DlGUEULxO0T { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThrTXOV2FnfNCKy0oK6mSZBHi8EgHzBp { width:3.125rem;height:3.125rem;top:36.0625rem;left:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACKgpTN6vrTuT8KrKTqwcL3Ia0XiEsix { width:13.9375rem;height:4.875rem;top:19.5625rem;left:16.90625rem;z-index:15010;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:47.75rem;height:2.3125rem;top:1.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJRL2c8lQS6bTLn2knR8QLoCfcDWDgbF { width:47.75rem;height:26.708578143361rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMbKVWSlw3VZcPARIDodIQIg7Qw7mIqO { width:3.125rem;height:3.125rem;top:35.75rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:47.75rem;height:2.9375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:47.75rem;height:1.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMrCgIKOwMfB19bMDBbMAViF6nFQ1SJa { width:3.75rem;height:3.75rem;top:0rem;left:22.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdp5WD8kQgXGXZwbtnPOGVo67rUQa5aO { width:3.75rem;height:3.75rem;top:0rem;left:26.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxmx4cSxqOiP3y8D1KarKNtBvlkTiyzP { width:3.75rem;height:3.75rem;top:0rem;left:13.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFlf9UhmSZC3nVxlQ8G9QIAZU1NrWx5r { width:3.75rem;height:3.75rem;top:0rem;left:17.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUNpUAfcz87TvCZS59ApTNiP4ZWrUHnk { width:3.75rem;height:3.75rem;top:0rem;left:30.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:29.375rem;height:30.75rem;top:0.8125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:3.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:10.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:5.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:10.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:5.5rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:27.25rem;height:6.1875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:28.8125rem;height:8.25rem;top:16.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:25rem;height:1.9375rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:25rem;height:1.9375rem;top:25.25rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRbCO9VorHPNfl8yT0nFvwR7Az6AKBJ4 { width:25.3125rem;height:9.5rem;top:16.4375rem;left:0rem;z-index:15010;font-size:1.5rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iTRPzEi4SkQv4MmublBtMTb0kPyRlcDL { width:29.375rem;height:30.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fdfe4c6f-3623-4764-87c1-033fdb31c7a5/tusz.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(94,5,116,0.49);background-image:url("https://images.assets-landingi.com/uc/fdfe4c6f-3623-4764-87c1-033fdb31c7a5/tusz.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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); }#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); }#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 { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7t4g9cenPhIGuhu7uxWAScazStmMBui { width:20rem;height:3.7375rem;top:20.199999809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTvCEsJT1U3aKNfZQ3Q0eE3SDenokqv1 { width:20rem;height:22.125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0l6N9nQymspO4HcHl97axH3GusOSlmh { width:19.3125rem;height:3.25rem;top:27.987499237061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZUAyT4KPKleGCH757w2821J9OKsQVZT { width:20rem;height:2.8rem;top:24.637499809265rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NHG7ruHMhIqlxnZ8gdDefNMC40Jgl6oM { width:5rem;height:5.375rem;top:35.3125rem;left:7.5rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TgUEAFTtUAUSLoqeTUUrEwV7OWpvpxE2 { width:17.5rem;height:2.5rem;top:31.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5KJsIqz0L8T4kHJft7ZXVK31dhNpDm { display:block; }
 }@media only screen and (max-width: 763px) { #RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb { display:block; }#RJBFb6e2947p0lMhd2HUSBvHEKx7CDvb > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEBfuccnl8TQ1nb7HxNTO2wk0a3APUQx { width:20rem;height:3.7375rem;top:1.0000009536743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR { display:block; }#JiX0ZARznsHDw6mnqJAhKXqxnT3mRRQR > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnsudGQKJ0GyO9zflbklQSVAoeW6eSu3 { width:15.0625rem;height:15.0625rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRzgn5CfwDccW7GJATVrzbISMMycDTWD { width:10.3125rem;height:10.3125rem;top:3.59375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9ZzfidqVp5SPHkEx9zVmcEKMRDtaLog { width:15rem;height:15rem;top:28.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz0Hr9FpklHRqsXXiawS0y9yawTz9NGW { width:10.3125rem;height:10.3125rem;top:30.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tM1bRRbLNya7SAUGSGCTETAUiXhn5y { width:15rem;height:15rem;top:54.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhoGr5FQmBlySzrQ8pqW264HBolXUlwJ { width:10.3125rem;height:10.3125rem;top:57.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0EHc2NuapQ4JcGlRmIBTwLD541TyGl { width:12.5rem;height:1.95rem;top:18rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOagLgtZXih1h8rbodPvXkIJNk6kdTBN { width:12.5rem;height:1.95rem;top:45rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PikT0myIzDAdie6Z0ZqJa5hmDcaxEG5E { width:12.5rem;height:1.95rem;top:72.0625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIf2ci3pMN49knwKmbGhrHxpyKypO466 { width:17.25rem;height:3.65625rem;top:21.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbJLt7EtEM9br9AM8GfhciirIP6PrxTq { width:17.75rem;height:3.65625rem;top:47.9375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8tuHM1UBWDIHglBtBUme6hmhpMffkn { width:18.5rem;height:2.625rem;top:74.937494277956rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E7UzmZLnyXuR5MkuTknktM876sZcoeIu { width:4.375rem;height:4.375rem;top:6.5625rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVtdXZLwFG149Jvdr2eXH2TFEbS9F9A { width:4.375rem;height:4.375rem;top:33.4375rem;left:7.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAknCIJaQBZlFXqkRod8KS2bQhzsxvge { width:4.375rem;height:4.375rem;top:60.25rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5N5Q7T8wTDVwF9CBc7LS3VMkRwT2THy { width:17.5rem;height:3.125rem;top:79.00000190735rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29SpbK9qBIN8soSSTVcp5tyuzSpvOBC { display:block; }
 }@media only screen and (max-width: 763px) { #SGOOgpWWGmxzN9PGfRmBtFXbaFa9sPIb { width:15.875rem;height:1.7875rem;top:83.37500190735rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/759eh2ea/katalog_oriflala.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.adaptive-delivery-prevent-bg, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyload, #nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F.lazyloading { background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { background-color: transparent; background-image: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row > .video-iframe-container { display: none; }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .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); }#nhT4A5smnsbxIvKIuqpNTdhvs0d05J4F > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9XkIzvaC5fZ7lp98EW4S1Sh1BFrXbIB { width:20rem;height:3.7375rem;top:22.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QueO0iwVSeQcMG9CvecxQH1Xz20TRz2y { width:19.1875rem;height:7.9625rem;top:28.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dXCtVSWlbR0PErMykMOGABLhgDRVn3Bc { width:19.0625rem;height:3.3125rem;top:38.4375rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv02WTkTuTisWcmXrgOxi9qQvBhpxn8i { display:block; }
 }@media only screen and (max-width: 763px) { #d0JwHhJlGs91SdAltxonukyfc0n9X3lA { width:20rem;height:41.125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qInSSNmEmqVOkk0HwkkNNw1AsnMRVw6a { top:0.3125rem;left:0rem;width:20rem;height:43.1875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TxTWz19l9FOit9n8Zo7wbV1AThoSyiIy { width:3.125rem;height:3.125rem;top:42.812500953674rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/759eh2ea/katalog_oriflala.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.adaptive-delivery-prevent-bg, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyload, #uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty.lazyloading { background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { background-color: transparent; background-image: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row > .video-iframe-container { display: none; }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .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); }#uBrIC5T9WEPB1DFO6ZEqpenw2NZKVmty > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnEhR2CH6TUJX0M3Qm0U9eux3dyuBsAk { width:20rem;height:5.11875rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnM1SVQ1H5tKHSn4aJEU2qW05JxNu51 { width:19.875rem;height:6.5625rem;top:31.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #edKvLrR3vOEDxyP11KXJMUeW97sCc1Ru { width:19.0625rem;height:2.75rem;top:42.75rem;left:0.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlBnTypO5L4TUFRZuPyMLkBlRDh0s1a { display:block; }
 }@media only screen and (max-width: 763px) { #IenSiqi1wRTWxqmPZRDsATdJ72c7sN1J { width:20rem;height:41.125rem;top:2.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQesuEJUuWKGsCpWeP155DlGUEULxO0T { top:4.75rem;left:0rem;width:19.9375rem;height:38.875rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ThrTXOV2FnfNCKy0oK6mSZBHi8EgHzBp { width:3.125rem;height:3.125rem;top:46rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACKgpTN6vrTuT8KrKTqwcL3Ia0XiEsix { width:20rem;height:2.6rem;top:50.374999046326rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP { display:block; }#DCOvJcUhD4TT0NI6Uw41sUuDhgqM7JMP > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdHenaUr7bgWCEHqm0NtFHgT8aZhnWSK { width:20rem;height:3.0875rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJRL2c8lQS6bTLn2knR8QLoCfcDWDgbF { height:11.8125rem;width:20rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMbKVWSlw3VZcPARIDodIQIg7Qw7mIqO { width:3.125rem;height:3.125rem;top:22.375rem;left:9rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT { display:block; }#ogXsBCzy9LtXecBNIq3UmMA9sVD8NdhT > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu3FAUFAczXq9lNgoKVif86otBKLmhqv { width:20rem;height:2.7625rem;top:2.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MviiMbAmUTHtsJzyuw0A6xJtagSO1TrT { width:20rem;height:1.4625rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 { display:block; }#OgBVLJIBGb5ezukJS0QtTycFSplQ8qf2 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMrCgIKOwMfB19bMDBbMAViF6nFQ1SJa { width:3.75rem;height:3.75rem;top:0.4375rem;left:8.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdp5WD8kQgXGXZwbtnPOGVo67rUQa5aO { width:3.75rem;height:3.75rem;top:0.4375rem;left:12.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxmx4cSxqOiP3y8D1KarKNtBvlkTiyzP { width:3.75rem;height:3.75rem;top:0.4375rem;left:1.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFlf9UhmSZC3nVxlQ8G9QIAZU1NrWx5r { width:3.75rem;height:3.75rem;top:0.4375rem;left:4.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUNpUAfcz87TvCZS59ApTNiP4ZWrUHnk { width:3.75rem;height:3.75rem;top:0.4375rem;left:15.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt { display:block; }#zg8TFq0GSzF4GnK9EG6RAk4xlFTT4rAt > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVMisG2dM3HRFU7WrAmFHa8BHPoADPQC { width:20rem;height:29.75rem;top:28.624996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuT1tXxmfeJDXf6oWmzRbWNZvuo8h9Q9 { width:9.1875rem;height:9.1875rem;top:30.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o314RNnRTeR8tiPl5TGHkPurg7sZsZrH { width:9.1875rem;height:9.1875rem;top:0.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx96gyZFMVNVo2qqu6KHOfA9wlypUVrE { width:3.25rem;height:2.75rem;top:7.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slbIpAHbHBLThZK6dVKV1qKvVVvCuJBg { width:3.25rem;height:2.8125rem;top:0.875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5IBhg3u0JstFCsdWcxduEy5Qnuy85c7 { width:3.25rem;height:2.75rem;top:36.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIPbbAESXNEFxdy9F0ggwTlpmCsQ0BGg { width:3.25rem;height:2.8125rem;top:30.4375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwF0cCOqz4xsDRPISQrA3qu87GQTfKJ7 { width:20rem;height:7.5rem;top:13.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFiGtzzl7hEI5rN5A20WAINThaT1cqNi { width:20rem;height:10.6875rem;top:42.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtmUKXeRkIKMzRJZAWI9Efi4MyRUf7a { width:20rem;height:1.95rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LA2kDnKFmFBLSusayPmwbKhzm5r9W8cP { width:20rem;height:1.95rem;top:53.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRbCO9VorHPNfl8yT0nFvwR7Az6AKBJ4 { width:20rem;height:2.625rem;top:59.875012397766rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iTRPzEi4SkQv4MmublBtMTb0kPyRlcDL { width:20rem;height:27.4375rem;top:0.3125rem;left:0rem;display:block; }
 }