.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:253,243,227;--color-primary-1:248,172,120;--color-primary-2:149,103,72;--color-primary-3:89,62,43;--color-primary-4:30,21,14;--color-secondary-0:229,244,255;--color-secondary-1:133,193,254;--color-secondary-2:51,152,253;--color-secondary-3:0,126,252;--color-secondary-4:0,24,70;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b3bcf1-83c3-49f3-99b7-94acbdd996ca/finanseofertatlo.jpeg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc.adaptive-delivery-prevent-bg, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyload, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyloading { background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { background-color: transparent; background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .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); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { border-width: 0; border-radius: 0; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc::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; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:60rem;height:50.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:"baloo 2";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.625rem;left:3.375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.125rem;top:3.125rem;left:21.375rem;overflow:hidden;display:block; }
#tesVvMEkHE1qQgfFitszbmSI4TUZT47m { color:#60e8d8;display:block;width:47.9375rem;position:absolute;font-family:"baloo 2";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:16.1875rem;left:6rem;height:13.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uMK7Qkt17I1h6fWOLZMIy1ra5UbcNXq2 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.6875rem;position:absolute;font-family:"baloo 2";font-size:2rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:32.75rem;left:7.625rem;height:8.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { background-color: transparent; background-image: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .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); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { border-width: 0; border-radius: 0; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:60rem;height:98.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.1875rem;left:5.25rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lizodolpf7vPg8SeNekSs6NANpkw3WWr { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:67.375rem;left:5.25rem;height:18.375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lizodolpf7vPg8SeNekSs6NANpkw3WWr li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#lizodolpf7vPg8SeNekSs6NANpkw3WWr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26e648fc6c47bf583aa30595b036e84e896d140e.svg); }
#C25AQ8KnpPTWFKw0zqOr1ofQnZuAEITJ { color:rgba(var(--color-tertiary-4),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:63.75rem;left:5.25rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dKKpQuLIegTkuMdWUqEI1MmiNRzHsDrM { color:rgba(var(--color-secondary-3),1);display:block;width:49.875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:51.41259765625rem;left:5.75rem;height:8.3232375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKSz1cyxndOdQaxrZqdcm2C0B8us92Fi { color:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:20.75rem;left:5.3125rem;height:6.53125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#RKSz1cyxndOdQaxrZqdcm2C0B8us92Fi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RKSz1cyxndOdQaxrZqdcm2C0B8us92Fi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c1259408-808c-4634-be8e-49d1742a8daa/ico_red.png); }
#Bn8A8IWGrHT1B5tuP9bzbRnRXKoLcJ5k { color:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:30.3125rem;left:5.25rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jkox4O2smecGZpwBGUOkuX9lboi3UaXQ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:34.0625rem;left:5.25rem;height:12.75rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Jkox4O2smecGZpwBGUOkuX9lboi3UaXQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jkox4O2smecGZpwBGUOkuX9lboi3UaXQ li:before{  }
#p2tEZtQT42FpNKUOy6o0To1w6yAglgFL { color:rgba(var(--color-tertiary-4),1);display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:88.625rem;left:5.25rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ec592cf8-3ff2-47b3-ab17-a6a861e92ba7/finanse_pod_kontrola_coverphoto_facebook_grupa_forum_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH.adaptive-delivery-prevent-bg, #G0pf93k5edme2IxNzTPb2lBTnlVLdhNH.lazyload, #G0pf93k5edme2IxNzTPb2lBTnlVLdhNH.lazyloading { background-image: none; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row .container { background-color: transparent; background-image: none; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row .container > .video-iframe-container { display: none; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row > .video-iframe-container { display: none; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .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); }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row .container { border-width: 0; border-radius: 0; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row .container { background-color: transparent; background-image: none; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row .container > .video-iframe-container { display: none; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row > .video-iframe-container { display: none; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .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); }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row .container { border-width: 0; border-radius: 0; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:60rem;position:relative;display:block; }#UXaB0gS5FKkrh0utIOShIG3FFAEbJJzM { color:rgba(var(--color-tertiary-4),1);display:block;width:53.5625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:5.3125rem;left:3.1875rem;height:11.09765rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#crah3WFvMRqsmr6TH8ZCRm3uaAl3B6m5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15094;line-height:1.5;letter-spacing:0;top:24.09375rem;left:26.0625rem;height:25.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qtqgPhHPcaTTXWThzqIx8JFvyxS667OU { position:absolute;display:block;z-index:15095;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:31.375rem;width:23.0625rem;top:18.25rem;left:1.8125rem;overflow:hidden;display:block; }
#DV40a6yVT911BwTnpSB3T4FZKfM2Fm5P { color:rgba(var(--color-tertiary-4),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15095;line-height:1.5;letter-spacing:0;top:52.125rem;left:2.5625rem;height:17.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b3bcf1-83c3-49f3-99b7-94acbdd996ca/finanseofertatlo.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA.adaptive-delivery-prevent-bg, #HTvEAw6NgxXn0af5euq2uT4E7STzzxcA.lazyload, #HTvEAw6NgxXn0af5euq2uT4E7STzzxcA.lazyloading { background-image: none; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container { background-color: transparent; background-image: none; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container > .video-iframe-container { display: none; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row > .video-iframe-container { display: none; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .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); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container { border-width: 0; border-radius: 0; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA::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; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container { font-size:0.875rem;font-family:arial;height:196.125rem;width:60rem;position:relative;display:block; }#O0ZoxBXGef5fd6h77Au30COvyRUiPGNO { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:20.5625rem;left:25.625rem;display:block; }
#fVrdUXAU8rgKFw15lTxZMzm1UELAc9ui { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:21.75rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TJlNLWMmoW23ax1DEdg8ZnpKhGzaQCfa { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:24.2998046875rem;left:0rem;height:7.222625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dRNRiZtdPQcAw2P3sMyEu5zT2SrnAX40 { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:23.375rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z235sIfinh4e382Z22v50bMDSr4OMGdG { color:rgba(var(--color-tertiary-1),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:38.4375rem;left:33.125rem;height:5.4169875rem;font-style:normal;display:block; }
#bgQU3O0b2vJ0GChXUyClToEXuFgFL2tK { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:34.9375rem;left:25.625rem;display:block; }
#Ls9IwEesonJrI4VULx93ZwEFL8WqlvFD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:35.8876953125rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#xuWyv9Qm9ExU1zJ4vw2PswV5lcK1BqPJ { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-1),0.3)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-1),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:49.3125rem;left:25.625rem;display:block; }
#vTOBGzHgt6Ekkq98HLsacTS8BGKOO4iU { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:37.75rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D8TW4On4bOASvHfZSJDVnoVE9K7SpGKB { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:30.5625rem;left:30.375rem;display:block; }
#Sdkuq8w1FOtHnhceP9msVI4JeEk5qdfV { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:44.9375rem;left:30.375rem;display:block; }
#LGfcwR9TAF90T8Fq6LAgJPMTdTL5QCxD { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.625rem;left:5.0625rem;height:5.5498rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfFTzE3tm9n97UlPs1hwfk4kRcT59JNO { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:52.125rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nB7BkfJUrDm7dgXETSRvHwitTivyFAMc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.7;letter-spacing:0;top:50.6875rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bxnVfrZG8nKKCZaQwUEEx4tk9rVwTvFS { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:53.2373046875rem;left:0rem;height:7.222625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b4QfHlxMsTfJbTImoSrJmiUuLKNkwD6y { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:59.3125rem;left:30.375rem;display:block; }
#sxddbW54qaivpt5gTiIeE6hfQlM91n9N { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:63.6875rem;left:25.625rem;display:block; }
#qrLkRZ77x2VDKyHUm1pId80qEkzDUaNJ { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:66.5rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#digbGXVG1xmGwRpyJMrJQRezdVES575I { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:73.6875rem;left:30.375rem;display:block; }
#WPTschhbq9FWQ65tmoDKWSvuvCNJCR8n { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:78.0625rem;left:25.625rem;display:block; }
#pwiEyO6wQKyxPO5IftRvL4qERgxlHPUv { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:80.875rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yaWDbJ4HfV89G8tFBas804qdoumOkVWQ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:88.0625rem;left:30.375rem;display:block; }
#q22ewcgnsbTcI6h9LpVhmqLqoFLNNWFp { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:92.72509765625rem;left:25.625rem;display:block; }
#lOCf5b9GONBa9c9v8qsKBcPfkskfM8MG { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:95.53759765625rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eJvUKmlzWJNihosZ4EOnmn4z0iGna5kn { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:102.72509765625rem;left:30.375rem;display:block; }
#wGgQqDyokleivDawl2H5qTAAPmD1ybOP { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:107.10009765625rem;left:25.625rem;display:block; }
#rqM679RTe7TR26WRZkJ8BTdtcqNcRhlp { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:109.91259765625rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#V32A10E27GNSFxakclb2sJuGI81od6QR { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:117.10009765625rem;left:30.375rem;display:block; }
#x9H9RwiVuI90C8lLBVfmcMQ8UoKQWOUq { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:121.47509765625rem;left:25.625rem;display:block; }
#TCgX7MUM0MezcatxzbCxPCduIfPSZXU6 { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:124.28759765625rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L7okTwzTLI1Sp5x80DgRhMDtBcDW7KEe { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:131.47509765625rem;left:30.375rem;display:block; }
#Hpi40gplQoZeif1TmGgvlvkdet0cbOeq { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:135.85009765625rem;left:25.625rem;display:block; }
#cruTT6OPUDUumuMX9BFgEBxlsV8ZyX2J { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:138.66259765625rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BJCU6LuBmfEDizFer8M4JTf7Nt0JPG08 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:145.85009765625rem;left:30.375rem;display:block; }
#zeCUy3kmqQXNt356FvtTCn82Q7SUw1VQ { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:150.22509765625rem;left:25.625rem;display:block; }
#TacMuVAUXrqwSrCCyHwe42xm6eIO7JOo { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:153.03759765625rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HIplnJWOoUFnvpcWy4bivJOLPf0xT5ir { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:160.22509765625rem;left:30.375rem;display:block; }
#RQREwIEdgLvxlwqZDdMwBhu9qV9lT4q4 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:164.60009765625rem;left:25.625rem;display:block; }
#L8KeQFBmoMKMvatBpWuheKpu3DmHSgRe { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:167.41259765625rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MaCWIJov6JuIsSJ621gBzNxT8zT5C9Eu { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:0.5rem;top:174.60009765625rem;left:30.375rem;display:block; }
#O36avCrRHxchhZl5C2A9EekX9ZQkCFCG { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:178.97509765625rem;left:25.625rem;display:block; }
#CPELHkmfzahLQkEfMAPHKRQyIHKkcJT1 { color:rgba(var(--color-primary-1),1);display:block;width:6.25rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:181.78759765625rem;left:27.5rem;height:4.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l7BmegNFflE0hVUFPXoSz2uhqFqA07em { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.7;letter-spacing:0;top:64.875rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#d0RdTOTCoW4fJLHSRbQVmyPfTpABVSga { color:rgba(var(--color-tertiary-1),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:67.4248046875rem;left:33.125rem;height:5.4169875rem;font-style:normal;display:block; }
#ua7ifyQpCAl5MKDAahuIafTCLOcKNORN { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:79.375rem;left:0.0625rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KLAJtwgBgdyuBTMFUD9QBxCquX1Jnhog { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.7;letter-spacing:0;top:81.9248046875rem;left:0rem;height:9.02831875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tVOvPlmQBKmsSaHFz75fygF9WmTZPG72 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.7;letter-spacing:0;top:93.78759765625rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#uXVWVxaHUQRnB3XLhl7G0p3NVANgN8a5 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.7;letter-spacing:0;top:96.33740234375rem;left:33.125rem;height:7.222625rem;font-style:normal;display:block; }
#cds3Po9HMUXreOaTDIqD4AGr27zba5TX { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.7;letter-spacing:0;top:108.3125rem;left:0.125rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pdC99vMdRalmLKcmXFLqRArRsS3RaNDI { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.7;letter-spacing:0;top:110.8623046875rem;left:0rem;height:5.41699375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tMT5FqVZCezhx9Sz1FMsQ1ON7uEe00gQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;top:122.375rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#bxcz9qaleUPS3bJL9vT72oSXogVmT51D { color:rgba(var(--color-tertiary-1),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.7;letter-spacing:0;top:124.9248046875rem;left:33.125rem;height:5.41699375rem;font-style:normal;display:block; }
#rgbX9E6ZDRLi7uWifwMaTFIFlHMUIIr8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:137.125rem;left:0.1875rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oXyqKHUF9zML7xtTeR5tF0hXG7Q8TOui { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.7;letter-spacing:0;top:139.6748046875rem;left:0rem;height:7.222625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IgN6TdfByZ6nPDBVcIRdKtpTcCQkKItM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:151.125rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#khNMF5i6ysPyqX34eyVbT2p96uzXW6AC { color:rgba(var(--color-tertiary-1),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15039;line-height:1.7;letter-spacing:0;top:153.6748046875rem;left:33.125rem;height:7.22265625rem;font-style:normal;display:block; }
#xWfvfvE2dqnKwTqDa4yNDdJQ8pp7iQyG { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.7;letter-spacing:0;top:166.0625rem;left:0.125rem;height:2.54980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iHAaExrlznCRZQ5ZXNDE1ALLlNcSRnXv { color:rgba(var(--color-tertiary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.7;letter-spacing:0;top:168.6123046875rem;left:0rem;height:7.222625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hX8sXqdWlkahthL3mXuSEtz6bt0vBtTo { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:180rem;left:31.25rem;height:2.54980625rem;font-style:normal;display:block; }
#PxygvismNOUhCKJhCKf7kcww1VVa4MRU { color:rgba(var(--color-tertiary-1),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.7;letter-spacing:0;top:182.5498046875rem;left:33.125rem;height:5.4169875rem;font-style:normal;display:block; }
#X50EOT4hKqe76wTUr4eyUtvleQq15eRq { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:13.83447265625rem;left:5.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { 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; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { background-color: transparent; background-image: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container > .video-iframe-container { display: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container { display: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .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); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { border-width: 0; border-radius: 0; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;position:relative;display:block; }#tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:5.375rem;left:5.78125rem;height:8.32325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:18.1875rem;left:5.75rem;height:21.875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b39f0052343625944283041a18f72b95e16f3a19.svg); }
#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), #0c33b4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#0c33b4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#0c33b4' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), #0c33b4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { background-color: transparent; background-image: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .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); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { border-width: 0; border-radius: 0; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#i59PICNaRgtUTHUeEJ0g3tPIiAiQSmDX { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.4375rem;left:11.40625rem;height:5.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:15.8125rem;left:5.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_597c39c3e1c78a738f7007ccd0c84d9a0731bd80.svg); }
#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { background-color:rgba(var(--color-secondary-0),1);background-image:none;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;display:block; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { background-color: transparent; background-image: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .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); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { border-width: 0; border-radius: 0; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { width:60rem;height:71.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { color:rgba(var(--color-tertiary-4),1);display:block;width:49.875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.75rem;left:5rem;height:5.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQk5D4kqqAJpGUO7g1uaxnLWTDZA5g63 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.90625rem;left:6.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#oQk5D4kqqAJpGUO7g1uaxnLWTDZA5g63 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oQk5D4kqqAJpGUO7g1uaxnLWTDZA5g63 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#BtqyxAZRJ2HXcLdwPV7Sen0JKIaO6h5d { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:41.4375rem;top:44.4375rem;left:9.21875rem;overflow:hidden;display:block; }
#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT { 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; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { background-color: transparent; background-image: none; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container > .video-iframe-container { display: none; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row > .video-iframe-container { display: none; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .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); }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { border-width: 0; border-radius: 0; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;position:relative;display:block; }#J39OOmL9pTqwK5aIXaxhNwNsSkPKffuP { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:5.625rem;left:8.625rem;height:5.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vl3CEF0eAoOOZIGBPhNa4lmlMghoI4UJ { color:rgba(var(--color-tertiary-4),1);display:block;width:44.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:15.5625rem;left:7.90625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EaFi56AbWQ53PqKq9Nl6QL6FEqxLa2Kq { color:rgba(var(--color-secondary-3),1);display:block;width:36.625rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:35.8125rem;left:11.6875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J43t72pcdzqmo5slhvCbArIzzRraPHsa { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:31.0625rem;left:7.90625rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mt7B9EqRkMywB0KbUrIKTBLf2prJFhUe { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:41.1875rem;left:7.90625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UXiioGcZyCCHBqRqeVpdTwo9oiXXx9Nf { color:rgba(var(--color-tertiary-4),1);display:block;width:42.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:24.5625rem;left:8.65625rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP { background-color:rgba(var(--color-secondary-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; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container { background-color: transparent; background-image: none; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container > .video-iframe-container { display: none; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row > .video-iframe-container { display: none; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .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); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container { border-width: 0; border-radius: 0; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container { width:60rem;height:48.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#FXEXvyKltplmcOFbefV7OxTrCCKR8yOm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:18.8125rem;width:34rem;top:16.25rem;left:4.625rem;overflow:hidden;display:block; }
#xkr0I8AdpsusBTTL5yz4MnHI6gIUFZJL { color:rgba(var(--color-primary-4),1);display:block;width:54.375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:4.9375rem;left:3.75rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysVRnvwNdqv0iTI2Oqnzmhq63kVU9ox1 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:13.28125rem;left:39.4375rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WMHTAn6VDI4v7vcJhIg0pTQU58UJJGH4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:39.046875rem;left:6.75rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FnPbt3bIH2eCnTQ6ZiNwFvms4ZShrITS { color:rgba(var(--color-secondary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:17.3125rem;left:25.625rem;height:9.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh { 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; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row .container { background-color: transparent; background-image: none; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row .container > .video-iframe-container { display: none; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row > .video-iframe-container { display: none; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .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); }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row .container { border-width: 0; border-radius: 0; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#ChtF6DxBNTshhSbae3zfqlJx7xG1CycT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:23.5rem;width:18.9375rem;top:10rem;left:20.5rem;display:block; }
#DF811r99oi9zAt1K0P1Lw3rTxfTits7H { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:12.1875rem;left:21.25rem;height:19.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AkMZn72GEGGMQmXv5pawk8Nzd6wgS20R { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:36.072265625rem;left:26.6875rem;height:1.54345625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#g7KW9wp6lpzBgNJ6g2KQ7p0D8uNNGqAU { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b6a233b0-d7bc-403d-8d4f-e6265580ef35/KonradMichalskiopinia.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:34.5625rem;left:21.25rem;display:block; }#g7KW9wp6lpzBgNJ6g2KQ7p0D8uNNGqAU.adaptive-delivery-prevent-bg, #g7KW9wp6lpzBgNJ6g2KQ7p0D8uNNGqAU.lazyload, #g7KW9wp6lpzBgNJ6g2KQ7p0D8uNNGqAU.lazyloading { background-image: none; }
#IS1HOFNfTE6foVk3XN9XWC13hQb0fQmy { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:4.4375rem;left:5.5rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gya6vLPzSAR67mAuQSlIUpN404VZvRaM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.1875rem;width:18.9375rem;top:10rem;left:0rem;display:block; }
#X30FRVO3V9dvaD7XFHP03NZsCTvea6G4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:17.125rem;width:18.9375rem;top:10rem;left:41.0625rem;display:block; }
#MWIWA8IHmVTWPXqEVlhzPsNi5XUIB0SB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:12.28125rem;left:0.6875rem;height:10.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#KecPITsUdELIpBT6cgUDwVi60w2mHp1M { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:12.1875rem;left:41.75rem;height:12.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#URkH39d8R3oIJDL0JEisPr6xO8f8SKnK { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7947a022-2f34-417a-9e33-178bb27804e1/ArkadiuszKuspitopinia.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:26.8125rem;left:0rem;display:block; }#URkH39d8R3oIJDL0JEisPr6xO8f8SKnK.adaptive-delivery-prevent-bg, #URkH39d8R3oIJDL0JEisPr6xO8f8SKnK.lazyload, #URkH39d8R3oIJDL0JEisPr6xO8f8SKnK.lazyloading { background-image: none; }
#Ie6pr41XcgIFcqedB8TtxyVikkL9uuVm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.322265625rem;left:5.5rem;height:1.54345625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WRbAOC6ZMx7tIyCLTbARrFkV0plmWUv2 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d564cd64-6640-4d86-9e9f-f596242a04d1/SylwiaButowtKoniszewskaopinia.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:28.322265625rem;left:41.75rem;display:block; }#WRbAOC6ZMx7tIyCLTbARrFkV0plmWUv2.adaptive-delivery-prevent-bg, #WRbAOC6ZMx7tIyCLTbARrFkV0plmWUv2.lazyload, #WRbAOC6ZMx7tIyCLTbARrFkV0plmWUv2.lazyloading { background-image: none; }
#WXd5KOAkDwuDyqUH1mHW3uZUEXEFcZPT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.83203125rem;left:47.25rem;height:3.0869125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row .container { background-color: transparent; background-image: none; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row .container > .video-iframe-container { display: none; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row > .video-iframe-container { display: none; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .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); }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row .container { border-width: 0; border-radius: 0; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#xmChshBq8sHmXHLIRec6hB08ydh4XWqv { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:5.375rem;left:5.8125rem;height:5.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:15.90625rem;left:4rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b39f0052343625944283041a18f72b95e16f3a19.svg); }
#s2mrgbZqJNLPX60v1EnlOJaehW4XMn0Q { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:33.9375rem;left:4rem;height:7.875rem;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;overflow:hidden;display:block; }
#x3P3UTKuLd420bEZG7mBP0sga3GwaZst { position:absolute;display:block;z-index:15050;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:17.125rem;width:29.6875rem;top:15.09375rem;left:30.3125rem;overflow:hidden;display:block; }
#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b3bcf1-83c3-49f3-99b7-94acbdd996ca/finanseofertatlo.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu.adaptive-delivery-prevent-bg, #OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu.lazyload, #OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu.lazyloading { background-image: none; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row .container { background-color: transparent; background-image: none; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row .container > .video-iframe-container { display: none; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row > .video-iframe-container { display: none; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .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); }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row .container { border-width: 0; border-radius: 0; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu::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; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:60rem;position:relative;display:block; }#yTG3IXtiqA4N1tmmilor82CNOuHRiF7i { color:rgba(var(--color-tertiary-0),1);display:block;width:53.3125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:5.6875rem;left:3.3125rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-form-header {  }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:25rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden;line-height:1; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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:25rem;box-sizing:border-box;height:3.0625rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-text {padding-top: 0; padding-bottom: 0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:1.0625rem;overflow:hidden;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-select {padding-top: 0; padding-bottom: 0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .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; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -moz-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -ms-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -o-linear-gradient(150deg, #ee5c22, #ffd03d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );";background-image: linear-gradient(150deg, #ee5c22, #ffd03d);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:1rem;margin-bottom:0.25rem;margin-left:1rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:23rem;height:3.625rem;font-family:"baloo 2";overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]:-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]::-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]:-ms-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]::-webkit-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .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:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:23.8125rem;overflow:hidden;font-style:normal;float:none; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .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; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-container:first-of-type{padding-top:0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-container:last-of-type{padding-bottom:0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.8125rem;left:16.25rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl {display:block;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.8125rem;left:16.25rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #GNVuX663BuWvoBtz18vIZM5fahKZsCkG { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #XOe52p1K3TwiOTmWZTUhV9vD3kiXOEqp { position:relative;display:block; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #sceowZ1JJeoym574JXb5OV32gZCsC1NV { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #R1MX8o4eHlEQ8iGutMT6JfIc3fy20HJP { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #tatIyD2idgMr3VKvf73TFiR0mih8GJzd { position:relative;display:block; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #tFAeeTx6Q37XwT0TOT18846or4ys49Kr { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #LCm4zVTSUSZDDC2GH0ew9uTXONeFT0oD { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #ufCowxX7AaXagSboZkTG2oIg4rr8HrX3 { position:relative;display:block; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #X16Z64TH7L5kTWe7CXsXBcTalNJ9t5kK { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #loBUZWXLA1Bd5Xqnn1f17XxfV2ima9N0 { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #t4tUJLFUgUk1rMVVPdMk0s7WxgfzMMMQ { position:relative;display:block; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #fpQ6c3RPR66srbWuDSBlgSVqqESAWcwc { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #xUvW8ofoIl4FUUul80TTxuxPsFN8es7F { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #xAXds9sI2p33Lpg9lWA2VtA4F0Q8WaLf { position:relative;display:block; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #rAl0mEC6vwdpgtXPlFls70PvtRZmaWtn { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #UDlXBp604XzVAFTCMpbZH7s4E5LvqdHm { position:relative; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #XhAZTBDhTpdSWDzpy99damRIgX0yrVnL { position:relative; }
#usHHZx7khtOBv88khizbSTxPCAVln5Fm { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:60.875rem;left:17.1875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3J7Lwkne0isgmMehtJC04acZqU2MSoS { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.75rem;width:28.9375rem;top:21.6875rem;left:15.5rem;display:block; }
#Hm8mzGpI9An6JTSCm7ShB0QVuS4Tod2M { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14rem;left:5.1875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4Gnm9ZC4Is9yX0WnUHJB4ECsAxJIpCv { color:rgba(var(--color-tertiary-0),1);display:block;width:53.3125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:9.02392578125rem;left:3.3125rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dxGd5yBfIZENmKsEVZEyArR0whBZABTk { 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; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row .container { background-color: transparent; background-image: none; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row .container > .video-iframe-container { display: none; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row > .video-iframe-container { display: none; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .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); }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row .container { border-width: 0; border-radius: 0; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row .container { font-size:0.875rem;font-family:arial;height:107.9375rem;width:60rem;position:relative;display:block; }#iNU0renR0Q6r4k2J0ZZ7ykNzLGHHwQFT { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:5.375rem;left:5.84375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MXRqkTS2KgekyTu4yaa96km83h5fpPzc { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:12.75rem;left:5.8125rem;height:88.59375rem;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;overflow:hidden;display:block; }
#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b3bcf1-83c3-49f3-99b7-94acbdd996ca/finanseofertatlo.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc.adaptive-delivery-prevent-bg, #N591T4Z2UOBKk7UK0o22KraOdk9FBWpc.lazyload, #N591T4Z2UOBKk7UK0o22KraOdk9FBWpc.lazyloading { background-image: none; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row .container { background-color: transparent; background-image: none; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row .container > .video-iframe-container { display: none; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row > .video-iframe-container { display: none; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .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); }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row .container { border-width: 0; border-radius: 0; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc::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; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row .container { font-size:0.875rem;font-family:arial;height:81.6875rem;width:60rem;position:relative;display:block; }#UHwC5Mv5LPOeUcsmbnkA6QTL2h5ZB5nn { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:72.8125rem;left:17.1875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdbedQDVEsJsyZhD5pde66TpeN2Z1DX4 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:42.9375rem;width:35.3125rem;top:27.8125rem;left:12.34375rem;display:block; }
#Fzn8aFzhgI5DOhsIfFJgxsQ6EvX6zD42 { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:5.5rem;left:9.5rem;height:5.548825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g4Us6AgRN1WOqRbWJobLA1r8ZF9BGZ5i { color:rgba(var(--color-tertiary-0),1);display:block;width:47.375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:13.625rem;left:6.3125rem;height:11.09765rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-form-header {  }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:27.375rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden;line-height:1; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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.375rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:1.0625rem;overflow:hidden;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .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; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -moz-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -ms-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -o-linear-gradient(150deg, #ee5c22, #ffd03d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );";background-image: linear-gradient(150deg, #ee5c22, #ffd03d);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:9.0625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:27.375rem;height:3.625rem;font-family:"baloo 2";overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]:-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:italic; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]::-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:italic; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]:-ms-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:italic; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]::-webkit-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:italic; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .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:roboto;line-height:1.3;font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal;float:none; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .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; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-container:first-of-type{padding-top:0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-container:last-of-type{padding-bottom:0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:31.65625rem;left:15.0625rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a {display:block;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:31.65625rem;left:15.0625rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #oWH31cqPnzoM14uQ5lb4rvCBlIQRyRFi { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #iJcFcwLJtUkNfPQACLnwXZ3QdkecPkkR { position:relative;display:block; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #ZTCHTgKnA39vtbt3KsbgLst24FkUO04F { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #aJKMkpwAD1RZmHM23ftbalLdA26h6UE5 { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #EkAeCmk29ahWDSK1IV1WWvkkDBJnewEP { position:relative;display:block; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #siAheH5i4wgdI4Dsd0r9uN0BudGXDnxk { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #HWPevBuEILWSo6scO0AxMN6wzv2DSTHw { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #kChpsXsqmliLzGiQMfoOFl5ss90EtgLP { position:relative;display:block; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #zJn1rGOq1FyECqvSRReznuxXDfR7uFGH { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #FTlWoQHwt5gL5l22HNvU3HhUrwA6epSa { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #thx65WN6vgQw2lEqFDbrMUTk0K8sm66W { position:relative;display:block; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #DI8AnvPEV1WCT352BbXyan04VaBFf2ra { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #kfgVrOLfuBT7Emizkx1BHUqXJKStMbEV { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #qIQm0HrFntehetHym2tofErW6hP8zONR { position:relative;display:block; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #ETcMMNcgMTEaRAdOi439cFPBD87nVXaw { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #oBRrVWKyMPRCtQG1TtAfJcr8f5Ub7FRJ { position:relative; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #zc0Tfpqe0KLEBBu1Ryl536k2coVKFQGS { position:relative; }
#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row .container { background-color: transparent; background-image: none; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row .container > .video-iframe-container { display: none; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row > .video-iframe-container { display: none; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .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); }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row .container { border-width: 0; border-radius: 0; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#MIZfe2zhv9eRKCPURS0XBZVaxnp8sfCf { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:1.3125rem;left:0rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#awswbgF1i2TEOb0c52MPT2p2S8oITiFs { position:absolute;display:block;z-index:15020;height:0.625rem;width:9.8125rem;top:1.4375rem;left:37.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:33.375rem;height:1.2744125rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:14.75rem;height:1.9375rem;top:4rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tesVvMEkHE1qQgfFitszbmSI4TUZT47m { width:33.375rem;height:3.50390625rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMK7Qkt17I1h6fWOLZMIy1ra5UbcNXq2 { width:33.375rem;height:4.671875rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { width:35.125rem;height:9.75rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lizodolpf7vPg8SeNekSs6NANpkw3WWr { width:35.125rem;height:13.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#lizodolpf7vPg8SeNekSs6NANpkw3WWr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26e648fc6c47bf583aa30595b036e84e896d140e.svg); }
 }@media only screen and (max-width: 763px) { #C25AQ8KnpPTWFKw0zqOr1ofQnZuAEITJ { width:35.125rem;height:1.21875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKKpQuLIegTkuMdWUqEI1MmiNRzHsDrM { width:35.125rem;height:1.949225rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKSz1cyxndOdQaxrZqdcm2C0B8us92Fi { width:35.125rem;height:4.28125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#RKSz1cyxndOdQaxrZqdcm2C0B8us92Fi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c1259408-808c-4634-be8e-49d1742a8daa/ico_red.png); }
 }@media only screen and (max-width: 763px) { #Bn8A8IWGrHT1B5tuP9bzbRnRXKoLcJ5k { width:35.125rem;height:1.21875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkox4O2smecGZpwBGUOkuX9lboi3UaXQ { width:35.125rem;height:8.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#Jkox4O2smecGZpwBGUOkuX9lboi3UaXQ li:before{  }
 }@media only screen and (max-width: 763px) { #p2tEZtQT42FpNKUOy6o0To1w6yAglgFL { width:35.125rem;height:2.4375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0pf93k5edme2IxNzTPb2lBTnlVLdhNH { display:block; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG { display:block; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXaB0gS5FKkrh0utIOShIG3FFAEbJJzM { width:35.125rem;height:2.9238375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crah3WFvMRqsmr6TH8ZCRm3uaAl3B6m5 { width:35.125rem;height:9.75rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtqgPhHPcaTTXWThzqIx8JFvyxS667OU { width:23.0625rem;height:31.375rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV40a6yVT911BwTnpSB3T4FZKfM2Fm5P { width:35.125rem;height:9.75rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvEAw6NgxXn0af5euq2uT4E7STzzxcA { display:block; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0ZoxBXGef5fd6h77Au30COvyRUiPGNO { width:10rem;height:10rem;top:20.5625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVrdUXAU8rgKFw15lTxZMzm1UELAc9ui { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJlNLWMmoW23ax1DEdg8ZnpKhGzaQCfa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:15.293rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRNRiZtdPQcAw2P3sMyEu5zT2SrnAX40 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z235sIfinh4e382Z22v50bMDSr4OMGdG { top:20.8125rem;left:1.25rem;width:12.5625rem;height:10.19534375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgQU3O0b2vJ0GChXUyClToEXuFgFL2tK { width:10rem;height:10rem;top:34.9375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9IwEesonJrI4VULx93ZwEFL8WqlvFD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuWyv9Qm9ExU1zJ4vw2PswV5lcK1BqPJ { width:10rem;height:10rem;top:49.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOBGzHgt6Ekkq98HLsacTS8BGKOO4iU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8TW4On4bOASvHfZSJDVnoVE9K7SpGKB { width:0.5rem;height:4.375rem;top:30.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdkuq8w1FOtHnhceP9msVI4JeEk5qdfV { width:0.5rem;height:4.375rem;top:44.9375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGfcwR9TAF90T8Fq6LAgJPMTdTL5QCxD { width:35.125rem;height:1.949225rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfFTzE3tm9n97UlPs1hwfk4kRcT59JNO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7BkfJUrDm7dgXETSRvHwitTivyFAMc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxnVfrZG8nKKCZaQwUEEx4tk9rVwTvFS { top:20.8125rem;left:1.25rem;width:12.5625rem;height:13.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4QfHlxMsTfJbTImoSrJmiUuLKNkwD6y { width:0.5rem;height:4.375rem;top:59.3125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxddbW54qaivpt5gTiIeE6hfQlM91n9N { width:10rem;height:10rem;top:63.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrLkRZ77x2VDKyHUm1pId80qEkzDUaNJ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #digbGXVG1xmGwRpyJMrJQRezdVES575I { width:0.5rem;height:4.375rem;top:73.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTschhbq9FWQ65tmoDKWSvuvCNJCR8n { width:10rem;height:10rem;top:78.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwiEyO6wQKyxPO5IftRvL4qERgxlHPUv { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaWDbJ4HfV89G8tFBas804qdoumOkVWQ { width:0.5rem;height:4.375rem;top:88.0625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q22ewcgnsbTcI6h9LpVhmqLqoFLNNWFp { width:10rem;height:10rem;top:92.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOCf5b9GONBa9c9v8qsKBcPfkskfM8MG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJvUKmlzWJNihosZ4EOnmn4z0iGna5kn { width:0.5rem;height:4.375rem;top:102.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGgQqDyokleivDawl2H5qTAAPmD1ybOP { width:10rem;height:10rem;top:107.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqM679RTe7TR26WRZkJ8BTdtcqNcRhlp { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32A10E27GNSFxakclb2sJuGI81od6QR { width:0.5rem;height:4.375rem;top:117.0625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9H9RwiVuI90C8lLBVfmcMQ8UoKQWOUq { width:10rem;height:10rem;top:121.4375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCgX7MUM0MezcatxzbCxPCduIfPSZXU6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7okTwzTLI1Sp5x80DgRhMDtBcDW7KEe { width:0.5rem;height:4.375rem;top:131.4375rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpi40gplQoZeif1TmGgvlvkdet0cbOeq { width:10rem;height:10rem;top:135.8125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cruTT6OPUDUumuMX9BFgEBxlsV8ZyX2J { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJCU6LuBmfEDizFer8M4JTf7Nt0JPG08 { width:0.5rem;height:4.375rem;top:145.8125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeCUy3kmqQXNt356FvtTCn82Q7SUw1VQ { width:10rem;height:10rem;top:150.1875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacMuVAUXrqwSrCCyHwe42xm6eIO7JOo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIplnJWOoUFnvpcWy4bivJOLPf0xT5ir { width:0.5rem;height:4.375rem;top:160.1875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQREwIEdgLvxlwqZDdMwBhu9qV9lT4q4 { width:10rem;height:10rem;top:164.5625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8KeQFBmoMKMvatBpWuheKpu3DmHSgRe { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaCWIJov6JuIsSJ621gBzNxT8zT5C9Eu { width:0.5rem;height:4.375rem;top:174.5625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O36avCrRHxchhZl5C2A9EekX9ZQkCFCG { width:10rem;height:10rem;top:178.9375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPELHkmfzahLQkEfMAPHKRQyIHKkcJT1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7BmegNFflE0hVUFPXoSz2uhqFqA07em { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0RdTOTCoW4fJLHSRbQVmyPfTpABVSga { top:20.8125rem;left:1.25rem;width:12.5625rem;height:11.8945625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7ifyQpCAl5MKDAahuIafTCLOcKNORN { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLAJtwgBgdyuBTMFUD9QBxCquX1Jnhog { top:20.8125rem;left:1.25rem;width:12.5625rem;height:16.99225rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVOvPlmQBKmsSaHFz75fygF9WmTZPG72 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXVWVxaHUQRnB3XLhl7G0p3NVANgN8a5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:13.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cds3Po9HMUXreOaTDIqD4AGr27zba5TX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdC99vMdRalmLKcmXFLqRArRsS3RaNDI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMT5FqVZCezhx9Sz1FMsQ1ON7uEe00gQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxcz9qaleUPS3bJL9vT72oSXogVmT51D { top:20.8125rem;left:1.25rem;width:12.5625rem;height:8.496125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgbX9E6ZDRLi7uWifwMaTFIFlHMUIIr8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXyqKHUF9zML7xtTeR5tF0hXG7Q8TOui { top:20.8125rem;left:1.25rem;width:12.5625rem;height:13.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgN6TdfByZ6nPDBVcIRdKtpTcCQkKItM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khNMF5i6ysPyqX34eyVbT2p96uzXW6AC { top:20.8125rem;left:1.25rem;width:12.5625rem;height:13.59371875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWfvfvE2dqnKwTqDa4yNDdJQ8pp7iQyG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHAaExrlznCRZQ5ZXNDE1ALLlNcSRnXv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:13.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX8sXqdWlkahthL3mXuSEtz6bt0vBtTo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxygvismNOUhCKJhCKf7kcww1VVa4MRU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:10.1953125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50EOT4hKqe76wTUr4eyUtvleQq15eRq { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { width:35.125rem;height:1.94921875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS { width:35.125rem;height:15.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b39f0052343625944283041a18f72b95e16f3a19.svg); }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i59PICNaRgtUTHUeEJ0g3tPIiAiQSmDX { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 { width:35.125rem;height:9.59375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_597c39c3e1c78a738f7007ccd0c84d9a0731bd80.svg); }
 }@media only screen and (max-width: 763px) { #aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { display:block; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQk5D4kqqAJpGUO7g1uaxnLWTDZA5g63 { width:35.125rem;height:12.53125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#oQk5D4kqqAJpGUO7g1uaxnLWTDZA5g63 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #BtqyxAZRJ2HXcLdwPV7Sen0JKIaO6h5d { width:41.4375rem;height:19.9375rem;top:44.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkHCQpDctOFi4GSffVTRw64p6IwyxxT { display:block; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J39OOmL9pTqwK5aIXaxhNwNsSkPKffuP { width:35.125rem;height:1.94921875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl3CEF0eAoOOZIGBPhNa4lmlMghoI4UJ { width:35.125rem;height:2.4375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaFi56AbWQ53PqKq9Nl6QL6FEqxLa2Kq { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J43t72pcdzqmo5slhvCbArIzzRraPHsa { width:35.125rem;height:1.21875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt7B9EqRkMywB0KbUrIKTBLf2prJFhUe { width:35.125rem;height:2.4375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXiioGcZyCCHBqRqeVpdTwo9oiXXx9Nf { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP { display:block; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXEXvyKltplmcOFbefV7OxTrCCKR8yOm { width:34rem;height:18.8125rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkr0I8AdpsusBTTL5yz4MnHI6gIUFZJL { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysVRnvwNdqv0iTI2Oqnzmhq63kVU9ox1 { width:35.125rem;height:1.21875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMHTAn6VDI4v7vcJhIg0pTQU58UJJGH4 { width:35.125rem;height:2.4375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnPbt3bIH2eCnTQ6ZiNwFvms4ZShrITS { width:35.125rem;height:4.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh { display:block; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChtF6DxBNTshhSbae3zfqlJx7xG1CycT { width:18.9375rem;height:23.5rem;top:10rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF811r99oi9zAt1K0P1Lw3rTxfTits7H { width:17.5rem;height:19.125rem;top:12.1875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkMZn72GEGGMQmXv5pawk8Nzd6wgS20R { width:11.25rem;height:1.4619125rem;top:36.0625rem;left:20.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KW9wp6lpzBgNJ6g2KQ7p0D8uNNGqAU { width:4.5625rem;height:4.5625rem;top:34.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS1HOFNfTE6foVk3XN9XWC13hQb0fQmy { width:35.125rem;height:1.21875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gya6vLPzSAR67mAuQSlIUpN404VZvRaM { width:18.9375rem;height:15.1875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X30FRVO3V9dvaD7XFHP03NZsCTvea6G4 { width:18.9375rem;height:17.125rem;top:10rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWIWA8IHmVTWPXqEVlhzPsNi5XUIB0SB { width:17.5rem;height:10.625rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KecPITsUdELIpBT6cgUDwVi60w2mHp1M { width:17.5rem;height:10rem;top:12.1875rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkH39d8R3oIJDL0JEisPr6xO8f8SKnK { width:4.5625rem;height:4.5625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie6pr41XcgIFcqedB8TtxyVikkL9uuVm { width:11.25rem;height:1.4619125rem;top:28.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRbAOC6ZMx7tIyCLTbARrFkV0plmWUv2 { width:4.5625rem;height:4.5625rem;top:28.3125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXd5KOAkDwuDyqUH1mHW3uZUEXEFcZPT { width:11.25rem;height:2.923825rem;top:29.8125rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdVumGDhVatqVkOsP32HqHtnOVlhyTOF { display:block; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmChshBq8sHmXHLIRec6hB08ydh4XWqv { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 { width:35.125rem;height:7.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b39f0052343625944283041a18f72b95e16f3a19.svg); }
 }@media only screen and (max-width: 763px) { #s2mrgbZqJNLPX60v1EnlOJaehW4XMn0Q { width:35.125rem;height:4.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3P3UTKuLd420bEZG7mBP0sga3GwaZst { width:29.6875rem;height:17.125rem;top:15.0625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu { display:block; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTG3IXtiqA4N1tmmilor82CNOuHRiF7i { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.9375rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-text {padding-top: 0; padding-bottom: 0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-select {padding-top: 0; padding-bottom: 0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl  { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl {display:block;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #GNVuX663BuWvoBtz18vIZM5fahKZsCkG {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #XOe52p1K3TwiOTmWZTUhV9vD3kiXOEqp {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #sceowZ1JJeoym574JXb5OV32gZCsC1NV {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #R1MX8o4eHlEQ8iGutMT6JfIc3fy20HJP {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #tatIyD2idgMr3VKvf73TFiR0mih8GJzd {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #tFAeeTx6Q37XwT0TOT18846or4ys49Kr {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #LCm4zVTSUSZDDC2GH0ew9uTXONeFT0oD {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #ufCowxX7AaXagSboZkTG2oIg4rr8HrX3 {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #X16Z64TH7L5kTWe7CXsXBcTalNJ9t5kK {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #loBUZWXLA1Bd5Xqnn1f17XxfV2ima9N0 {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #t4tUJLFUgUk1rMVVPdMk0s7WxgfzMMMQ {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #fpQ6c3RPR66srbWuDSBlgSVqqESAWcwc {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #xUvW8ofoIl4FUUul80TTxuxPsFN8es7F {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #xAXds9sI2p33Lpg9lWA2VtA4F0Q8WaLf {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #rAl0mEC6vwdpgtXPlFls70PvtRZmaWtn {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #UDlXBp604XzVAFTCMpbZH7s4E5LvqdHm {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #XhAZTBDhTpdSWDzpy99damRIgX0yrVnL {  }
 }@media only screen and (max-width: 763px) { #usHHZx7khtOBv88khizbSTxPCAVln5Fm { width:16.8125rem;height:2.25rem;top:35.88720703125rem;left:29.19091796875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3J7Lwkne0isgmMehtJC04acZqU2MSoS { width:28.9375rem;height:36.75rem;top:21.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm8mzGpI9An6JTSCm7ShB0QVuS4Tod2M { width:35.125rem;height:2.4375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Gnm9ZC4Is9yX0WnUHJB4ECsAxJIpCv { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxGd5yBfIZENmKsEVZEyArR0whBZABTk { display:block; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNU0renR0Q6r4k2J0ZZ7ykNzLGHHwQFT { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXRqkTS2KgekyTu4yaa96km83h5fpPzc { width:35.125rem;height:53.625rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N591T4Z2UOBKk7UK0o22KraOdk9FBWpc { display:block; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHwC5Mv5LPOeUcsmbnkA6QTL2h5ZB5nn { width:16.8125rem;height:2.25rem;top:35.88720703125rem;left:29.19091796875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdbedQDVEsJsyZhD5pde66TpeN2Z1DX4 { width:35.3125rem;height:42.9375rem;top:27.8125rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzn8aFzhgI5DOhsIfFJgxsQ6EvX6zD42 { width:35.125rem;height:0.9746125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Us6AgRN1WOqRbWJobLA1r8ZF9BGZ5i { width:35.125rem;height:2.9238375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.9375rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a  { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a {display:block;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #oWH31cqPnzoM14uQ5lb4rvCBlIQRyRFi {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #iJcFcwLJtUkNfPQACLnwXZ3QdkecPkkR {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #ZTCHTgKnA39vtbt3KsbgLst24FkUO04F {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #aJKMkpwAD1RZmHM23ftbalLdA26h6UE5 {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #EkAeCmk29ahWDSK1IV1WWvkkDBJnewEP {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #siAheH5i4wgdI4Dsd0r9uN0BudGXDnxk {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #HWPevBuEILWSo6scO0AxMN6wzv2DSTHw {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #kChpsXsqmliLzGiQMfoOFl5ss90EtgLP {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #zJn1rGOq1FyECqvSRReznuxXDfR7uFGH {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #FTlWoQHwt5gL5l22HNvU3HhUrwA6epSa {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #thx65WN6vgQw2lEqFDbrMUTk0K8sm66W {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #DI8AnvPEV1WCT352BbXyan04VaBFf2ra {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #kfgVrOLfuBT7Emizkx1BHUqXJKStMbEV {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #qIQm0HrFntehetHym2tofErW6hP8zONR {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #ETcMMNcgMTEaRAdOi439cFPBD87nVXaw {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #oBRrVWKyMPRCtQG1TtAfJcr8f5Ub7FRJ {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #zc0Tfpqe0KLEBBu1Ryl536k2coVKFQGS {  }
 }@media only screen and (max-width: 763px) { #OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa { display:block; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIZfe2zhv9eRKCPURS0XBZVaxnp8sfCf { width:16.8125rem;height:0.5625rem;top:35.88720703125rem;left:29.19091796875rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awswbgF1i2TEOb0c52MPT2p2S8oITiFs { width:9.8125rem;height:0.625rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97b3bcf1-83c3-49f3-99b7-94acbdd996ca/finanseofertatlo.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc.adaptive-delivery-prevent-bg, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyload, #VloBAzq97q1fhEad4VR27Ttwl56HHgBc.lazyloading { background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { background-color: transparent; background-image: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.67); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row > .video-iframe-container { display: none; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .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); }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:19.25rem;height:3.298825rem;top:6.5rem;left:0.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:13.625rem;height:1.75rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tesVvMEkHE1qQgfFitszbmSI4TUZT47m { width:20rem;height:11.6953125rem;top:12.3994140625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uMK7Qkt17I1h6fWOLZMIy1ra5UbcNXq2 { width:17.375rem;height:12rem;top:26.6494140625rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { background-color:#ffffff;background-image:none;display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { background-color: transparent; background-image: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .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); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:20rem;height:144rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { width:20rem;height:23.15625rem;top:2.625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lizodolpf7vPg8SeNekSs6NANpkw3WWr { width:20rem;height:36.09375rem;top:95.916015625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#lizodolpf7vPg8SeNekSs6NANpkw3WWr li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#lizodolpf7vPg8SeNekSs6NANpkw3WWr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_26e648fc6c47bf583aa30595b036e84e896d140e.svg); }
 }@media only screen and (max-width: 763px) { #C25AQ8KnpPTWFKw0zqOr1ofQnZuAEITJ { width:20rem;height:1.78125rem;top:91.822265625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKKpQuLIegTkuMdWUqEI1MmiNRzHsDrM { width:19.4375rem;height:11.6953125rem;top:77.0625rem;left:0.28125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKSz1cyxndOdQaxrZqdcm2C0B8us92Fi { width:20rem;height:13.09375rem;top:27.53125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#RKSz1cyxndOdQaxrZqdcm2C0B8us92Fi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c1259408-808c-4634-be8e-49d1742a8daa/ico_red.png); }
 }@media only screen and (max-width: 763px) { #Bn8A8IWGrHT1B5tuP9bzbRnRXKoLcJ5k { width:20rem;height:3.5625rem;top:43.25rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jkox4O2smecGZpwBGUOkuX9lboi3UaXQ { width:20rem;height:25.875rem;top:47.9375rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#Jkox4O2smecGZpwBGUOkuX9lboi3UaXQ li:before{  }
 }@media only screen and (max-width: 763px) { #p2tEZtQT42FpNKUOy6o0To1w6yAglgFL { width:20rem;height:5.34375rem;top:135.447265625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G0pf93k5edme2IxNzTPb2lBTnlVLdhNH { display:block; }#G0pf93k5edme2IxNzTPb2lBTnlVLdhNH > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG { display:block; }#Q1g76FZpt2I4RCCNtkQhHbusbRsGnmTG > .row .container { width:20rem;height:103.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXaB0gS5FKkrh0utIOShIG3FFAEbJJzM { width:18.3125rem;height:15.59378125rem;top:3.16357421875rem;left:0.84375rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #crah3WFvMRqsmr6TH8ZCRm3uaAl3B6m5 { width:20rem;height:30.28125rem;top:41.94873046875rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qtqgPhHPcaTTXWThzqIx8JFvyxS667OU { width:13.6875rem;height:18.6875rem;top:21.82373046875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV40a6yVT911BwTnpSB3T4FZKfM2Fm5P { width:20rem;height:26.71875rem;top:73.88623046875rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTvEAw6NgxXn0af5euq2uT4E7STzzxcA { background-color:rgba(28,28,28,0.8);background-image:none;display:block; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container { background-color: transparent; background-image: none; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container > .video-iframe-container { display: none; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row > .video-iframe-container { display: none; }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .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); }#HTvEAw6NgxXn0af5euq2uT4E7STzzxcA > .row .container { width:20rem;height:257rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0ZoxBXGef5fd6h77Au30COvyRUiPGNO { width:5.625rem;height:5.625rem;top:20.6220703125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVrdUXAU8rgKFw15lTxZMzm1UELAc9ui { width:16.875rem;height:2.125rem;top:18.4970703125rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJlNLWMmoW23ax1DEdg8ZnpKhGzaQCfa { width:16.875rem;height:10.1953125rem;top:26.2470703125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRNRiZtdPQcAw2P3sMyEu5zT2SrnAX40 { width:6.25rem;height:2.79980625rem;top:22.03466796875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z235sIfinh4e382Z22v50bMDSr4OMGdG { width:16.25rem;height:6.796875rem;top:47.30810546875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bgQU3O0b2vJ0GChXUyClToEXuFgFL2tK { width:5.625rem;height:5.625rem;top:41.68310546875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9IwEesonJrI4VULx93ZwEFL8WqlvFD { width:16.875rem;height:2.125rem;top:39.55810546875rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuWyv9Qm9ExU1zJ4vw2PswV5lcK1BqPJ { width:5.625rem;height:5.625rem;top:59.6298828125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOBGzHgt6Ekkq98HLsacTS8BGKOO4iU { width:6.25rem;height:2.79980625rem;top:43.095703125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8TW4On4bOASvHfZSJDVnoVE9K7SpGKB { width:0.5rem;height:4.375rem;top:30.5625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sdkuq8w1FOtHnhceP9msVI4JeEk5qdfV { width:0.5rem;height:4.375rem;top:44.9375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGfcwR9TAF90T8Fq6LAgJPMTdTL5QCxD { width:20rem;height:5.84765625rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfFTzE3tm9n97UlPs1hwfk4kRcT59JNO { width:6.25rem;height:2.79980625rem;top:61.0419921875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7BkfJUrDm7dgXETSRvHwitTivyFAMc { width:20rem;height:2.125rem;top:57.5048828125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxnVfrZG8nKKCZaQwUEEx4tk9rVwTvFS { width:18.75rem;height:8.496125rem;top:65.2548828125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4QfHlxMsTfJbTImoSrJmiUuLKNkwD6y { width:0.5rem;height:4.375rem;top:59.3125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxddbW54qaivpt5gTiIeE6hfQlM91n9N { width:5.625rem;height:5.625rem;top:79.5166015625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrLkRZ77x2VDKyHUm1pId80qEkzDUaNJ { width:6.25rem;height:2.79980625rem;top:80.9287109375rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #digbGXVG1xmGwRpyJMrJQRezdVES575I { width:0.5rem;height:4.375rem;top:73.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPTschhbq9FWQ65tmoDKWSvuvCNJCR8n { width:5.625rem;height:5.625rem;top:98.1767578125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwiEyO6wQKyxPO5IftRvL4qERgxlHPUv { width:6.25rem;height:2.79980625rem;top:99.5888671875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaWDbJ4HfV89G8tFBas804qdoumOkVWQ { width:0.5rem;height:4.375rem;top:88.0625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q22ewcgnsbTcI6h9LpVhmqLqoFLNNWFp { width:5.625rem;height:5.625rem;top:120.275390625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOCf5b9GONBa9c9v8qsKBcPfkskfM8MG { width:6.25rem;height:2.79980625rem;top:121.6875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJvUKmlzWJNihosZ4EOnmn4z0iGna5kn { width:0.5rem;height:4.375rem;top:102.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGgQqDyokleivDawl2H5qTAAPmD1ybOP { width:5.625rem;height:5.625rem;top:140.28662109375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqM679RTe7TR26WRZkJ8BTdtcqNcRhlp { width:6.25rem;height:2.79980625rem;top:141.69921875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V32A10E27GNSFxakclb2sJuGI81od6QR { width:0.5rem;height:4.375rem;top:117.0625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9H9RwiVuI90C8lLBVfmcMQ8UoKQWOUq { width:5.625rem;height:5.625rem;top:157.947265625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCgX7MUM0MezcatxzbCxPCduIfPSZXU6 { width:6.25rem;height:2.79980625rem;top:159.35986328125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7okTwzTLI1Sp5x80DgRhMDtBcDW7KEe { width:0.5rem;height:4.375rem;top:131.4375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hpi40gplQoZeif1TmGgvlvkdet0cbOeq { width:5.625rem;height:5.625rem;top:175.845703125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cruTT6OPUDUumuMX9BFgEBxlsV8ZyX2J { width:6.25rem;height:2.79980625rem;top:177.25830078125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJCU6LuBmfEDizFer8M4JTf7Nt0JPG08 { width:0.5rem;height:4.375rem;top:145.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeCUy3kmqQXNt356FvtTCn82Q7SUw1VQ { width:5.625rem;height:5.625rem;top:196.89404296875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacMuVAUXrqwSrCCyHwe42xm6eIO7JOo { width:6.25rem;height:2.79980625rem;top:198.306640625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIplnJWOoUFnvpcWy4bivJOLPf0xT5ir { width:0.5rem;height:4.375rem;top:160.1875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQREwIEdgLvxlwqZDdMwBhu9qV9lT4q4 { width:5.625rem;height:5.625rem;top:217.6044921875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8KeQFBmoMKMvatBpWuheKpu3DmHSgRe { width:6.25rem;height:2.79980625rem;top:219.0166015625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaCWIJov6JuIsSJ621gBzNxT8zT5C9Eu { width:0.5rem;height:4.375rem;top:174.5625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O36avCrRHxchhZl5C2A9EekX9ZQkCFCG { width:5.625rem;height:5.625rem;top:238.71484375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPELHkmfzahLQkEfMAPHKRQyIHKkcJT1 { width:6.25rem;height:2.79980625rem;top:240.126953125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7BmegNFflE0hVUFPXoSz2uhqFqA07em { width:20rem;height:2.125rem;top:77.4541015625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0RdTOTCoW4fJLHSRbQVmyPfTpABVSga { width:18.875rem;height:8.49609375rem;top:85.0791015625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ua7ifyQpCAl5MKDAahuIafTCLOcKNORN { width:20rem;height:2.125rem;top:96.1142578125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLAJtwgBgdyuBTMFUD9QBxCquX1Jnhog { width:17.625rem;height:11.89453125rem;top:103.8642578125rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVOvPlmQBKmsSaHFz75fygF9WmTZPG72 { width:20rem;height:2.125rem;top:118.150390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXVWVxaHUQRnB3XLhl7G0p3NVANgN8a5 { width:18.5625rem;height:10.1953125rem;top:125.80078125rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cds3Po9HMUXreOaTDIqD4AGr27zba5TX { width:20rem;height:2.125rem;top:138.16162109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdC99vMdRalmLKcmXFLqRArRsS3RaNDI { width:19.375rem;height:6.796875rem;top:145.91162109375rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMT5FqVZCezhx9Sz1FMsQ1ON7uEe00gQ { width:20rem;height:2.125rem;top:155.822265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxcz9qaleUPS3bJL9vT72oSXogVmT51D { width:17.8125rem;height:6.796875rem;top:163.572265625rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgbX9E6ZDRLi7uWifwMaTFIFlHMUIIr8 { width:20rem;height:2.125rem;top:173.720703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oXyqKHUF9zML7xtTeR5tF0hXG7Q8TOui { width:18.6875rem;height:10.1953125rem;top:181.470703125rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgN6TdfByZ6nPDBVcIRdKtpTcCQkKItM { width:20rem;height:2.125rem;top:194.76904296875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khNMF5i6ysPyqX34eyVbT2p96uzXW6AC { width:17.875rem;height:10.19534375rem;top:202.51904296875rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWfvfvE2dqnKwTqDa4yNDdJQ8pp7iQyG { width:20rem;height:2.125rem;top:215.5419921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHAaExrlznCRZQ5ZXNDE1ALLlNcSRnXv { width:17.5rem;height:10.1953125rem;top:223.5048828125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hX8sXqdWlkahthL3mXuSEtz6bt0vBtTo { width:20rem;height:2.125rem;top:236.65234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxygvismNOUhCKJhCKf7kcww1VVa4MRU { width:18rem;height:8.49609375rem;top:244.490234375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X50EOT4hKqe76wTUr4eyUtvleQq15eRq { width:16.375rem;height:3.1484375rem;top:12.91015625rem;left:1.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { width:20rem;height:11.6953125rem;top:2.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS { width:20rem;height:35.53125rem;top:16.9482421875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ek6Dnr0ALrTJf1pJ9a0VREth2vU5cEIS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b39f0052343625944283041a18f72b95e16f3a19.svg); }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i59PICNaRgtUTHUeEJ0g3tPIiAiQSmDX { width:17rem;height:5.84765625rem;top:3.125rem;left:1.5rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 { width:19.625rem;height:24.375rem;top:11.375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#v3ZuI9XhJhODegChGhhQmfJUiuiRHsV6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_597c39c3e1c78a738f7007ccd0c84d9a0731bd80.svg); }
 }@media only screen and (max-width: 763px) { #aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { background-color:#e5f4ff;background-image:none;display:block; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { background-color: transparent; background-image: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row > .video-iframe-container { display: none; }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .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); }#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { width:14.75rem;height:9.746125rem;top:3.1875rem;left:2.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQk5D4kqqAJpGUO7g1uaxnLWTDZA5g63 { width:19.375rem;height:44.3125rem;top:15.265625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }#oQk5D4kqqAJpGUO7g1uaxnLWTDZA5g63 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
 }@media only screen and (max-width: 763px) { #BtqyxAZRJ2HXcLdwPV7Sen0JKIaO6h5d { width:18.8125rem;height:9rem;top:63.015625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkHCQpDctOFi4GSffVTRw64p6IwyxxT { display:block; }#sIkHCQpDctOFi4GSffVTRw64p6IwyxxT > .row .container { width:20rem;height:46.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J39OOmL9pTqwK5aIXaxhNwNsSkPKffuP { width:20rem;height:5.84765625rem;top:2.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vl3CEF0eAoOOZIGBPhNa4lmlMghoI4UJ { width:19.375rem;height:7.125rem;top:11.875rem;left:0.3125rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EaFi56AbWQ53PqKq9Nl6QL6FEqxLa2Kq { width:18.8125rem;height:1.875rem;top:33rem;left:0.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J43t72pcdzqmo5slhvCbArIzzRraPHsa { width:19.75rem;height:1.78125rem;top:29.203125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mt7B9EqRkMywB0KbUrIKTBLf2prJFhUe { width:20rem;height:5.34375rem;top:37.203125rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UXiioGcZyCCHBqRqeVpdTwo9oiXXx9Nf { width:14.0625rem;height:3.8994125rem;top:22.9375rem;left:2.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP { background-color:#e5f4ff;background-image:none;display:block; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container { background-color: transparent; background-image: none; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container > .video-iframe-container { display: none; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row > .video-iframe-container { display: none; }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .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); }#dmMWKeQiTd1Ph1QPQftmV71PzkGsy9WP > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXEXvyKltplmcOFbefV7OxTrCCKR8yOm { width:20rem;height:11.0869375rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkr0I8AdpsusBTTL5yz4MnHI6gIUFZJL { width:20rem;height:5.84765625rem;top:2.25rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysVRnvwNdqv0iTI2Oqnzmhq63kVU9ox1 { width:17.125rem;height:1.78125rem;top:10.90625rem;left:1.4375rem;font-size:1.1875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMHTAn6VDI4v7vcJhIg0pTQU58UJJGH4 { width:20rem;height:6.75rem;top:38.5869140625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FnPbt3bIH2eCnTQ6ZiNwFvms4ZShrITS { width:20rem;height:10.125rem;top:14.625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh { display:block; }#pMa7k1khuhLkU5JvNcdO0lfPdhsopNGh > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChtF6DxBNTshhSbae3zfqlJx7xG1CycT { width:18.9375rem;height:11.6875rem;top:39.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF811r99oi9zAt1K0P1Lw3rTxfTits7H { width:17.5rem;height:16rem;top:12.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkMZn72GEGGMQmXv5pawk8Nzd6wgS20R { width:13.8125rem;height:1.4624rem;top:32.45166015625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KW9wp6lpzBgNJ6g2KQ7p0D8uNNGqAU { width:4.5625rem;height:4.5625rem;top:30.94189453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS1HOFNfTE6foVk3XN9XWC13hQb0fQmy { width:20rem;height:3.5625rem;top:3.5625rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gya6vLPzSAR67mAuQSlIUpN404VZvRaM { width:18.9375rem;height:18.75rem;top:11rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X30FRVO3V9dvaD7XFHP03NZsCTvea6G4 { width:18.9375rem;height:12.4375rem;top:61.41796875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWIWA8IHmVTWPXqEVlhzPsNi5XUIB0SB { width:16.875rem;height:10rem;top:40.53125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KecPITsUdELIpBT6cgUDwVi60w2mHp1M { width:17rem;height:10rem;top:62.63671875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URkH39d8R3oIJDL0JEisPr6xO8f8SKnK { width:4.5625rem;height:4.5625rem;top:53.04296875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie6pr41XcgIFcqedB8TtxyVikkL9uuVm { width:11.25rem;height:1.4624rem;top:54.5927734375rem;left:6.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRbAOC6ZMx7tIyCLTbARrFkV0plmWUv2 { width:4.5625rem;height:4.5625rem;top:75.16796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXd5KOAkDwuDyqUH1mHW3uZUEXEFcZPT { width:11.25rem;height:2.923825rem;top:75.98681640625rem;left:6.46875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdVumGDhVatqVkOsP32HqHtnOVlhyTOF { display:block; }#TdVumGDhVatqVkOsP32HqHtnOVlhyTOF > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmChshBq8sHmXHLIRec6hB08ydh4XWqv { width:18.0625rem;height:7.796875rem;top:2.9375rem;left:0.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 { width:20rem;height:16.5rem;top:24.3603515625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hp5wpFpnB51kfhdoDa1Sx1K99UuOISZ9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b39f0052343625944283041a18f72b95e16f3a19.svg); }
 }@media only screen and (max-width: 763px) { #s2mrgbZqJNLPX60v1EnlOJaehW4XMn0Q { width:20rem;height:10.6875rem;top:42.6103515625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #x3P3UTKuLd420bEZG7mBP0sga3GwaZst { width:17.9375rem;height:10.3125rem;top:12.5478515625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu { display:block; }#OQsBC2XnWEbXuoQtoAh7FkORAIqXPNNu > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTG3IXtiqA4N1tmmilor82CNOuHRiF7i { width:17.5rem;height:5.84765625rem;top:3.6875rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto;font-size:1.0625rem;overflow:hidden;line-height:.8; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:1.125rem;overflow:hidden; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-text {padding-top: 0; padding-bottom: 0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:1.125rem;overflow:hidden; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .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; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-select {padding-top: 0; padding-bottom: 0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.125rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]:-moz-placeholder { font-size:0.5625rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]::-moz-placeholder { font-size:0.5625rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]:-ms-input-placeholder { font-size:0.5625rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl [class*="-text"]::-webkit-input-placeholder { font-size:0.5625rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-container:first-of-type{padding-top:0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .widget-container:last-of-type{padding-bottom:0;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl  { width:17.5rem;height:auto;top:28.5625rem;left:0rem; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl {display:block;}#TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl { width:17.5rem;height:auto;top:28.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #GNVuX663BuWvoBtz18vIZM5fahKZsCkG {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #XOe52p1K3TwiOTmWZTUhV9vD3kiXOEqp {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #sceowZ1JJeoym574JXb5OV32gZCsC1NV {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #R1MX8o4eHlEQ8iGutMT6JfIc3fy20HJP {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #tatIyD2idgMr3VKvf73TFiR0mih8GJzd {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #tFAeeTx6Q37XwT0TOT18846or4ys49Kr {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #LCm4zVTSUSZDDC2GH0ew9uTXONeFT0oD {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #ufCowxX7AaXagSboZkTG2oIg4rr8HrX3 {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #X16Z64TH7L5kTWe7CXsXBcTalNJ9t5kK {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #loBUZWXLA1Bd5Xqnn1f17XxfV2ima9N0 {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #t4tUJLFUgUk1rMVVPdMk0s7WxgfzMMMQ {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #fpQ6c3RPR66srbWuDSBlgSVqqESAWcwc {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #xUvW8ofoIl4FUUul80TTxuxPsFN8es7F {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #xAXds9sI2p33Lpg9lWA2VtA4F0Q8WaLf {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #rAl0mEC6vwdpgtXPlFls70PvtRZmaWtn {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #UDlXBp604XzVAFTCMpbZH7s4E5LvqdHm {  }
 }@media only screen and (max-width: 763px) { #TppwIb0zEdSt4M27Ak5p8adW3gdLHbTl #XhAZTBDhTpdSWDzpy99damRIgX0yrVnL {  }
 }@media only screen and (max-width: 763px) { #usHHZx7khtOBv88khizbSTxPCAVln5Fm { width:17.6875rem;height:5.0625rem;top:57.3125rem;left:1.15625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3J7Lwkne0isgmMehtJC04acZqU2MSoS { width:20rem;height:38.875rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm8mzGpI9An6JTSCm7ShB0QVuS4Tod2M { width:16.5625rem;height:7.125rem;top:15.6875rem;left:1.71875rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4Gnm9ZC4Is9yX0WnUHJB4ECsAxJIpCv { width:20rem;height:1.94970625rem;top:11.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dxGd5yBfIZENmKsEVZEyArR0whBZABTk { display:block; }#dxGd5yBfIZENmKsEVZEyArR0whBZABTk > .row .container { width:20rem;height:168.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNU0renR0Q6r4k2J0ZZ7ykNzLGHHwQFT { width:18.875rem;height:3.8994125rem;top:3.6875rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MXRqkTS2KgekyTu4yaa96km83h5fpPzc { width:20rem;height:154.96875rem;top:9.5rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #N591T4Z2UOBKk7UK0o22KraOdk9FBWpc { display:block; }#N591T4Z2UOBKk7UK0o22KraOdk9FBWpc > .row .container { width:20rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHwC5Mv5LPOeUcsmbnkA6QTL2h5ZB5nn { width:17.9375rem;height:5.0625rem;top:54.46875rem;left:1.03125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdbedQDVEsJsyZhD5pde66TpeN2Z1DX4 { width:20rem;height:40.3125rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzn8aFzhgI5DOhsIfFJgxsQ6EvX6zD42 { width:20rem;height:3.1494125rem;top:3.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g4Us6AgRN1WOqRbWJobLA1r8ZF9BGZ5i { width:15.75rem;height:10.3476625rem;top:8.88671875rem;left:2.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto;font-size:1.0625rem;overflow:hidden; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:1.125rem;overflow:hidden; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-text {padding-top: 0; padding-bottom: 0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:1.125rem;overflow:hidden; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .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; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-select {padding-top: 0; padding-bottom: 0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.125rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]:-moz-placeholder { font-size:0.5625rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]::-moz-placeholder { font-size:0.5625rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]:-ms-input-placeholder { font-size:0.5625rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a [class*="-text"]::-webkit-input-placeholder { font-size:0.5625rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-container:first-of-type{padding-top:0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .widget-container:last-of-type{padding-bottom:0;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a  { width:17.5rem;height:auto;top:24.74755859375rem;left:0rem; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a {display:block;}#Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a { width:17.5rem;height:auto;top:24.74755859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #oWH31cqPnzoM14uQ5lb4rvCBlIQRyRFi {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #iJcFcwLJtUkNfPQACLnwXZ3QdkecPkkR {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #ZTCHTgKnA39vtbt3KsbgLst24FkUO04F {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #aJKMkpwAD1RZmHM23ftbalLdA26h6UE5 {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #EkAeCmk29ahWDSK1IV1WWvkkDBJnewEP {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #siAheH5i4wgdI4Dsd0r9uN0BudGXDnxk {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #HWPevBuEILWSo6scO0AxMN6wzv2DSTHw {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #kChpsXsqmliLzGiQMfoOFl5ss90EtgLP {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #zJn1rGOq1FyECqvSRReznuxXDfR7uFGH {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #FTlWoQHwt5gL5l22HNvU3HhUrwA6epSa {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #thx65WN6vgQw2lEqFDbrMUTk0K8sm66W {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #DI8AnvPEV1WCT352BbXyan04VaBFf2ra {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #kfgVrOLfuBT7Emizkx1BHUqXJKStMbEV {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #qIQm0HrFntehetHym2tofErW6hP8zONR {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #ETcMMNcgMTEaRAdOi439cFPBD87nVXaw {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #oBRrVWKyMPRCtQG1TtAfJcr8f5Ub7FRJ {  }
 }@media only screen and (max-width: 763px) { #Q16qS6khmQmz5T3v08EJQ7yxOXFpq23a #zc0Tfpqe0KLEBBu1Ryl536k2coVKFQGS {  }
 }@media only screen and (max-width: 763px) { #OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa { display:block; }#OUumumrZl7y5PXoBvdSqvGBW9PKSUoZa > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIZfe2zhv9eRKCPURS0XBZVaxnp8sfCf { width:20rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #awswbgF1i2TEOb0c52MPT2p2S8oITiFs { width:9.8125rem;height:0.625rem;top:4.5625rem;left:5.0625rem;display:block; }
 }