.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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:rgba(var(--color-primary-3),0.9);background-image:none;position:relative;display:block; }
#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); }#AcF1Izf5WgSqWDSC7VdRvCDFpPs3t2TT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c010cd1a-38fc-47f3-a06e-26f328acdfa1/tlo4.jpg");background-position:bottom right !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.77); }#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.77); }#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; }#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:2rem;left:50.125rem;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.1875rem;left:59.875rem;display:block; }#oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs.adaptive-delivery-prevent-bg, #oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs.lazyload, #oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs.lazyloading { background-image: none; }
#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; }
#T22xIsIFIQr8lMfQTSr39uzKaTAuxOxb { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.75rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:16.625001907349rem;left:3.75rem;height:11.39975rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#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:2.5rem;left:67.625rem;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.125rem;left:59.625rem;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.125rem;left:66.625rem;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; }
#TTnfs6gE8bQR5gm61QqqnQi2ibmWmT1p { color:rgba(var(--color-tertiary-0),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:30.1875rem;left:3.75rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JeGtVXhbDuNIDLAZBs9nEWlqC619hhtu { box-sizing:content-box;height:14.4375rem;width:57.0625rem;position:absolute;display:block;z-index:14997;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:15.750001907349rem;left:0rem;display:block; }
#vezsC8wx0pVbcNlchTSNzGAvqczGixfI { box-sizing:content-box;height:9.25rem;width:44.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.9375rem;left:0rem;display:block; }
#TRulZ8lLSPpUrsNs644I4774RDD6pmMv { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5rem;left:3.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdsxkS6sTbkITtRrsQK019fSGiTCwCBp { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-primary-4),0.37) ;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:17.5625rem;height:3.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:38.375rem;left:3.75rem;display:block; }
#O2So0ebEGm4Dq0xfrxCrHQ0XNAwarmH4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ { 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; }#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:48.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; }
#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:8.3125rem;left:70.4375rem; }
#OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),0);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:39.1875rem;left:41.875rem;display:block; }#OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.adaptive-delivery-prevent-bg, #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.lazyload, #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce.lazyloading { background-image: none; }
#hDLZtzSzHMGx5tBRyfApD6TIZAT0XHbX { color:rgba(var(--color-tertiary-0),1);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:39.625rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bNU5DQTKrJN9VaeLKKBKH2a6xxBy6KLc { color:rgba(var(--color-tertiary-0),1);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:39.625rem;left:66.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tcLFreN5SRa5X5vcxacsfShnR4PmJhxc { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),0);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:39.1875rem;left:63.3125rem;display:block; }#tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.adaptive-delivery-prevent-bg, #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.lazyload, #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc.lazyloading { background-image: none; }
#bATZXRkoQRcBadyWBwPusGibMv6xaFtt { color:rgba(var(--color-primary-3),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:30.625rem;left:0rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZ7uKbWat4q0MGfyF0AJt43xI3ECEV3g { color:rgba(var(--color-secondary-2),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.0625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:10.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BFFptAsZSXVyzd5zEXQchTrHPVHsWm0u { color:rgba(var(--color-secondary-1),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:23.9375rem;left:0rem;height:3.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GSW7pET9TrlyqzLBFg6PJKmAJPq4almZ { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.312501907349rem;left:45.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0BFk0sBuLEDOO34XkgtAW2ZxDIIeETM { box-sizing:content-box;height:37.4375rem;width:34.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:40.625rem;display:block; }
#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; }
#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; }
#p9iwei6VzttoTKHaEEXxL6MvVneDLtD8 { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.6562519073488rem;left:45.8125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-form-header { font-size:0.75rem; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),0);width:27.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.6875rem;box-sizing:border-box;height:2.75rem;color:#030522;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;line-height:1.3; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-text {padding-top: 0; padding-bottom: 0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.6875rem;box-sizing:border-box;height:4.375rem;color:#030522;font-size:0.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;line-height:1.3; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.6875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-select {padding-top: 0; padding-bottom: 0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#d5fd00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:27.6875rem;height:3.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(0,0,0,0.1) ;line-height:1; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.5rem;overflow:hidden;font-style:normal;float:none; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-container:first-of-type{padding-top:0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-container:last-of-type{padding-bottom:0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.6875rem;height:auto;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;font-size:0.75rem;left:42.71875rem;top:16.16667175293rem;z-index:15034;position:absolute; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.6875rem;display:block;vertical-align:top; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC {display:block;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.6875rem;height:auto;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;font-size:0.75rem;left:42.71875rem;top:16.16667175293rem;z-index:15034;position:absolute; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #bZXBsqNVN2Uo4GpbtcImv1MIz6UP6XK2 { position:relative; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #N8ycvRHuAXsq0qJUvQG6WUguWwz8XEJw { position:relative;display:none; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #BIBWevHpNSHvb2ALZ0luAXFT3MhCfmxs { position:relative; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #AMzQUBsCHQAW5dr8LVDSyRtsQN6Cf151 { position:relative; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #eNT2T5o63oEdk06TSBxclmQgafJHQQC9 { position:relative;display:none; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #hihiT55oOb84GEZfbvT69ikcISHbhT6Z { position:relative; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #Zap2EbKc0RP2CaZE9253cisrgXIkfGCR { position:relative; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #sUbU0ZsJwBxDoqoMTCfhdmcIqTLi4wgf { position:relative;display:none; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #JdsKPbS6TdhlBs048rSHwxM5hf8suIsS { position:relative; }
#EltXb9KKFwmDTSu3qZPVdarah0AGqKQa { position:relative;display:block; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #S1T3oQ9WqTz4cPpc7TtSViko6fUg9xuz { position:relative;display:block;z-index:15000; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #fXuG4DTPwA3AsPCsL8yeLAkSbqN0SC4e { position:relative;display:block;z-index:15000; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #zB6NCEXbbIqVRhuiKBd8DHSagLa3sfOr { position:relative; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #chCX0ATEtEbE3f4GgWAysH0VuCTiuuPm { position:relative; }
#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row .container { background-color: transparent; background-image: none; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row .container > .video-iframe-container { display: none; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row > .video-iframe-container { display: none; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .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); }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row .container { border-width: 0; border-radius: 0; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#hQ6hUtKkGyRPOb5wwxQZBoHXOJRMlLIE { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:6.46875rem;left:30.6875rem;height:27rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z { box-sizing:content-box;height:40rem;width:25.8125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/LPylXWfMpgE/unsplash/ali-hajian-LPylXWfMpgE-photo-1581263518256-ba4a28ed5517.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }#ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z.adaptive-delivery-prevent-bg, #ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z.lazyload, #ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z.lazyloading { background-image: none; }
#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 { 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; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row .container { background-color: transparent; background-image: none; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row .container > .video-iframe-container { display: none; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row > .video-iframe-container { display: none; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .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); }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row .container { border-width: 0; border-radius: 0; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#xdJgcIvs7UdzqVgvhz1EvhVnzlSruTJ4 { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8111991882325rem;left:3.1875rem;display:block; }
#LEpyqrUdeTGnZQha2lhJ2SNHxwWINu7F { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8111991882325rem;left:26.5625rem;display:block; }
#AIWf7dkfxzfTJSPuFm5yJVXP3Kvagzzx { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.8111991882325rem;left:50rem;display:block; }
#JuSpnXlyq5bpqNq2Gk6Gfw02TksBoNXP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;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:11.4375rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#JuSpnXlyq5bpqNq2Gk6Gfw02TksBoNXP li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#JuSpnXlyq5bpqNq2Gk6Gfw02TksBoNXP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#xRq73EmA5FsTvTrRZehBgeCx7GM2y0fA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;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:11.4375rem;left:28.375rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#xRq73EmA5FsTvTrRZehBgeCx7GM2y0fA li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#xRq73EmA5FsTvTrRZehBgeCx7GM2y0fA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#JSraNPNKni0U1FhcNV2mmcUKJ8xt6Qff { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;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:11.4375rem;left:51.5625rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#JSraNPNKni0U1FhcNV2mmcUKJ8xt6Qff li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSraNPNKni0U1FhcNV2mmcUKJ8xt6Qff li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#mr3pTM7HBfgUmt1L9VTXv6Hzufhr05y4 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;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:26.875001907349rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#mr3pTM7HBfgUmt1L9VTXv6Hzufhr05y4 li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#mr3pTM7HBfgUmt1L9VTXv6Hzufhr05y4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#LQzTWAszPbTSB4pSTW6SEhkcvTmZ8x4W { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.625001907349rem;left:3.1875rem;display:block; }
#C6VSGDAMGRhKOX54xd6eXgB2JIH8n00w { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;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:25.981121063233rem;left:27.5rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#C6VSGDAMGRhKOX54xd6eXgB2JIH8n00w li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#C6VSGDAMGRhKOX54xd6eXgB2JIH8n00w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#tfNxrq8lASaIZJTxxUwuuTCaFapt5T0l { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.625rem;left:26.5625rem;display:block; }
#uaAU5mBsLc1yX826X841HD8l5NFMO03G { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.25rem;left:50.78125rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#uaAU5mBsLc1yX826X841HD8l5NFMO03G li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#uaAU5mBsLc1yX826X841HD8l5NFMO03G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#fBph6RhZukyHy9K57r8eFOBlPN5dw5mD { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.625rem;left:50rem;display:block; }
#gPHMMdRa0L44KVi8NHlAw4X63aZWkIOf { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:41.1875rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#gPHMMdRa0L44KVi8NHlAw4X63aZWkIOf li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#gPHMMdRa0L44KVi8NHlAw4X63aZWkIOf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#Ix1r5H5U7Z89CLJbiCRZ046yd6N4JWhy { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5rem;left:3.1875rem;display:block; }
#ZS5Gl3Eq3zeUtyKmRU0WghzM3vMSxNKz { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5rem;left:26.5625rem;display:block; }
#UggKEQQlW4G1pCHSWoUl1mywwTxETKUX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:41.1875rem;left:28.03125rem;height:;text-align:left;text-align-last:left;font-style:italic;display:block; }#UggKEQQlW4G1pCHSWoUl1mywwTxETKUX li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#UggKEQQlW4G1pCHSWoUl1mywwTxETKUX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
#S49HBzeP3NTz7E3CxTTnXQiTCT0GaO7t { box-sizing:content-box;height:12.5rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/376KN_ISplE/unsplash/krakenimages-376KN_ISplE-photo-1600880292203-757bb62b4baf.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5rem;left:50rem;display:block; }#S49HBzeP3NTz7E3CxTTnXQiTCT0GaO7t.adaptive-delivery-prevent-bg, #S49HBzeP3NTz7E3CxTTnXQiTCT0GaO7t.lazyload, #S49HBzeP3NTz7E3CxTTnXQiTCT0GaO7t.lazyloading { background-image: none; }
#yL4BZsXtCz8FdRKhutEHavcxwqUviwZc { color:rgba(var(--color-primary-4),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.4986953735351rem;left:3.1875rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/k_T9Zj3SE8k/unsplash/simon-abrams-k_T9Zj3SE8k-photo-1497493292307-31c376b6e479.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4.adaptive-delivery-prevent-bg, #TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4.lazyload, #TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4.lazyloading { background-image: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container { background-color: transparent; background-image: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container > .video-iframe-container { display: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row > .video-iframe-container { display: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .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); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container { border-width: 0; border-radius: 0; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#psrzTiZ76UPbNS4bEaXWh13P9xCI315D { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:18.937501907349rem;left:4.125rem;height:9.3489375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yKu3687aIO22FvuOn9rAiqM7OMMT78Lu { color:rgba(var(--color-primary-4),1);display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.125rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CH9nUooNQN5IplFoiNsswibozNe6aUC2 { box-sizing:content-box;height:22rem;width:54.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-2),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.75rem;left:0rem;display:block; }#CH9nUooNQN5IplFoiNsswibozNe6aUC2.adaptive-delivery-prevent-bg, #CH9nUooNQN5IplFoiNsswibozNe6aUC2.lazyload, #CH9nUooNQN5IplFoiNsswibozNe6aUC2.lazyloading { background-image: none; }
#KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }
#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW { 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; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container { background-color: transparent; background-image: none; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container > .video-iframe-container { display: none; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row > .video-iframe-container { display: none; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .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); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container { border-width: 0; border-radius: 0; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:59.75rem;width:75rem;position:relative;display:block; }#rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81 { 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; }#rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81.adaptive-delivery-prevent-bg, #rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81.lazyload, #rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81.lazyloading { background-image: none; }
#DRevyaBTlARBllihaTsQImbcD2cq26G9 { 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; }
#JzW0TupqrsERisC567HufWGLAERTkbEZ { 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; }
#CZonwkGdGf4V2cNBc0StJBagBzd2e0IT { 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; }#CZonwkGdGf4V2cNBc0StJBagBzd2e0IT.adaptive-delivery-prevent-bg, #CZonwkGdGf4V2cNBc0StJBagBzd2e0IT.lazyload, #CZonwkGdGf4V2cNBc0StJBagBzd2e0IT.lazyloading { background-image: none; }
#BUIg3UlDLOgX2bdQk3mm5LD6alo3vTGG { 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; }
#n3dh7OktisMHIITO8qTzZb30nKbygk9M { 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; }
#CbEzv58A6wo3kC8ILy7998fcNFsN2a18 { 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; }
#rOxZ3DGFCKTOBhmeLVDBy3Vmb2CRad99 { 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-1),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; }#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-primary-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-primary-0),0.74);background-image:none;top:11.875rem;left:11.53125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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-primary-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:#d5fd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-primary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-primary-3),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) { #tgTKxgidBqXMQAQNZpixAgJlF1d3c8WP { width:8.75rem;height:3.1875rem;top:2rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicDNVZ8U4aoU9iH6tg9Pmi3JI7X8qBs { width:6.625rem;height:2.8125rem;top:2.1875rem;left:41.125rem;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) { #T22xIsIFIQr8lMfQTSr39uzKaTAuxOxb { width:47.75rem;height:11.375rem;top:16.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlAkrCt53I9ciHmHhb2DZTDX5rrHkFEd { width:7.1875rem;height:2.1875rem;top:2.5rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJ9fo46vsLRfkfruAaNwHDlubphFDuP { width:0.1875rem;height:1.25rem;top:3.125rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5Hh9qGF6OXcBqVOvWCJHcL1AvZywcIr { width:0.1875rem;height:1.25rem;top:3.125rem;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) { #TTnfs6gE8bQR5gm61QqqnQi2ibmWmT1p { width:39rem;height:6.75rem;top:30.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeGtVXhbDuNIDLAZBs9nEWlqC619hhtu { width:47.75rem;height:14.4375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vezsC8wx0pVbcNlchTSNzGAvqczGixfI { width:44.9375rem;height:9.25rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRulZ8lLSPpUrsNs644I4774RDD6pmMv { width:24rem;height:3.25rem;top:11.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdsxkS6sTbkITtRrsQK019fSGiTCwCBp { width:17.5625rem;height:3.25rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2So0ebEGm4Dq0xfrxCrHQ0XNAwarmH4 { display:block; }
 }@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) { #mnd5JdXpSaQiUMNZOXgBndXv12QyLBhs { width:3.125rem;height:3.125rem;top:8.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce { width:2.5rem;height:2.5rem;top:39.1875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDLZtzSzHMGx5tBRyfApD6TIZAT0XHbX { top:39.625rem;left:27.1875rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNU5DQTKrJN9VaeLKKBKH2a6xxBy6KLc { top:39.625rem;left:40.0625rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc { width:2.5rem;height:2.5rem;top:39.1875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bATZXRkoQRcBadyWBwPusGibMv6xaFtt { width:35.125rem;height:6rem;top:30.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ7uKbWat4q0MGfyF0AJt43xI3ECEV3g { width:38.1875rem;height:10.5625rem;top:12.3125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFFptAsZSXVyzd5zEXQchTrHPVHsWm0u { width:34.3125rem;height:3.375rem;top:23.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSW7pET9TrlyqzLBFg6PJKmAJPq4almZ { width:24rem;height:3.25rem;top:12.3125rem;left:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0BFk0sBuLEDOO34XkgtAW2ZxDIIeETM { width:34.375rem;height:37.4375rem;top:6.125rem;left:13.375rem;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) { #M17vwfiJKz7LChJO9TTPXH5uor2hTsz0 { width:3.125rem;height:3.125rem;top:38.125rem;left:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9iwei6VzttoTKHaEEXxL6MvVneDLtD8 { width:24rem;height:2.4375rem;top:8.625rem;left:23.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-regular-label { display:block;width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-text {padding-top: 0; padding-bottom: 0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-select {padding-top: 0; padding-bottom: 0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC  { width:17.4375rem;height:auto;top:14.3125rem;left:27.8125rem; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC {display:block;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC { width:17.4375rem;height:auto;top:14.3125rem;left:27.8125rem; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #bZXBsqNVN2Uo4GpbtcImv1MIz6UP6XK2 {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #N8ycvRHuAXsq0qJUvQG6WUguWwz8XEJw { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #BIBWevHpNSHvb2ALZ0luAXFT3MhCfmxs {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #AMzQUBsCHQAW5dr8LVDSyRtsQN6Cf151 {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #eNT2T5o63oEdk06TSBxclmQgafJHQQC9 { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #hihiT55oOb84GEZfbvT69ikcISHbhT6Z {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #Zap2EbKc0RP2CaZE9253cisrgXIkfGCR {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #sUbU0ZsJwBxDoqoMTCfhdmcIqTLi4wgf { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #JdsKPbS6TdhlBs048rSHwxM5hf8suIsS {  }
 }@media only screen and (max-width: 763px) { #EltXb9KKFwmDTSu3qZPVdarah0AGqKQa { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #S1T3oQ9WqTz4cPpc7TtSViko6fUg9xuz {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #fXuG4DTPwA3AsPCsL8yeLAkSbqN0SC4e {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #zB6NCEXbbIqVRhuiKBd8DHSagLa3sfOr {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #chCX0ATEtEbE3f4GgWAysH0VuCTiuuPm {  }
 }@media only screen and (max-width: 763px) { #nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK { display:block; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ6hUtKkGyRPOb5wwxQZBoHXOJRMlLIE { width:39.9375rem;height:27rem;top:6.4375rem;left:7.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z { width:25.8125rem;height:40rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 { display:block; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdJgcIvs7UdzqVgvhz1EvhVnzlSruTJ4 { width:21.875rem;height:12.5rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpyqrUdeTGnZQha2lhJ2SNHxwWINu7F { width:21.875rem;height:12.5rem;top:9.75rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWf7dkfxzfTJSPuFm5yJVXP3Kvagzzx { width:21.875rem;height:12.5rem;top:9.75rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuSpnXlyq5bpqNq2Gk6Gfw02TksBoNXP { width:17.75rem;height:;top:11.4375rem;left:0rem;font-size:1.375rem;display:block; }#JuSpnXlyq5bpqNq2Gk6Gfw02TksBoNXP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #xRq73EmA5FsTvTrRZehBgeCx7GM2y0fA { width:18.875rem;height:;top:11.4375rem;left:12.875rem;font-size:1.375rem;display:block; }#xRq73EmA5FsTvTrRZehBgeCx7GM2y0fA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #JSraNPNKni0U1FhcNV2mmcUKJ8xt6Qff { width:18.75rem;height:;top:11.4375rem;left:28.875rem;font-size:1.375rem;display:block; }#JSraNPNKni0U1FhcNV2mmcUKJ8xt6Qff li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #mr3pTM7HBfgUmt1L9VTXv6Hzufhr05y4 { width:20.5rem;height:;top:26.875rem;left:0rem;font-size:1.375rem;display:block; }#mr3pTM7HBfgUmt1L9VTXv6Hzufhr05y4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #LQzTWAszPbTSB4pSTW6SEhkcvTmZ8x4W { width:21.875rem;height:12.5rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6VSGDAMGRhKOX54xd6eXgB2JIH8n00w { width:20rem;height:;top:25.9375rem;left:11.75rem;font-size:1.375rem;display:block; }#C6VSGDAMGRhKOX54xd6eXgB2JIH8n00w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #tfNxrq8lASaIZJTxxUwuuTCaFapt5T0l { width:21.875rem;height:12.5rem;top:24.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAU5mBsLc1yX826X841HD8l5NFMO03G { width:19.75rem;height:;top:26.25rem;left:27.875rem;font-size:1.375rem;display:block; }#uaAU5mBsLc1yX826X841HD8l5NFMO03G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #fBph6RhZukyHy9K57r8eFOBlPN5dw5mD { width:21.875rem;height:12.5rem;top:24.625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHMMdRa0L44KVi8NHlAw4X63aZWkIOf { width:20.0625rem;height:;top:41.1875rem;left:0rem;font-size:1.375rem;display:block; }#gPHMMdRa0L44KVi8NHlAw4X63aZWkIOf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #Ix1r5H5U7Z89CLJbiCRZ046yd6N4JWhy { width:21.875rem;height:12.5rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS5Gl3Eq3zeUtyKmRU0WghzM3vMSxNKz { width:21.875rem;height:12.5rem;top:39.5rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UggKEQQlW4G1pCHSWoUl1mywwTxETKUX { width:18.9375rem;height:;top:41.1875rem;left:12.8125rem;font-size:1.375rem;display:block; }#UggKEQQlW4G1pCHSWoUl1mywwTxETKUX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #S49HBzeP3NTz7E3CxTTnXQiTCT0GaO7t { width:21.875rem;height:12.5rem;top:39.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL4BZsXtCz8FdRKhutEHavcxwqUviwZc { width:47.75rem;height:3.6875rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 { display:block; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psrzTiZ76UPbNS4bEaXWh13P9xCI315D { width:36.5625rem;height:9.3125rem;top:18.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKu3687aIO22FvuOn9rAiqM7OMMT78Lu { width:44.25rem;height:3.6875rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH9nUooNQN5IplFoiNsswibozNe6aUC2 { width:47.75rem;height:22rem;top:9.75rem;left:0rem;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) { #QcX9qawwNEP32cxRgbVleCWU8zOPAhHW { display:block; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81 { width:6.75rem;height:6.75rem;top:2.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRevyaBTlARBllihaTsQImbcD2cq26G9 { width:20rem;height:5.8125rem;top:3.375rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzW0TupqrsERisC567HufWGLAERTkbEZ { 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) { #CZonwkGdGf4V2cNBc0StJBagBzd2e0IT { width:6.75rem;height:6.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUIg3UlDLOgX2bdQk3mm5LD6alo3vTGG { width:12.875rem;height:5.875rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3dh7OktisMHIITO8qTzZb30nKbygk9M { width:29.875rem;height:42.125rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbEzv58A6wo3kC8ILy7998fcNFsN2a18 { width:18.75rem;height:0.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOxZ3DGFCKTOBhmeLVDBy3Vmb2CRad99 { 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/uc/c010cd1a-38fc-47f3-a06e-26f328acdfa1/tlo4.jpg");background-position:center right !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-secondary-3),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-secondary-3),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 { width:20rem;height:38.3125rem;position:relative;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) { #RZX0Tz5GNGgAN1piHdTQprugsrJNLrWB { width:20rem;height:7.25rem;top:75.6123046875rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #T22xIsIFIQr8lMfQTSr39uzKaTAuxOxb { width:18.75rem;height:9.224625rem;top:12.775390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.5625rem;color:#ffffff;line-height:1.2;display:block; }
 }@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.9062538146973rem;left:7.04166662693rem;width:0.625rem;height:0.625rem;z-index:15040;background-color:#c1181c;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TTnfs6gE8bQR5gm61QqqnQi2ibmWmT1p { width:20rem;height:4.5rem;top:22.95703125rem;left:0rem;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) { #JeGtVXhbDuNIDLAZBs9nEWlqC619hhtu { width:20rem;height:14.4375rem;top:14.900390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vezsC8wx0pVbcNlchTSNzGAvqczGixfI { width:20rem;height:9.25rem;top:21.76953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRulZ8lLSPpUrsNs644I4774RDD6pmMv { width:20rem;height:2.4375rem;top:8.0188808441163rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdsxkS6sTbkITtRrsQK019fSGiTCwCBp { width:18.9166875rem;height:3.3528625rem;top:29.644535064698rem;left:0.541015625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #O2So0ebEGm4Dq0xfrxCrHQ0XNAwarmH4 { display:block; }
 }@media only screen and (max-width: 763px) { #VFUrdaMpb0St8J44eQk7u2HXTGl3GMcQ { 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;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:67.5rem;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) { #mnd5JdXpSaQiUMNZOXgBndXv12QyLBhs { display:flex;width:1.9375rem;height:1.9375rem;top:27.562500953674rem;left:16.82291662693rem; }
 }@media only screen and (max-width: 763px) { #OROIDc3M4G0pEIO2RfAmZWmvgVZGc5Ce { width:1.9375rem;height:1.9375rem;top:59.875rem;left:1.4375rem;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) { #hDLZtzSzHMGx5tBRyfApD6TIZAT0XHbX { width:14.3125rem;height:1.29948125rem;top:60.1875rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bNU5DQTKrJN9VaeLKKBKH2a6xxBy6KLc { width:14.5625rem;height:1.29948125rem;top:63rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tcLFreN5SRa5X5vcxacsfShnR4PmJhxc { width:1.9375rem;height:1.9375rem;top:62.6875rem;left:1.4375rem;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) { #bATZXRkoQRcBadyWBwPusGibMv6xaFtt { width:20rem;height:6.3984375rem;top:16rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ7uKbWat4q0MGfyF0AJt43xI3ECEV3g { width:20rem;height:5.84895625rem;top:5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFFptAsZSXVyzd5zEXQchTrHPVHsWm0u { width:20rem;height:1.70573125rem;top:12.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GSW7pET9TrlyqzLBFg6PJKmAJPq4almZ { width:15.875rem;height:3.8984375rem;top:30.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0BFk0sBuLEDOO34XkgtAW2ZxDIIeETM { width:20rem;height:39.4375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR1uEAu1uVo3wsf4VUPGFFh3dZg79tc8 { width:18.0625rem;height:0;top:62.166669130326rem;left:0rem;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:none; }
 }@media only screen and (max-width: 763px) { #M17vwfiJKz7LChJO9TTPXH5uor2hTsz0 { display:flex;width:1.875rem;height:1.875rem;top:68.125rem;left:8.125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #p9iwei6VzttoTKHaEEXxL6MvVneDLtD8 { width:20rem;height:2.4375rem;top:27.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.0625rem;overflow:hidden;height:auto;line-height:.6;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.9;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-text {padding-top: 0; padding-bottom: 0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;line-height:.9;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-select {padding-top: 0; padding-bottom: 0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-container:first-of-type{padding-top:0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-container:last-of-type{padding-bottom:0;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC  { width:17.5rem;height:auto;top:34.148438453674rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC .widget-info-text { color:#ffffff;line-height:1.4;overflow:hidden;height:auto; }
#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC {display:block;}#aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC { width:17.5rem;height:auto;top:34.148438453674rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #bZXBsqNVN2Uo4GpbtcImv1MIz6UP6XK2 {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #N8ycvRHuAXsq0qJUvQG6WUguWwz8XEJw { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #BIBWevHpNSHvb2ALZ0luAXFT3MhCfmxs {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #AMzQUBsCHQAW5dr8LVDSyRtsQN6Cf151 {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #eNT2T5o63oEdk06TSBxclmQgafJHQQC9 { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #hihiT55oOb84GEZfbvT69ikcISHbhT6Z {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #Zap2EbKc0RP2CaZE9253cisrgXIkfGCR {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #sUbU0ZsJwBxDoqoMTCfhdmcIqTLi4wgf { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #JdsKPbS6TdhlBs048rSHwxM5hf8suIsS {  }
 }@media only screen and (max-width: 763px) { #EltXb9KKFwmDTSu3qZPVdarah0AGqKQa { display:block; }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #S1T3oQ9WqTz4cPpc7TtSViko6fUg9xuz {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #fXuG4DTPwA3AsPCsL8yeLAkSbqN0SC4e {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #zB6NCEXbbIqVRhuiKBd8DHSagLa3sfOr {  }
 }@media only screen and (max-width: 763px) { #aLI2DEE4P6XXfbvCfuVUIiuUMGtwDzNC #chCX0ATEtEbE3f4GgWAysH0VuCTiuuPm {  }
 }@media only screen and (max-width: 763px) { #nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK { display:block; }#nBvTKOEXziQoOCCTyb3POCgEZ90wzmnK > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQ6hUtKkGyRPOb5wwxQZBoHXOJRMlLIE { width:20rem;height:14.3964875rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z { width:20rem;height:25.9375rem;top:1.25rem;left:0rem;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/LPylXWfMpgE/unsplash/ali-hajian-LPylXWfMpgE-photo-1581263518256-ba4a28ed5517.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z.adaptive-delivery-prevent-bg, #ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z.lazyload, #ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z.lazyloading { background-image: none; }
#ZXghcDcGDWuMnVBHWQ4xae2n6uSM9H9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.62); } }@media only screen and (max-width: 763px) { #TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 { display:block; }#TsMesmb7JsiwVtP2Sz1a30vu3AWltkH8 > .row .container { width:20rem;height:130.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdJgcIvs7UdzqVgvhz1EvhVnzlSruTJ4 { width:20rem;height:12.5rem;top:6.72330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEpyqrUdeTGnZQha2lhJ2SNHxwWINu7F { width:20rem;height:12.5rem;top:47.97330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIWf7dkfxzfTJSPuFm5yJVXP3Kvagzzx { width:20rem;height:12.5rem;top:89.22330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuSpnXlyq5bpqNq2Gk6Gfw02TksBoNXP { width:13.75rem;height:6.09375rem;top:9.92578125rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#JuSpnXlyq5bpqNq2Gk6Gfw02TksBoNXP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #xRq73EmA5FsTvTrRZehBgeCx7GM2y0fA { width:13.75rem;height:6.09375rem;top:51.176433563233rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#xRq73EmA5FsTvTrRZehBgeCx7GM2y0fA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #JSraNPNKni0U1FhcNV2mmcUKJ8xt6Qff { width:13.75rem;height:7.3125rem;top:91.817058563231rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#JSraNPNKni0U1FhcNV2mmcUKJ8xt6Qff li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #mr3pTM7HBfgUmt1L9VTXv6Hzufhr05y4 { width:13.75rem;height:6.09375rem;top:23.67578125rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#mr3pTM7HBfgUmt1L9VTXv6Hzufhr05y4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #LQzTWAszPbTSB4pSTW6SEhkcvTmZ8x4W { width:20rem;height:12.5rem;top:20.47330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6VSGDAMGRhKOX54xd6eXgB2JIH8n00w { width:13.75rem;height:6.09375rem;top:64.926437377931rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#C6VSGDAMGRhKOX54xd6eXgB2JIH8n00w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #tfNxrq8lASaIZJTxxUwuuTCaFapt5T0l { width:20rem;height:12.5rem;top:61.72330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAU5mBsLc1yX826X841HD8l5NFMO03G { width:13.75rem;height:6.09375rem;top:106.84831237793rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#uaAU5mBsLc1yX826X841HD8l5NFMO03G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #fBph6RhZukyHy9K57r8eFOBlPN5dw5mD { width:20rem;height:12.5rem;top:102.97330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHMMdRa0L44KVi8NHlAw4X63aZWkIOf { width:13.75rem;height:6.09375rem;top:37.426433563233rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#gPHMMdRa0L44KVi8NHlAw4X63aZWkIOf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #Ix1r5H5U7Z89CLJbiCRZ046yd6N4JWhy { width:20rem;height:12.5rem;top:34.22330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS5Gl3Eq3zeUtyKmRU0WghzM3vMSxNKz { width:20rem;height:12.5rem;top:75.47330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UggKEQQlW4G1pCHSWoUl1mywwTxETKUX { width:13.75rem;height:6.09375rem;top:78.676433563231rem;left:3.1250001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#UggKEQQlW4G1pCHSWoUl1mywwTxETKUX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a6da40415548545baa6f61d8458bffb77db7e2a0.svg); }
 }@media only screen and (max-width: 763px) { #S49HBzeP3NTz7E3CxTTnXQiTCT0GaO7t { width:20rem;height:12.5rem;top:116.72330625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL4BZsXtCz8FdRKhutEHavcxwqUviwZc { width:20rem;height:4.22395625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/k_T9Zj3SE8k/unsplash/simon-abrams-k_T9Zj3SE8k-photo-1497493292307-31c376b6e479.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4.adaptive-delivery-prevent-bg, #TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4.lazyload, #TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4.lazyloading { background-image: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container { background-color: transparent; background-image: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.65); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container > .video-iframe-container { display: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .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.65); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row > .video-iframe-container { display: none; }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .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); }#TIItn5IcZqtDz1HCwrTN1H7fevxZdpB4 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psrzTiZ76UPbNS4bEaXWh13P9xCI315D { width:16.875rem;height:11.15625rem;top:9.65625rem;left:1.5625001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yKu3687aIO22FvuOn9rAiqM7OMMT78Lu { width:20rem;height:4.22395625rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #CH9nUooNQN5IplFoiNsswibozNe6aUC2 { width:20rem;height:22rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnXq0Cum4C4lP77MEmsxVMM8T6Uml4g7 { background-color:rgba(var(--color-primary-2),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; }#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) { #QcX9qawwNEP32cxRgbVleCWU8zOPAhHW { 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;display:block; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container { background-color: transparent; background-image: none; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container > .video-iframe-container { display: none; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row > .video-iframe-container { display: none; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .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); }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container { border-width: 0; border-radius: 0; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcX9qawwNEP32cxRgbVleCWU8zOPAhHW > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81 { 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; }#rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81.adaptive-delivery-prevent-bg, #rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81.lazyload, #rHD0FAuKqpcJumhWBFoeAHf3ZgZwzJ81.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DRevyaBTlARBllihaTsQImbcD2cq26G9 { 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) { #JzW0TupqrsERisC567HufWGLAERTkbEZ { 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) { #CZonwkGdGf4V2cNBc0StJBagBzd2e0IT { 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; }#CZonwkGdGf4V2cNBc0StJBagBzd2e0IT.adaptive-delivery-prevent-bg, #CZonwkGdGf4V2cNBc0StJBagBzd2e0IT.lazyload, #CZonwkGdGf4V2cNBc0StJBagBzd2e0IT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BUIg3UlDLOgX2bdQk3mm5LD6alo3vTGG { 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) { #n3dh7OktisMHIITO8qTzZb30nKbygk9M { 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) { #CbEzv58A6wo3kC8ILy7998fcNFsN2a18 { width:18.75rem;height:0.25rem;top:148.55859375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOxZ3DGFCKTOBhmeLVDBy3Vmb2CRad99 { 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(var(--color-primary-2),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; }#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; }
 }