.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:218,218,222;--color-primary-1:130,133,147;--color-primary-2:5,11,38;--color-primary-3:3,6,19;--color-primary-4:1,2,6;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f35a4e;background-image:url("https://images.assets-landingi.com/DrLnObC1/Zaso_b_4_3.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz.adaptive-delivery-prevent-bg, #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz.lazyload, #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz.lazyloading { background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { background-color: transparent; background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { border-width: 0; border-radius: 0; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:75rem;position:relative;display:block; }#O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { 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:10.25rem;width:13.75rem;top:26.1875rem;left:50.5rem;overflow:hidden;display:block; }
#KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:35.6875rem;left:0rem;height:9.224125rem;text-align:left;text-align-last:left;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; }
#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/xsij2CWI/co_robimy_01.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.adaptive-delivery-prevent-bg, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyload, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyloading { background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { border-width: 0; border-radius: 0; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:75rem;height:57.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { color:#292c30;display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:8.6845703125rem;left:29.75rem;height:9.224125rem;text-align:right;text-align-last:right;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; }
#y2oTHABVnplfWN1bmB8WniD3HLSLwb6d { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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:18.9375rem;width:0.125rem;top:44.4375rem;left:37.4375rem;display:none; }
#AnxHgJkoWxvAKNbtLsFPUiSk2JyJN5MM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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:18.9375rem;width:0.125rem;top:48.125rem;left:37.4375rem;display:block; }
#GnJuKPgoIQFWEhsZX2utySUpfpJv41RT { color:#292c30;display:block;width:74.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:32.25rem;left:0.1875rem;height:;text-align:justify;text-align-last:initial;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; }
#mv1EtcXt4n6Mfx1oDwz6avMurnFfMpID { 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:10.1875rem;width:13.875rem;top:19.5rem;left:0rem;overflow:hidden;display:block; }
#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn { background-color:transparent;background-image:url("https://images.assets-landingi.com/tic3o3GU/GRY_3978.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn.adaptive-delivery-prevent-bg, #ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn.lazyload, #ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn.lazyloading { background-image: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container { background-color: transparent; background-image: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container > .video-iframe-container { display: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row > .video-iframe-container { display: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .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); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container { border-width: 0; border-radius: 0; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn::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; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#V7OxuOSrLmL6rS81K5QdSZmy0XaPPa9n { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.5625rem;left:0rem;height:4.2246125rem;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; }
#sSJn7gwkknTsGTozZMPpE7kNz2SnXRZM { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:21.75rem;left:20.3125rem;height:6rem;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; }
#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f35a4e;background-image:url("https://images.assets-landingi.com/DrLnObC1/Zaso_b_4_3.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy.adaptive-delivery-prevent-bg, #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy.lazyload, #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy.lazyloading { background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { background-color: transparent; background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .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); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { border-width: 0; border-radius: 0; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { font-size:0.875rem;font-family:arial;height:141.0625rem;width:75rem;position:relative;display:block; }#inSTAtukfUGPqmPwXAVd78SQAofbIaCc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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:18.9375rem;width:0.125rem;top:125.25rem;left:38.6875rem;display:block; }
#SQwGT5VR1IFSQR06P6UMXWmaOT6yLZxv { color:rgba(var(--color-primary-2),1);display:block;width:68.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:6.5rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#puL6Qax0X6TQibpMB2nxmOTWmWItTN4h { color:rgba(var(--color-primary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:17.125rem;left:6.0625rem;height:2.375rem;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; }
#CGekx0sKPrUgE6IVZZUMVv7EQXwJSTKp { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:24.875rem;left:0rem;height:2.19970625rem;text-align:left;text-align-last:left;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; }
#e5SfOXd3smGglZVgZqvNahXUCWDJLvbb { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:30.5rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#e5SfOXd3smGglZVgZqvNahXUCWDJLvbb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e5SfOXd3smGglZVgZqvNahXUCWDJLvbb li:before{  }
#LxQEwJIQUvhcNVgAhbJ4k44z9skrqkwq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:64.375rem;left:36.0625rem;height:2.19970625rem;text-align:right;text-align-last:right;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; }
#TWW6TnlCkw5P96m0QGNgauPizTGOc78b { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:69.3125rem;left:39.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TWW6TnlCkw5P96m0QGNgauPizTGOc78b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TWW6TnlCkw5P96m0QGNgauPizTGOc78b li:before{  }
#VABUT09EXf2Z2SvP3Rfi1gEcvcLJZTis { color:rgba(var(--color-tertiary-0),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:88.875rem;left:0rem;height:6.59911875rem;text-align:left;text-align-last:left;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; }
#TpsrUIRWnL9582buOr3yMwxXGzaIAW7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:93.125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TpsrUIRWnL9582buOr3yMwxXGzaIAW7Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TpsrUIRWnL9582buOr3yMwxXGzaIAW7Q li:before{  }
#k18OZbHdI6q2skkXM97y6QM3nfPzkqw8 { color:rgba(var(--color-primary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:20.375rem;left:7.5625rem;height:1.6875rem;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; }
#U2ziyf1kbKx6n0e4tE2fQ6TAFC6llH5M { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:54.625rem;left:0rem;height:2.19970625rem;text-align:left;text-align-last:left;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; }
#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { 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/pUe3JC1D/co_ribimy_03.png");background-position:bottom right !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; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r.adaptive-delivery-prevent-bg, #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r.lazyload, #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r.lazyloading { background-image: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { background-color: transparent; background-image: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .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); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { border-width: 0; border-radius: 0; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { font-size:0.875rem;font-family:arial;height:65.5rem;width:75rem;position:relative;display:block; }#STv0vdOAUN23ihCTJRV70gFKOfd5hkTU { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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:18.9375rem;width:0.125rem;top:56rem;left:37.4375rem;display:block; }
#r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { color:rgba(var(--color-primary-2),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.875rem;left:8.6875rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcI3erTsLAt9bVidJRVzqHzRAEpgVAlM { color:rgba(var(--color-tertiary-4),1);display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:10.22509765625rem;left:10.9375rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#DNA4EHTy3DcDO0OXrGgRqVW5IXdMOmkO { color:rgba(var(--color-tertiary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:30.22509765625rem;left:10.0625rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmnTErKd3RnamkWTPLfIWBbqLGxMV2AO { 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:9.6875rem;width:13.375rem;top:43.1875rem;left:29.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:13.75rem;height:10.25rem;top:26.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:47.75rem;height:9.1875rem;top:35.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:42.9375rem;height:9.1875rem;top:8.625rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oTHABVnplfWN1bmB8WniD3HLSLwb6d { width:0.125rem;height:18.9375rem;top:44.4375rem;left:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnxHgJkoWxvAKNbtLsFPUiSk2JyJN5MM { width:0.125rem;height:18.9375rem;top:48.125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnJuKPgoIQFWEhsZX2utySUpfpJv41RT { width:47.75rem;height:;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv1EtcXt4n6Mfx1oDwz6avMurnFfMpID { width:13.875rem;height:10.1875rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn { display:block; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7OxuOSrLmL6rS81K5QdSZmy0XaPPa9n { width:47.75rem;height:4.1875rem;top:15.5625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJn7gwkknTsGTozZMPpE7kNz2SnXRZM { width:31.625rem;height:8rem;top:21.75rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inSTAtukfUGPqmPwXAVd78SQAofbIaCc { width:0.125rem;height:18.9375rem;top:125.25rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQwGT5VR1IFSQR06P6UMXWmaOT6yLZxv { width:47.75rem;height:6rem;top:6.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puL6Qax0X6TQibpMB2nxmOTWmWItTN4h { width:47.75rem;height:2.375rem;top:17.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGekx0sKPrUgE6IVZZUMVv7EQXwJSTKp { width:47.75rem;height:2.1875rem;top:24.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5SfOXd3smGglZVgZqvNahXUCWDJLvbb { width:40.4375rem;height:;top:30.5rem;left:0rem;font-size:1.25rem;display:block; }#e5SfOXd3smGglZVgZqvNahXUCWDJLvbb li:before{  }
 }@media only screen and (max-width: 763px) { #LxQEwJIQUvhcNVgAhbJ4k44z9skrqkwq { width:34.25rem;height:2.1875rem;top:64.375rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWW6TnlCkw5P96m0QGNgauPizTGOc78b { width:35.875rem;height:;top:69.3125rem;left:11.875rem;font-size:1.25rem;display:block; }#TWW6TnlCkw5P96m0QGNgauPizTGOc78b li:before{  }
 }@media only screen and (max-width: 763px) { #VABUT09EXf2Z2SvP3Rfi1gEcvcLJZTis { width:45.9375rem;height:6.625rem;top:88.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsrUIRWnL9582buOr3yMwxXGzaIAW7Q { width:40.4375rem;height:;top:93.125rem;left:0rem;font-size:1.25rem;display:block; }#TpsrUIRWnL9582buOr3yMwxXGzaIAW7Q li:before{  }
 }@media only screen and (max-width: 763px) { #k18OZbHdI6q2skkXM97y6QM3nfPzkqw8 { width:47.75rem;height:1.6875rem;top:20.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ziyf1kbKx6n0e4tE2fQ6TAFC6llH5M { width:31.6875rem;height:2.1875rem;top:54.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STv0vdOAUN23ihCTJRV70gFKOfd5hkTU { width:0.125rem;height:18.9375rem;top:56rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:47.75rem;height:4.75rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcI3erTsLAt9bVidJRVzqHzRAEpgVAlM { width:47.75rem;height:18rem;top:10.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNA4EHTy3DcDO0OXrGgRqVW5IXdMOmkO { width:47.75rem;height:6.8125rem;top:30.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmnTErKd3RnamkWTPLfIWBbqLGxMV2AO { width:13.375rem;height:9.6875rem;top:43.1875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz { position:relative;z-index:auto;background-color:#f35a4e;background-image:url("https://images.assets-landingi.com/0bLmmLEi/mobile_mask_hero.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz.adaptive-delivery-prevent-bg, #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz.lazyload, #voiWuoC25vnm7iTC8cTddZKAv9bdgKNz.lazyloading { background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { background-color: transparent; background-image: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row > .video-iframe-container { display: none; }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .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); }#voiWuoC25vnm7iTC8cTddZKAv9bdgKNz > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1Wu8EaTlKn37W1Tn9rDAvnfdmXgUoQa { width:11.625rem;height:8.4375rem;top:10.625rem;left:5.4078036785681rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrsTVShmHDXinRXXuulorVpzfUc3B0c5 { width:20rem;height:7.5rem;top:25.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xsij2CWI/co_robimy_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.adaptive-delivery-prevent-bg, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyload, #qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78.lazyloading { background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { background-color: transparent; background-image: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row > .video-iframe-container { display: none; }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .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); }#qek5b5uZ8sB6hfVC3RIfIsTy0atxAC78 > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RITN8DHaQGo6rNSDDwphvhn6qVTsnMUb { width:20rem;height:5.625rem;top:6.5rem;left:0rem;font-size:1.25rem;text-align:right;text-align-last:right;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y2oTHABVnplfWN1bmB8WniD3HLSLwb6d { width:8.1875rem;height:8.1875rem;top:63.40625rem;left:1.78125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #AnxHgJkoWxvAKNbtLsFPUiSk2JyJN5MM { width:0.125rem;height:6.5rem;top:0rem;left:9.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GnJuKPgoIQFWEhsZX2utySUpfpJv41RT { width:20rem;height:28.793rem;top:36.0498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv1EtcXt4n6Mfx1oDwz6avMurnFfMpID { width:11.6875rem;height:8.5625rem;top:19.78125rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn { background-color:transparent;background-image:url("https://images.assets-landingi.com/tic3o3GU/GRY_3978.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn.adaptive-delivery-prevent-bg, #ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn.lazyload, #ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn.lazyloading { background-image: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container { background-color: transparent; background-image: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container > .video-iframe-container { display: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row > .video-iframe-container { display: none; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .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); }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container { border-width: 0; border-radius: 0; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn::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; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpzgHM3UXCUCQ1KWnJrTNZctGt8SvcSn > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7OxuOSrLmL6rS81K5QdSZmy0XaPPa9n { width:20rem;height:4.875rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJn7gwkknTsGTozZMPpE7kNz2SnXRZM { width:20rem;height:5.5996125rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy { background-color:#f35a4e;background-image:url("https://images.assets-landingi.com/7fXKjr9k/Zaso_b_3_3x_polowa.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy.adaptive-delivery-prevent-bg, #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy.lazyload, #b5VF03uUeORUyz9h9htBC9FdOXOlAwBy.lazyloading { background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { background-color: transparent; background-image: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row > .video-iframe-container { display: none; }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .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); }#b5VF03uUeORUyz9h9htBC9FdOXOlAwBy > .row .container { width:20rem;height:236.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #inSTAtukfUGPqmPwXAVd78SQAofbIaCc { width:0.125rem;height:5.875rem;top:1.62939453125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQwGT5VR1IFSQR06P6UMXWmaOT6yLZxv { width:20rem;height:15rem;top:11.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #puL6Qax0X6TQibpMB2nxmOTWmWItTN4h { width:20rem;height:4.25rem;top:35.87939453125rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CGekx0sKPrUgE6IVZZUMVv7EQXwJSTKp { width:17.875rem;height:5.625rem;top:56.06689453125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e5SfOXd3smGglZVgZqvNahXUCWDJLvbb { width:20rem;height:33.125rem;top:64.87939453125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }#e5SfOXd3smGglZVgZqvNahXUCWDJLvbb li:before{  }
 }@media only screen and (max-width: 763px) { #LxQEwJIQUvhcNVgAhbJ4k44z9skrqkwq { width:17.125rem;height:3.75rem;top:124.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TWW6TnlCkw5P96m0QGNgauPizTGOc78b { width:20rem;height:20rem;top:130.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }#TWW6TnlCkw5P96m0QGNgauPizTGOc78b li:before{  }
 }@media only screen and (max-width: 763px) { #VABUT09EXf2Z2SvP3Rfi1gEcvcLJZTis { width:20rem;height:7.5rem;top:158.56689453125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TpsrUIRWnL9582buOr3yMwxXGzaIAW7Q { width:20rem;height:57.1875rem;top:164rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }#TpsrUIRWnL9582buOr3yMwxXGzaIAW7Q li:before{  }
 }@media only screen and (max-width: 763px) { #k18OZbHdI6q2skkXM97y6QM3nfPzkqw8 { width:20rem;height:2.5rem;top:43.69189453125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2ziyf1kbKx6n0e4tE2fQ6TAFC6llH5M { width:20rem;height:3.75rem;top:107.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pUe3JC1D/co_ribimy_03.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r.adaptive-delivery-prevent-bg, #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r.lazyload, #Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r.lazyloading { background-image: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { background-color: transparent; background-image: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row > .video-iframe-container { display: none; }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .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); }#Qf1ylKUCTl4i7Pb2FzLcKLZH1xRpIy8r > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STv0vdOAUN23ihCTJRV70gFKOfd5hkTU { width:0.125rem;height:0.125rem;top:2.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r28ItkryV8Mi8qCeW0Td9wIcwkCZ92Cc { width:20rem;height:4.5rem;top:12.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcI3erTsLAt9bVidJRVzqHzRAEpgVAlM { width:20rem;height:28rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNA4EHTy3DcDO0OXrGgRqVW5IXdMOmkO { width:20rem;height:7.7988125rem;top:42.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmnTErKd3RnamkWTPLfIWBbqLGxMV2AO { width:11.9375rem;height:8.6875rem;top:3rem;left:4.03125rem;display:block; }
 }