.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--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:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { position:absolute;display:block;z-index:15000;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:2.6875rem;width:9.5625rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { box-sizing:content-box;height:19.625rem;width:74.875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a10905c8-3162-4a69-9cb1-e9b2840aa456/regulamin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:0rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.adaptive-delivery-prevent-bg, #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.lazyload, #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC.lazyloading { background-image: none; }
#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }#ec3x8F7XQVCGR4FRufJugOZx3LUteNKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.6041667461395rem;left:67.291666030881rem; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.6041667461395rem;left:70.166666030881rem; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#svwCoifepSJz9wvz8OPtssnihqVgzIcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.6041667461395rem;left:72.93750190735rem; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.374784469604rem;left:6.1870670318604rem;height:5.85069375rem;display:block; }
#E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { position:absolute;display:block;z-index:15006;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:1.99978125rem;width:7.1875rem;top:13.8125rem;left:6.1875rem;overflow:hidden;display:block; }
#feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-4),1);border-left:0.1875rem solid rgba(var(--color-secondary-4),1);border-right:0.1875rem solid rgba(var(--color-secondary-4),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.4463976621627rem;left:59.602869033814rem;display:block; }
#yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { box-sizing:content-box;height:4.125rem;width:4.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:6.1875rem;display:block; }
#FX7EEbqE9CRbPNJQ4RtkfUk0Xkd6z8EW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8422317504881rem;left:7.1538639068606rem; }
#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { position:relative;display:block; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { background-color: transparent; background-image: none; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container > .video-iframe-container { display: none; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row > .video-iframe-container { display: none; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .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); }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { border-width: 0; border-radius: 0; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:3.75rem;left:12.8125rem;height:2.74956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#m4VJnmFKvGOmb8D8OJCFBHM6ZszJxPap { color:rgba(var(--color-tertiary-4),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:8.0625rem;left:4.875rem;height:8.003475rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:2;letter-spacing:0;top:17.5rem;left:6.25rem;height:11.0015rem;overflow:hidden;display:block; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
#UlGy3ekthAB6HdAHzC21HwgJAtP40JaQ { color:rgba(var(--color-tertiary-4),1);display:block;width:65rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:2;letter-spacing:0;top:30.5625rem;left:4.875rem;height:4.0017375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE { 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; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { background-color: transparent; background-image: none; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container > .video-iframe-container { display: none; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row > .video-iframe-container { display: none; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .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); }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { border-width: 0; border-radius: 0; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { font-size:0.875rem;font-family:arial;height:103.625rem;width:75rem;position:relative;display:block; }#TS52QctaKHlS136TQbuTldfz3U8fHAfn { box-sizing:content-box;height:73.811875rem;width:51.186rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/21c0d389-8685-46cd-b26d-31395337699a/img24.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.495441436767rem;left:3.125rem;display:block; }#TS52QctaKHlS136TQbuTldfz3U8fHAfn.adaptive-delivery-prevent-bg, #TS52QctaKHlS136TQbuTldfz3U8fHAfn.lazyload, #TS52QctaKHlS136TQbuTldfz3U8fHAfn.lazyloading { background-image: none; }
#pdUrq0PGBmu7E87gEZAwylc0KkfhTNMn { color:rgba(var(--color-tertiary-4),1);display:block;width:49.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15057;line-height:2;letter-spacing:0;top:3.6241302490234rem;left:12.937284469604rem;height:2.74956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#cLqR9LyEUTsWA7dSHp1m5q37o5CPTZz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15058;line-height:2;letter-spacing:0;top:8.2465286254881rem;left:55.81272315979rem;height:2.74956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:left;text-align-last:left;display:block; }
#AMlxevCwMHIHahnirx4LgnK59krhtQD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:2;letter-spacing:0;top:11.561415195465rem;left:55.81272315979rem;height:18.00781875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qIH9An02ni3lfmU3zfSHEa3JT4WibHZO { box-sizing:content-box;height:11.25rem;width:16.4375rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6bbc6b21-5348-4ee6-a70f-3478b773f9a9/img21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:56rem;display:block; }#qIH9An02ni3lfmU3zfSHEa3JT4WibHZO.adaptive-delivery-prevent-bg, #qIH9An02ni3lfmU3zfSHEa3JT4WibHZO.lazyload, #qIH9An02ni3lfmU3zfSHEa3JT4WibHZO.lazyloading { background-image: none; }
#Jmg8h7d1tWidG3LQq54DcaFe1CZ6NCCb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:2;letter-spacing:0;top:42.749567985534rem;left:55.81272315979rem;height:2.00086875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#yT5XZzcI0F6vLhFArAQtHVlEwTBXveUX { box-sizing:content-box;height:7.374125rem;width:16.436625rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1bade23-e086-4ca2-9387-52c19b418fc7/img22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.750437736511rem;left:55.904954910278rem;display:block; }#yT5XZzcI0F6vLhFArAQtHVlEwTBXveUX.adaptive-delivery-prevent-bg, #yT5XZzcI0F6vLhFArAQtHVlEwTBXveUX.lazyload, #yT5XZzcI0F6vLhFArAQtHVlEwTBXveUX.lazyloading { background-image: none; }
#dFQoEJFtmEHWJxaoxyfPlH59a1WKKWSh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15061;line-height:2;letter-spacing:0;top:52.748484611511rem;left:55.81272315979rem;height:2.00086875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#VbT2TcofUofD1GS7M9vVSP3fpuv1QvFp { box-sizing:content-box;height:23.125rem;width:16.436625rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/683ac4c8-16a6-467d-b5c6-6aaa29a663e7/img23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.562068939209rem;left:55.904954910278rem;display:block; }#VbT2TcofUofD1GS7M9vVSP3fpuv1QvFp.adaptive-delivery-prevent-bg, #VbT2TcofUofD1GS7M9vVSP3fpuv1QvFp.lazyload, #VbT2TcofUofD1GS7M9vVSP3fpuv1QvFp.lazyloading { background-image: none; }
#Fn05oXbq7PypWDMCTe0Pk1KVpu7DifId { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15062;line-height:2;letter-spacing:0;top:80.998264312744rem;left:55.467233657837rem;height:16.00695rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8 { box-sizing:content-box;height:73.811875rem;width:51.186rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/21c0d389-8685-46cd-b26d-31395337699a/img24.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.495441436767rem;left:3.125rem;display:none; }#JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8.adaptive-delivery-prevent-bg, #JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8.lazyload, #JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8.lazyloading { background-image: none; }
#sM67frlyARhyx0IDTDxBLWCguKP7A4H8 { box-sizing:content-box;height:73.811875rem;width:51.186rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/21c0d389-8685-46cd-b26d-31395337699a/img24.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.495441436767rem;left:3.125rem;display:none; }#sM67frlyARhyx0IDTDxBLWCguKP7A4H8.adaptive-delivery-prevent-bg, #sM67frlyARhyx0IDTDxBLWCguKP7A4H8.lazyload, #sM67frlyARhyx0IDTDxBLWCguKP7A4H8.lazyloading { background-image: none; }
#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row .container { background-color: transparent; background-image: none; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row .container > .video-iframe-container { display: none; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row > .video-iframe-container { display: none; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .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); }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row .container { border-width: 0; border-radius: 0; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row .container { font-size:0.875rem;font-family:arial;height:117.75rem;width:75rem;position:relative;display:block; }#bHN9JJp8HRThReAXwximU7nXb3foW7I4 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:2.8700084686279rem;left:12.937284469604rem;height:2.74956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#m4c5LvNWeW9zqeheiGfmzBHhTS7D46mR { box-sizing:content-box;height:17.9375rem;width:27.75rem;position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2fc24f65-d189-437f-8b5b-92f49a7cf3f1/img29.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:9.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#m4c5LvNWeW9zqeheiGfmzBHhTS7D46mR.adaptive-delivery-prevent-bg, #m4c5LvNWeW9zqeheiGfmzBHhTS7D46mR.lazyload, #m4c5LvNWeW9zqeheiGfmzBHhTS7D46mR.lazyloading { background-image: none; }
#ZP2iqQXRUqtLdpKR7ytNKtt0GASLmNif { box-sizing:content-box;height:17.9375rem;width:27.75rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b268da62-43af-4b58-9c3b-31a91cc4db55/img30.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:37.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#ZP2iqQXRUqtLdpKR7ytNKtt0GASLmNif.adaptive-delivery-prevent-bg, #ZP2iqQXRUqtLdpKR7ytNKtt0GASLmNif.lazyload, #ZP2iqQXRUqtLdpKR7ytNKtt0GASLmNif.lazyloading { background-image: none; }
#aB54GoGhx2NsSEqXaskTLOrQWhAUcM5t { box-sizing:content-box;height:31.625rem;width:27.75rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b7af10cc-915e-40c7-91d9-a02bd57d9042/img31.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:9.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#aB54GoGhx2NsSEqXaskTLOrQWhAUcM5t.adaptive-delivery-prevent-bg, #aB54GoGhx2NsSEqXaskTLOrQWhAUcM5t.lazyload, #aB54GoGhx2NsSEqXaskTLOrQWhAUcM5t.lazyloading { background-image: none; }
#krMxbGPzf1yP8JdG4fziHOMn7X7lUriB { box-sizing:content-box;height:31.5625rem;width:27.061625rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/88bc4424-a6f7-4e72-aa92-a7f192aa5c85/img32.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.8125rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#krMxbGPzf1yP8JdG4fziHOMn7X7lUriB.adaptive-delivery-prevent-bg, #krMxbGPzf1yP8JdG4fziHOMn7X7lUriB.lazyload, #krMxbGPzf1yP8JdG4fziHOMn7X7lUriB.lazyloading { background-image: none; }
#NxaHGJUZwTDHyLQb0pfyXQrVDVWQUI8z { box-sizing:content-box;height:0.24956625rem;width:68.75rem;position:absolute;display:block;z-index:15059;background-color:#66cc33;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.750650405881rem;left:3.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#K3LMh6Ld2KxbJ0FgWI3JnAiM9LbIbm8T { color:rgba(var(--color-tertiary-4),1);display:block;width:49.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15057;line-height:2;letter-spacing:0;top:65.992843151094rem;left:12.937284469604rem;height:2.74956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#kuW7uc08bma4723erUCCrI2mL7og50sO { box-sizing:content-box;height:20.25rem;width:31.4375rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/68ee94cc-ffe8-489a-b830-04a0bb583899/img33.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.06228637695rem;left:6.9986972808837rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#kuW7uc08bma4723erUCCrI2mL7og50sO.adaptive-delivery-prevent-bg, #kuW7uc08bma4723erUCCrI2mL7og50sO.lazyload, #kuW7uc08bma4723erUCCrI2mL7og50sO.lazyloading { background-image: none; }
#H6tx7vefPwn37gEOaU0qfook3gPTULu1 { box-sizing:content-box;height:20.25rem;width:31.4375rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/79a9bac0-b493-4acd-aa1a-d39bd29f6e1a/img34.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.06228637695rem;left:39.686418533325rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#H6tx7vefPwn37gEOaU0qfook3gPTULu1.adaptive-delivery-prevent-bg, #H6tx7vefPwn37gEOaU0qfook3gPTULu1.lazyload, #H6tx7vefPwn37gEOaU0qfook3gPTULu1.lazyloading { background-image: none; }
#KIrmEka62fzlhIBLrCIBMfAxEfyH7dqH { box-sizing:content-box;height:20.25rem;width:31.4375rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/138f023a-2d98-4b45-ae92-b301605dcfa1/img35.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.374130249025rem;left:6.5071620941163rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#KIrmEka62fzlhIBLrCIBMfAxEfyH7dqH.adaptive-delivery-prevent-bg, #KIrmEka62fzlhIBLrCIBMfAxEfyH7dqH.lazyload, #KIrmEka62fzlhIBLrCIBMfAxEfyH7dqH.lazyloading { background-image: none; }
#ATZtkcEffqxIWtLuIldsz0KqWIreTNlg { box-sizing:content-box;height:20.25rem;width:31.4375rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a4a95cd1-dccf-4a81-93c1-b7309f21b2b5/img36.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:92.37304496765rem;left:39.685335159302rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#ATZtkcEffqxIWtLuIldsz0KqWIreTNlg.adaptive-delivery-prevent-bg, #ATZtkcEffqxIWtLuIldsz0KqWIreTNlg.lazyload, #ATZtkcEffqxIWtLuIldsz0KqWIreTNlg.lazyloading { background-image: none; }
#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT { 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; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row .container { background-color: transparent; background-image: none; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row .container > .video-iframe-container { display: none; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row > .video-iframe-container { display: none; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .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); }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row .container { border-width: 0; border-radius: 0; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row .container { font-size:0.875rem;font-family:arial;height:91.125rem;width:75rem;position:relative;display:block; }#U60wic7FUNT6tH49yHze9Q9pLpM7xp9i { color:rgba(var(--color-tertiary-4),1);display:block;width:49.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:2.6844615936279rem;left:12.937284469604rem;height:5.49913125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#cKcXFBlV7LfPNzaGEuyMR37Oaz778evP { box-sizing:content-box;height:79.874375rem;width:55.4373125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f4f0611d-5dc9-4186-ba28-0eefad3e80f4/img39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0603046417238rem;left:9.7808170318606rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#cKcXFBlV7LfPNzaGEuyMR37Oaz778evP.adaptive-delivery-prevent-bg, #cKcXFBlV7LfPNzaGEuyMR37Oaz778evP.lazyload, #cKcXFBlV7LfPNzaGEuyMR37Oaz778evP.lazyloading { background-image: none; }
#D80p2S0gXLUP0PhCBJImuSDG6p04NNhN { box-sizing:content-box;height:79.874375rem;width:55.4373125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f4f0611d-5dc9-4186-ba28-0eefad3e80f4/img39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0603046417238rem;left:9.7808170318606rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }#D80p2S0gXLUP0PhCBJImuSDG6p04NNhN.adaptive-delivery-prevent-bg, #D80p2S0gXLUP0PhCBJImuSDG6p04NNhN.lazyload, #D80p2S0gXLUP0PhCBJImuSDG6p04NNhN.lazyloading { background-image: none; }
#NBSFExpmu43rTZGnu2A51uTqK5M13zqd { box-sizing:content-box;height:79.874375rem;width:55.4373125rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f4f0611d-5dc9-4186-ba28-0eefad3e80f4/img39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0603046417238rem;left:9.7808170318606rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }#NBSFExpmu43rTZGnu2A51uTqK5M13zqd.adaptive-delivery-prevent-bg, #NBSFExpmu43rTZGnu2A51uTqK5M13zqd.lazyload, #NBSFExpmu43rTZGnu2A51uTqK5M13zqd.lazyloading { background-image: none; }
#xevO0zPJ117HQofmeOn1W5I46AghV96E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row .container { background-color: transparent; background-image: none; }#xevO0zPJ117HQofmeOn1W5I46AghV96E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row .container > .video-iframe-container { display: none; }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row > .video-iframe-container { display: none; }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .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); }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row .container { border-width: 0; border-radius: 0; }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#xU2gXpWrZLWcHnQ21MULyZphzfL2WrwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:49.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15056;line-height:2;letter-spacing:0;top:4.5rem;left:13.125rem;height:2.74956875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#rxVmtyOHXT1XRCqCEShdweiLTk6a8riH { color:rgba(var(--color-tertiary-4),1);display:block;width:61.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15058;line-height:2;letter-spacing:0;top:10.5625rem;left:7.375rem;height:8.0035rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { background-color: transparent; background-image: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container > .video-iframe-container { display: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container { display: none; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .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); }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { border-width: 0; border-radius: 0; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { position:absolute;display:block;z-index:15001;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:2rem;width:7.25rem;top:1.1875rem;left:67.75000190735rem;overflow:hidden;display:block; }
#FkwLV8MFtfdUih941SM516wVyN0plxDH { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.537109375rem;left:0rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { top:0.9375rem;left:0rem;width:9.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { top:5.25rem;left:0rem;width:47.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #svwCoifepSJz9wvz8OPtssnihqVgzIcX { top:1.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { top:16.3125rem;left:0rem;width:30.0625rem;height:5.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { top:13.8125rem;left:0rem;width:7.1875rem;height:1.9987rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { width:6.5625rem;height:2.375rem;top:1.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block; }
 }@media only screen and (max-width: 763px) { #h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { top:7.875rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX7EEbqE9CRbPNJQ4RtkfUk0Xkd6z8EW { top:8.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { display:block; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { top:3.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4VJnmFKvGOmb8D8OJCFBHM6ZszJxPap { top:8.0625rem;left:0rem;width:47.75rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg { top:17.5rem;left:0rem;width:33.5rem;height:11rem;font-size:0.875rem;display:block; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #UlGy3ekthAB6HdAHzC21HwgJAtP40JaQ { top:30.5625rem;left:0rem;width:47.75rem;height:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE { display:block; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS52QctaKHlS136TQbuTldfz3U8fHAfn { top:14.4375rem;left:0rem;width:47.75rem;height:73.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdUrq0PGBmu7E87gEZAwylc0KkfhTNMn { top:3.5625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLqR9LyEUTsWA7dSHp1m5q37o5CPTZz0 { top:8.1875rem;left:31.1875rem;width:16.5625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMlxevCwMHIHahnirx4LgnK59krhtQD0 { top:11.5rem;left:28.625rem;width:18.5rem;height:18rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIH9An02ni3lfmU3zfSHEa3JT4WibHZO { top:30.4375rem;left:31.3125rem;width:16.4375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmg8h7d1tWidG3LQq54DcaFe1CZ6NCCb { top:42.6875rem;left:28.625rem;width:19.125rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT5XZzcI0F6vLhFArAQtHVlEwTBXveUX { top:44.75rem;left:31.3125rem;width:16.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFQoEJFtmEHWJxaoxyfPlH59a1WKKWSh { top:52.6875rem;left:28.625rem;width:17.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbT2TcofUofD1GS7M9vVSP3fpuv1QvFp { top:55.5rem;left:31.3125rem;width:16.375rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn05oXbq7PypWDMCTe0Pk1KVpu7DifId { top:80.9375rem;left:29.8125rem;width:17.9375rem;height:16rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8 { top:14.4375rem;left:0rem;width:47.75rem;height:73.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM67frlyARhyx0IDTDxBLWCguKP7A4H8 { top:14.4375rem;left:0rem;width:47.75rem;height:73.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT { display:block; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHN9JJp8HRThReAXwximU7nXb3foW7I4 { top:2.8125rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4c5LvNWeW9zqeheiGfmzBHhTS7D46mR { top:7.8125rem;left:0rem;width:27.6875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2iqQXRUqtLdpKR7ytNKtt0GASLmNif { top:7.8125rem;left:20.0625rem;width:27.6875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB54GoGhx2NsSEqXaskTLOrQWhAUcM5t { top:26.8125rem;left:0rem;width:27.6875rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMxbGPzf1yP8JdG4fziHOMn7X7lUriB { top:26.8125rem;left:20.75rem;width:27rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxaHGJUZwTDHyLQb0pfyXQrVDVWQUI8z { top:62.75rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3LMh6Ld2KxbJ0FgWI3JnAiM9LbIbm8T { top:65.9375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuW7uc08bma4723erUCCrI2mL7og50sO { top:71rem;left:0rem;width:31.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6tx7vefPwn37gEOaU0qfook3gPTULu1 { top:71rem;left:16.3125rem;width:31.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIrmEka62fzlhIBLrCIBMfAxEfyH7dqH { top:92.3125rem;left:0rem;width:31.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZtkcEffqxIWtLuIldsz0KqWIreTNlg { top:92.3125rem;left:16.3125rem;width:31.4375rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT { display:block; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U60wic7FUNT6tH49yHze9Q9pLpM7xp9i { top:2.625rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKcXFBlV7LfPNzaGEuyMR37Oaz778evP { top:9rem;left:0rem;width:47.75rem;height:79.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D80p2S0gXLUP0PhCBJImuSDG6p04NNhN { top:9rem;left:0rem;width:47.75rem;height:79.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBSFExpmu43rTZGnu2A51uTqK5M13zqd { top:9rem;left:0rem;width:47.75rem;height:79.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xevO0zPJ117HQofmeOn1W5I46AghV96E { display:block; }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2gXpWrZLWcHnQ21MULyZphzfL2WrwZ { top:4.5rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxVmtyOHXT1XRCqCEShdweiLTk6a8riH { top:10.5625rem;left:0rem;width:47.75rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { display:block; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { top:1.1875rem;left:40.5rem;width:7.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLV8MFtfdUih941SM516wVyN0plxDH { top:1.5rem;left:0rem;width:19.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTOJkTOHuaeWmTlSqSqCTQM7l7URTAV3 { width:9.5625rem;height:2.6875rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec3x8F7XQVCGR4FRufJugOZx3LUteNKC { width:20rem;height:22.1875rem;top:10.374349594116rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:7.0625rem;font-size:0.875rem; }
#t1J3rG4diZ4kUNbiQwMIsZfrgMaNtaDH > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:9.3125rem;font-size:0.875rem; }
#mPRHcL6mV3cxottFl4caZ8pqgBFQF6xD > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #svwCoifepSJz9wvz8OPtssnihqVgzIcX { display:flex;width:1.25rem;height:1.25rem;top:4.6875rem;left:11.625rem;font-size:0.875rem; }
#svwCoifepSJz9wvz8OPtssnihqVgzIcX > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #bsEvVA1eMmhftpnq7X13UMCzF2ibqD4i { width:17.8125rem;height:7.79625rem;top:23.499349594116rem;left:1.9368491768837rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0E6I2k1qCcl2IvHfKE0itBHsz3ASf5a { width:7.1875rem;height:1.99978125rem;top:20.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBZxtaqiV2PTRPGvHhIibM8nMEXZ1S2 { width:6.5347225rem;height:2.34635375rem;top:7rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNTQsa16qJrvad288HTla6JHl6Vx4Zgc { display:block; }
 }@media only screen and (max-width: 763px) { #h0mGTewkHdHMlTrbR6aK0VHnOn1vnGT6 { width:3.25rem;height:3.25rem;top:16.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX7EEbqE9CRbPNJQ4RtkfUk0Xkd6z8EW { display:flex;width:2.1875rem;height:2.1875rem;top:16.561632156372rem;left:2.6310766339302rem; }
 }@media only screen and (max-width: 763px) { #lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN { display:block; }#lJTa1JTxag8AHzCSB9Sx1THHsi5H1KnN > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTSL2fUdg9hDlB5Vl3VrvKBezTE1iuo1 { width:17.875rem;height:3.8237875rem;top:1.7469615936279rem;left:1.2185330986977rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m4VJnmFKvGOmb8D8OJCFBHM6ZszJxPap { width:17.561875rem;height:17.838525rem;top:6.6232643127444rem;left:1.2185330986977rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg { width:17.8125rem;height:14.8904375rem;top:25.903863906861rem;left:1.0937500596046rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }#TSpnHRngnuQAADXWcdA0QPJX5nDTUKHg li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/2ab39991-e834-47eb-8fc4-92f80dcd2fd2/Vector1.svg); }
 }@media only screen and (max-width: 763px) { #UlGy3ekthAB6HdAHzC21HwgJAtP40JaQ { width:17.999125rem;height:10.4058125rem;top:41.871746063233rem;left:1.0004341006279rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE { display:block; }#wkVHbckOS1fy3ETn0LCwb5SQJnhZXQBE > .row .container { width:20rem;height:320rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS52QctaKHlS136TQbuTldfz3U8fHAfn { width:19.124375rem;height:75.561875rem;top:8.2345924377444rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/21c0d389-8685-46cd-b26d-31395337699a/img24.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TS52QctaKHlS136TQbuTldfz3U8fHAfn.adaptive-delivery-prevent-bg, #TS52QctaKHlS136TQbuTldfz3U8fHAfn.lazyload, #TS52QctaKHlS136TQbuTldfz3U8fHAfn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pdUrq0PGBmu7E87gEZAwylc0KkfhTNMn { width:17.3123125rem;height:3.8237875rem;top:2.6237030029297rem;left:1.3433161377907rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cLqR9LyEUTsWA7dSHp1m5q37o5CPTZz0 { width:9.124375rem;height:1.91189375rem;top:239.9375rem;left:1.375rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AMlxevCwMHIHahnirx4LgnK59krhtQD0 { width:17.0625rem;height:13.3789rem;top:241.875rem;left:1.3125rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIH9An02ni3lfmU3zfSHEa3JT4WibHZO { width:16.436625rem;height:11.25rem;top:255.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmg8h7d1tWidG3LQq54DcaFe1CZ6NCCb { width:14.3120625rem;height:1.48654375rem;top:267.5rem;left:1.375rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yT5XZzcI0F6vLhFArAQtHVlEwTBXveUX { width:16.3748125rem;height:7.3123125rem;top:269.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFQoEJFtmEHWJxaoxyfPlH59a1WKKWSh { width:14.6245625rem;height:1.48654375rem;top:278.625rem;left:1.375rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VbT2TcofUofD1GS7M9vVSP3fpuv1QvFp { width:16.3748125rem;height:23.125rem;top:280.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn05oXbq7PypWDMCTe0Pk1KVpu7DifId { width:17.1875rem;height:11.89235rem;top:306.1875rem;left:1.5rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8 { width:14.561625rem;height:75.561875rem;top:85.753040313719rem;left:2.7180991768837rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/21c0d389-8685-46cd-b26d-31395337699a/img24.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15066;display:block; }#JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8.adaptive-delivery-prevent-bg, #JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8.lazyload, #JepDbiM3Jk5sJnb1KafyT4ZNd8TXboS8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sM67frlyARhyx0IDTDxBLWCguKP7A4H8 { width:19.0625rem;height:75.5625rem;top:162.12674713135rem;left:0.71918421983719rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/21c0d389-8685-46cd-b26d-31395337699a/img24.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15067;display:block; }#sM67frlyARhyx0IDTDxBLWCguKP7A4H8.adaptive-delivery-prevent-bg, #sM67frlyARhyx0IDTDxBLWCguKP7A4H8.lazyload, #sM67frlyARhyx0IDTDxBLWCguKP7A4H8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT { display:block; }#F5mg97TQoUTil1ShrwEQ81gvlq6RaMvT > .row .container { width:20rem;height:173.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHN9JJp8HRThReAXwximU7nXb3foW7I4 { width:16.8120625rem;height:5.735675rem;top:2.0583763122559rem;left:1.5939670205116rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4c5LvNWeW9zqeheiGfmzBHhTS7D46mR { width:17.686625rem;height:17.561875rem;top:9.1080732345581rem;left:1.1555990576744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2iqQXRUqtLdpKR7ytNKtt0GASLmNif { width:17.8125rem;height:14.749375rem;top:27.623693466186rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB54GoGhx2NsSEqXaskTLOrQWhAUcM5t { width:17.6248125rem;height:23.499375rem;top:43.561201095581rem;left:1.1870660185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #krMxbGPzf1yP8JdG4fziHOMn7X7lUriB { width:17.7495625rem;height:15.8745625rem;top:68.060991287231rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxaHGJUZwTDHyLQb0pfyXQrVDVWQUI8z { width:18.125rem;height:0.24956625rem;top:86.061208724975rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3LMh6Ld2KxbJ0FgWI3JnAiM9LbIbm8T { width:20rem;height:3.8237875rem;top:88rem;left:0rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuW7uc08bma4723erUCCrI2mL7og50sO { width:17.686625rem;height:17.9373125rem;top:92.437072753906rem;left:1.1555990576744rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6tx7vefPwn37gEOaU0qfook3gPTULu1 { width:18.0620625rem;height:18.311625rem;top:111.62327098846rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIrmEka62fzlhIBLrCIBMfAxEfyH7dqH { width:18.499375rem;height:18.75rem;top:131.12413978577rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATZtkcEffqxIWtLuIldsz0KqWIreTNlg { width:18.75rem;height:18.9995625rem;top:151.12414169311rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT { display:block; }#DB8b2eA8KX6vDtroPCI5vH3hQtIiDVTT > .row .container { width:20rem;height:209.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U60wic7FUNT6tH49yHze9Q9pLpM7xp9i { width:17.061625rem;height:9.5594375rem;top:1.3899765014649rem;left:1.4680989384651rem;font-size:1.125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKcXFBlV7LfPNzaGEuyMR37Oaz778evP { width:17rem;height:64.5rem;top:11.633041381836rem;left:1.4680989384651rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f4f0611d-5dc9-4186-ba28-0eefad3e80f4/img39.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cKcXFBlV7LfPNzaGEuyMR37Oaz778evP.adaptive-delivery-prevent-bg, #cKcXFBlV7LfPNzaGEuyMR37Oaz778evP.lazyload, #cKcXFBlV7LfPNzaGEuyMR37Oaz778evP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D80p2S0gXLUP0PhCBJImuSDG6p04NNhN { width:13.811875rem;height:64.5rem;top:77.506513595581rem;left:3.0935330986977rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f4f0611d-5dc9-4186-ba28-0eefad3e80f4/img39.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15070;display:block; }#D80p2S0gXLUP0PhCBJImuSDG6p04NNhN.adaptive-delivery-prevent-bg, #D80p2S0gXLUP0PhCBJImuSDG6p04NNhN.lazyload, #D80p2S0gXLUP0PhCBJImuSDG6p04NNhN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NBSFExpmu43rTZGnu2A51uTqK5M13zqd { width:16.625rem;height:64.5rem;top:142.88086986542rem;left:1.3433161377907rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f4f0611d-5dc9-4186-ba28-0eefad3e80f4/img39.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15071;display:block; }#NBSFExpmu43rTZGnu2A51uTqK5M13zqd.adaptive-delivery-prevent-bg, #NBSFExpmu43rTZGnu2A51uTqK5M13zqd.lazyload, #NBSFExpmu43rTZGnu2A51uTqK5M13zqd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xevO0zPJ117HQofmeOn1W5I46AghV96E { display:block; }#xevO0zPJ117HQofmeOn1W5I46AghV96E > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2gXpWrZLWcHnQ21MULyZphzfL2WrwZ { width:15.8105625rem;height:1.91189375rem;top:2.4359798431396rem;left:1.0622830986977rem;font-size:1.125rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rxVmtyOHXT1XRCqCEShdweiLTk6a8riH { width:17.874375rem;height:16.352rem;top:5.3363704681396rem;left:1.0622830986977rem;font-size:0.875rem;line-height:1.7;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PaLcrM8WTINnUcKP3rEulHU45SCWhIbX { display:block; }#PaLcrM8WTINnUcKP3rEulHU45SCWhIbX > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHbd7hbWw3TBFtTnsDudn3PQ9fvd9x6A { width:7.25rem;height:2rem;top:1.25rem;left:6.3750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwLV8MFtfdUih941SM516wVyN0plxDH { width:19.375rem;height:0.9746125rem;top:4rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }