.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:59,150,246;--color-primary-1:2,62,220;--color-primary-2:2,97,169;--color-primary-3:7,18,165;--color-primary-4:22,47,78;--color-secondary-0:239,234,234;--color-secondary-1:208,191,191;--color-secondary-2:176,149,149;--color-secondary-3:209,89,89;--color-secondary-4:35,30,30;--color-tertiary-0:255,255,255;--color-tertiary-1:182,181,180;--color-tertiary-2:134,132,130;--color-tertiary-3:104,101,99;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"source sans pro"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#IsvekB649erIOb57CvPuFRQWlH5umsJm { background-color:rgba(var(--color-tertiary-0),0.97);background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { background-color: transparent; background-image: none; }#IsvekB649erIOb57CvPuFRQWlH5umsJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container > .video-iframe-container { display: none; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row > .video-iframe-container { display: none; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .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); }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { border-width: 0; border-radius: 0; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { width:75rem;height:3.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#MFXaqD9tLHc8TH4vzfoFrKdomVpX62UG { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.29374980926514rem;left:28.750000953674rem;display:block; }
#JTTWchE906eb7Lr4fVio4GeuBr1h5NgC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpOAOwZdxixnKCKAS6zHcTXZyrCi9HWW { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.29374980926514rem;left:50.000000953674rem;display:block; }
#HBVcsQVM7hKE24IrN8R0nnKswQ0iCJvK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jc9U8gT2EG18qbNX6PR0VfXr2XKM2Lv2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.29374980926514rem;left:39.750000953674rem;display:block; }
#Tc8TVABrxdeTnO9ZcaoqSU8ggvHK79pe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnMBnsMxfxT3wPlarRd0rrcWaTtV5wLv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:"amatic sc";font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:0.23124980926514rem;left:-4.5rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#ydQvPFBCHdTWZwnvWogOaak9CwHWeTrs { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #01131c;border-left:0.0625rem solid #01131c;border-right:0.0625rem solid #01131c;border-bottom:0.0625rem solid #01131c;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.041645875rem;height:2.291664625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.39791679382324rem;left:61.687497138977rem;display:block; }
#EgIPB8tE3gQ0DguanUiQnJnqiOTLP6VF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W1owLZHCdo1not7igIldPThUyecFsOwH { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.29374980926514rem;left:18.375000953674rem;display:block; }
#EIaU6QAzrnVFxhnf1zn4w745utGcA7ms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9d30a96c-8bf3-4acc-bb23-23044ac79241/oriflame22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15000;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),0.5);top:21.924999237061rem;left:34.313542366028rem;height:7.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { background-color:rgba(var(--color-tertiary-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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:33.375rem;left:37.250000953674rem;display:block; }
#eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LcvCtDmFDCRi8whhP6ttpedkuS8lV7rL { background-color:rgba(var(--color-tertiary-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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.375rem;left:57.000000953674rem;display:block; }
#AO26mTwFlGxkN5FDH4K8ILKgJqDoc3rm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMlkEmadWIt9gxNXODDkqGfsmoBQtthP { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.8125rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:6.125rem;left:32.499998092651rem;height:11.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f6d430);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f6d430);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f6d430);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #f6d430);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f6d430' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#f6d430' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #f6d430);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row .container { background-color: transparent; background-image: none; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row .container > .video-iframe-container { display: none; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row > .video-iframe-container { display: none; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .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); }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row .container { border-width: 0; border-radius: 0; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#i2UubKxkCqJZwrL3IJnXK3o70QzshNSL { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #f1ab05, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(206deg, #f1ab05, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(206deg, #f1ab05, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(206deg, #f1ab05, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ab05', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ab05', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(206deg, #f1ab05, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.3125rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.8125rem;left:24.843750953674rem;display:block; }
#wMBBvBLbCgCrwW0BQc2BByx1eqZ5JNWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #42fa2d, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #42fa2d, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #42fa2d, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #42fa2d, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42fa2d', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42fa2d', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #42fa2d, rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row .container { background-color: transparent; background-image: none; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row .container > .video-iframe-container { display: none; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row > .video-iframe-container { display: none; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .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); }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row .container { border-width: 0; border-radius: 0; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#Hud9x8eGX3obdCh7wiBwq26VI7beORXz { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.8125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:0rem;left:0.75rem;height:5.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyZ6KcB0mi5JDbh02AC6k3CoFc7zuEH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:73.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:6.1875rem;left:0.75rem;height:3.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WC1FVSq8VrV3QsDGsUlO4wzzZ37ifaCJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:11.75rem;left:0.001042366027832rem;height:13.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#offBlRJrm90x5B9VQa3WD49UaTDa36pG { position:absolute;display:block;z-index:15004;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:22.3125rem;width:22.3125rem;top:9.637499809265rem;left:50.123955726624rem;overflow:hidden;display:block; }
#bXnPsI51nhGBTiXkx9KC5RbQfmBlOH5c { color:rgba(var(--color-tertiary-0),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:32.841667175293rem;left:49.828125953674rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSeRnbTovgtmtx8sfiySCAORula5hoTO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.375rem 0.4375rem rgba(var(--color-tertiary-4),0.5);top:35.4375rem;left:47.805207252502rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNrs4u9H4V6FoNpDoK6PsNONom3enhTe { background-color:#62ab05;background-image:url("https://images.assets-landingi.com/uc/45ee0ff1-3b4a-4763-b51c-ee6c298c6c47/aaas.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.125rem;height:10rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.430208206177rem;left:-0.044791221618653rem;display:block; }#qNrs4u9H4V6FoNpDoK6PsNONom3enhTe.adaptive-delivery-prevent-bg, #qNrs4u9H4V6FoNpDoK6PsNONom3enhTe.lazyload, #qNrs4u9H4V6FoNpDoK6PsNONom3enhTe.lazyloading { background-image: none; }
#zVqFfSJvO0JAQ6cl6oPTBHgLsxuHZvi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { background-color: transparent; background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .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); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { border-width: 0; border-radius: 0; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { color:rgba(var(--color-primary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3010406494137rem;left:39.438542366028rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { color:rgba(var(--color-tertiary-4),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:7.8447914123538rem;left:0.001042366027832rem;height:8.2875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIhfeAvyqU8y135tfKSPCsx9privgawP { background-color:#519ee3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.652083375rem;height:2.902083375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.4375rem;left:7.2447919845581rem;display:block; }
#TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:26.482292175293rem;left:30.74583530426rem;overflow:hidden;display:block; }
#V9laC9yHxyun0QHuOJ5CgQwmIkTqPS6s { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.625rem;top:1.2385416030884rem;left:42.229165077209rem;overflow:hidden;display:block; }
#v8OhvhSHwLnJ3a0d6BoLmG2xLTBSbv46 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:0.0625rem;top:3.7385416030884rem;left:43.510415077209rem;display:block; }
#RNGTe7Cgm7vIlf97FCevSqsUeo6qVVyG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.0197916030884rem;left:69.452080726625rem;overflow:hidden;display:block; }
#CGJcpDIshm9H7VGWmPbd6RgTQVSWxqhq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:0.0625rem;top:3.8874998092651rem;left:70.889580726625rem;display:block; }
#Oyqpmnerfxdrws0PxA7c72TOak9fVEew { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.368770875rem;height:2.931252125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.627082824707rem;left:3.3125009536743rem;display:block; }
#s2ppoJxyNATgZ8LEkyTbQe4umUBXIx9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwaMnzSvvxTVDEwik8g6EIUuBVL4Iqsb { color:rgba(var(--color-primary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.863540649414rem;left:2.7187509536743rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wm1cARaJ0xUtdcieTrIuBTen64ORWrpx { box-sizing:content-box;color:#a9a4a4;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:15038;top:28.387500762939rem;left:39.312500953674rem;display:block; }
#dihZ4VayfHx1ys2HJ0A0okyK0tkzaDep { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3531265258789rem;left:0.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#miUxnNAWAfaM6ch9xAruIK7tULhFpBE0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:18.4375rem;width:37.25rem;top:9.21875rem;left:37.71633640273rem;overflow:hidden;display:block; }
#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d6e8ecbd-284c-461f-84bd-b8d0a7499ae3/giordani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q.adaptive-delivery-prevent-bg, #vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q.lazyload, #vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q.lazyloading { background-image: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container { background-color: transparent; background-image: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container > .video-iframe-container { display: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row > .video-iframe-container { display: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .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); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container { border-width: 0; border-radius: 0; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#LcILGbnozFXeXrlabWPp7tF5VBOlhPWO { background-color:rgba(var(--color-tertiary-4),0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e30808;border-left:0.0625rem solid #e30808;border-right:0.0625rem solid #e30808;border-bottom:0.0625rem solid #e30808;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.6302080154419rem;left:52.080208778381rem;display:block; }
#bZevh5IJhcyviPT7MgMc0S2ph8QmZLBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3ws4UZos/page_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN.adaptive-delivery-prevent-bg, #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN.lazyload, #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN.lazyloading { background-image: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { background-color: transparent; background-image: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .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); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { border-width: 0; border-radius: 0; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#zprsQzvd5AHKR1NCoxdNWrVCF9BkTvHl { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.595833375rem;height:4.408333375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.6083335876465rem;left:35.750000953674rem;display:block; }
#mpnv7NLegDUkPpMyHu8SXqTQ9ktEUgtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFnNrWk0LAhhyz6A3X75XZW8iOR0EgCk { color:#9e0101;display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11.541666984558rem;left:28.875000953674rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#QFnNrWk0LAhhyz6A3X75XZW8iOR0EgCk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QFnNrWk0LAhhyz6A3X75XZW8iOR0EgCk li:before{  }
#wiDKD8ANtRmduOGwwlFsNwt8FIJHLiH9 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:24.1875rem;left:28.875000953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row .container { background-color: transparent; background-image: none; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row .container > .video-iframe-container { display: none; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row > .video-iframe-container { display: none; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .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); }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row .container { border-width: 0; border-radius: 0; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#y0SpWJe0aCp0eUR03vstNm1D9R6Wv2bh { color:#8ab1e1;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.3020830154419rem;left:0.9375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCSOBXTfhh3zT0Zx3hvZM5i4MllS1Gp3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.35000038147rem;left:56.562497138977rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-form-header {  }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:31.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:31.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:31.6875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.875rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:30.25rem;overflow:hidden;font-style:normal; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-container:first-of-type{padding-top:0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-container:last-of-type{padding-bottom:0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361  { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.7354125976562rem;left:0.9375rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.6875rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 {display:block;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 { background-color:rgba(var(--color-tertiary-0),0.01);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.7354125976562rem;left:0.9375rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #n7TgVivo9lyTRJ3iAsiWVouQgftvOVyO { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #SQAvsDKGwcyuaiQUw2wK7t2T3dTnFNuT { position:relative;display:block; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #utC7FKmGTvTd6AmPckmiCc0AyioTfD6u { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #zwpe8LrrZ1yEsAzsy1NpQMdSKNVQJoqv { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #ZOqIAIOooRXI8Q6zUX59lPiNzkNL6TwF { position:relative;display:block; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #bUlA6myOx6yAmOH2HZt7wzCnf0JBBuLG { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #n2o2RTVEPP7KRNAzZ1gBLr3WwO5eUR7i { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #MXrZ8CIqEfeJWtcRfVyZPe2dnzkUgsaC { position:relative;display:block; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #gNld3xzUJd3mrrnBPPuEq5mmmmatZ8KR { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Ky6bCp8cVT2cLFOuaZK5oxkt8FO1QI2l { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Z6rEd76i9LEJTBK17TAglpVnetFoJTL4 { position:relative;display:block; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Zd7wex1CkeyvAxskmbqu5kVrc8L6a773 { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #ns85iVPwZoaoFqAaRRJiusZNw1fx4U30 { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #xi28OFoHKXyeCUJ7fnorv3t1bWphGmts { position:relative;z-index:2; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #TXuRoi89TVVWoDNimS1ztkdnrszoZ8D5 { position:relative; }
#WeQ8OCmWi9HCIvXGTHWkko77xk55VJiA { position:relative;display:block;z-index:100000;display:block; }
#WRBHr3Ix4J7ndgQ8pRgfcxOoGTZUOlE7 { position:relative;display:block;z-index:100000;display:block; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #KQ6WTDaNL9GCm3xdz2S78hMOZS5x3nH5 { position:relative; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 #PfNKDdeyqxta2d8UdK3HD26BA01iszZT { position:relative; }
#fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/61842f2b-7d43-4d5f-8951-089fb51fb98a/KatalogOriflame112023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:26.875rem;width:18.8125rem;top:7.34375rem;left:36.250000953674rem;display:block; }#fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd.adaptive-delivery-prevent-bg, #fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd.lazyload, #fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd.lazyloading { background-image: none; }
#EVJKhZ4Bk8Iq1IVSKR88G0ergtPL84zr { color:#8ab1e1;display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.6625003814697rem;left:0.9375rem;height:2.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2Pyshu6WfPX8PL2XGbKwOaHE5UqAmGf { color:#8ab1e1;display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:37.03750038147rem;left:0rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xs8hetVC78iFqJuCrtf3KneSHlgX4sBz { color:#8ab1e1;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3145837783814rem;left:57.812497138977rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/1beb60a3-a963-4620-9a72-be76519ac96c/7e421e7115292f86c0d9428b14b05dfa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:25.0625rem;width:17.3125rem;top:11.797916771912rem;left:56.901184521397rem;display:block; }#lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP.adaptive-delivery-prevent-bg, #lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP.lazyload, #lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP.lazyloading { background-image: none; }
#CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/e3eaf841-f8c1-455d-b543-f52d948a6f53/Screenshot20250321at201314eCatalogueOriflameCosmeticsstrona1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:25.4375rem;width:16.125rem;top:12.485412597656rem;left:39.331250190735rem;display:block; }#CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx.adaptive-delivery-prevent-bg, #CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx.lazyload, #CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx.lazyloading { background-image: none; }
#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe { position:relative;display:none; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe { border-width: 0; border-radius: 0; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75865319-bea8-4cbd-9b63-1260fa5b043e/Screenshot20240102at122048AktualnyKatalogOriflamePromocjadnia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container.adaptive-delivery-prevent-bg, #FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container.lazyload, #FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container.lazyloading { background-image: none; }#S7sAKrVHuHK3io4zJ8MDZb34oTJzwPXl { 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:24.875rem;width:19.5625rem;top:5.8697919845581rem;left:1.5802087783814rem;overflow:hidden;display:block; }
#Su2ofhAlvR2iWppRq6tAArgJzFlPFCZu { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4833335876465rem;left:0.001042366027832rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pVddxmaD19CE1XrX20g7fV4sNT699T4A { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30.980208396912rem;left:4.7052087783814rem;height:5.95rem;font-style:normal;display:block; }
#b0ceK6gOc5ymWk2lpQEfUvt2lSa698LT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:23.8125rem;top:5.8697919845581rem;left:25.875000953674rem;overflow:hidden;display:block; }
#QeVNXmDSr7gqTWm9DnniVcxV3gTraqum { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4833335876465rem;left:26.187500953674rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T6fZCn1qu9azwVU1Ae3w6e6JkTDPaC12 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:30.980208396912rem;left:32.455208778381rem;height:5.95rem;font-style:normal;display:block; }
#AogLTnu5KItsT6kb3Gk2Hvf3Lt3or3ss { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:23.8125rem;top:5.8697919845581rem;left:51.751046180725rem;overflow:hidden;display:block; }
#BgJgs4GNM1479thT8llzZeJP7Gzxa0Tz { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4833335876465rem;left:52.376046180725rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t79t0iPnN48TLxJlCs0OLTbEVt7ynZUw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:30.980208396912rem;left:58.063546180725rem;height:5.95rem;font-style:normal;display:block; }
#UmNe0iNWhN1x9RqMsErCfHK3FOwZxw25 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:39.167708396912rem;left:16.500000953674rem;height:4.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75865319-bea8-4cbd-9b63-1260fa5b043e/Screenshot20240102at122048AktualnyKatalogOriflamePromocjadnia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi.adaptive-delivery-prevent-bg, #SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi.lazyload, #SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi.lazyloading { background-image: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container { background-color: transparent; background-image: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.76); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container > .video-iframe-container { display: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.76); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row > .video-iframe-container { display: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .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); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container { border-width: 0; border-radius: 0; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#X10kRuTGzRu6mWkTes5qTBAbJocuKZle { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:6.9947919845581rem;left:2.330207824707rem;overflow:hidden;display:block; }
#wZndwev5nmoThTomwOJAQ8Odk1F5QH8U { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4833335876465rem;left:0.001042366027832rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ASAJFZ4hRw2TFR7vMBEiSX6OZnIyTzcU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:28.542720794677rem;left:4.9260416030884rem;height:5.95rem;font-style:normal;display:block; }
#Igrz23mnx1CAhPAnC3K1S0fgossJK4nL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:5.8697891235351rem;left:26.149998092651rem;overflow:hidden;display:block; }
#RgOHiIgchh0bfJOQvmB9RQkQfAUUmDCq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4833335876465rem;left:26.187500953674rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VDy5hlMbuW5iT2C8k0ubgWfhl1RP8AVO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:28.542720794677rem;left:32.517705917358rem;height:5.95rem;font-style:normal;display:block; }
#BUBOFGUNcWM8BacxZXsO0PntUTMiv6lZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.125rem;top:6.9947919845581rem;left:54.126043319702rem;overflow:hidden;display:block; }
#HnW3Zu4yMWfDF3gL2CgIMP6Tvwv9v6hm { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4833335876465rem;left:52.376046180725rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BPSlL7VS7KgPIcMxz0mb8JuwhalaCuvx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:28.542720794677rem;left:58.187498092651rem;height:5.95rem;font-style:normal;display:block; }
#B6M9rFTpcJS2rgfhhDRrv3Dq8XSEck6k { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:39.605220794677rem;left:17.736457824707rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec416d;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; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row .container { background-color: transparent; background-image: none; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row .container > .video-iframe-container { display: none; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row > .video-iframe-container { display: none; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .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); }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row .container { border-width: 0; border-radius: 0; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#Efye5L40mbEDPoqhuTtmaDr0ZbVNVrwu { color:rgba(var(--color-primary-4),1);display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:1.7499980926514rem;left:9.1708335876462rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bl95FoIUTd59lwy4f7E3XHNeTJD3mIga { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:6.6562442779544rem;left:5.28125rem;display:block; }
#IcE2to14RSswG3QgvRt2sWSWAuR2mMmO { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:11.162493705749rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g83K7oCIQdXfUMOMtFToTKPbdD2VWo7T { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:6.65625rem;left:22.125rem;display:block; }
#BqQo32k7vv8zbJI3dPVD7HtUvIhP9Iy2 { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:10.66250038147rem;left:16.5625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWCPPMVmvz5SUuBeq6oSc9DKt8VgcNOc { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:10.66250038147rem;left:31.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f3c9TJGhuPsEP7Zh1GGJ17WXIWTSqdAE { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:10.66250038147rem;left:47.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtiqhJQtN22tiXiRMG5TQAcMLO2s8cIZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:6.65625rem;left:52.75rem;display:block; }
#nT0k47mNDAf7f1qMsAcVu9Nq6XfThzyx { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:6.65625rem;left:37.3125rem;display:block; }
#oqr2ypNTUqkrkZT82ufnGRSkuTV69cAM { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:6.65625rem;left:65.9375rem;display:block; }
#Q5RE9aprHnhm52Vi2BJbB5mqSOQvTV4z { color:rgba(var(--color-primary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:10.66250038147rem;left:61.0625rem;height:4.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5fyShXqs43d1ugbXy57zBUtD1QKzSGC { color:rgba(var(--color-primary-4),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.125003814698rem;left:12.687500953674rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(138deg, #adef3a, #466f00);background-image: -moz-linear-gradient(138deg, #adef3a, #466f00);background-image: -ms-linear-gradient(138deg, #adef3a, #466f00);background-image: -o-linear-gradient(138deg, #adef3a, #466f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#adef3a', endColorstr='#466f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#adef3a', endColorstr='#466f00' );";background-image: linear-gradient(138deg, #adef3a, #466f00);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row .container { background-color: transparent; background-image: none; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row .container > .video-iframe-container { display: none; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row > .video-iframe-container { display: none; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .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); }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row .container { border-width: 0; border-radius: 0; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#SR62ie9O3BvE3F1XyQCMzNIWrV9sTG5n { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:1.7333345413208rem;left:15.250000953674rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/JTJ9eCb5/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh.adaptive-delivery-prevent-bg, #HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh.lazyload, #HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh.lazyloading { background-image: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container { background-color: transparent; background-image: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container > .video-iframe-container { display: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row > .video-iframe-container { display: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .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); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container { border-width: 0; border-radius: 0; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#dTb2cB2pIohESxhPHRQvCTJzryAWvIM9 { 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:3.8125rem;width:3.8125rem;top:0.85104179382325rem;left:45.055207252502rem;overflow:hidden;display:block; }
#hxOpL926NlXL9g9tLTKZ7ZVdOqkn9l2Q { background-color:#4c4c48;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 1.4375rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.626042366028rem;left:8.4895830154419rem;display:block; }
#fpA8Wl9Ctepnc2zwgMEp6ETxV2ZuMfsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jg1XHdsvNZKFqhq5NglxRbyRzBOPQ9Zm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.5rem;top:1.7958335876465rem;left:29.875000953674rem;overflow:hidden;display:block; }
#KrxZPHeuNa0sbDHVURzZrNMnu506IeyV { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:12.47500038147rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sIZH6o5QO7K7l0DhOPnnXm895IGz0i8I { 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:4.1875rem;width:4.1875rem;top:0.75rem;left:0.36874997808838rem;overflow:hidden;display:block; }
#RnGeXWELkBNwxMfAdT5e5fpTx73AHuBr { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:19.909374237061rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTSyM8TMtXwwIayqLyM8lNmnbfxkJ7au { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.10000038147rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SKU5X6UfO1dDACXyGEZitG97maHDPtZ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:12.47500038147rem;left:44.062500953674rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EgsUUlA8RBoPfHIuP7I5uwul0SpZT4Ik { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:16.10000038147rem;left:44.062500953674rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nyNd3gO4odpHwPWtLtAPtfitIphwAGRE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:19.909374237061rem;left:44.062500953674rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e98mE41PThMGVIL3vByPRfRJJpAyv8zV { background-color:#82827f;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 1.4375rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:26.251042366028rem;left:48.812500953674rem;display:block; }
#nfVlRDLWdb0cazAR7zx7tX2nVQQCm36g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kBguGWUoOSdSqNApcsfHgZCttOvTCKwS { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:8.890625rem;left:44.062500953674rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKAU8KbK1fAzfAN1RE8D29t72JGUgrX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:8.890625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lTH7vrqtIhbnwO3q09TbfaLyJux4R9Ng { background-color:#4c4c48;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 1.4375rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.188542366028rem;left:8.4895830154419rem;display:block; }
#lEuF1RXlLmBPsK917IF2G0sLO363CbDK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row .container { background-color: transparent; background-image: none; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row .container > .video-iframe-container { display: none; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row > .video-iframe-container { display: none; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .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); }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row .container { border-width: 0; border-radius: 0; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#TJ6InRsa4vkTVK3utbhVHrCXRGhBtW24 { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5395832061768rem;left:0rem;height:4.675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TJ6InRsa4vkTVK3utbhVHrCXRGhBtW24 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TJ6InRsa4vkTVK3utbhVHrCXRGhBtW24 li:before{  }
#TrxtDvQMM8n5dCHbVXwcSzHpM4zOJt6I { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:4.9770832061767rem;left:53.033329963684rem;height:6.0375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3cGHo5uqpPE4CQUiNblIqB1PMocDyyX { color:rgba(var(--color-tertiary-4),1);display:block;width:70rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.449999809265rem;left:3.7312498092651rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }#z3cGHo5uqpPE4CQUiNblIqB1PMocDyyX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z3cGHo5uqpPE4CQUiNblIqB1PMocDyyX li:before{  }
#TCntMv6KQ5PQdHB58LpeSkVrwL5ZQgVg { position:absolute;display:block;z-index:14999;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:15.8125rem;top:26.739583015442rem;left:13.729165077209rem;overflow:hidden;display:block; }
#fPRxq5yfIvPS4QF63UhlKS99p2KKoXTp { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:35.75rem;top:26.739583015442rem;left:29.645833015442rem;overflow:hidden;display:block; }
#sp3OA8hLr8OImmGT443MJU3ePhvyAG5K { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:6.1520833969116rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#sp3OA8hLr8OImmGT443MJU3ePhvyAG5K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sp3OA8hLr8OImmGT443MJU3ePhvyAG5K li:before{  }
#mdsxL6Qw8EP7nhLQMvf8ca78DdCOcupD { background-color:#4c4c48;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 1.4375rem rgba(var(--color-tertiary-4),0.18) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:12.751041412354rem;left:53.562497138977rem;display:block; }
#vnvxKHtqMEDEKAOCrby49Zuo5bND1Jgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egKdcNiffwHfFTa4RTgRby3XUgzUqQO5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:16.063541412354rem;left:72.187497138975rem;overflow:hidden;display:block; }
#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB { position:relative;display:block; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB { background-color: transparent; background-image: none; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row .container > .video-iframe-container { display: none; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row > .video-iframe-container { display: none; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .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); }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB { border-width: 0; border-radius: 0; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LXNbeqV8Qf45L7662DaD77NqpA0ZnsFp { color:rgba(var(--color-tertiary-0),1);display:block;width:74.6875rem;position:absolute;font-family:"open sans";font-size:4.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(var(--color-tertiary-4),0.5);top:1.3020830154419rem;left:0.31354236602783rem;height:6.25625rem;text-align:center;text-align-last:center;display:block; }
#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { background-color: transparent; background-image: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container > .video-iframe-container { display: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container { display: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .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); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { border-width: 0; border-radius: 0; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { 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:22.0625rem;width:22.0625rem;top:4.90625rem;left:1.46875rem;overflow:hidden;display:block; }
#sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { color:rgba(var(--color-primary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { background-color:rgba(var(--color-tertiary-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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.09375rem;left:5.6250009536743rem;display:block; }
#O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oRPSytRQINE8ALuw1KBhuspXaT1VWlb4 { background-color:rgba(var(--color-tertiary-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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:33.09375rem;left:31.531250953674rem;display:block; }
#MrewEDfyTTQciUNvphfZ7T0RzrAX2dCb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K17NSWhswuzXMwAKeQG2faI0AKEJbRT2 { color:rgba(var(--color-primary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:28.1875rem;left:28.968750953674rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:21.9375rem;top:4.875rem;left:51.531250953674rem;overflow:hidden;display:block; }
#zWmqJdLkLr27TT3TfaMETZi4fDpDdrLX { box-sizing:content-box;color:#f8b7ba;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:15036;top:1.125rem;left:2.5rem;display:block; }
#SH3TTXu8PN10Mgwe3PfnUDpQZTO02lFa { color:rgba(var(--color-primary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:28.1875rem;left:50.281247138977rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8hJcyKLiit9WEU6ZUt4yPlmdMuIUG24 { background-color:rgba(var(--color-tertiary-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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:33.09375rem;left:57.124997138977rem;display:block; }
#Uc8keJgzHBJhDQ8JnH6ZXNTxCl0keBN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iac4pL6DrRnAQ0llTTFrxPKLOvmiZqqq { box-sizing:content-box;color:#ccc8c8;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:15037;top:1.125rem;left:28.125rem;display:block; }
#ae7K5SF3zqkuUtaerIfpP0BuE0MSQA2S { box-sizing:content-box;color:#f8b7ba;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:15037;top:1.125rem;left:53.125rem;display:block; }
#vMcPT2o9T89cQUItIxMFFmxTB6JJEmA5 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:22.125rem;top:4.875rem;left:27.187500953674rem;overflow:hidden;display:block; }
#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row .container { background-color: transparent; background-image: none; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row .container > .video-iframe-container { display: none; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row > .video-iframe-container { display: none; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .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); }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row .container { border-width: 0; border-radius: 0; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#xBwqMsEHteeME4FRGWTGisoyEIAue7Pv { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/ddbeab28-5c33-4472-a33c-ba082bea58f5/aktualnykatalogoriflame.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:21.75rem;top:1.96875rem;left:43.85521030426rem;display:block; }#xBwqMsEHteeME4FRGWTGisoyEIAue7Pv.adaptive-delivery-prevent-bg, #xBwqMsEHteeME4FRGWTGisoyEIAue7Pv.lazyload, #xBwqMsEHteeME4FRGWTGisoyEIAue7Pv.lazyloading { background-image: none; }
#HyzCnD1TR97GCWdZWpJC1w4I0TANbUeZ { color:#8ab1e1;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:1.4375rem;left:0.9375rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ArVLNaJHbnSut0XGVqzCPZypItkSPJJG { color:rgba(var(--color-tertiary-0),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:11.25rem;left:0.001042366027832rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/862a8053-02f0-4342-b127-66749823817e/oriflamekatalog12024.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:19.8125rem;width:13.8125rem;top:5.5854167938233rem;left:54.472916603088rem;display:block; }#f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.adaptive-delivery-prevent-bg, #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.lazyload, #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.lazyloading { background-image: none; }
#qJ84otXPKQBaJftJEL2nxUCaeOgtdJq4 { color:#8ab1e1;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:19.5rem;left:2.1875009536743rem;height:4.2875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/cba2f77f-b263-49b5-ac78-f7c4d9a20f4e/katalog5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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: 0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:19.8125rem;width:13.8125rem;top:8.2625007629394rem;left:58.285416603088rem;display:block; }#odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.adaptive-delivery-prevent-bg, #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.lazyload, #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.lazyloading { background-image: none; }
#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/wvuSva9j/e9cb354e49fbb5efbf02152da4a7.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd.adaptive-delivery-prevent-bg, #VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd.lazyload, #VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd.lazyloading { background-image: none; }#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd > .row .container { border-width: 0; border-radius: 0; }#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:none; }#bk1J9vaKionNtCKx162nGHbf3loaEVOa { color:rgba(var(--color-primary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:4.1624994277954rem;left:13.156250953674rem;height:3.2375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MN3Pwp2wQZD5VBvc4wR5eroKeJTyEMic { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eaeef3, #929599);background-image: -moz-linear-gradient(180deg, #eaeef3, #929599);background-image: -ms-linear-gradient(180deg, #eaeef3, #929599);background-image: -o-linear-gradient(180deg, #eaeef3, #929599);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef3', endColorstr='#929599' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeef3', endColorstr='#929599' );";background-image: linear-gradient(180deg, #eaeef3, #929599);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.220833375rem;height:3.158333375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.833333015442rem;left:26.216668128967rem;display:block; }
#dIemTSxk4SW02bmG5kt6f6Bu7TnHhs9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5cLE4Qg8VhRsani8Mg4EVlNFTdg59si { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 3rem rgba(var(--color-tertiary-4),0.5) ;height:5.5rem;width:9.9375rem;top:10.672916412354rem;left:26.299873694423rem;overflow:hidden;display:block; }
#KWeXhDBAngmiuGNyokWFdCTqLDbFaiki { 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:5.625rem;width:5.625rem;top:5.0479097366333rem;left:0rem;overflow:hidden;display:block; }
#nAwD4PTT9K0cq5E9r8Btq4Vuyte1SGdN { color:rgba(var(--color-primary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:12.820833206177rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#nAwD4PTT9K0cq5E9r8Btq4Vuyte1SGdN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nAwD4PTT9K0cq5E9r8Btq4Vuyte1SGdN li:before{  }
#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/UNWHSRLN/1366x520.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.adaptive-delivery-prevent-bg, #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.lazyload, #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.lazyloading { background-image: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container { background-color: transparent; background-image: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container > .video-iframe-container { display: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row > .video-iframe-container { display: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .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); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container { border-width: 0; border-radius: 0; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#J617As9wmmhs0xRMxBEK5POaTGBo2SDb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:10.16250038147rem;left:42.126042366028rem;height:14.9625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { border-width: 0; border-radius: 0; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:none; }#sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD { position:absolute;display:block;z-index:14998;background-color:#fed04b;background-image:url("https://landingi-pictures.s3.amazonaws.com/KnUoG2af/konsultantki.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:37.5625rem;top:6.9375rem;left:37.500000953674rem;display:block; }#sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.adaptive-delivery-prevent-bg, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyload, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyloading { background-image: none; }
#T8vD1Nwexp6rfO7U14PTcoOJqk7VwHe0 { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0249938964844rem;left:38.031250953674rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSg5v4PhATbioUnGA05iymUBFCO5Io8z { position:absolute;display:block;z-index:15001;background-color:#f8cbcd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:37.5625rem;top:0.6875rem;left:0rem;display:block; }
#MJBhrDu0b4g8Jl4CtWO0VoT55inzLIPZ { background-color:rgba(var(--color-tertiary-0),0.83);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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.937503814698rem;left:48.062500953674rem;display:block; }
#O39IAkKtKfvvL9oWWzcZlhwkTvomJZvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQ9P1yPbehdlC1QZl514ZWTukWGLOg9q { position:absolute;display:block;z-index:14999;background-color:#87ddfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:37.5625rem;top:0.68749904632569rem;left:37.500000953674rem;display:block; }
#Z2kbbcScPOZcJsZNahSGx4quVZL4nXVT { color:rgba(var(--color-primary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0249938964844rem;left:0.21875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DX5sw7IDbuL5xbP4iiJGvTx7PZEVrTuI { background-color:rgba(var(--color-tertiary-0),0.83);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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.937503814698rem;left:9.8125rem;display:block; }
#fQFHn6hKK0ZoFhWVylsXnAhOa18bJbv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6bEJSUkSqWefWzQm31JIasdKBWLsaBW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.9375rem;width:37.4375rem;top:6.9375rem;left:0rem;display:block; }
#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 { position:relative;display:block; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 { background-color: transparent; background-image: none; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row .container > .video-iframe-container { display: none; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row > .video-iframe-container { display: none; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .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); }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 { border-width: 0; border-radius: 0; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gVReWia7WAG0tXi9c8iQvOtQhXWRPkdy { color:rgba(var(--color-primary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:2.53125rem;left:1.78125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJ4ARLm7DTlIMTRuhUEE0mKC7P0WOJXH { color:rgba(var(--color-primary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:9.71874332428rem;left:1.28125rem;height:19rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SInpHZWlPsbFUJw7iGZqDiBZ4Jw0SEWH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(var(--color-tertiary-4),0.5) ;height:25.875rem;width:28.25rem;top:1.3125123977661rem;left:44.609375953674rem;overflow:hidden;display:block; }
#pZTTdq39bPDmTCCerfLMLEAHyk0gwDKN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:32.608333587646rem;left:5.46875rem;display:block; }
#QsTG0QLEJohWtwAAMmSTLePXkMZGvXdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hkc78wJnG6vOpwM0igNvK5XsfoxbGFzI { color:rgba(var(--color-primary-4),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:28.595833778381rem;left:44.171875953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpFDDlUmTXVSOGRovlybc4aa1acurOkO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:2.8125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:32.608333587646rem;left:45.359375953674rem;display:block; }
#eihgHkd5nJAW7BVyiJ78Ch2nfO6gAtXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eacad0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT > .row .container { border-width: 0; border-radius: 0; }#NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:none; }#Ss5BlEN20pILhsFFAuP3iodZr7Z6TtaK { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:0.65833377838137rem;left:0.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nt6JnyBqQmAoyGgi7oTgJZTRd6kkWtqz { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:0.65833377838137rem;left:19.625000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogiGUzTfMMJFuiV4xz9JVtPOGquoVlyF { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:0.65833377838137rem;left:38.375000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcmQ9gJSdJT38MVZ2ra2p0ZDTa4Cgs06 { color:rgba(var(--color-primary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:0.65833377838137rem;left:57.125000953674rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2Ua9gcMczX308pTGMh182uTFvn3PQv7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1) ;height:8.3125rem;width:12.3125rem;top:4.3125rem;left:3.21875rem;overflow:hidden;display:block; }
#Lsy049yLPRuAluyspb5laTSMIpbq5l9d { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1) ;height:7.8125rem;width:13.875rem;top:4.5625rem;left:21.187500953674rem;overflow:hidden;display:block; }
#JN9ToagvBHFJFPZaPzC3wT7vMo0yEiEt { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1) ;height:7.625rem;width:13.375rem;top:4.65625rem;left:40.218750953674rem;overflow:hidden;display:block; }
#MLTgwBy4k5XKbqH4y8rg4fQ44FPkkps0 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-tertiary-4),1) ;height:7.75rem;width:13.875rem;top:4.59375rem;left:58.687500953674rem;overflow:hidden;display:block; }
#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { background-color: transparent; background-image: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .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); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { border-width: 0; border-radius: 0; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#RHhnhqHCbCxuFvtI6lvmekOG9kPHSH8W { box-sizing:content-box;color:#aab2b7;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:1.3583335876465rem;left:53.033333778381rem;display:block; }
#at8VoLMTl2VPahDRQL9pvhOHn59a86HH { color:rgba(var(--color-primary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.1395835876465rem;left:46.468750953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uNKSktE3EtJQ3gxQZncdFgsZ7u9mQsU6 { color:rgba(var(--color-primary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:4.5458335876465rem;left:0.90625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrpDKx6r8cOGKMwxdDZ9fbEWOWaEwUbo { color:rgba(var(--color-primary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:4.5458335876465rem;left:42.937500953674rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nx401gu9nSuamfJdQWsTNphBJyRQgm74 { background-color:rgba(93,146,255,0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#6a7686;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:1.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.3583221435547rem;left:12.000000953674rem;display:block; }
#QkSoddbhzR0QZEi7GTw2utaETi12UXNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #IsvekB649erIOb57CvPuFRQWlH5umsJm { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { width:47.75rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MFXaqD9tLHc8TH4vzfoFrKdomVpX62UG { width:6rem;height:2.5rem;top:0.375rem;left:19.29062461853rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTTWchE906eb7Lr4fVio4GeuBr1h5NgC { display:block; }
 }@media only screen and (max-width: 1199px) { #bpOAOwZdxixnKCKAS6zHcTXZyrCi9HWW { width:6.0625rem;height:2.5rem;top:0.375rem;left:30.555208206177rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBVcsQVM7hKE24IrN8R0nnKswQ0iCJvK { display:block; }
 }@media only screen and (max-width: 1199px) { #Jc9U8gT2EG18qbNX6PR0VfXr2XKM2Lv2 { width:4.6875rem;height:2.5rem;top:0.375rem;left:25.797916412354rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tc8TVABrxdeTnO9ZcaoqSU8ggvHK79pe { display:block; }
 }@media only screen and (max-width: 1199px) { #qnMBnsMxfxT3wPlarRd0rrcWaTtV5wLv { width:12.3125rem;height:2.0625rem;top:0.59375rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydQvPFBCHdTWZwnvWogOaak9CwHWeTrs { width:10.970833375rem;height:1.908333375rem;top:0.625rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgIPB8tE3gQ0DguanUiQnJnqiOTLP6VF { display:block; }
 }@media only screen and (max-width: 1199px) { #W1owLZHCdo1not7igIldPThUyecFsOwH { width:6.6875rem;height:2.5rem;top:0.375rem;left:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EIaU6QAzrnVFxhnf1zn4w745utGcA7ms { display:block; }
 }@media only screen and (max-width: 1199px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d30a96c-8bf3-4acc-bb23-23044ac79241/oriflame22.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:47.75rem;height:5.4rem;top:19.125rem;left:0rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 1199px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:13.125rem;height:2.75rem;top:26.358333587646rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 1199px) { #LcvCtDmFDCRi8whhP6ttpedkuS8lV7rL { width:13.125rem;height:2.75rem;top:26.358333587646rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AO26mTwFlGxkN5FDH4K8ILKgJqDoc3rm { display:block; }
 }@media only screen and (max-width: 1199px) { #VMlkEmadWIt9gxNXODDkqGfsmoBQtthP { width:25.3125rem;height:7.15rem;top:6.625rem;left:22.438541412354rem;font-size:2.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n { display:block; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row .container { width:47.75rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i2UubKxkCqJZwrL3IJnXK3o70QzshNSL { width:25.0625rem;height:3.125rem;top:1.84375rem;left:11.34375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #wMBBvBLbCgCrwW0BQc2BByx1eqZ5JNWP { display:block; }
 }@media only screen and (max-width: 1199px) { #zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC { display:block; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row .container { width:47.75rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hud9x8eGX3obdCh7wiBwq26VI7beORXz { width:29rem;height:3.7375rem;top:1.875rem;left:9.375rem;font-size:2.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #IyZ6KcB0mi5JDbh02AC6k3CoFc7zuEH6 { width:46.3125rem;height:2.6rem;top:6.080207824707rem;left:1.4375rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #WC1FVSq8VrV3QsDGsUlO4wzzZ37ifaCJ { width:30.875rem;height:8.9375rem;top:15.519792556762rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #offBlRJrm90x5B9VQa3WD49UaTDa36pG { width:15.3125rem;height:15.3125rem;top:9.5625019073488rem;left:32.216665267944rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXnPsI51nhGBTiXkx9KC5RbQfmBlOH5c { width:15.0625rem;height:2.19375rem;top:25.783334732056rem;left:32.563541412354rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ZSeRnbTovgtmtx8sfiySCAORula5hoTO { width:15.125rem;height:1.4625rem;top:28.095834732056rem;left:32.501041412354rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qNrs4u9H4V6FoNpDoK6PsNONom3enhTe { width:46.65416625rem;height:9.90416625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zVqFfSJvO0JAQ6cl6oPTBHgLsxuHZvi5 { display:block; }
 }@media only screen and (max-width: 1199px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:47.75rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:22.75rem;height:1.625rem;top:0.49999904632568rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:23.625rem;height:8.25rem;top:8.7750005722044rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:22.837520875rem;height:2.150002125rem;top:23.867708206177rem;left:24.341666221619rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 1199px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:2.5625rem;height:2.5625rem;top:26.017707824707rem;left:33.906251907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V9laC9yHxyun0QHuOJ5CgQwmIkTqPS6s { width:2.625rem;height:2.5rem;top:2.7291669845581rem;left:27.249999046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8OhvhSHwLnJ3a0d6BoLmG2xLTBSbv46 { width:0.0625rem;height:4.125rem;top:5.2291679382324rem;left:28.531249046326rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNGTe7Cgm7vIlf97FCevSqsUeo6qVVyG { width:2.9375rem;height:2.9375rem;top:2.1249990463257rem;left:42.677083015442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGJcpDIshm9H7VGWmPbd6RgTQVSWxqhq { width:0.0625rem;height:3.8125rem;top:3.9375rem;left:44.114583015442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oyqpmnerfxdrws0PxA7c72TOak9fVEew { width:22.947895875rem;height:1.822914625rem;top:21.145833969116rem;left:24.283332824707rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2ppoJxyNATgZ8LEkyTbQe4umUBXIx9p { display:block; }
 }@media only screen and (max-width: 1199px) { #DwaMnzSvvxTVDEwik8g6EIUuBVL4Iqsb { width:23rem;height:2.7625rem;top:19.75rem;left:0.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wm1cARaJ0xUtdcieTrIuBTen64ORWrpx { width:2.6875rem;height:2.6875rem;top:25.419792175293rem;left:10.59375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dihZ4VayfHx1ys2HJ0A0okyK0tkzaDep { width:23.75rem;height:1.625rem;top:3.9374980926514rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miUxnNAWAfaM6ch9xAruIK7tULhFpBE0 { width:23.375rem;height:11.5625rem;top:6.43124961853rem;left:24.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q { display:block; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LcILGbnozFXeXrlabWPp7tF5VBOlhPWO { width:13.014583375rem;height:2.5625rem;top:4.6249990463257rem;left:30.813541412354rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZevh5IJhcyviPT7MgMc0S2ph8QmZLBP { display:block; }
 }@media only screen and (max-width: 1199px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zprsQzvd5AHKR1NCoxdNWrVCF9BkTvHl { width:21.054145875rem;height:2.770833375rem;top:3.3125rem;left:25.920832633972rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mpnv7NLegDUkPpMyHu8SXqTQ9ktEUgtT { display:block; }
 }@media only screen and (max-width: 1199px) { #QFnNrWk0LAhhyz6A3X75XZW8iOR0EgCk { width:22.5rem;height:5.0125rem;top:8.1812505722044rem;left:25.250000953674rem;font-size:1.125rem;line-height:1.3;display:block; }#QFnNrWk0LAhhyz6A3X75XZW8iOR0EgCk li:before{  }
 }@media only screen and (max-width: 1199px) { #wiDKD8ANtRmduOGwwlFsNwt8FIJHLiH9 { width:17.8125rem;height:1.21875rem;top:17.062499046326rem;left:27.541665077209rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bl7dmPtqdK1rNddhgT5AffPtHETRSrJX { display:block; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row .container { width:47.75rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y0SpWJe0aCp0eUR03vstNm1D9R6Wv2bh { width:24.4375rem;height:2.5375rem;top:1.625rem;left:1.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oCSOBXTfhh3zT0Zx3hvZM5i4MllS1Gp3 { width:19.375rem;height:3.5rem;top:18.968749046326rem;left:27.921875953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-regular-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-text { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-textarea { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-select { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-button { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-checkbox-label { width:22.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361  { width:24.125rem;height:auto;top:8.9437513351437rem;left:0rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .radio-container { width:24.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 {display:block;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 { width:24.125rem;height:auto;top:8.9437513351437rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #n7TgVivo9lyTRJ3iAsiWVouQgftvOVyO {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #SQAvsDKGwcyuaiQUw2wK7t2T3dTnFNuT { display:block; }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #utC7FKmGTvTd6AmPckmiCc0AyioTfD6u {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #zwpe8LrrZ1yEsAzsy1NpQMdSKNVQJoqv {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #ZOqIAIOooRXI8Q6zUX59lPiNzkNL6TwF { display:block; }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #bUlA6myOx6yAmOH2HZt7wzCnf0JBBuLG {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #n2o2RTVEPP7KRNAzZ1gBLr3WwO5eUR7i {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #MXrZ8CIqEfeJWtcRfVyZPe2dnzkUgsaC { display:block; }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #gNld3xzUJd3mrrnBPPuEq5mmmmatZ8KR {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Ky6bCp8cVT2cLFOuaZK5oxkt8FO1QI2l {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Z6rEd76i9LEJTBK17TAglpVnetFoJTL4 {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Zd7wex1CkeyvAxskmbqu5kVrc8L6a773 {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #ns85iVPwZoaoFqAaRRJiusZNw1fx4U30 {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #xi28OFoHKXyeCUJ7fnorv3t1bWphGmts {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #TXuRoi89TVVWoDNimS1ztkdnrszoZ8D5 {  }
 }@media only screen and (max-width: 1199px) { #WeQ8OCmWi9HCIvXGTHWkko77xk55VJiA { display:block; }
 }@media only screen and (max-width: 1199px) { #WRBHr3Ix4J7ndgQ8pRgfcxOoGTZUOlE7 { display:block; }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #KQ6WTDaNL9GCm3xdz2S78hMOZS5x3nH5 {  }
 }@media only screen and (max-width: 1199px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #PfNKDdeyqxta2d8UdK3HD26BA01iszZT {  }
 }@media only screen and (max-width: 1199px) { #fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd { width:7.8125rem;height:11.25rem;top:1.625rem;left:33.703126907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVJKhZ4Bk8Iq1IVSKR88G0ergtPL84zr { width:24.4375rem;height:1.925rem;top:5.6125011444092rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2Pyshu6WfPX8PL2XGbKwOaHE5UqAmGf { width:47.6875rem;height:1.8375rem;top:39.21875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xs8hetVC78iFqJuCrtf3KneSHlgX4sBz { width:16.5rem;height:2.5375rem;top:15.124999046326rem;left:29.359375953674rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP { width:12.5rem;height:18.0625rem;top:19.796875rem;left:30.828125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx { width:8.125rem;height:12.125rem;top:2.8499994277954rem;left:29.359375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe { display:none; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container { width:47.75rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #S7sAKrVHuHK3io4zJ8MDZb34oTJzwPXl { width:12.6875rem;height:16.1875rem;top:7.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Su2ofhAlvR2iWppRq6tAArgJzFlPFCZu { width:15.875rem;height:3.0875rem;top:1.8052082061768rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pVddxmaD19CE1XrX20g7fV4sNT699T4A { width:16.3125rem;height:4.9rem;top:25.875rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0ceK6gOc5ymWk2lpQEfUvt2lSa698LT { width:16.625rem;height:16.625rem;top:7.53125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QeVNXmDSr7gqTWm9DnniVcxV3gTraqum { width:22rem;height:3.0875rem;top:1.8052082061768rem;left:12.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #T6fZCn1qu9azwVU1Ae3w6e6JkTDPaC12 { width:14.875rem;height:5.25rem;top:25.699998855591rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AogLTnu5KItsT6kb3Gk2Hvf3Lt3or3ss { width:15.4375rem;height:15.4375rem;top:8.125rem;left:31.438543319702rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BgJgs4GNM1479thT8llzZeJP7Gzxa0Tz { width:16.6875rem;height:3.0875rem;top:1.7239580154419rem;left:30.813541412354rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #t79t0iPnN48TLxJlCs0OLTbEVt7ynZUw { width:14.625rem;height:4.9rem;top:25.52499961853rem;left:32.626043319702rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmNe0iNWhN1x9RqMsErCfHK3FOwZxw25 { width:17.75rem;height:3.15rem;top:32.375rem;left:15rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi { display:block; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container { width:47.75rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X10kRuTGzRu6mWkTes5qTBAbJocuKZle { width:13.875rem;height:13.875rem;top:5.8125009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZndwev5nmoThTomwOJAQ8Odk1F5QH8U { width:14.75rem;height:3.0875rem;top:1.8052072525024rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ASAJFZ4hRw2TFR7vMBEiSX6OZnIyTzcU { width:17.75rem;height:4.9rem;top:24.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Igrz23mnx1CAhPAnC3K1S0fgossJK4nL { width:17.625rem;height:17.625rem;top:5.84375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RgOHiIgchh0bfJOQvmB9RQkQfAUUmDCq { width:15.8125rem;height:3.0875rem;top:1.8052082061768rem;left:15.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VDy5hlMbuW5iT2C8k0ubgWfhl1RP8AVO { width:17.75rem;height:5.25rem;top:24.699996948243rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BUBOFGUNcWM8BacxZXsO0PntUTMiv6lZ { width:17.125rem;height:17.125rem;top:5.8125009536743rem;left:30.293750125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HnW3Zu4yMWfDF3gL2CgIMP6Tvwv9v6hm { width:15.375rem;height:3.0875rem;top:1.8052082061768rem;left:32.374998092651rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BPSlL7VS7KgPIcMxz0mb8JuwhalaCuvx { width:14.5625rem;height:4.9rem;top:24.875rem;left:33.187498092651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6M9rFTpcJS2rgfhhDRrv3Dq8XSEck6k { width:17.75rem;height:3.15rem;top:32.437496185302rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R { display:block; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Efye5L40mbEDPoqhuTtmaDr0ZbVNVrwu { width:33.75rem;height:1.4625rem;top:2.1250019073486rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bl95FoIUTd59lwy4f7E3XHNeTJD3mIga { width:3.125rem;height:3.125rem;top:6.625rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcE2to14RSswG3QgvRt2sWSWAuR2mMmO { width:8.1875rem;height:4.875rem;top:11.040626525879rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g83K7oCIQdXfUMOMtFToTKPbdD2VWo7T { width:3.125rem;height:3.125rem;top:6.625rem;left:11.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BqQo32k7vv8zbJI3dPVD7HtUvIhP9Iy2 { width:8.125rem;height:3.65625rem;top:11.040626525879rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWCPPMVmvz5SUuBeq6oSc9DKt8VgcNOc { width:8rem;height:4.875rem;top:11.040626525879rem;left:19.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3c9TJGhuPsEP7Zh1GGJ17WXIWTSqdAE { width:9.25rem;height:2.4375rem;top:11.040626525879rem;left:29.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rtiqhJQtN22tiXiRMG5TQAcMLO2s8cIZ { width:3.125rem;height:3.125rem;top:6.625rem;left:32.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nT0k47mNDAf7f1qMsAcVu9Nq6XfThzyx { width:3.125rem;height:3.125rem;top:6.6250019073488rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqr2ypNTUqkrkZT82ufnGRSkuTV69cAM { width:3.25rem;height:3.25rem;top:6.5625rem;left:42.59375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q5RE9aprHnhm52Vi2BJbB5mqSOQvTV4z { width:7.0625rem;height:4.78125rem;top:11.056251525879rem;left:40.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G5fyShXqs43d1ugbXy57zBUtD1QKzSGC { width:39.1875rem;height:1.4625rem;top:18.000001907349rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w { display:block; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SR62ie9O3BvE3F1XyQCMzNIWrV9sTG5n { width:38.625rem;height:2.03125rem;top:1.5156221389771rem;left:5.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh { display:block; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dTb2cB2pIohESxhPHRQvCTJzryAWvIM9 { width:2.9375rem;height:2.9375rem;top:1.029167175293rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxOpL926NlXL9g9tLTKZ7ZVdOqkn9l2Q { width:17.5625rem;height:2.4375rem;top:21.212500572204rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpA8Wl9Ctepnc2zwgMEp6ETxV2ZuMfsT { display:block; }
 }@media only screen and (max-width: 1199px) { #Jg1XHdsvNZKFqhq5NglxRbyRzBOPQ9Zm { width:6.9375rem;height:2.25rem;top:1.6708335876465rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KrxZPHeuNa0sbDHVURzZrNMnu506IeyV { width:24.8125rem;height:1.38125rem;top:11.5rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #sIZH6o5QO7K7l0DhOPnnXm895IGz0i8I { width:2.5625rem;height:2.5625rem;top:1.3583335876465rem;left:27.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RnGeXWELkBNwxMfAdT5e5fpTx73AHuBr { width:24.0625rem;height:1.38125rem;top:15.88125038147rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #nTSyM8TMtXwwIayqLyM8lNmnbfxkJ7au { width:24.3125rem;height:1.38125rem;top:13.518753051757rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #SKU5X6UfO1dDACXyGEZitG97maHDPtZ9 { width:19.125rem;height:1.38125rem;top:11.5rem;left:27.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #EgsUUlA8RBoPfHIuP7I5uwul0SpZT4Ik { width:19.5625rem;height:1.38125rem;top:15.94375038147rem;left:27.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #nyNd3gO4odpHwPWtLtAPtfitIphwAGRE { width:19.125rem;height:1.38125rem;top:13.518749237061rem;left:27.15625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #e98mE41PThMGVIL3vByPRfRJJpAyv8zV { width:16.875rem;height:2.375rem;top:21.243750572204rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nfVlRDLWdb0cazAR7zx7tX2nVQQCm36g { display:block; }
 }@media only screen and (max-width: 1199px) { #kBguGWUoOSdSqNApcsfHgZCttOvTCKwS { width:20.5rem;height:1.38125rem;top:9.3770828247069rem;left:27.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #XKAU8KbK1fAzfAN1RE8D29t72JGUgrX9 { width:18.0625rem;height:1.38125rem;top:9.3770828247069rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lTH7vrqtIhbnwO3q09TbfaLyJux4R9Ng { width:17.5625rem;height:2.4375rem;top:21.212500572204rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lEuF1RXlLmBPsK917IF2G0sLO363CbDK { display:block; }
 }@media only screen and (max-width: 1199px) { #CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 { display:block; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TJ6InRsa4vkTVK3utbhVHrCXRGhBtW24 { width:22.9375rem;height:3.6625rem;top:0.92498970031738rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }#TJ6InRsa4vkTVK3utbhVHrCXRGhBtW24 li:before{  }
 }@media only screen and (max-width: 1199px) { #TrxtDvQMM8n5dCHbVXwcSzHpM4zOJt6I { width:45.75rem;height:3.15rem;top:19.72500038147rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3cGHo5uqpPE4CQUiNblIqB1PMocDyyX { width:47.75rem;height:1.80625rem;top:16.339584350586rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }#z3cGHo5uqpPE4CQUiNblIqB1PMocDyyX li:before{  }
 }@media only screen and (max-width: 1199px) { #TCntMv6KQ5PQdHB58LpeSkVrwL5ZQgVg { width:9.5625rem;height:8.6875rem;top:27.879166603088rem;left:30.064583778381rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPRxq5yfIvPS4QF63UhlKS99p2KKoXTp { width:22.5rem;height:8.75rem;top:27.847916603088rem;left:7.4604167938231rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sp3OA8hLr8OImmGT443MJU3ePhvyAG5K { width:47.375rem;height:9.75rem;top:3.7749977111816rem;left:0rem;font-size:0.9375rem;line-height:1.3;display:block; }#sp3OA8hLr8OImmGT443MJU3ePhvyAG5K li:before{  }
 }@media only screen and (max-width: 1199px) { #mdsxL6Qw8EP7nhLQMvf8ca78DdCOcupD { width:17.5625rem;height:2.4375rem;top:23.712500572204rem;left:15.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnvxKHtqMEDEKAOCrby49Zuo5bND1Jgl { display:block; }
 }@media only screen and (max-width: 1199px) { #egKdcNiffwHfFTa4RTgRby3XUgzUqQO5 { width:2.5625rem;height:2.5625rem;top:23.650000572204rem;left:32.656250953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB { display:block; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row .container { width:47.75rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LXNbeqV8Qf45L7662DaD77NqpA0ZnsFp { width:47.75rem;height:3.98125rem;top:0rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { display:block; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { width:47.75rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { width:13.125rem;height:13.125rem;top:5.34375rem;left:1.3958330154419rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { width:15.75rem;height:2.7625rem;top:21.514582633972rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { width:11.25rem;height:2.3125rem;top:26.062499046326rem;left:2.3333330154419rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block; }
 }@media only screen and (max-width: 1199px) { #oRPSytRQINE8ALuw1KBhuspXaT1VWlb4 { width:11.25rem;height:2.0625rem;top:26.187499046326rem;left:18.250000953674rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #MrewEDfyTTQciUNvphfZ7T0RzrAX2dCb { display:block; }
 }@media only screen and (max-width: 1199px) { #K17NSWhswuzXMwAKeQG2faI0AKEJbRT2 { width:15.75rem;height:1.38125rem;top:21.514582633972rem;left:15.916665077209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { width:14.0625rem;height:14.0625rem;top:5.34375rem;left:32.760415077209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWmqJdLkLr27TT3TfaMETZi4fDpDdrLX { width:3.125rem;height:3.125rem;top:1.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SH3TTXu8PN10Mgwe3PfnUDpQZTO02lFa { width:17.0625rem;height:3.0875rem;top:21.514582633972rem;left:30.687500953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8hJcyKLiit9WEU6ZUt4yPlmdMuIUG24 { width:11.25rem;height:2.125rem;top:26.156249046326rem;left:34.166665077209rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #Uc8keJgzHBJhDQ8JnH6ZXNTxCl0keBN9 { display:block; }
 }@media only screen and (max-width: 1199px) { #Iac4pL6DrRnAQ0llTTFrxPKLOvmiZqqq { width:3.125rem;height:3.125rem;top:1.125rem;left:15.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ae7K5SF3zqkuUtaerIfpP0BuE0MSQA2S { width:3.125rem;height:3.125rem;top:1.125rem;left:31.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMcPT2o9T89cQUItIxMFFmxTB6JJEmA5 { width:14rem;height:14rem;top:5.34375rem;left:16.875000953674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe { display:block; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row .container { width:47.75rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xBwqMsEHteeME4FRGWTGisoyEIAue7Pv { width:14.9375rem;height:13.9375rem;top:1.625rem;left:32.079219073809rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyzCnD1TR97GCWdZWpJC1w4I0TANbUeZ { width:24.4375rem;height:3.85rem;top:1.625rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArVLNaJHbnSut0XGVqzCPZypItkSPJJG { width:22.9375rem;height:4.8rem;top:9.4708337783812rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3 { width:6.9375rem;height:9.9375rem;top:7.03125rem;left:33.704164505005rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/862a8053-02f0-4342-b127-66749823817e/oriflamekatalog12024.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.adaptive-delivery-prevent-bg, #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.lazyload, #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #qJ84otXPKQBaJftJEL2nxUCaeOgtdJq4 { width:24.4375rem;height:1.925rem;top:17.937500953674rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9 { width:7.5625rem;height:10.875rem;top:10.980207443238rem;left:29.66365649365rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/cba2f77f-b263-49b5-ac78-f7c4d9a20f4e/katalog5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.adaptive-delivery-prevent-bg, #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.lazyload, #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd { display:none; }#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bk1J9vaKionNtCKx162nGHbf3loaEVOa { width:23.9375rem;height:1.925rem;top:0.96666622161863rem;left:10.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MN3Pwp2wQZD5VBvc4wR5eroKeJTyEMic { width:16.979166625rem;height:2.3125rem;top:21.64999961853rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIemTSxk4SW02bmG5kt6f6Bu7TnHhs9m { display:block; }
 }@media only screen and (max-width: 1199px) { #o5cLE4Qg8VhRsani8Mg4EVlNFTdg59si { width:5.3125rem;height:2.9375rem;top:5.4062528610229rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWeXhDBAngmiuGNyokWFdCTqLDbFaiki { width:4rem;height:4rem;top:1.40625rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAwD4PTT9K0cq5E9r8Btq4Vuyte1SGdN { width:18.25rem;height:14.075rem;top:5.40625rem;left:0.25rem;font-size:0.875rem;line-height:1.3;display:block; }#nAwD4PTT9K0cq5E9r8Btq4Vuyte1SGdN li:before{  }
 }@media only screen and (max-width: 1199px) { #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UNWHSRLN/1366x520.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.adaptive-delivery-prevent-bg, #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.lazyload, #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.lazyloading { background-image: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container { background-color: transparent; background-image: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container > .video-iframe-container { display: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row > .video-iframe-container { display: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .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); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container { width:47.75rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J617As9wmmhs0xRMxBEK5POaTGBo2SDb { width:24.5625rem;height:11.8125rem;top:4.3125rem;left:23.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD { width:24.125rem;height:13.0625rem;top:10.9375rem;left:23.625rem;background-color:#ffffff;background-image:url("https://landingi-pictures.s3.amazonaws.com/KnUoG2af/konsultantki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.adaptive-delivery-prevent-bg, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyload, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 1199px) { #T8vD1Nwexp6rfO7U14PTcoOJqk7VwHe0 { width:20.5rem;height:4.63125rem;top:5.6843776702881rem;left:25.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSg5v4PhATbioUnGA05iymUBFCO5Io8z { width:23.9375rem;height:6.25rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MJBhrDu0b4g8Jl4CtWO0VoT55inzLIPZ { width:14.625rem;height:2.9375rem;top:25.3125rem;left:28.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O39IAkKtKfvvL9oWWzcZlhwkTvomJZvr { display:block; }
 }@media only screen and (max-width: 1199px) { #OQ9P1yPbehdlC1QZl514ZWTukWGLOg9q { width:23.75rem;height:6.0625rem;top:4.875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z2kbbcScPOZcJsZNahSGx4quVZL4nXVT { width:20.5rem;height:4.63125rem;top:5.6843776702881rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DX5sw7IDbuL5xbP4iiJGvTx7PZEVrTuI { width:13.625rem;height:2.6875rem;top:25.4375rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQFHn6hKK0ZoFhWVylsXnAhOa18bJbv0 { display:block; }
 }@media only screen and (max-width: 1199px) { #n6bEJSUkSqWefWzQm31JIasdKBWLsaBW { width:23.8125rem;height:13.25rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 { display:block; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row .container { width:47.75rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gVReWia7WAG0tXi9c8iQvOtQhXWRPkdy { width:34.75rem;height:4.125rem;top:0.69583320617675rem;left:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJ4ARLm7DTlIMTRuhUEE0mKC7P0WOJXH { width:43.4375rem;height:11.2rem;top:5.7333393096924rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SInpHZWlPsbFUJw7iGZqDiBZ4Jw0SEWH { width:14.125rem;height:13rem;top:24.143756866455rem;left:4.9979162216186rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 1199px) { #pZTTdq39bPDmTCCerfLMLEAHyk0gwDKN { width:24.875rem;height:2.5625rem;top:18.187505722046rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QsTG0QLEJohWtwAAMmSTLePXkMZGvXdw { display:block; }
 }@media only screen and (max-width: 1199px) { #Hkc78wJnG6vOpwM0igNvK5XsfoxbGFzI { width:23.4375rem;height:5.25rem;top:25.081256866455rem;left:22.206249237061rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #gpFDDlUmTXVSOGRovlybc4aa1acurOkO { width:23.375rem;height:2.625rem;top:34.568756103516rem;left:22.268749237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eihgHkd5nJAW7BVyiJ78Ch2nfO6gAtXd { display:block; }
 }@media only screen and (max-width: 1199px) { #NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT { display:none; }#NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT > .row .container { width:47.75rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Ss5BlEN20pILhsFFAuP3iodZr7Z6TtaK { width:11.625rem;height:2.8rem;top:0.89376831054688rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #Nt6JnyBqQmAoyGgi7oTgJZTRd6kkWtqz { width:11.5625rem;height:2.8rem;top:0.89375019073488rem;left:11.9375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #ogiGUzTfMMJFuiV4xz9JVtPOGquoVlyF { width:11.5rem;height:2.8rem;top:0.89375019073488rem;left:23.875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #UcmQ9gJSdJT38MVZ2ra2p0ZDTa4Cgs06 { width:11.5625rem;height:2.8rem;top:0.89373779296875rem;left:36.0625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #O2Ua9gcMczX308pTGMh182uTFvn3PQv7 { width:9.25rem;height:6.1875rem;top:5.34375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lsy049yLPRuAluyspb5laTSMIpbq5l9d { width:9.6875rem;height:5.4375rem;top:5.71875rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JN9ToagvBHFJFPZaPzC3wT7vMo0yEiEt { width:9.6875rem;height:5.4375rem;top:5.71875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLTgwBy4k5XKbqH4y8rg4fQ44FPkkps0 { width:10rem;height:5.5625rem;top:5.65625rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:47.75rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RHhnhqHCbCxuFvtI6lvmekOG9kPHSH8W { width:2.875rem;height:2.875rem;top:1.0937347412109rem;left:30.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #at8VoLMTl2VPahDRQL9pvhOHn59a86HH { width:22.6875rem;height:1.38125rem;top:1.8406257629394rem;left:25.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNKSktE3EtJQ3gxQZncdFgsZ7u9mQsU6 { width:19.0625rem;height:1.7875rem;top:3.4187355041504rem;left:2.40625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrpDKx6r8cOGKMwxdDZ9fbEWOWaEwUbo { width:23.25rem;height:2.68125rem;top:3.96875rem;left:23.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nx401gu9nSuamfJdQWsTNphBJyRQgm74 { width:14.875rem;height:1.625rem;top:1.0937347412109rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QkSoddbhzR0QZEi7GTw2utaETi12UXNT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IsvekB649erIOb57CvPuFRQWlH5umsJm { position:relative;z-index:auto;display:block; }#IsvekB649erIOb57CvPuFRQWlH5umsJm > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFXaqD9tLHc8TH4vzfoFrKdomVpX62UG { width:9.8125rem;height:1.625rem;top:2.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTWchE906eb7Lr4fVio4GeuBr1h5NgC { display:block; }
 }@media only screen and (max-width: 763px) { #bpOAOwZdxixnKCKAS6zHcTXZyrCi9HWW { width:8.4375rem;height:1.625rem;top:2.0625rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBVcsQVM7hKE24IrN8R0nnKswQ0iCJvK { display:block; }
 }@media only screen and (max-width: 763px) { #Jc9U8gT2EG18qbNX6PR0VfXr2XKM2Lv2 { width:9.25rem;height:1.625rem;top:3.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc8TVABrxdeTnO9ZcaoqSU8ggvHK79pe { display:block; }
 }@media only screen and (max-width: 763px) { #qnMBnsMxfxT3wPlarRd0rrcWaTtV5wLv { width:16.1875rem;height:2.0625rem;top:0rem;left:1.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQvPFBCHdTWZwnvWogOaak9CwHWeTrs { width:8.514583375rem;height:1.625rem;top:5.5rem;left:5.7427082061767rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgIPB8tE3gQ0DguanUiQnJnqiOTLP6VF { display:block; }
 }@media only screen and (max-width: 763px) { #W1owLZHCdo1not7igIldPThUyecFsOwH { width:8.75rem;height:1.8125rem;top:3.78125rem;left:11.251041412354rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIaU6QAzrnVFxhnf1zn4w745utGcA7ms { display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9d30a96c-8bf3-4acc-bb23-23044ac79241/oriflame22.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:11.625rem;height:11.2rem;top:7.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:12.9375rem;height:2.9375rem;top:22.5rem;left:4.4375rem;background-color:rgba(255,255,255,0.74);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #LcvCtDmFDCRi8whhP6ttpedkuS8lV7rL { width:12.875rem;height:2.6875rem;top:27.0625rem;left:4.46875rem;background-color:rgba(255,255,255,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AO26mTwFlGxkN5FDH4K8ILKgJqDoc3rm { display:block; }
 }@media only screen and (max-width: 763px) { #VMlkEmadWIt9gxNXODDkqGfsmoBQtthP { width:14.9375rem;height:4.35rem;top:1.4375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0.125rem 0.125rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n { display:block; }#BhIwVudV8Alg7W9xwUqyHs3c7bQRUM7n > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2UubKxkCqJZwrL3IJnXK3o70QzshNSL { width:19rem;height:1.9375rem;top:0.78125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMBBvBLbCgCrwW0BQc2BByx1eqZ5JNWP { display:block; }
 }@media only screen and (max-width: 763px) { #zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC { display:block; }#zM2cA2WT7w1uaqhVZiThCSDBeSh9wlIC > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hud9x8eGX3obdCh7wiBwq26VI7beORXz { width:20rem;height:1.875rem;top:0.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0.125rem 0.125rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #IyZ6KcB0mi5JDbh02AC6k3CoFc7zuEH6 { width:20rem;height:1.35rem;top:4.649995803833rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0.125rem 0.125rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #WC1FVSq8VrV3QsDGsUlO4wzzZ37ifaCJ { width:20rem;height:8.1rem;top:8.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #offBlRJrm90x5B9VQa3WD49UaTDa36pG { width:13.0625rem;height:13.0625rem;top:19.400001525879rem;left:3.3687496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXnPsI51nhGBTiXkx9KC5RbQfmBlOH5c { width:20rem;height:2.175rem;top:33.808333396912rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0.125rem 0.125rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZSeRnbTovgtmtx8sfiySCAORula5hoTO { width:20rem;height:1.5rem;top:37.995832443237rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0.125rem 0.125rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #qNrs4u9H4V6FoNpDoK6PsNONom3enhTe { width:18.8291875rem;height:7.1416875rem;top:41.158332824707rem;left:0.54791641235351rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVqFfSJvO0JAQ6cl6oPTBHgLsxuHZvi5 { display:block; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:20rem;height:1.38125rem;top:1.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:20rem;height:5.7375rem;top:7.63125038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:14.941645875rem;height:1.687502125rem;top:32.375rem;left:2.4739580154419rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 763px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:2.25rem;height:2.25rem;top:32.09375rem;left:17.751042366028rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9laC9yHxyun0QHuOJ5CgQwmIkTqPS6s { width:2rem;height:1.875rem;top:26.012498855591rem;left:1.1729164123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8OhvhSHwLnJ3a0d6BoLmG2xLTBSbv46 { width:0.0625rem;height:3.125rem;top:23.372916221619rem;left:2.2583332061767rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNGTe7Cgm7vIlf97FCevSqsUeo6qVVyG { width:2.4375rem;height:2.4375rem;top:25.731248855591rem;left:17.563542366028rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJcpDIshm9H7VGWmPbd6RgTQVSWxqhq { width:0.0625rem;height:3.125rem;top:22.310416221619rem;left:17.616666793823rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oyqpmnerfxdrws0PxA7c72TOak9fVEew { width:15.095833375rem;height:1.841664625rem;top:35.387498855591rem;left:2.3968744277954rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ppoJxyNATgZ8LEkyTbQe4umUBXIx9p { display:block; }
 }@media only screen and (max-width: 763px) { #DwaMnzSvvxTVDEwik8g6EIUuBVL4Iqsb { width:20rem;height:2.275rem;top:28.734375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Wm1cARaJ0xUtdcieTrIuBTen64ORWrpx { width:1.625rem;height:1.625rem;top:38.733331680298rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dihZ4VayfHx1ys2HJ0A0okyK0tkzaDep { width:20rem;height:1.625rem;top:4.3249988555908rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miUxnNAWAfaM6ch9xAruIK7tULhFpBE0 { width:19.8125rem;height:9.75rem;top:16.262499809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d6e8ecbd-284c-461f-84bd-b8d0a7499ae3/giordani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q.adaptive-delivery-prevent-bg, #vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q.lazyload, #vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q.lazyloading { background-image: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container { background-color: transparent; background-image: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container > .video-iframe-container { display: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row > .video-iframe-container { display: none; }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .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); }#vqVtC8FHBzGzkoN0arUvUxSXy6kUnR0q > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcILGbnozFXeXrlabWPp7tF5VBOlhPWO { width:5.5rem;height:1.375rem;top:0rem;left:7.2427082061769rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZevh5IJhcyviPT7MgMc0S2ph8QmZLBP { display:block; }
 }@media only screen and (max-width: 763px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3ws4UZos/page_1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN.adaptive-delivery-prevent-bg, #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN.lazyload, #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN.lazyloading { background-image: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { background-color: transparent; background-image: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .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); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zprsQzvd5AHKR1NCoxdNWrVCF9BkTvHl { width:19.25rem;height:2.875rem;top:20.6875rem;left:0.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpnv7NLegDUkPpMyHu8SXqTQ9ktEUgtT { display:block; }
 }@media only screen and (max-width: 763px) { #QFnNrWk0LAhhyz6A3X75XZW8iOR0EgCk { width:20rem;height:4.525rem;top:25.970832824707rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#QFnNrWk0LAhhyz6A3X75XZW8iOR0EgCk li:before{  }
 }@media only screen and (max-width: 763px) { #wiDKD8ANtRmduOGwwlFsNwt8FIJHLiH9 { width:20rem;height:1.1375rem;top:32.558334350586rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bl7dmPtqdK1rNddhgT5AffPtHETRSrJX { display:block; }#bl7dmPtqdK1rNddhgT5AffPtHETRSrJX > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0SpWJe0aCp0eUR03vstNm1D9R6Wv2bh { width:20rem;height:2.1875rem;top:1.6708335876465rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCSOBXTfhh3zT0Zx3hvZM5i4MllS1Gp3 { width:20rem;height:2.975rem;top:51.656249046326rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.75rem;overflow:hidden;height:auto; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-weight:400;font-style:normal;font-size:1.1875rem;overflow:hidden; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361  { width:17.375rem;height:auto;top:11.177082061767rem;left:0rem; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HoV2mObq2ToKvn19F0HGbaAveGKbs361 {display:block;}#HoV2mObq2ToKvn19F0HGbaAveGKbs361 { width:17.375rem;height:auto;top:11.177082061767rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #n7TgVivo9lyTRJ3iAsiWVouQgftvOVyO {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #SQAvsDKGwcyuaiQUw2wK7t2T3dTnFNuT { display:block; }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #utC7FKmGTvTd6AmPckmiCc0AyioTfD6u {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #zwpe8LrrZ1yEsAzsy1NpQMdSKNVQJoqv {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #ZOqIAIOooRXI8Q6zUX59lPiNzkNL6TwF { display:block; }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #bUlA6myOx6yAmOH2HZt7wzCnf0JBBuLG {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #n2o2RTVEPP7KRNAzZ1gBLr3WwO5eUR7i {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #MXrZ8CIqEfeJWtcRfVyZPe2dnzkUgsaC { display:block; }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #gNld3xzUJd3mrrnBPPuEq5mmmmatZ8KR {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Ky6bCp8cVT2cLFOuaZK5oxkt8FO1QI2l {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Z6rEd76i9LEJTBK17TAglpVnetFoJTL4 {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #Zd7wex1CkeyvAxskmbqu5kVrc8L6a773 {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #ns85iVPwZoaoFqAaRRJiusZNw1fx4U30 {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #xi28OFoHKXyeCUJ7fnorv3t1bWphGmts {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #TXuRoi89TVVWoDNimS1ztkdnrszoZ8D5 {  }
 }@media only screen and (max-width: 763px) { #WeQ8OCmWi9HCIvXGTHWkko77xk55VJiA { display:block; }
 }@media only screen and (max-width: 763px) { #WRBHr3Ix4J7ndgQ8pRgfcxOoGTZUOlE7 { display:block; }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #KQ6WTDaNL9GCm3xdz2S78hMOZS5x3nH5 {  }
 }@media only screen and (max-width: 763px) { #HoV2mObq2ToKvn19F0HGbaAveGKbs361 #PfNKDdeyqxta2d8UdK3HD26BA01iszZT {  }
 }@media only screen and (max-width: 763px) { #fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd { width:8.4375rem;height:12.125rem;top:54.63125038147rem;left:8.5625rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1beb60a3-a963-4620-9a72-be76519ac96c/7e421e7115292f86c0d9428b14b05dfa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;display:block; }#fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd.adaptive-delivery-prevent-bg, #fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd.lazyload, #fZOUW4TVMsg36dthPvUBIo5SdWy1PKwd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EVJKhZ4Bk8Iq1IVSKR88G0ergtPL84zr { width:20rem;height:1.75rem;top:5.8291692733764rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2Pyshu6WfPX8PL2XGbKwOaHE5UqAmGf { width:20rem;height:2.8rem;top:42.766666412354rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xs8hetVC78iFqJuCrtf3KneSHlgX4sBz { width:17.1875rem;height:3.0625rem;top:47.791665077209rem;left:1.40625rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP { width:17.3125rem;height:25.0625rem;top:11.75rem;left:1.3125rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e65e7140-0c7f-4a0e-b96c-26feb8836f09/aktualnykatalogoriflame.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP.adaptive-delivery-prevent-bg, #lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP.lazyload, #lxbSCWTTmV4dPpu2SkcJthbIvIvMzRTP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx { width:4.75rem;height:7.5rem;top:56.385417938233rem;left:3.21875rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1beb60a3-a963-4620-9a72-be76519ac96c/7e421e7115292f86c0d9428b14b05dfa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;display:block; }#CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx.adaptive-delivery-prevent-bg, #CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx.lazyload, #CVU2osr9hh22WbbEzVMlzqRuwFN6ONEx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe { display:none; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container { width:20rem;height:106.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75865319-bea8-4cbd-9b63-1260fa5b043e/Screenshot20240102at122048AktualnyKatalogOriflamePromocjadnia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:none; }#FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container.adaptive-delivery-prevent-bg, #FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container.lazyload, #FPgrUkiPOUoBqlydbkmNcd07hGBTuiqe > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #S7sAKrVHuHK3io4zJ8MDZb34oTJzwPXl { width:14.875rem;height:18.9375rem;top:6.6927080154419rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su2ofhAlvR2iWppRq6tAArgJzFlPFCZu { width:20rem;height:3.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVddxmaD19CE1XrX20g7fV4sNT699T4A { width:17.75rem;height:4.9rem;top:27.625000953674rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ceK6gOc5ymWk2lpQEfUvt2lSa698LT { width:16.5625rem;height:16.5625rem;top:42.1875rem;left:0.93020820617675rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeVNXmDSr7gqTWm9DnniVcxV3gTraqum { width:20rem;height:3.4125rem;top:36.131249427796rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fZCn1qu9azwVU1Ae3w6e6JkTDPaC12 { width:17.75rem;height:5.25rem;top:60.805194854736rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AogLTnu5KItsT6kb3Gk2Hvf3Lt3or3ss { width:16.75rem;height:16.75rem;top:75.017707824706rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgJgs4GNM1479thT8llzZeJP7Gzxa0Tz { width:20rem;height:3.0875rem;top:70.437499046325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t79t0iPnN48TLxJlCs0OLTbEVt7ynZUw { width:16.8125rem;height:4.9rem;top:93.400016784669rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmNe0iNWhN1x9RqMsErCfHK3FOwZxw25 { width:20rem;height:3.375rem;top:101.92498970032rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75865319-bea8-4cbd-9b63-1260fa5b043e/Screenshot20240102at122048AktualnyKatalogOriflamePromocjadnia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi.adaptive-delivery-prevent-bg, #SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi.lazyload, #SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi.lazyloading { background-image: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container { background-color: transparent; background-image: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container > .video-iframe-container { display: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row > .video-iframe-container { display: none; }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .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); }#SGxTMoJa8UrbVqTkgI2rfRhJQvI04fMi > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X10kRuTGzRu6mWkTes5qTBAbJocuKZle { width:9.375rem;height:9.375rem;top:6.9427089691163rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZndwev5nmoThTomwOJAQ8Odk1F5QH8U { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASAJFZ4hRw2TFR7vMBEiSX6OZnIyTzcU { width:17.75rem;height:4.9rem;top:18.875000953674rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igrz23mnx1CAhPAnC3K1S0fgossJK4nL { width:11.5625rem;height:11.5625rem;top:31.124999046326rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgOHiIgchh0bfJOQvmB9RQkQfAUUmDCq { width:20rem;height:2.7625rem;top:26.006249427796rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDy5hlMbuW5iT2C8k0ubgWfhl1RP8AVO { width:17.75rem;height:5.25rem;top:42.6875rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUBOFGUNcWM8BacxZXsO0PntUTMiv6lZ { width:10.5rem;height:10.5rem;top:54.705206871033rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnW3Zu4yMWfDF3gL2CgIMP6Tvwv9v6hm { width:20rem;height:2.7625rem;top:50.687505722046rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPSlL7VS7KgPIcMxz0mb8JuwhalaCuvx { width:16.8125rem;height:4.9rem;top:67.274997711181rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6M9rFTpcJS2rgfhhDRrv3Dq8XSEck6k { width:20rem;height:3.375rem;top:75.737504959106rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R { display:block; }#PfH5RNSAmls1Ik5E9nLRElddTKIL9c2R > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Efye5L40mbEDPoqhuTtmaDr0ZbVNVrwu { width:20rem;height:2.7625rem;top:0.68747997283938rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bl95FoIUTd59lwy4f7E3XHNeTJD3mIga { width:3.125rem;height:3.125rem;top:8.35000038147rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcE2to14RSswG3QgvRt2sWSWAuR2mMmO { width:16.625rem;height:2.6rem;top:5.0458345413208rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g83K7oCIQdXfUMOMtFToTKPbdD2VWo7T { width:3.125rem;height:3.125rem;top:16.458333969116rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqQo32k7vv8zbJI3dPVD7HtUvIhP9Iy2 { width:14.25rem;height:2.6rem;top:13.002083778381rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWCPPMVmvz5SUuBeq6oSc9DKt8VgcNOc { width:14.25rem;height:2.6rem;top:21.037499427796rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3c9TJGhuPsEP7Zh1GGJ17WXIWTSqdAE { width:13.125rem;height:2.6rem;top:29.237500190735rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtiqhJQtN22tiXiRMG5TQAcMLO2s8cIZ { width:3.125rem;height:3.125rem;top:33.241667747498rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0k47mNDAf7f1qMsAcVu9Nq6XfThzyx { width:3.125rem;height:3.125rem;top:24.831256866455rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqr2ypNTUqkrkZT82ufnGRSkuTV69cAM { width:3.25rem;height:3.25rem;top:42.241667747498rem;left:8.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5RE9aprHnhm52Vi2BJbB5mqSOQvTV4z { width:14.8125rem;height:3.8625rem;top:38.425000190735rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5fyShXqs43d1ugbXy57zBUtD1QKzSGC { width:20rem;height:2.6rem;top:47.499996185302rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w { display:block; }#RtsfC0S1hOmTWLzMcuTozBdAExnzTt9w > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SR62ie9O3BvE3F1XyQCMzNIWrV9sTG5n { width:17.3125rem;height:3.25rem;top:1.21875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/JTJ9eCb5/01.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh.adaptive-delivery-prevent-bg, #HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh.lazyload, #HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh.lazyloading { background-image: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container { background-color: transparent; background-image: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container > .video-iframe-container { display: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row > .video-iframe-container { display: none; }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .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); }#HqT4RhSZwPZJg8rgFJBCMGMKDDvDmVlh > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTb2cB2pIohESxhPHRQvCTJzryAWvIM9 { width:5rem;height:5rem;top:0.87500858306887rem;left:14.545833587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxOpL926NlXL9g9tLTKZ7ZVdOqkn9l2Q { width:19rem;height:2.625rem;top:25.03125rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpA8Wl9Ctepnc2zwgMEp6ETxV2ZuMfsT { display:block; }
 }@media only screen and (max-width: 763px) { #Jg1XHdsvNZKFqhq5NglxRbyRzBOPQ9Zm { width:8.375rem;height:2.6875rem;top:2.03125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrxZPHeuNa0sbDHVURzZrNMnu506IeyV { width:20rem;height:2.7625rem;top:11.589583396912rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZH6o5QO7K7l0DhOPnnXm895IGz0i8I { width:4.5625rem;height:4.5625rem;top:30.114582061767rem;left:14.764582633972rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnGeXWELkBNwxMfAdT5e5fpTx73AHuBr { width:20rem;height:1.38125rem;top:20.391668319702rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTSyM8TMtXwwIayqLyM8lNmnbfxkJ7au { width:20rem;height:2.7625rem;top:16.049999237061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKU5X6UfO1dDACXyGEZitG97maHDPtZ9 { width:20rem;height:1.4625rem;top:39.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgsUUlA8RBoPfHIuP7I5uwul0SpZT4Ik { width:20rem;height:1.38125rem;top:42.654167175293rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyNd3gO4odpHwPWtLtAPtfitIphwAGRE { width:20rem;height:1.4625rem;top:46.141666412354rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e98mE41PThMGVIL3vByPRfRJJpAyv8zV { width:19rem;height:2.625rem;top:50.466667175293rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfVlRDLWdb0cazAR7zx7tX2nVQQCm36g { display:block; }
 }@media only screen and (max-width: 763px) { #kBguGWUoOSdSqNApcsfHgZCttOvTCKwS { width:14.9375rem;height:2.925rem;top:35.179166793823rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKAU8KbK1fAzfAN1RE8D29t72JGUgrX9 { width:20rem;height:1.4625rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTH7vrqtIhbnwO3q09TbfaLyJux4R9Ng { width:19rem;height:3.3125rem;top:54.341659545899rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEuF1RXlLmBPsK917IF2G0sLO363CbDK { display:block; }
 }@media only screen and (max-width: 763px) { #CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 { display:block; }#CP3NeVI4ChblNMvNchRnfnHJ8AvT3Qu3 > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJ6InRsa4vkTVK3utbhVHrCXRGhBtW24 { width:20rem;height:2.81875rem;top:0.80001163482669rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#TJ6InRsa4vkTVK3utbhVHrCXRGhBtW24 li:before{  }
 }@media only screen and (max-width: 763px) { #TrxtDvQMM8n5dCHbVXwcSzHpM4zOJt6I { width:19.9375rem;height:4.2rem;top:32.177083969116rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3cGHo5uqpPE4CQUiNblIqB1PMocDyyX { width:20rem;height:2.7625rem;top:27.118735313416rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }#z3cGHo5uqpPE4CQUiNblIqB1PMocDyyX li:before{  }
 }@media only screen and (max-width: 763px) { #TCntMv6KQ5PQdHB58LpeSkVrwL5ZQgVg { width:10.875rem;height:9.8125rem;top:44.160417556763rem;left:4.5104160308838rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPRxq5yfIvPS4QF63UhlKS99p2KKoXTp { width:19.875rem;height:7.95rem;top:58.472922325134rem;left:0.033333778381347rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp3OA8hLr8OImmGT443MJU3ePhvyAG5K { width:20rem;height:17.0625rem;top:3.618766784668rem;left:0rem;font-size:0.875rem;display:block; }#sp3OA8hLr8OImmGT443MJU3ePhvyAG5K li:before{  }
 }@media only screen and (max-width: 763px) { #mdsxL6Qw8EP7nhLQMvf8ca78DdCOcupD { width:16.9375rem;height:2.8125rem;top:38.795832633972rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnvxKHtqMEDEKAOCrby49Zuo5bND1Jgl { display:block; }
 }@media only screen and (max-width: 763px) { #egKdcNiffwHfFTa4RTgRby3XUgzUqQO5 { width:2.8125rem;height:2.8125rem;top:38.795833587646rem;left:17.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB { display:block; }#VpZbtV3A2q0NgFbCcIopCLvNl1VFFseB > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXNbeqV8Qf45L7662DaD77NqpA0ZnsFp { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { display:block; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { width:11.25rem;height:11.25rem;top:4.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { width:16.4375rem;height:2.925rem;top:16.46875rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { width:11.25rem;height:2.5rem;top:21.3125rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block; }
 }@media only screen and (max-width: 763px) { #oRPSytRQINE8ALuw1KBhuspXaT1VWlb4 { width:11.25rem;height:2.5rem;top:47.4375rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrewEDfyTTQciUNvphfZ7T0RzrAX2dCb { display:block; }
 }@media only screen and (max-width: 763px) { #K17NSWhswuzXMwAKeQG2faI0AKEJbRT2 { width:16.4375rem;height:1.4625rem;top:44.25rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { width:12.4375rem;height:12.4375rem;top:54.670833587646rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWmqJdLkLr27TT3TfaMETZi4fDpDdrLX { width:2.875rem;height:2.875rem;top:1.4895830154419rem;left:1.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH3TTXu8PN10Mgwe3PfnUDpQZTO02lFa { width:17.0625rem;height:1.4625rem;top:68.0625rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8hJcyKLiit9WEU6ZUt4yPlmdMuIUG24 { width:11.25rem;height:2.5rem;top:70.831249237062rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc8keJgzHBJhDQ8JnH6ZXNTxCl0keBN9 { display:block; }
 }@media only screen and (max-width: 763px) { #Iac4pL6DrRnAQ0llTTFrxPKLOvmiZqqq { width:3.125rem;height:3.125rem;top:26.302083015442rem;left:1.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7K5SF3zqkuUtaerIfpP0BuE0MSQA2S { width:3.125rem;height:3.125rem;top:52.375rem;left:1.78125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMcPT2o9T89cQUItIxMFFmxTB6JJEmA5 { width:12.9375rem;height:12.9375rem;top:28.739582061767rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe { display:block; }#ZOgFwgGIODkTRXlCXL7wHarETQWFNlEe > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBwqMsEHteeME4FRGWTGisoyEIAue7Pv { width:10.75rem;height:14.8125rem;top:0.65310096740725rem;left:5.25rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e3eaf841-f8c1-455d-b543-f52d948a6f53/Screenshot20250321at201314eCatalogueOriflameCosmeticsstrona1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xBwqMsEHteeME4FRGWTGisoyEIAue7Pv.adaptive-delivery-prevent-bg, #xBwqMsEHteeME4FRGWTGisoyEIAue7Pv.lazyload, #xBwqMsEHteeME4FRGWTGisoyEIAue7Pv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HyzCnD1TR97GCWdZWpJC1w4I0TANbUeZ { width:20rem;height:3.15rem;top:16.295833587646rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArVLNaJHbnSut0XGVqzCPZypItkSPJJG { width:20rem;height:3.9rem;top:21.137499809265rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3 { width:17.4375rem;height:24.875rem;top:48.179166625rem;left:1.25rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e65e7140-0c7f-4a0e-b96c-26feb8836f09/aktualnykatalogoriflame.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.adaptive-delivery-prevent-bg, #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.lazyload, #f4f1zTd3Ep2Q0ABWwy49FGmRlrdGRCT3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qJ84otXPKQBaJftJEL2nxUCaeOgtdJq4 { width:20rem;height:2.1875rem;top:27.362499237061rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9 { width:13.8125rem;height:19.8125rem;top:8.25rem;left:3.0625rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e65e7140-0c7f-4a0e-b96c-26feb8836f09/aktualnykatalogoriflame.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.adaptive-delivery-prevent-bg, #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.lazyload, #odTNwFyRE0d8qt8wkAZNEyd3t3fWhxI9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wvuSva9j/e9cb354e49fbb5efbf02152da4a7.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd.adaptive-delivery-prevent-bg, #VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd.lazyload, #VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd.lazyloading { background-image: none; }#VFharJgsDSwJ46JDoBFwlPNxhqE3HSvd > .row .container { width:20rem;height:63rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bk1J9vaKionNtCKx162nGHbf3loaEVOa { width:20rem;height:1.6625rem;top:0.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MN3Pwp2wQZD5VBvc4wR5eroKeJTyEMic { width:19.329166625rem;height:2.391666625rem;top:40.374999046326rem;left:0.58750057220459rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIemTSxk4SW02bmG5kt6f6Bu7TnHhs9m { display:block; }
 }@media only screen and (max-width: 763px) { #o5cLE4Qg8VhRsani8Mg4EVlNFTdg59si { width:8.4375rem;height:4.6875rem;top:6.0874996185303rem;left:7.8114585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWeXhDBAngmiuGNyokWFdCTqLDbFaiki { width:3.5rem;height:3.5rem;top:6.68124961853rem;left:5.0447912216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAwD4PTT9K0cq5E9r8Btq4Vuyte1SGdN { width:20rem;height:14.96875rem;top:14.845839500428rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#nAwD4PTT9K0cq5E9r8Btq4Vuyte1SGdN li:before{  }
 }@media only screen and (max-width: 763px) { #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UNWHSRLN/1366x520.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.adaptive-delivery-prevent-bg, #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.lazyload, #KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN.lazyloading { background-image: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container { background-color: transparent; background-image: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container > .video-iframe-container { display: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row > .video-iframe-container { display: none; }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .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); }#KTqSaJBnEaHCz4CWB3VnoAIucC50qmKN > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J617As9wmmhs0xRMxBEK5POaTGBo2SDb { width:20rem;height:11.61875rem;top:2rem;left:-0.125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV { display:none; }#D12AlD2TwZ7ybHGrv2vMefWfBRWRQKIV > .row .container { width:20rem;height:47.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD { width:20rem;height:12.5rem;top:28.329170227051rem;left:0rem;background-color:#fed04b;background-image:url("https://landingi-pictures.s3.amazonaws.com/KnUoG2af/konsultantki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.adaptive-delivery-prevent-bg, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyload, #sEsnXK5NESgQVzs5TApUlc1IP7nlmyUD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T8vD1Nwexp6rfO7U14PTcoOJqk7VwHe0 { width:19.75rem;height:4.14375rem;top:22.95937538147rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CSg5v4PhATbioUnGA05iymUBFCO5Io8z { width:20rem;height:7rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJBhrDu0b4g8Jl4CtWO0VoT55inzLIPZ { width:16.1875rem;height:2.9375rem;top:41.94375038147rem;left:1.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O39IAkKtKfvvL9oWWzcZlhwkTvomJZvr { display:block; }
 }@media only screen and (max-width: 763px) { #OQ9P1yPbehdlC1QZl514ZWTukWGLOg9q { width:20rem;height:6.25rem;top:22.079165458679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2kbbcScPOZcJsZNahSGx4quVZL4nXVT { width:19.3125rem;height:4.14375rem;top:1.5531253814698rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DX5sw7IDbuL5xbP4iiJGvTx7PZEVrTuI { width:15.625rem;height:2.875rem;top:17.756258010864rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQFHn6hKK0ZoFhWVylsXnAhOa18bJbv0 { display:block; }
 }@media only screen and (max-width: 763px) { #n6bEJSUkSqWefWzQm31JIasdKBWLsaBW { height:11.128608923884rem;width:20rem;top:7.2500019073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 { display:block; }#kPaQfJZcqgf99n2lfV3L4LUbs1VoB8a3 > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVReWia7WAG0tXi9c8iQvOtQhXWRPkdy { width:20rem;height:3.1875rem;top:0.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJ4ARLm7DTlIMTRuhUEE0mKC7P0WOJXH { width:20rem;height:16.8rem;top:5.3499994277954rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SInpHZWlPsbFUJw7iGZqDiBZ4Jw0SEWH { width:15.5rem;height:14.1875rem;top:30.956244468689rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTTdq39bPDmTCCerfLMLEAHyk0gwDKN { width:19.3125rem;height:2.4375rem;top:26.537506103516rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsTG0QLEJohWtwAAMmSTLePXkMZGvXdw { display:block; }
 }@media only screen and (max-width: 763px) { #Hkc78wJnG6vOpwM0igNvK5XsfoxbGFzI { width:19.375rem;height:3.9375rem;top:47.47504901886rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpFDDlUmTXVSOGRovlybc4aa1acurOkO { width:19rem;height:2.375rem;top:54.16250038147rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eihgHkd5nJAW7BVyiJ78Ch2nfO6gAtXd { display:block; }
 }@media only screen and (max-width: 763px) { #NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT { display:none; }#NK2cKMooeCiDJAyMTAIee4EFUsH2OPzT > .row .container { width:20rem;height:47.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ss5BlEN20pILhsFFAuP3iodZr7Z6TtaK { width:17rem;height:2.8rem;top:0rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nt6JnyBqQmAoyGgi7oTgJZTRd6kkWtqz { width:17rem;height:2.8rem;top:12.598958015442rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogiGUzTfMMJFuiV4xz9JVtPOGquoVlyF { width:17rem;height:2.8rem;top:24.448963165283rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcmQ9gJSdJT38MVZ2ra2p0ZDTa4Cgs06 { width:17rem;height:2.8rem;top:37.018749237061rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2Ua9gcMczX308pTGMh182uTFvn3PQv7 { width:9.875rem;height:6.5625rem;top:3.6750001907349rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsy049yLPRuAluyspb5laTSMIpbq5l9d { width:10.625rem;height:5.9375rem;top:16.411458015442rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN9ToagvBHFJFPZaPzC3wT7vMo0yEiEt { width:10.875rem;height:6.0625rem;top:28.698958396912rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLTgwBy4k5XKbqH4y8rg4fQ44FPkkps0 { width:10.75rem;height:5.9375rem;top:40.456248283386rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHhnhqHCbCxuFvtI6lvmekOG9kPHSH8W { width:2.8125rem;height:2.8125rem;top:3.9833335876465rem;left:8.59375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at8VoLMTl2VPahDRQL9pvhOHn59a86HH { width:20rem;height:1.38125rem;top:6.7156257629394rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNKSktE3EtJQ3gxQZncdFgsZ7u9mQsU6 { width:20rem;height:1.7875rem;top:0.68543624877931rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrpDKx6r8cOGKMwxdDZ9fbEWOWaEwUbo { width:20rem;height:2.68125rem;top:8.677085876465rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nx401gu9nSuamfJdQWsTNphBJyRQgm74 { width:14.875rem;height:2.1875rem;top:11.910416603088rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSoddbhzR0QZEi7GTw2utaETi12UXNT { display:block; }
 }