.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:219,228,237;--color-primary-1:136,164,195;--color-primary-2:16,72,135;--color-primary-3:8,36,68;--color-primary-4:2,11,20;--color-secondary-0:246,220,222;--color-secondary-1:226,138,146;--color-secondary-2:196,20,37;--color-secondary-3:98,10,19;--color-secondary-4:29,3,6;--color-tertiary-0:255,255,255;--color-tertiary-1:193,193,193;--color-tertiary-2:47,47,47;--color-tertiary-3:24,24,24;--color-tertiary-4:5,5,5;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/Y5JpdHRl6fM/unsplash/jeren-emlano-Y5JpdHRl6fM-photo-1771212952256-31a72d974757.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.9); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.9); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT { background-color:transparent;background-image:url("https://images.assets-landingi.com/DDF6d3eFW74/unsplash/andrei-castanha-DDF6d3eFW74-vector-1767642476280-f8631c82d990.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT.adaptive-delivery-prevent-bg, #AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT.lazyload, #AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT.lazyloading { background-image: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container { background-color: transparent; background-image: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.79); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container > .video-iframe-container { display: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.79); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row > .video-iframe-container { display: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .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); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container { border-width: 0; border-radius: 0; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT::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; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container { width:75rem;height:50.4375rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#x8E8oZghMgzkHuz2deraSxAElecqUT2U { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:22.0625rem;left:2.25rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#x8E8oZghMgzkHuz2deraSxAElecqUT2U li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#x8E8oZghMgzkHuz2deraSxAElecqUT2U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88ffbdc951f244e51dd9da27a538a839354f391f.svg); }
#UgeL2qtgtXlutyRn5tDNs4TnNw7DBgxU { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:3.375rem;height:3.574225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tgTKxgidBqXMQAQNZpixAgJlF1d3c8WP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/17abefd8-8d7c-49c9-8f6e-4dd518eaf87d/bialoczerw2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.75rem;top:2.625rem;left:49.0625rem;display:block; }#tgTKxgidBqXMQAQNZpixAgJlF1d3c8WP.adaptive-delivery-prevent-bg, #tgTKxgidBqXMQAQNZpixAgJlF1d3c8WP.lazyload, #tgTKxgidBqXMQAQNZpixAgJlF1d3c8WP.lazyloading { background-image: none; }
#oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/604b0197-5b3f-4355-a85b-dfc0bb1afb2e/Artboard7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.625rem;top:2.8125rem;left:58.8125rem;display:block; }#oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs.adaptive-delivery-prevent-bg, #oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs.lazyload, #oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs.lazyloading { background-image: none; }
#HTadzsvbEFTTT8HeLlRblDSwflWTE6cs { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:31.5rem;left:3.375rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce { position:absolute;display:block;z-index:15017;background-color:#281919;background-image:url("https://images.assets-landingi.com/uc/9f7bc2f9-553b-4c37-a84e-18eec0731549/23calendarsolid1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:43.5625rem;left:3.4375rem;display:block; }#OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.adaptive-delivery-prevent-bg, #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.lazyload, #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.lazyloading { background-image: none; }
#bNU5DQTKrJN9VaeLKKBKH2a6xxBy6KLc { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:44rem;left:26.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDLZtzSzHMGx5tBRyfApD6TIZAT0XHbX { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:44rem;left:6.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZX0Tz5GNGgAN1piHdTQprugsrJNLrWB { box-sizing:content-box;height:46.4375rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.9), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.9), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.9), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0.9), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.9)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0.9)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0.9), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:4.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#tcLFreN5SRa5X5vcxacsfShnR4PmJhxc { position:absolute;display:block;z-index:15018;background-color:#281919;background-image:url("https://images.assets-landingi.com/uc/e8945315-12b6-47a6-a4e1-3bdbd721e059/67clocksolid.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;height:2.5rem;width:2.5rem;top:43.5625rem;left:23.5rem;display:block; }#tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.adaptive-delivery-prevent-bg, #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.lazyload, #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.lazyloading { background-image: none; }
#hR1uEAu1uVo3wsf4VUPGFFh3dZg79tc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:34.09375rem;left:3.5rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#T22xIsIFIQr8lMfQTSr39uzKaTAuxOxb { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15036;line-height:1.2;letter-spacing:0;top:12.0625rem;left:3.375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnd5JdXpSaQiUMNZOXgBndXv12QyLBhs { 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:15039;opacity:1;top:38.125rem;left:34.375rem; }
#TlAkrCt53I9ciHmHhb2DZTDX5rrHkFEd { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/VLfBjZWk/logo_wm_biale_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.1875rem;top:3.125rem;left:66.5625rem;display:block; }#TlAkrCt53I9ciHmHhb2DZTDX5rrHkFEd.adaptive-delivery-prevent-bg, #TlAkrCt53I9ciHmHhb2DZTDX5rrHkFEd.lazyload, #TlAkrCt53I9ciHmHhb2DZTDX5rrHkFEd.lazyloading { background-image: none; }
#BQJ9fo46vsLRfkfruAaNwHDlubphFDuP { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15041;background-color:#c1181c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:58.5625rem;display:block; }
#a5Hh9qGF6OXcBqVOvWCJHcL1AvZywcIr { box-sizing:content-box;height:1.25rem;width:0.1875rem;position:absolute;display:block;z-index:15042;background-color:#c1181c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:65.5625rem;display:block; }
#DBgOTBrThGGTCO2y0i9hqQCwrhuZwtak { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#AM9Tzu7k16uhKrAwLeulDhEWcewpNnDv { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#GUyO0eN3bIeIdf0i7WadePezuETPFZ7h { box-sizing:content-box;height:36.875rem;width:35.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.416666625rem;left:39.408295365399rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }#GUyO0eN3bIeIdf0i7WadePezuETPFZ7h.adaptive-delivery-prevent-bg, #GUyO0eN3bIeIdf0i7WadePezuETPFZ7h.lazyload, #GUyO0eN3bIeIdf0i7WadePezuETPFZ7h.lazyloading { background-image: none; }
#TdsxkS6sTbkITtRrsQK019fSGiTCwCBp { background-color:#00ff51;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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.4375rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:37.9375rem;left:3.375rem;display:block; }
#O2So0ebEGm4Dq0xfrxCrHQ0XNAwarmH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M17vwfiJKz7LChJO9TTPXH5uor2hTsz0 { 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:15039;opacity:1;top:38.125rem;left:34.375rem;display:none; }
#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container { background-color: transparent; background-image: none; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container > .video-iframe-container { display: none; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row > .video-iframe-container { display: none; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .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); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container { border-width: 0; border-radius: 0; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#P6ozZ6AwbNHRnQDkAItb1Zv8IHoDlWCc { color:#ffcb74;display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.25rem;left:5.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#O7f4i8vBqsMh9zLzAdDIxhcxLoST4m6w { color:#ffcb74;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.25rem;left:21.125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H2ls40oktAS61e5tyZhN4FWh3kNWzfBJ { color:#ffcb74;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.25rem;left:36.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RatHIh12KsUpeyL0frmIUWQ3qLV371he { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0996081829071rem;left:11.5625rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot { 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; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container { background-color: transparent; background-image: none; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container > .video-iframe-container { display: none; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row > .video-iframe-container { display: none; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .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); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container { border-width: 0; border-radius: 0; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container { font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;position:relative;display:block; }#yodozaTzKeGwy1cxsp089aK4kdWsA9gZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.6875rem;left:14.75rem;height:7.1484375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#yodozaTzKeGwy1cxsp089aK4kdWsA9gZ li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#yodozaTzKeGwy1cxsp089aK4kdWsA9gZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#khc69ApfLzRkORzKXn6x8xSTx0Ft6tKX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:52.0625rem;height:8.9355625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#khc69ApfLzRkORzKXn6x8xSTx0Ft6tKX li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#khc69ApfLzRkORzKXn6x8xSTx0Ft6tKX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#XV9girnOTdF6IlBDaPbLUBC1U1nQZRAm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.625rem;left:14.6875rem;height:8.9355625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#XV9girnOTdF6IlBDaPbLUBC1U1nQZRAm li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#XV9girnOTdF6IlBDaPbLUBC1U1nQZRAm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#eKmlWBLUVfc9CsvxUIa17dw4INycsfNO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5rem;left:52.125rem;height:8.9355625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#eKmlWBLUVfc9CsvxUIa17dw4INycsfNO li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#eKmlWBLUVfc9CsvxUIa17dw4INycsfNO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#cnN6ySTdXh5RRu0aIqdVi0LtK4UXFfOs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:37.375rem;left:52.3125rem;height:8.9355625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#cnN6ySTdXh5RRu0aIqdVi0LtK4UXFfOs li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#cnN6ySTdXh5RRu0aIqdVi0LtK4UXFfOs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#OxToNykflWITLBBCqL4o9Q8AEB8VewVt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MYbhN8KaaEc/unsplash/hunters-race-MYbhN8KaaEc-photo-1507679799987-c73779587ccf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:13rem;left:0rem;display:block; }#OxToNykflWITLBBCqL4o9Q8AEB8VewVt.adaptive-delivery-prevent-bg, #OxToNykflWITLBBCqL4o9Q8AEB8VewVt.lazyload, #OxToNykflWITLBBCqL4o9Q8AEB8VewVt.lazyloading { background-image: none; }
#p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/FlPc9_VocJ4/unsplash/john-schnobrich-FlPc9_VocJ4-photo-1516321318423-f06f85e504b3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:37.5rem;display:block; }#p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX.adaptive-delivery-prevent-bg, #p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX.lazyload, #p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX.lazyloading { background-image: none; }
#diw0gDcPnUZe6HkSMXV8vESpAXd9dW6q { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7ZmvMJrqOQg/unsplash/sebastian-latorre-7ZmvMJrqOQg-photo-1653945475312-03bb03fd1303.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.875rem;left:0rem;display:block; }#diw0gDcPnUZe6HkSMXV8vESpAXd9dW6q.adaptive-delivery-prevent-bg, #diw0gDcPnUZe6HkSMXV8vESpAXd9dW6q.lazyload, #diw0gDcPnUZe6HkSMXV8vESpAXd9dW6q.lazyloading { background-image: none; }
#tiksZAIk4mLGv9OL6S45DeOSy7TtkLSo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/fIq0tET6llw/unsplash/diego-ph-fIq0tET6llw-photo-1493612276216-ee3925520721.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.6875rem;left:37.5rem;display:block; }#tiksZAIk4mLGv9OL6S45DeOSy7TtkLSo.adaptive-delivery-prevent-bg, #tiksZAIk4mLGv9OL6S45DeOSy7TtkLSo.lazyload, #tiksZAIk4mLGv9OL6S45DeOSy7TtkLSo.lazyloading { background-image: none; }
#LFAVsKktosRvUUJ65hk6TCyqTEN0Zn5f { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/pxZcruj0Xkw/unsplash/jakub-erdzicki-pxZcruj0Xkw-photo-1735467547583-d9fc4503f238.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:35.5625rem;left:37.5625rem;display:block; }#LFAVsKktosRvUUJ65hk6TCyqTEN0Zn5f.adaptive-delivery-prevent-bg, #LFAVsKktosRvUUJ65hk6TCyqTEN0Zn5f.lazyload, #LFAVsKktosRvUUJ65hk6TCyqTEN0Zn5f.lazyloading { background-image: none; }
#ZwPpXzo5tULGW7J2h0Kp1iarmtaUHtRn { box-sizing:content-box;height:12.5rem;width:35rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#IFV7oHnMcnhV35qCzwoDD2Z3TM80mIz0 { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.875rem;left:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#OUdhTxNAOoeQHa5fPFydPcaFGCqBWIlV { box-sizing:content-box;height:12.5rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:27.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#JQEgXBRv3t82UzyMez2SvGHJm18W94Jp { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.6875rem;left:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#WGyNJdAWQiEXJB1xfZkSC67dJTzI34fL { box-sizing:content-box;height:12.5rem;width:37.4375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:35.5625rem;left:37.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { background-color: transparent; background-image: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .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); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { border-width: 0; border-radius: 0; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#pTa5zvgHFaa0Cs6V7wL2OmWcI9AZV4bm { color:#ffcb74;display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.25rem;left:5.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#DNQIeoysAKfKaqqBC8utLRA3uo2vqDAk { color:#ffcb74;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.25rem;left:21.125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QoiUgAsNKfB03aF6G6kyvmoP6TUi7Gpe { color:#ffcb74;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.25rem;left:36.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.099609375rem;left:13.78125rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { 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; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:59.75rem;width:75rem;position:relative;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { position:absolute;display:block;z-index:15000;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.25rem 0.25rem 0rem rgba(var(--color-primary-0),1) ;height:6.75rem;width:6.75rem;top:2.9375rem;left:40.125rem;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
#fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.38671875rem;left:48.375rem;height:5.8489625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.0908203125rem;left:40.125rem;height:42.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.25rem 0.25rem 0rem rgba(var(--color-secondary-0),1) ;height:6.75rem;width:6.75rem;top:2.9375rem;left:3.8125rem;display:block; }#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.adaptive-delivery-prevent-bg, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyload, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyloading { background-image: none; }
#lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.38671875rem;left:12rem;height:5.8489625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.0908203125rem;left:3.78125rem;height:42.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KemLSlPSD9VAltNNL314DElVOz4S4Lsd { box-sizing:content-box;height:0.25rem;width:18.75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.5rem;left:3.8125rem;display:block; }
#rRsI7xudp2Q5O0RXUJGPpJKE75oygrLF { box-sizing:content-box;height:0.25rem;width:18.75rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.5rem;left:40.125rem;display:block; }
#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.37);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; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { background-color: transparent; background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .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); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { border-width: 0; border-radius: 0; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { color:rgba(var(--color-tertiary-0),1);display:block;width:51.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5995998382568rem;left:11.96875rem;height:7.4739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUsd24DqMicJ5tSRX4AyukXns0WLacDO { box-sizing:content-box;height:3.0625rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.875rem;left:18.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#uUsd24DqMicJ5tSRX4AyukXns0WLacDO.adaptive-delivery-prevent-bg, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyload, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyloading { background-image: none; }
#gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { box-sizing:content-box;height:30.125rem;width:0.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.34375rem;left:37.375rem;display:block; }
#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { box-sizing:content-box;height:8rem;width:17.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:13.875rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.adaptive-delivery-prevent-bg, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyload, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyloading { background-image: none; }
#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { box-sizing:content-box;height:5.1875rem;width:18.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:17.875rem;left:17.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.adaptive-delivery-prevent-bg, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyload, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyloading { background-image: none; }
#KtBb0rJpV14013MvbT7WNHChcP3G4pJN { box-sizing:content-box;height:3.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.0625rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#KtBb0rJpV14013MvbT7WNHChcP3G4pJN.adaptive-delivery-prevent-bg, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyload, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyloading { background-image: none; }
#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { box-sizing:content-box;height:2.4375rem;width:16.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:27.5rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.adaptive-delivery-prevent-bg, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyload, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyloading { background-image: none; }
#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { box-sizing:content-box;height:2.5rem;width:16rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:24.25rem;left:20.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.adaptive-delivery-prevent-bg, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyload, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyloading { background-image: none; }
#HtepWTxFoWEnN5TLxcM0INXK11APkwbg { box-sizing:content-box;height:4.6875rem;width:18rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:28.125rem;left:18.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#HtepWTxFoWEnN5TLxcM0INXK11APkwbg.adaptive-delivery-prevent-bg, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyload, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyloading { background-image: none; }
#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { box-sizing:content-box;height:3.25rem;width:18.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:34.25rem;left:17.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.adaptive-delivery-prevent-bg, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyload, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyloading { background-image: none; }
#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { box-sizing:content-box;height:2.625rem;width:17.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:40.78125rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.adaptive-delivery-prevent-bg, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyload, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyloading { background-image: none; }
#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { box-sizing:content-box;height:4rem;width:19.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:31.125rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.adaptive-delivery-prevent-bg, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyload, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyloading { background-image: none; }
#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { box-sizing:content-box;height:3.125rem;width:21.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:36.3125rem;left:38.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.adaptive-delivery-prevent-bg, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyload, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyloading { background-image: none; }
#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { box-sizing:content-box;height:2.4375rem;width:16.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:38.65625rem;left:19.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.adaptive-delivery-prevent-bg, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyload, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyloading { background-image: none; }
#Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { box-sizing:content-box;height:33.0625rem;width:51.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.02);background-image:none;top:11.875rem;left:11.53125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.1) ;display:block; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { 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; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:18.625rem;width:75rem;position:relative;display:block; }#iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.375rem;height:5.8489625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flKdsqsNb9whb509Fw7f13TeBaWq9FmD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.125rem;left:27.791664123535rem;display:block; }
#C3kRsnpGwrUKLk54TeHqnge1r0X291ey { background-color:#00ff51;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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:11.97917175293rem;left:22.447265625rem;display:block; }
#dcAFVXrSqEv86TQzdpo9NTeHHQTebdId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT { display:block; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8E8oZghMgzkHuz2deraSxAElecqUT2U { width:32.125rem;height:6.75rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }#x8E8oZghMgzkHuz2deraSxAElecqUT2U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88ffbdc951f244e51dd9da27a538a839354f391f.svg); }
 }@media only screen and (max-width: 763px) { #UgeL2qtgtXlutyRn5tDNs4TnNw7DBgxU { width:24rem;height:3.5625rem;top:5.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTKxgidBqXMQAQNZpixAgJlF1d3c8WP { width:8.75rem;height:3.1875rem;top:2.625rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs { width:6.625rem;height:2.8125rem;top:2.8125rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTadzsvbEFTTT8HeLlRblDSwflWTE6cs { width:42.25rem;height:4rem;top:31.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce { width:2.5rem;height:2.5rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNU5DQTKrJN9VaeLKKBKH2a6xxBy6KLc { top:44rem;left:13.125rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDLZtzSzHMGx5tBRyfApD6TIZAT0XHbX { top:44rem;left:0rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZX0Tz5GNGgAN1piHdTQprugsrJNLrWB { width:47.75rem;height:46.4375rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc { width:2.5rem;height:2.5rem;top:43.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR1uEAu1uVo3wsf4VUPGFFh3dZg79tc8 { width:18.0625rem;height:7.9375rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T22xIsIFIQr8lMfQTSr39uzKaTAuxOxb { width:41.9375rem;height:6.75rem;top:12.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnd5JdXpSaQiUMNZOXgBndXv12QyLBhs { width:3.125rem;height:3.125rem;top:38.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlAkrCt53I9ciHmHhb2DZTDX5rrHkFEd { width:7.1875rem;height:2.1875rem;top:3.125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJ9fo46vsLRfkfruAaNwHDlubphFDuP { width:0.1875rem;height:1.25rem;top:3.75rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Hh9qGF6OXcBqVOvWCJHcL1AvZywcIr { width:0.1875rem;height:1.25rem;top:3.75rem;left:47.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBgOTBrThGGTCO2y0i9hqQCwrhuZwtak { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM9Tzu7k16uhKrAwLeulDhEWcewpNnDv { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUyO0eN3bIeIdf0i7WadePezuETPFZ7h { width:35.5rem;height:36.875rem;top:13.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdsxkS6sTbkITtRrsQK019fSGiTCwCBp { width:29.4375rem;height:3.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2So0ebEGm4Dq0xfrxCrHQ0XNAwarmH4 { display:block; }
 }@media only screen and (max-width: 763px) { #M17vwfiJKz7LChJO9TTPXH5uor2hTsz0 { width:3.125rem;height:3.125rem;top:38.125rem;left:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ { display:block; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6ozZ6AwbNHRnQDkAItb1Zv8IHoDlWCc { top:5.375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7f4i8vBqsMh9zLzAdDIxhcxLoST4m6w { top:12.375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2ls40oktAS61e5tyZhN4FWh3kNWzfBJ { top:38.25rem;left:22.6875rem;width:5.8125rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RatHIh12KsUpeyL0frmIUWQ3qLV371he { width:47.75rem;height:3.6875rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot { display:block; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yodozaTzKeGwy1cxsp089aK4kdWsA9gZ { width:18.3125rem;height:7.125rem;top:15.6875rem;left:5.5625rem;font-size:1.375rem;display:block; }#yodozaTzKeGwy1cxsp089aK4kdWsA9gZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #khc69ApfLzRkORzKXn6x8xSTx0Ft6tKX { width:21.5625rem;height:8.875rem;top:7.625rem;left:26.1875rem;font-size:1.375rem;display:block; }#khc69ApfLzRkORzKXn6x8xSTx0Ft6tKX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #XV9girnOTdF6IlBDaPbLUBC1U1nQZRAm { width:18.4375rem;height:8.875rem;top:29.625rem;left:5.4375rem;font-size:1.375rem;display:block; }#XV9girnOTdF6IlBDaPbLUBC1U1nQZRAm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #eKmlWBLUVfc9CsvxUIa17dw4INycsfNO { width:21.375rem;height:8.875rem;top:22.5rem;left:26.375rem;font-size:1.375rem;display:block; }#eKmlWBLUVfc9CsvxUIa17dw4INycsfNO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #cnN6ySTdXh5RRu0aIqdVi0LtK4UXFfOs { width:20.875rem;height:8.875rem;top:37.375rem;left:26.875rem;font-size:1.375rem;display:block; }#cnN6ySTdXh5RRu0aIqdVi0LtK4UXFfOs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #OxToNykflWITLBBCqL4o9Q8AEB8VewVt { width:12.5rem;height:12.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX { width:12.5rem;height:12.5rem;top:5.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diw0gDcPnUZe6HkSMXV8vESpAXd9dW6q { width:12.5rem;height:12.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiksZAIk4mLGv9OL6S45DeOSy7TtkLSo { width:12.5rem;height:12.5rem;top:20.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFAVsKktosRvUUJ65hk6TCyqTEN0Zn5f { width:12.5rem;height:12.5rem;top:35.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwPpXzo5tULGW7J2h0Kp1iarmtaUHtRn { width:35rem;height:12.5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFV7oHnMcnhV35qCzwoDD2Z3TM80mIz0 { width:37.5rem;height:12.5rem;top:5.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUdhTxNAOoeQHa5fPFydPcaFGCqBWIlV { width:35rem;height:12.5rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQEgXBRv3t82UzyMez2SvGHJm18W94Jp { width:37.5rem;height:12.5rem;top:20.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGyNJdAWQiEXJB1xfZkSC67dJTzI34fL { width:37.4375rem;height:12.5rem;top:35.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { display:block; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTa5zvgHFaa0Cs6V7wL2OmWcI9AZV4bm { top:5.375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DNQIeoysAKfKaqqBC8utLRA3uo2vqDAk { top:12.375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoiUgAsNKfB03aF6G6kyvmoP6TUi7Gpe { top:38.25rem;left:22.6875rem;width:5.8125rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { width:47.4375rem;height:3.6875rem;top:2.0625rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:6.75rem;height:6.75rem;top:2.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:20rem;height:5.8125rem;top:3.375rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:29.9375rem;height:42.1875rem;top:13.0625rem;left:17.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { width:6.75rem;height:6.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { width:12.875rem;height:5.875rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { width:29.875rem;height:42.125rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KemLSlPSD9VAltNNL314DElVOz4S4Lsd { width:18.75rem;height:0.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRsI7xudp2Q5O0RXUJGPpJKE75oygrLF { width:18.75rem;height:0.25rem;top:11.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { width:47.75rem;height:7.4375rem;top:2.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsd24DqMicJ5tSRX4AyukXns0WLacDO { width:17.5rem;height:3.0625rem;top:13.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { width:0.25rem;height:30.125rem;top:13.3125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { width:17.625rem;height:8rem;top:13.875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { width:18.3125rem;height:5.1875rem;top:17.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtBb0rJpV14013MvbT7WNHChcP3G4pJN { width:18.1875rem;height:3.0625rem;top:23.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { width:16.375rem;height:2.4375rem;top:27.5rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { width:16rem;height:2.5rem;top:24.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtepWTxFoWEnN5TLxcM0INXK11APkwbg { width:18rem;height:4.6875rem;top:28.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { width:18.5rem;height:3.25rem;top:34.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { width:17.0625rem;height:2.625rem;top:40.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { width:19.5625rem;height:4rem;top:31.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { width:21.6875rem;height:3.125rem;top:36.3125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { width:16.8125rem;height:2.4375rem;top:38.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { width:47.75rem;height:33.0625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:47.75rem;height:5.8125rem;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flKdsqsNb9whb509Fw7f13TeBaWq9FmD { width:18.75rem;height:0.3125rem;top:9.125rem;left:14.166664123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kRsnpGwrUKLk54TeHqnge1r0X291ey { width:29.4375rem;height:3.4375rem;top:11.9375rem;left:8.822265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcAFVXrSqEv86TQzdpo9NTeHHQTebdId { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-primary-3),0.9);background-image:url("https://images.assets-landingi.com/Y5JpdHRl6fM/unsplash/jeren-emlano-Y5JpdHRl6fM-photo-1771212952256-31a72d974757.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT { background-color:transparent;background-image:url("https://images.assets-landingi.com/DDF6d3eFW74/unsplash/andrei-castanha-DDF6d3eFW74-vector-1767642476280-f8631c82d990.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT.adaptive-delivery-prevent-bg, #AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT.lazyload, #AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT.lazyloading { background-image: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container { background-color: transparent; background-image: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.8); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container > .video-iframe-container { display: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.8); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row > .video-iframe-container { display: none; }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .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); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT > .row .container { width:20rem;height:68.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8E8oZghMgzkHuz2deraSxAElecqUT2U { width:14.4375rem;height:5.92448125rem;top:19.780599594116rem;left:2.7812501192093rem;text-align:left;text-align-last:left;font-size:1rem;color:#ffffff;line-height:1.2;display:block; }#x8E8oZghMgzkHuz2deraSxAElecqUT2U li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_88ffbdc951f244e51dd9da27a538a839354f391f.svg); }
 }@media only screen and (max-width: 763px) { #UgeL2qtgtXlutyRn5tDNs4TnNw7DBgxU { width:18.75rem;height:2.5989625rem;top:5.01171875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tgTKxgidBqXMQAQNZpixAgJlF1d3c8WP { width:5.8125rem;height:2.0625rem;top:1.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs { width:5.875rem;height:2.25rem;top:1.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTadzsvbEFTTT8HeLlRblDSwflWTE6cs { width:18.0625rem;height:0;top:30.951171875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce { width:1.9375rem;height:1.9375rem;top:44.25rem;left:1.375rem;background-color:#281919;background-image:url("https://images.assets-landingi.com/uc/9f7bc2f9-553b-4c37-a84e-18eec0731549/23calendarsolid1.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.adaptive-delivery-prevent-bg, #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.lazyload, #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bNU5DQTKrJN9VaeLKKBKH2a6xxBy6KLc { width:14.5625rem;height:1.29948125rem;top:46.9375rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hDLZtzSzHMGx5tBRyfApD6TIZAT0XHbX { width:14.3125rem;height:1.29948125rem;top:44.625rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZX0Tz5GNGgAN1piHdTQprugsrJNLrWB { width:20rem;height:7.25rem;top:75.6123046875rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc { width:1.9375rem;height:1.9375rem;top:46.625rem;left:1.375rem;background-color:#281919;background-image:url("https://images.assets-landingi.com/uc/e8945315-12b6-47a6-a4e1-3bdbd721e059/67clocksolid.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.adaptive-delivery-prevent-bg, #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.lazyload, #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hR1uEAu1uVo3wsf4VUPGFFh3dZg79tc8 { width:18.0625rem;height:5.99934375rem;top:28.3125rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15035;line-height:1.2;font-weight:400;font-style:italic;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T22xIsIFIQr8lMfQTSr39uzKaTAuxOxb { width:18.75rem;height:6.75rem;top:10.837890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mnd5JdXpSaQiUMNZOXgBndXv12QyLBhs { display:flex;width:3.125rem;height:3.125rem;top:42.436849594116rem;left:9.0000005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlAkrCt53I9ciHmHhb2DZTDX5rrHkFEd { width:5.25rem;height:1.5rem;top:1.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJ9fo46vsLRfkfruAaNwHDlubphFDuP { width:0.1875rem;height:1.25rem;top:73.000000040981rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5Hh9qGF6OXcBqVOvWCJHcL1AvZywcIr { width:0.1875rem;height:1.25rem;top:76.125000517812rem;left:5.3541641235351rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBgOTBrThGGTCO2y0i9hqQCwrhuZwtak { top:1.9375rem;left:7.25rem;width:0.625rem;height:0.625rem;z-index:15040;background-color:#c1181c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AM9Tzu7k16uhKrAwLeulDhEWcewpNnDv { top:1.9375rem;left:13.125rem;width:0.625rem;height:0.625rem;z-index:15041;background-color:#c1181c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GUyO0eN3bIeIdf0i7WadePezuETPFZ7h { width:20rem;height:20rem;top:48.625001907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdsxkS6sTbkITtRrsQK019fSGiTCwCBp { width:19rem;height:3.4375rem;top:39.666017532349rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2So0ebEGm4Dq0xfrxCrHQ0XNAwarmH4 { display:block; }
 }@media only screen and (max-width: 763px) { #M17vwfiJKz7LChJO9TTPXH5uor2hTsz0 { display:flex;width:3.125rem;height:3.125rem;top:35.749349594116rem;left:8.4375005960463rem;z-index:15040; }
 }@media only screen and (max-width: 763px) { #VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container { background-color: transparent; background-image: none; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container > .video-iframe-container { display: none; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row > .video-iframe-container { display: none; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .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); }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container { border-width: 0; border-radius: 0; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6ozZ6AwbNHRnQDkAItb1Zv8IHoDlWCc { width:20rem;height:0;top:5.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #O7f4i8vBqsMh9zLzAdDIxhcxLoST4m6w { width:20rem;height:0;top:12.3984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #H2ls40oktAS61e5tyZhN4FWh3kNWzfBJ { width:20rem;height:0;top:19.7978515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #RatHIh12KsUpeyL0frmIUWQ3qLV371he { width:20rem;height:4.22395625rem;top:0.72005462646487rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot { background-color:#fdedcc;background-image:none;display:block; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container { background-color: transparent; background-image: none; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container > .video-iframe-container { display: none; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row > .video-iframe-container { display: none; }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .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); }#mf9MDf5n0utt5b6Ekt5XfMAMrNBE70ot > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yodozaTzKeGwy1cxsp089aK4kdWsA9gZ { width:10.9375rem;height:7.3125rem;top:3.84375rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#yodozaTzKeGwy1cxsp089aK4kdWsA9gZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #khc69ApfLzRkORzKXn6x8xSTx0Ft6tKX { width:16.75rem;height:6.09375rem;top:55.5rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#khc69ApfLzRkORzKXn6x8xSTx0Ft6tKX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #XV9girnOTdF6IlBDaPbLUBC1U1nQZRAm { width:11.5625rem;height:7.3125rem;top:17.875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#XV9girnOTdF6IlBDaPbLUBC1U1nQZRAm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #eKmlWBLUVfc9CsvxUIa17dw4INycsfNO { width:11.875rem;height:8.53125rem;top:68.234375rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#eKmlWBLUVfc9CsvxUIa17dw4INycsfNO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #cnN6ySTdXh5RRu0aIqdVi0LtK4UXFfOs { width:11.0625rem;height:8.53125rem;top:31.109375rem;left:7.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#cnN6ySTdXh5RRu0aIqdVi0LtK4UXFfOs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #OxToNykflWITLBBCqL4o9Q8AEB8VewVt { width:5.625rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX { width:20rem;height:9.375rem;top:42.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/FlPc9_VocJ4/unsplash/john-schnobrich-FlPc9_VocJ4-photo-1516321318423-f06f85e504b3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX.adaptive-delivery-prevent-bg, #p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX.lazyload, #p3RLWZnwBUzEJnt7s50A3EyBQuvWdpoX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #diw0gDcPnUZe6HkSMXV8vESpAXd9dW6q { width:5.625rem;height:12.5rem;top:15.28125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiksZAIk4mLGv9OL6S45DeOSy7TtkLSo { width:5.625rem;height:12.5rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFAVsKktosRvUUJ65hk6TCyqTEN0Zn5f { width:5.625rem;height:12.5rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwPpXzo5tULGW7J2h0Kp1iarmtaUHtRn { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFV7oHnMcnhV35qCzwoDD2Z3TM80mIz0 { width:20rem;height:12.5rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUdhTxNAOoeQHa5fPFydPcaFGCqBWIlV { width:20rem;height:12.5rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQEgXBRv3t82UzyMez2SvGHJm18W94Jp { width:20rem;height:12.5rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGyNJdAWQiEXJB1xfZkSC67dJTzI34fL { width:20rem;height:12.5rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { background-color:#2f2f2f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { background-color: transparent; background-image: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container { display: none; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .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); }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { border-width: 0; border-radius: 0; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTa5zvgHFaa0Cs6V7wL2OmWcI9AZV4bm { width:20rem;height:0;top:5.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #DNQIeoysAKfKaqqBC8utLRA3uo2vqDAk { width:20rem;height:0;top:12.3984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #QoiUgAsNKfB03aF6G6kyvmoP6TUi7Gpe { width:20rem;height:0;top:19.7978515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #fIEgp4TFdtxePbAfUoBowb1T9crNO3cf { width:20rem;height:4.22395625rem;top:1.79296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { display:block; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { background-color: transparent; background-image: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row > .video-iframe-container { display: none; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .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); }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb { border-width: 0; border-radius: 0; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxnfxsmhsbyylBxoDa7Vu7Jw4ZZPIOIb > .row .container { width:20rem;height:118.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe { width:5.75rem;height:5.75rem;top:59.955078125rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.adaptive-delivery-prevent-bg, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyload, #NN0of4wpEJc65BVsS5wRP1Xf3uHfIQOe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fc0wtQge7sHWV5Kor27Irr4edrAJcxVw { width:11.9375rem;height:3.9rem;top:60.880859375rem;left:8.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZU3R9bbtSoarlhtaKGph0QTtC3TsgZ8 { width:16.875rem;height:45.9375rem;top:67.591796875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#2f2f2f;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM { width:5.75rem;height:5.75rem;top:2.1875rem;left:1.5625rem;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.adaptive-delivery-prevent-bg, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyload, #NMKyADcI6cBIV1kmdlIX8W0IdW9vMqiM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lRrAOXKWAye9EJdsPnpyNPVwPwSiZSDE { width:11.0625rem;height:3.9rem;top:3.11328125rem;left:8.5rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgePaaOA7cEdTVuOvKtRe71Erm0oNuLh { width:16.875rem;height:45.9375rem;top:10.32421875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#2f2f2f;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KemLSlPSD9VAltNNL314DElVOz4S4Lsd { width:18.75rem;height:0.25rem;top:148.55859375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRsI7xudp2Q5O0RXUJGPpJKE75oygrLF { width:18.75rem;height:0.25rem;top:150.18359375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { background-color: transparent; background-image: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { display: none; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .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); }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { border-width: 0; border-radius: 0; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQer3PlVpIrwHh2zUwFKyW9L0k3sO17z > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqN7CsEe5ICvJPi5F4wbr28LmT32Rlxa { width:20rem;height:6.3359375rem;top:1.5625rem;left:0rem;font-size:1.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uUsd24DqMicJ5tSRX4AyukXns0WLacDO { width:20rem;height:3.25rem;top:10.6484375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2960bc64-c831-47f4-93a7-56fd057caad9/1.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uUsd24DqMicJ5tSRX4AyukXns0WLacDO.adaptive-delivery-prevent-bg, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyload, #uUsd24DqMicJ5tSRX4AyukXns0WLacDO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gZ1ClCseoFy6rzyhF6y1QqlXGgXLdyrx { width:0.125rem;height:100rem;top:16.52734375rem;left:9.9375rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56 { width:20rem;height:9.1875rem;top:14.5859375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ce5d3857-5a3b-4461-bb3a-e7ac8ace2a9f/3.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.adaptive-delivery-prevent-bg, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyload, #fpgCL4w9gJqdViw8N6cgVgXb0Tq0dp56.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI { width:20rem;height:5.75rem;top:24.5234375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/66822314-9f6e-401b-a697-5d2a0f163bf3/2.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.adaptive-delivery-prevent-bg, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyload, #Hmp550rhT7PNInLxL9l7FNqEXU8ay6eI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KtBb0rJpV14013MvbT7WNHChcP3G4pJN { width:20rem;height:3.125rem;top:31.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/94cdb26f-5004-403e-b939-ea6fdc918b7b/4.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KtBb0rJpV14013MvbT7WNHChcP3G4pJN.adaptive-delivery-prevent-bg, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyload, #KtBb0rJpV14013MvbT7WNHChcP3G4pJN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru { width:20rem;height:3.0625rem;top:35.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5ffdd7e3-1931-461b-a451-a70c4fd93bd0/5.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.adaptive-delivery-prevent-bg, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyload, #wpWssI8bGKMAq7OJb2Szbx9N8oEovLru.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa { width:20rem;height:2.9375rem;top:38.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e7468253-7d41-4f5b-a8cc-79a75faa8203/6.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.adaptive-delivery-prevent-bg, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyload, #sdgTDewbUIg2eZuPRUBJpev41s6GMxFa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HtepWTxFoWEnN5TLxcM0INXK11APkwbg { width:20rem;height:4.1875rem;top:42.875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a5f2630-1c99-4005-af34-6adc820b3439/7.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HtepWTxFoWEnN5TLxcM0INXK11APkwbg.adaptive-delivery-prevent-bg, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyload, #HtepWTxFoWEnN5TLxcM0INXK11APkwbg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD { width:20rem;height:3.125rem;top:54.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/870c3b6c-fcef-4902-8a7e-6bcc39343492/9.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.adaptive-delivery-prevent-bg, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyload, #PT9TNdF4Q3DdeMTganF76uybU7BhCyzD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR { width:20rem;height:5.125rem;top:48.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/472b0bdb-fa4f-4c8f-a809-3b2ad8894721/8.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.adaptive-delivery-prevent-bg, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyload, #da2NPtPuERylkr7kE7oGr0ahkyMW6LGR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg { width:20rem;height:3.6875rem;top:58.125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a963a135-bac8-47d4-871f-b28ac69df015/10.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.adaptive-delivery-prevent-bg, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyload, #VgBiN7VigF9LSyHFNrmaiT3m7VXT3qXg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0 { width:20rem;height:2.9375rem;top:62.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/786092e8-0226-431a-b499-6c58d38c6db7/11.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.adaptive-delivery-prevent-bg, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyload, #Bdme2ZBZDXPgE1lhOyzPHKudewMSMBJ0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7 { width:20rem;height:2.8125rem;top:66.8125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/843d07c3-2ce3-4e67-bbf0-1ab7da163d41/12.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.adaptive-delivery-prevent-bg, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyload, #AsE6TIaN6kFuNHI17J2HTOi7Z5X9tTw7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Z0Tw3h38geE6PTeH7yniph5lt6uIKUJy { width:20rem;height:33.0625rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iAafkvFJUM6tBGgGWiJyMHnKHZ1UTfDl { width:18.8125rem;height:4.875rem;top:3.5rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flKdsqsNb9whb509Fw7f13TeBaWq9FmD { width:18.75rem;height:0.3125rem;top:9.6562385559081rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3kRsnpGwrUKLk54TeHqnge1r0X291ey { width:19rem;height:3.4375rem;top:11.218109130859rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcAFVXrSqEv86TQzdpo9NTeHHQTebdId { display:block; }
 }