.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:35,68,70;--color-secondary-0:240,225,235;--color-secondary-1:206,156,187;--color-secondary-2:156,57,119;--color-secondary-3:78,29,60;--color-secondary-4:23,9,18;--color-tertiary-0:255,255,255;--color-tertiary-1:208,160,190;--color-tertiary-2:176,97,146;--color-tertiary-3:156,57,119;--color-tertiary-4:108,16,35;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68cd46a4-9701-48ba-8eeb-540daf935043/compositionwithhealthyvegetarianmealingredientsrawfoodconcept1.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { 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:7.5rem;width:17.6875rem;top:0.6875rem;left:21.15625rem;overflow:hidden;display:block; }
#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.375rem;left:0rem;height:4.875rem;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#3a8005;display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0rem;height:2.51855625rem;font-style:normal;display:block; }
#Xp7qZKOVpUTkTZPIoQz4kXL0ldDNuDOS { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:30.0625rem;width:22.125rem;top:3.1875rem;left:37.875rem;overflow:hidden;display:block; }
#PVy0h0U7wDceZEhCSxeqCQUDm6qHKFJa { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.474609375rem;left:0rem;height:3.25rem;display:block; }
#NEeFTBo1PeRXSTViD3KtAKP5M0utHND7 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.662109375rem;left:0rem;height:3.25rem;display:block; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-form-header {  }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-regular-label { display:block;width:22.8125rem;height:auto;font-size:0.875rem;font-family:lato;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:22.8125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-text {padding-top: 0; padding-bottom: 0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:22.8125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .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;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:22.8125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-select {padding-top: 0; padding-bottom: 0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:10rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:#000000;background-image:none;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:56rem;height:auto;font-size:0.875rem;font-family:lato;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#000000; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.53125rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-container:first-of-type{padding-top:0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-container:last-of-type{padding-bottom:0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-image: -moz-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-image: -ms-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-image: -o-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#057f1d', endColorstr='#4f9d52b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#057f1d', endColorstr='#4f9d52b2' );";background-image: linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.5rem;height:auto;left:0rem;top:34.25rem;z-index:15011;position:absolute; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .radio-container { width:23.4375rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-image: -moz-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-image: -ms-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-image: -o-linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#057f1d', endColorstr='#4f9d52b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#057f1d', endColorstr='#4f9d52b2' );";background-image: linear-gradient(45deg, #057f1d, rgba(79,157,82,0.7));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:57.5rem;height:auto;left:0rem;top:34.25rem;z-index:15011;position:absolute; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #rsAOtO76WRhZmFflMpK0rFz1S2a3FDS9 { position:relative; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #kJKfhofT7HmeENW3csb4ARI2GvhCyw8i { position:relative;display:block; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #QWwyTbeE40y8TtIfGyJQTmky2xdmFZPQ { position:relative; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #fPRGfU9gU94MwZ6ZVb4cLGpc8Q6pvJya { position:relative; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #b2TI6tLE6TIsowqFWkObxkqzORrwN3TU { position:relative;display:block; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #cyVTBt2DRmADnoAav75Aq8etXHtyc1dM { position:relative; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #UzhbsT7K6SCosf0QekJ5zPB5JsSCW5Bk { position:relative; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #n7yfXyecxystNVTr7zh5LOpWdHdfnkyS { position:relative; }
#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container { background-color: transparent; background-image: none; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container > .video-iframe-container { display: none; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row > .video-iframe-container { display: none; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .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); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container { border-width: 0; border-radius: 0; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#EcE2mTTvf5THIl56FdS9TrNGnKmb6zxs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:21.75rem;width:16.75rem;top:15.1875rem;left:21.625rem;display:block; }
#HN1gBIx5GSJACLTqJR6wfcd7gGp8PoOc { position:absolute;display:block;z-index:15004;background-color:#f8a016;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(248,160,22,0.18) ;height:6.125rem;width:6.125rem;top:15.75rem;left:46.625rem;display:block; }
#lmTCVuCnkifcXW0HBcKHdKMiOxwmmopF { position:absolute;display:block;z-index:15002;background-color:#f8a016;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:6.125rem;width:6.125rem;top:15.75rem;left:6.625rem;display:block; }
#IS4gKh416JJbn2HG8ez6JQDhLgArokUo { position:absolute;display:block;z-index:15002;background-color:#f8a016;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.75rem rgba(248,160,22,0.18) ;height:6.125rem;width:6.125rem;top:15.75rem;left:26.625rem;display:block; }
#UNwoeN0evmiu4udGKZ016QrB7Rmzuy9d { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15025;top:17.25rem;left:8.125rem; }
#tmKcVpKG8ItLBLHe6szIZTx8N4npaO7x { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15026;top:17.25rem;left:28.125rem; }
#XpHl2L9R7uIVVOdCs1zCka98keTScvNG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:16.9375rem;left:47.625rem; }
#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#721550;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.3125rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { color:#019be9;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.75rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#hLsH5Q1v8QtHfTnyMgM4Gx3POdACHNGB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:27.875rem;left:2.75rem;height:8.3965rem;font-style:normal;display:block; }
#tzlFZZwNGO0ROzsDAURXp806t2hTyWxg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.5625rem;left:2.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#N37rl0AgRVragPIvPffte98DpyhPikXd { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:21.625rem;width:16.75rem;top:15.1875rem;left:1.3125rem;display:block; }
#kS2mLrl03ALKDi8DzMr0ThZ0ND4MWOum { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.18) ;height:21.8125rem;width:16.75rem;top:15.1875rem;left:41.3125rem;display:block; }
#Aq4Ft1Tv8zT0TKMif1VwLxFQ2Q40kiZ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:27.625rem;left:23.40625rem;height:8.3965rem;font-style:normal;display:block; }
#iaMKR2bw19WF20EMBD5m6IdO40Lv5ZEP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:23.5625rem;left:23.3125rem;height:3.57421875rem;font-style:normal;display:block; }
#rtOqEssl8CzysBrRuexriUmPhH4JG783 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:27.375rem;left:42.75rem;height:8.3965rem;font-style:normal;display:block; }
#ByVQNg4r6ZvCsau5ET034D20gookIVBe { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.3125rem;left:42.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc { 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/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc.adaptive-delivery-prevent-bg, #BAovr79Idi1sTt4F4ucTFtQorVfZwHOc.lazyload, #BAovr79Idi1sTt4F4ucTFtQorVfZwHOc.lazyloading { background-image: none; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row .container { background-color: transparent; background-image: none; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row .container > .video-iframe-container { display: none; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row > .video-iframe-container { display: none; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .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); }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row .container { border-width: 0; border-radius: 0; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:60rem;position:relative;display:block; }#iFiisKI82MMbgvo3NXmKX08ynW3WynsU { color:#019be9;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QsaoBTK87nW9abPDVZbTRlQ5TL91Hvdm { color:#721550;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:6.97500038147rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkugyAaHGJfX7PvfNX17WoNWXM6EvrQ6 { 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:3.875rem;width:3.875rem;top:35.25rem;left:2.0625rem;overflow:hidden;display:block; }
#tyfrMw9whZue90yF3hRnmVwO3N0tBWTg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35rem;left:7.3125rem;height:1.7871125rem;font-style:normal;display:block; }
#PMWGG80RXXPfWRpFfPVI8ghTw6wxzvDG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:37.3125rem;left:7.3125rem;height:5.59765625rem;font-style:normal;display:block; }
#PAiOPsrRJcnawPaDGkWg14Zm39GwZT1X { 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:3.875rem;width:3.875rem;top:15.662109375rem;left:0rem;overflow:hidden;display:block; }
#c9uASp2UPl48G6QEs9l1E0oMrRqmBbTg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#ww2UzUb1NOVWmaCcQWTiN5o8sZoWmWc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:20.0625rem;left:4.75rem;height:6.9970625rem;font-style:normal;display:block; }
#wy2QrnG2asEzZK89N2Oz4TJGfoN4LbGM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.1875rem;top:14.9375rem;left:37.71875rem;overflow:hidden;display:block; }
#sXUrBRKHI4JWsFQbFzdGs6pyX67w4fkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.9375rem;left:44.90625rem;height:1.7875rem;font-style:normal;display:block; }
#A5scrtxmPJ3P8ThtfzLDTZ50XxDGteCh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:17.5rem;left:44.90625rem;height:6.9970625rem;font-style:normal;display:block; }
#FQCBUXTfkQbg5NNSQz00OCHekepw1pU3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:33.9560546875rem;left:39.96875rem;overflow:hidden;display:block; }
#L6UdZJyJNmOysFS9vxRKvx76ZVemduO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.0185546875rem;left:44.90625rem;height:1.7871125rem;font-style:normal;display:block; }
#Fl0voMA0ZcHg8WPd7srDu2JtUN30do4X { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:36.6669921875rem;left:44.90625rem;height:8.39648125rem;font-style:normal;display:block; }
#URCWUSdMbzm0kQPCbNeQFuEN0ENqG4w2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:33.625rem;top:14.9375rem;left:13.1875rem;overflow:hidden;display:block; }
#dBt7rhdrAxS996wXHHStsPOSecDLrMH9 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:24rem;top:49.625rem;left:32.529296875rem;overflow:hidden;display:block; }
#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p { 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; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row .container { background-color: transparent; background-image: none; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row .container > .video-iframe-container { display: none; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row > .video-iframe-container { display: none; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .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); }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row .container { border-width: 0; border-radius: 0; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#Jhac4x8x4ySuzrHMTtHBbVevLy6FVC1z { color:#00d8e0;display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GpNa9UrlBgsVI0t1AyuzwAHIO04wX8Tf { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:29.75rem;top:19.1875rem;left:30rem;display:block; }
#aid2J7Ai6NBLezXm7HrIprUniam21VSd { color:#019be9;display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.78125rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mcvSgQakrTgIpzi69edzB7LfKTViD50T { color:rgba(var(--color-tertiary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.8125rem;height:0;font-style:normal;display:block; }
#HBFJIBytNoXXagTFR1CorOBt4PQeaiFy { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:10.4375rem;left:1.5rem;height:23.79004375rem;font-style:normal;display:block; }
#VRthdSlxbpM1JbycsAki6NiohBQNVf6c { color:rgba(var(--color-tertiary-3),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.84375rem;height:1.7875rem;font-style:normal;display:block; }
#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd0b28cf-405f-4e0e-9837-8bac8b16d491/Zrzutekranu20251220182520.png");background-position:top center !important;background-repeat: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; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l.adaptive-delivery-prevent-bg, #dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l.lazyload, #dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l.lazyloading { background-image: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container { background-color: transparent; background-image: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,155,233,0.64); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container > .video-iframe-container { display: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,155,233,0.64); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row > .video-iframe-container { display: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .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); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container { border-width: 0; border-radius: 0; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l::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; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:60rem;position:relative;display:block; }#UfoqXod9dxyS4To1thacDeIU31SG9wv1 { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:7.8125rem;left:5.75rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t7thgSvwHVMQ88bEwZ74JZdV2afalUHT { 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:2.5rem;width:2.5rem;top:29.125rem;left:24.4375rem;overflow:hidden;display:block; }
#QMudDJJI4piuwUTig69A7GkB1d1NoMAS { 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:2.5rem;width:2.5rem;top:29.125rem;left:28.0625rem;overflow:hidden;display:block; }
#TpIfJzkwzOngsLNRD4S3WXARJgqu0Hv9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:29.125rem;left:31.5625rem;overflow:hidden;display:block; }
#eBcvLQQs3hxRTAtXrooZ14MOwUq0AP9F { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.5rem;top:29.15625rem;left:35.1875rem;overflow:hidden;display:block; }
#RzDkg7PF4LTVBPeqAe5eo6mxzJI0VBp5 { 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:2.5rem;width:2.5rem;top:29.125rem;left:21rem;overflow:hidden;display:block; }
#d4ESTShtvTTtdwBIxLPs1qdzuNU8nTFu { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.375rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCJS6AtiPKk3fqnMDT2X2T54kLbDBDT1 { background-color:#ec851f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.875rem;left:21.25rem;display:block; }
#pEznlg36psoH9m2JrTgME5Ia2hAQyDKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6LXJU8hZnp4QtechiCMKAi3Tgh67ZnK { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:13rem;left:5.75rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:0.6875rem;left:15.03125rem;width:17.6875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:24.375rem;left:0rem;width:33.5rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:21.3125rem;left:0rem;width:33.6875rem;height:5.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp7qZKOVpUTkTZPIoQz4kXL0ldDNuDOS { top:3.1875rem;left:25.625rem;width:22.125rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVy0h0U7wDceZEhCSxeqCQUDm6qHKFJa { top:10.4375rem;left:0rem;width:30.375rem;height:3.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEeFTBo1PeRXSTViD3KtAKP5M0utHND7 { top:13.625rem;left:0rem;width:32.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-regular-label { display:block;width:16.6875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-text { width:16.6875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-text {padding-top: 0; padding-bottom: 0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-textarea { width:16.6875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-select { width:16.6875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-select {padding-top: 0; padding-bottom: 0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-checkbox-label { width:43.75rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-radio-label { width:7.46875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL  { width:45.25rem;height:auto;top:34.25rem;left:0rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .radio-container { width:17.3125rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL {display:inline-block;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL { width:45.25rem;height:auto;top:34.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #rsAOtO76WRhZmFflMpK0rFz1S2a3FDS9 {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #kJKfhofT7HmeENW3csb4ARI2GvhCyw8i {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #QWwyTbeE40y8TtIfGyJQTmky2xdmFZPQ {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #fPRGfU9gU94MwZ6ZVb4cLGpc8Q6pvJya {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #b2TI6tLE6TIsowqFWkObxkqzORrwN3TU { display:block; }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #cyVTBt2DRmADnoAav75Aq8etXHtyc1dM {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #UzhbsT7K6SCosf0QekJ5zPB5JsSCW5Bk {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #n7yfXyecxystNVTr7zh5LOpWdHdfnkyS {  }
 }@media only screen and (max-width: 763px) { #EnBGdzuDNMQNgnWUC2UCustE1JNdivZL { display:block; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcE2mTTvf5THIl56FdS9TrNGnKmb6zxs { top:15.1875rem;left:15rem;width:16.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN1gBIx5GSJACLTqJR6wfcd7gGp8PoOc { top:15.75rem;left:36.3125rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmTCVuCnkifcXW0HBcKHdKMiOxwmmopF { top:15.75rem;left:4.5625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS4gKh416JJbn2HG8ez6JQDhLgArokUo { top:15.75rem;left:20.4375rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNwoeN0evmiu4udGKZ016QrB7Rmzuy9d { width:3.125rem;height:3.125rem;top:17.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKcVpKG8ItLBLHe6szIZTx8N4npaO7x { width:3.125rem;height:3.125rem;top:17.25rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpHl2L9R7uIVVOdCs1zCka98keTScvNG { width:4.125rem;height:3.75rem;top:16.9375rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:7.3125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { top:4.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLsH5Q1v8QtHfTnyMgM4Gx3POdACHNGB { top:27.875rem;left:0.6875rem;width:14.5625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzlFZZwNGO0ROzsDAURXp806t2hTyWxg { top:23.5625rem;left:0.625rem;width:13.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N37rl0AgRVragPIvPffte98DpyhPikXd { top:15.1875rem;left:0rem;width:16.75rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS2mLrl03ALKDi8DzMr0ThZ0ND4MWOum { top:15.1875rem;left:30.875rem;width:16.75rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq4Ft1Tv8zT0TKMif1VwLxFQ2Q40kiZ2 { top:27.625rem;left:17.21875rem;width:14.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaMKR2bw19WF20EMBD5m6IdO40Lv5ZEP { top:23.5625rem;left:17.125rem;width:13.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtOqEssl8CzysBrRuexriUmPhH4JG783 { top:27.375rem;left:32.4375rem;width:14.5625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByVQNg4r6ZvCsau5ET034D20gookIVBe { top:23.3125rem;left:32.375rem;width:13.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAovr79Idi1sTt4F4ucTFtQorVfZwHOc { display:block; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFiisKI82MMbgvo3NXmKX08ynW3WynsU { top:4.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsaoBTK87nW9abPDVZbTRlQ5TL91Hvdm { top:6.9375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkugyAaHGJfX7PvfNX17WoNWXM6EvrQ6 { top:35.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyfrMw9whZue90yF3hRnmVwO3N0tBWTg { top:35rem;left:1.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMWGG80RXXPfWRpFfPVI8ghTw6wxzvDG { top:37.3125rem;left:1.1875rem;width:12.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAiOPsrRJcnawPaDGkWg14Zm39GwZT1X { top:15.625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9uASp2UPl48G6QEs9l1E0oMrRqmBbTg { top:15.8125rem;left:0rem;width:12.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww2UzUb1NOVWmaCcQWTiN5o8sZoWmWc5 { top:20.0625rem;left:0rem;width:14.5625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy2QrnG2asEzZK89N2Oz4TJGfoN4LbGM { top:14.9375rem;left:31.59375rem;width:7.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXUrBRKHI4JWsFQbFzdGs6pyX67w4fkJ { top:14.9375rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5scrtxmPJ3P8ThtfzLDTZ50XxDGteCh { top:17.5rem;left:34.375rem;width:13.375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCBUXTfkQbg5NNSQz00OCHekepw1pU3 { top:33.9375rem;left:33.84375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6UdZJyJNmOysFS9vxRKvx76ZVemduO7 { top:34rem;left:36.0625rem;width:11.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl0voMA0ZcHg8WPd7srDu2JtUN30do4X { top:36.625rem;left:34.5rem;width:13.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URCWUSdMbzm0kQPCbNeQFuEN0ENqG4w2 { top:14.9375rem;left:7.0625rem;width:33.625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBt7rhdrAxS996wXHHStsPOSecDLrMH9 { top:49.625rem;left:23.75rem;width:24rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p { display:block; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhac4x8x4ySuzrHMTtHBbVevLy6FVC1z { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpNa9UrlBgsVI0t1AyuzwAHIO04wX8Tf { width:29.75rem;height:16.6875rem;top:19.1875rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aid2J7Ai6NBLezXm7HrIprUniam21VSd { top:0.75rem;left:0rem;width:29.5rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcvSgQakrTgIpzi69edzB7LfKTViD50T { top:5.25rem;left:0rem;width:9.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBFJIBytNoXXagTFR1CorOBt4PQeaiFy { top:10.4375rem;left:0rem;width:27rem;height:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRthdSlxbpM1JbycsAki6NiohBQNVf6c { top:7.6875rem;left:0rem;width:23.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l { display:block; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfoqXod9dxyS4To1thacDeIU31SG9wv1 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7thgSvwHVMQ88bEwZ74JZdV2afalUHT { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMudDJJI4piuwUTig69A7GkB1d1NoMAS { width:4.0625rem;height:4.0625rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpIfJzkwzOngsLNRD4S3WXARJgqu0Hv9 { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBcvLQQs3hxRTAtXrooZ14MOwUq0AP9F { width:4.0625rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDkg7PF4LTVBPeqAe5eo6mxzJI0VBp5 { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ESTShtvTTtdwBIxLPs1qdzuNU8nTFu { top:2.375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCJS6AtiPKk3fqnMDT2X2T54kLbDBDT1 { width:17.5rem;height:3.4375rem;top:19.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEznlg36psoH9m2JrTgME5Ia2hAQyDKq { display:block; }
 }@media only screen and (max-width: 763px) { #h6LXJU8hZnp4QtechiCMKAi3Tgh67ZnK { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/gZUza4kl/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:7.75rem;height:3.3125rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:20rem;height:3.0859375rem;top:42.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:14.4375rem;height:3.0859375rem;top:38.8125rem;left:2.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xp7qZKOVpUTkTZPIoQz4kXL0ldDNuDOS { width:13.25rem;height:17.9375rem;top:12.0380859375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVy0h0U7wDceZEhCSxeqCQUDm6qHKFJa { width:20rem;height:2.4375rem;top:6.21484375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEeFTBo1PeRXSTViD3KtAKP5M0utHND7 { width:20rem;height:2.11230625rem;top:9.17578125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-regular-label { display:block;width:16.875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-text { width:16.875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-text {padding-top: 0; padding-bottom: 0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-textarea { width:16.875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-select { width:16.875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-select {padding-top: 0; padding-bottom: 0;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-input-button { width:16.875rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-checkbox-label { width:16rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .widget-radio-label { width:7.5625rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL  { width:17.5rem;height:auto;top:47.984375rem;left:0rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL .radio-container { width:17.5rem; }
#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL {display:inline-block;}#LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL { width:17.5rem;height:auto;top:47.984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #rsAOtO76WRhZmFflMpK0rFz1S2a3FDS9 {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #kJKfhofT7HmeENW3csb4ARI2GvhCyw8i {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #QWwyTbeE40y8TtIfGyJQTmky2xdmFZPQ {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #fPRGfU9gU94MwZ6ZVb4cLGpc8Q6pvJya {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #b2TI6tLE6TIsowqFWkObxkqzORrwN3TU { display:block; }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #cyVTBt2DRmADnoAav75Aq8etXHtyc1dM {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #UzhbsT7K6SCosf0QekJ5zPB5JsSCW5Bk {  }
 }@media only screen and (max-width: 763px) { #LVR1XObWHp4ORkzxFzFCfLFZqhTT2XLL #n7yfXyecxystNVTr7zh5LOpWdHdfnkyS {  }
 }@media only screen and (max-width: 763px) { #EnBGdzuDNMQNgnWUC2UCustE1JNdivZL { background-color:transparent;background-image:none;display:block; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container { background-color: transparent; background-image: none; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container > .video-iframe-container { display: none; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row > .video-iframe-container { display: none; }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .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); }#EnBGdzuDNMQNgnWUC2UCustE1JNdivZL > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcE2mTTvf5THIl56FdS9TrNGnKmb6zxs { width:16.75rem;height:19.25rem;top:41.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN1gBIx5GSJACLTqJR6wfcd7gGp8PoOc { width:6.125rem;height:6.125rem;top:64.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmTCVuCnkifcXW0HBcKHdKMiOxwmmopF { width:6.125rem;height:6.125rem;top:12rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS4gKh416JJbn2HG8ez6JQDhLgArokUo { width:6.125rem;height:6.125rem;top:39.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNwoeN0evmiu4udGKZ016QrB7Rmzuy9d { width:3.125rem;height:3.125rem;top:13.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKcVpKG8ItLBLHe6szIZTx8N4npaO7x { width:3.125rem;height:3.125rem;top:40.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpHl2L9R7uIVVOdCs1zCka98keTScvNG { width:3.125rem;height:3.125rem;top:65.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:2.625rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJy1P35pr3ApafLs3ouor4NIh8Ugc4mq { width:16.4375rem;height:3.25rem;top:6.0625rem;left:1.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLsH5Q1v8QtHfTnyMgM4Gx3POdACHNGB { width:14.5625rem;height:8.3965rem;top:23.75rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzlFZZwNGO0ROzsDAURXp806t2hTyWxg { width:13.875rem;height:3.57421875rem;top:18.9375rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N37rl0AgRVragPIvPffte98DpyhPikXd { width:16.75rem;height:21.625rem;top:67.662109375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS2mLrl03ALKDi8DzMr0ThZ0ND4MWOum { width:16.75rem;height:21.8125rem;top:14.625rem;left:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Aq4Ft1Tv8zT0TKMif1VwLxFQ2Q40kiZ2 { width:14.3125rem;height:8.3965rem;top:51rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iaMKR2bw19WF20EMBD5m6IdO40Lv5ZEP { width:13.875rem;height:3.57421875rem;top:46.1875rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtOqEssl8CzysBrRuexriUmPhH4JG783 { width:14.5625rem;height:8.3965rem;top:76.6875rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByVQNg4r6ZvCsau5ET034D20gookIVBe { width:13.875rem;height:3.57421875rem;top:71.875rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAovr79Idi1sTt4F4ucTFtQorVfZwHOc { display:block; }#BAovr79Idi1sTt4F4ucTFtQorVfZwHOc > .row .container { width:20rem;height:132.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFiisKI82MMbgvo3NXmKX08ynW3WynsU { width:20rem;height:1.625rem;top:7.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QsaoBTK87nW9abPDVZbTRlQ5TL91Hvdm { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkugyAaHGJfX7PvfNX17WoNWXM6EvrQ6 { width:3.875rem;height:3.875rem;top:27.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyfrMw9whZue90yF3hRnmVwO3N0tBWTg { width:12.5625rem;height:1.7871125rem;top:33rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMWGG80RXXPfWRpFfPVI8ghTw6wxzvDG { width:12.5625rem;height:5.59765625rem;top:35.9375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PAiOPsrRJcnawPaDGkWg14Zm39GwZT1X { width:3.875rem;height:3.875rem;top:43.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9uASp2UPl48G6QEs9l1E0oMrRqmBbTg { width:12.5625rem;height:3.57421875rem;top:49.0625rem;left:3.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ww2UzUb1NOVWmaCcQWTiN5o8sZoWmWc5 { width:12.5625rem;height:9.795875rem;top:53.875rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wy2QrnG2asEzZK89N2Oz4TJGfoN4LbGM { width:7.1875rem;height:3.625rem;top:88.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXUrBRKHI4JWsFQbFzdGs6pyX67w4fkJ { width:12.5625rem;height:1.7871125rem;top:93.4375rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5scrtxmPJ3P8ThtfzLDTZ50XxDGteCh { width:12.5625rem;height:8.3965rem;top:96.5rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQCBUXTfkQbg5NNSQz00OCHekepw1pU3 { width:3.875rem;height:3.875rem;top:67.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6UdZJyJNmOysFS9vxRKvx76ZVemduO7 { width:11.6875rem;height:1.7871125rem;top:72.1875rem;left:4.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fl0voMA0ZcHg8WPd7srDu2JtUN30do4X { width:11.6875rem;height:9.79589375rem;top:75.1875rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URCWUSdMbzm0kQPCbNeQFuEN0ENqG4w2 { width:20rem;height:17.8125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBt7rhdrAxS996wXHHStsPOSecDLrMH9 { width:20rem;height:21.5625rem;top:110.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p { display:block; }#BygG6TpfqlbZGJwWwWkx0rLlPLPaFH5p > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jhac4x8x4ySuzrHMTtHBbVevLy6FVC1z { width:20rem;height:1.95rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpNa9UrlBgsVI0t1AyuzwAHIO04wX8Tf { height:11.1875rem;width:19.875rem;top:41.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aid2J7Ai6NBLezXm7HrIprUniam21VSd { width:20rem;height:2.625rem;top:0.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mcvSgQakrTgIpzi69edzB7LfKTViD50T { width:9.6875rem;height:0;top:8.7rem;left:5.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HBFJIBytNoXXagTFR1CorOBt4PQeaiFy { width:20rem;height:33.58595rem;top:6.0375003814697rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRthdSlxbpM1JbycsAki6NiohBQNVf6c { width:20rem;height:1.625rem;top:3.7749996185302rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l { background-color:#3f035f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l.adaptive-delivery-prevent-bg, #dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l.lazyload, #dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l.lazyloading { background-image: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container { background-color: transparent; background-image: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container > .video-iframe-container { display: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row > .video-iframe-container { display: none; }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .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); }#dWfFFidkWfT6FJKbweaGWNWJl4cNzq0l > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfoqXod9dxyS4To1thacDeIU31SG9wv1 { width:17.875rem;height:3.19921875rem;top:6.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7thgSvwHVMQ88bEwZ74JZdV2afalUHT { width:2.5rem;height:2.5rem;top:11.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMudDJJI4piuwUTig69A7GkB1d1NoMAS { width:2.5rem;height:2.5rem;top:11.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpIfJzkwzOngsLNRD4S3WXARJgqu0Hv9 { width:2.5rem;height:2.5rem;top:11.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBcvLQQs3hxRTAtXrooZ14MOwUq0AP9F { width:2.5rem;height:2.4375rem;top:11.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDkg7PF4LTVBPeqAe5eo6mxzJI0VBp5 { width:2.5rem;height:2.5rem;top:11.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ESTShtvTTtdwBIxLPs1qdzuNU8nTFu { width:20rem;height:3rem;top:1.9609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCJS6AtiPKk3fqnMDT2X2T54kLbDBDT1 { width:17.5rem;height:3.4375rem;top:22.9609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEznlg36psoH9m2JrTgME5Ia2hAQyDKq { display:block; }
 }@media only screen and (max-width: 763px) { #h6LXJU8hZnp4QtechiCMKAi3Tgh67ZnK { width:17.9375rem;height:6.3984375rem;top:15.4375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }