.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,243,227;--color-primary-1:255,227,139;--color-primary-2:255,208,61;--color-primary-3:238,92,34;--color-primary-4:51,42,12;--color-secondary-0:219,224,244;--color-secondary-1:134,153,218;--color-secondary-2:12,51,180;--color-secondary-3:6,26,90;--color-secondary-4:2,8,27;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:rgba(40,40,40,0.77);background-image:url("https://images.assets-landingi.com/uc/55dd2fc7-5355-4bf6-ba22-694f0d4bf606/header_01.jpg");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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:54.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#xdMuViNcc30uB4803pt3eEa3RsfOZvT8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:11.875rem;top:0.6875rem;left:0rem;overflow:hidden;display:none; }
#VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { color:rgba(var(--color-tertiary-0),1);display:block;width:49.6875rem;position:absolute;font-family:"baloo 2";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:15.0625rem;left:5.125rem;height:16.875rem;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.125rem;width:17.125rem;top:3.125rem;left:21.40625rem;overflow:hidden;display:block; }
#NEBLC8vHgucHHmePe2PE8oXKNmmXgASH { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:34.767578125rem;left:9.75rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqCacGByRy0fOgnseQT0LC7krv1mU6gO { color:#ffd03d;display:block;width:51.4375rem;position:absolute;font-family:"baloo 2";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:10.1875rem;left:4.25rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPfp8hB2ixDZEhCRrGfKAJQ5LdiZffPa { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:26.75rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44.375rem;left:16.59375rem;display:block; }
#S4FOKh942TGBDJiUyAq1WzD5Lc7K78WM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm { 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; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container { background-color: transparent; background-image: none; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container > .video-iframe-container { display: none; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row > .video-iframe-container { display: none; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .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); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container { border-width: 0; border-radius: 0; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container { width:60rem;height:63.1875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#TSMGi0GmpBXA7aIfRt7v9uQWGQywtRkd { color:rgba(var(--color-tertiary-4),1);display:block;width:49.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.625rem;left:6.0625rem;height:7.34765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:19.66015625rem;left:6.0625rem;height:23rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c1259408-808c-4634-be8e-49d1742a8daa/ico_red.png); }
#EirTA59kwxqWD03TayLnIomsGrpTBhPZ { 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:15005;line-height:1.4;letter-spacing:0;top:15.25rem;left:6.0625rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sDFiC9G6avCMQmUcCN60rW2XIqfXPiOM { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:45.09765625rem;left:6.0625rem;height:11.021475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { background-color:rgba(var(--color-primary-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:52.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;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.9921875rem;left:3.15625rem;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; }
#JGchlpZfk0H7JtCXlN4ZwW0rDbJqSyBK { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:16.9375rem;left:3.78125rem;height:27.5536875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row .container { background-color: transparent; background-image: none; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row .container > .video-iframe-container { display: none; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row > .video-iframe-container { display: none; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .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); }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row .container { border-width: 0; border-radius: 0; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row .container { font-size:0.875rem;font-family:arial;height:87.9375rem;width:60rem;position:relative;display:block; }#OvkADydTQHsTy7QDgBKFTThTy2r87PVb { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;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.3125rem;left:7.65625rem;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; }
#mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.5625rem;left:6.78125rem;height:60.5rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#SIXAxmMROnBHkhv4CXp0plgQrFhWtqiH { color:rgba(var(--color-secondary-2),1);display:block;width:51.375rem;position:absolute;font-family:"baloo 2";font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:85.4375rem;left:5.09375rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe0f4;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; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row .container { background-color: transparent; background-image: none; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row .container > .video-iframe-container { display: none; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row > .video-iframe-container { display: none; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .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); }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row .container { border-width: 0; border-radius: 0; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#XK6NudnwBo5stMC7QMwRnd80EfL724Tm { color:rgba(var(--color-tertiary-4),1);display:block;width:51.375rem;position:absolute;font-family:"baloo 2";font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:6.8125rem;left:4.3125rem;height:15.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm { 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; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container { background-color: transparent; background-image: none; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container > .video-iframe-container { display: none; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row > .video-iframe-container { display: none; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .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); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container { border-width: 0; border-radius: 0; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container { width:60rem;height:31.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#OUqa3tKQAOfdEwRcqkizldpTc18FvwNO { color:rgba(var(--color-tertiary-4),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:10.875rem;left:5.34375rem;height:13rem;text-align:justify;text-align-last:initial;font-style:normal;overflow:hidden;display:block; }#OUqa3tKQAOfdEwRcqkizldpTc18FvwNO li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#OUqa3tKQAOfdEwRcqkizldpTc18FvwNO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#crQNvSLopNDchube1sDwce5cUef76g6o { color:rgba(var(--color-secondary-4),1);display:block;width:52.4375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:5.25rem;left:2.90625rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU { background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -moz-linear-gradient(172deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -ms-linear-gradient(172deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -o-linear-gradient(172deg, 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(172deg, rgba(var(--color-secondary-3),1), #0c33b4);background-size:cover !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;display:block; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container { background-color: transparent; background-image: none; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container > .video-iframe-container { display: none; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row > .video-iframe-container { display: none; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .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); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container { border-width: 0; border-radius: 0; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container { width:60rem;height:41.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#vL6C2R4EF7OW4NDUPoRp3Nl1vp1HCtlx { color:rgba(var(--color-primary-2),1);display:block;width:44.75rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:6.5rem;left:7.71875rem;height:2.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2IOrW19kxykmRkffyuhNpnnTqivmD13 { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:13.3125rem;left:5.09375rem;height:20.20604375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);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; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row .container { background-color: transparent; background-image: none; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row .container > .video-iframe-container { display: none; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row > .video-iframe-container { display: none; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .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); }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row .container { border-width: 0; border-radius: 0; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row .container { font-size:0.875rem;font-family:arial;height:133.0625rem;width:60rem;position:relative;display:block; }#o6yTK0ROPV89zD1EZn4cTdIQhFvvQWrW { color:rgba(var(--color-tertiary-4),0.8);display:block;width:33.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:122.6875rem;left:13.375rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzTvRPLHxfISUzWAGh1LgmvbnlJ4vrdZ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.625rem;left:8.25rem;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; }
#aPIlOiU5eJWF6LkPUgdUM4ig2bO6T7cz { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -moz-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -ms-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -o-linear-gradient(190deg, 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(190deg, rgba(var(--color-secondary-3),1), #0c33b4);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:20.0625rem;width:45.375rem;top:15.8984375rem;left:7.3125rem;display:block; }
#k1Q9IAf38Nt2oV5iVSQUTkkOlcCXeGPr { color:rgba(var(--color-primary-2),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:18.25rem;left:9.8125rem;height:3.1494125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HMJopWwxaNL4tfBOoDeer78cN96nWGTm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"baloo 2";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.1220703125rem;left:14.875rem;height:2.5996125rem;font-style:normal;display:block; }
#Ar9t89pqTmi5dWTvh1Uw49hfR8bfhR0J { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -moz-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -ms-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -o-linear-gradient(190deg, 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(190deg, rgba(var(--color-secondary-3),1), #0c33b4);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:22.625rem;width:45.375rem;top:39.9375rem;left:7.3125rem;display:block; }
#MSoavRyz4y5OgdEH6p8xGl10suNVam44 { color:rgba(var(--color-primary-2),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:42.25rem;left:9.71875rem;height:3.1494125rem;text-align:justify;text-align-last:initial;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; }
#O2VbHmM6XQeWxmXeqXtqtDfoVsrnD4A3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:"baloo 2";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:57.7255859375rem;left:14.875rem;height:3.89941875rem;font-style:normal;display:block; }
#g3eGXKXXA2b63zT65v3v92vMsm8ThkGh { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:22.53125rem;left:9.59375rem;height:6.796875rem;text-align:justify;text-align-last:initial;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; }
#vGDBk6MdTLAfwUbwaD3LVsnM0KPgi47y { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.7;letter-spacing:0;top:47.0009765625rem;left:9.71875rem;height:8.496125rem;text-align:justify;text-align-last:initial;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; }
#hNyM1HNdbOO9cubqonQBGhxHuIknGbGX { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -moz-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -ms-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -o-linear-gradient(190deg, 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(190deg, rgba(var(--color-secondary-3),1), #0c33b4);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:27rem;width:45.375rem;top:66.125rem;left:7.3125rem;display:block; }
#yccfscFGmJFQHX1EGtpshbe3atSMAsSo { color:rgba(var(--color-primary-2),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:68.30078125rem;left:9.71875rem;height:3.1494125rem;text-align:justify;text-align-last:initial;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; }
#pgz98HNsSrWuyFHGvsRBRAQbTHmx2G0R { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:72.421875rem;left:9.71875rem;height:13.59375rem;text-align:justify;text-align-last:initial;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; }
#ooBM4aVk9rtgg7qJBlJqklQy9u6Vk0ks { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:"baloo 2";font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:87.7861328125rem;left:14.875rem;height:3.89941875rem;font-style:normal;display:block; }
#RQqJ65wswH7w8uFe2kMb47rHMefm3xA1 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -moz-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -ms-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -o-linear-gradient(190deg, 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(190deg, rgba(var(--color-secondary-3),1), #0c33b4);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:24.5625rem;width:45.375rem;top:96.6484375rem;left:7.3125rem;display:block; }
#EOKXthBZNKlQMveW8vk3sLzXifhxAeXD { color:rgba(var(--color-primary-2),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:98.6875rem;left:9.71875rem;height:3.1494125rem;text-align:justify;text-align-last:initial;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; }
#rl5IBdJtI81zaH7KhhfnxaSNbwThErXW { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:103.61328125rem;left:9.71875rem;height:10.1953125rem;text-align:justify;text-align-last:initial;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; }
#Kl7PRNOk6fDutBAlJtAs5TiKFQuFbEu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:"baloo 2";font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:115.80078125rem;left:14.875rem;height:2.5996125rem;font-style:normal;display:block; }
#XTWd2WNPAlon7P5m71snaiGC7Ub26cBJ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:114.9130859375rem;left:9.8125rem;overflow:hidden;display:block; }
#CHWbbJmsDOI1oHT8UmIGfa2cou5sxbyG { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.1875rem;top:87.248046875rem;left:9.8125rem;overflow:hidden;display:block; }
#XIMFsG4bKtPlzrvk8TLPZK8LMpekTCDG { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.4375rem;top:30.2353515625rem;left:9.71875rem;overflow:hidden;display:block; }
#TaaGbL9xyGdzPI64MeJaVviwcGFuzBfH { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.625rem;top:56.625rem;left:9.8125rem;overflow:hidden;display:block; }
#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row .container { background-color: transparent; background-image: none; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row .container > .video-iframe-container { display: none; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row > .video-iframe-container { display: none; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .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); }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row .container { border-width: 0; border-radius: 0; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;position:relative;display:block; }#TgtFOCme9FJSmLUZpWEkxuPqt0LwD0S0 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;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.0625rem;left:6.625rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t67pcStEdzD0OCTxtucoQBpqdpWF62F5 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:11.6875rem;left:6.78125rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#t67pcStEdzD0OCTxtucoQBpqdpWF62F5 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#t67pcStEdzD0OCTxtucoQBpqdpWF62F5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt { 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; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container { background-color: transparent; background-image: none; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container > .video-iframe-container { display: none; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row > .video-iframe-container { display: none; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .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); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container { border-width: 0; border-radius: 0; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container { width:60rem;height:89.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#wMAUCelwK4QiESbXazQEbvwqy1dyaZEB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:23.375rem;left:0.125rem;height:36.73823125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#llVTehXayyGlV8Pchfc8kscCh9hpBawI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.8125rem;width:25rem;top:7.8125rem;left:35rem;overflow:hidden;display:block; }
#US0gudCKsqmFxv9P55iG2HL0a3JPZyAZ { color:rgba(var(--color-tertiary-4),1);display:block;width:35rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:11.0976625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GXXvzW2AOBbOpBoT8wVzGfoc3oipqcG9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:60.1123046875rem;left:0rem;height:22.04295625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eGVZ81Db2JIKVh7M0W0NGHx8WiOBJ2Lg { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:52.3896484375rem;left:0rem;height:12.8583875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR { background-color:rgba(var(--color-primary-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; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container { background-color: transparent; background-image: none; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container > .video-iframe-container { display: none; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row > .video-iframe-container { display: none; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .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); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container { border-width: 0; border-radius: 0; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container { width:60rem;height:142.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#wZTo6B1EAwdQE3fFoq3kzGkEksdMUH3U { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;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.5625rem;left:8.40625rem;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; }
#snhHPmkdha1iLQSECv3VUnHdncHvrbHS { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.0625rem;left:6.25rem;height:31.22751875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9wMTkyLQXHutNQ0GBsJk70rdwbaQbgS { color:#e03232;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:17.75rem;left:6.25rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Len4tndfSFinK9LoDruvcWcPzTVNa6FP { color:#e03232;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:57.375rem;left:6.25rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CkWQd3E3OvQU78QqtwR77amgeVh4UfH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:61.6875rem;left:6.25rem;height:34.90134375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ykoAiZoWIKc1NJ3vKm7DhEAvrH5oKxdv { color:#e03232;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:101.875rem;left:6.25rem;height:2.44970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QWZOGbygexIDRB5g27evKlgJTTI6T730 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:106.25rem;left:6.25rem;height:29.39060625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7b7b7;background-image:url("https://images.assets-landingi.com/uc/55dd2fc7-5355-4bf6-ba22-694f0d4bf606/header_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; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ.adaptive-delivery-prevent-bg, #qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ.lazyload, #qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ.lazyloading { background-image: none; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row .container { background-color: transparent; background-image: none; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row .container > .video-iframe-container { display: none; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row > .video-iframe-container { display: none; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .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); }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row .container { border-width: 0; border-radius: 0; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#I9HNVowBs0W4fT17O8aLkT3AMVll3M4T { color:rgba(var(--color-tertiary-0),1);display:block;width:57.4375rem;position:absolute;font-family:"baloo 2";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.375rem;left:1.71875rem;height:16.08395rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5Alz9RnZDOHnJ4m41erkf7gKLmLrgzT { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.75rem;font-weight:700;font-style:normal;line-height:.2;overflow:hidden;position:absolute;width:26.75rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.3125rem;left:17.0625rem;display:block; }
#BRiEP8pBRlf8L6Vfe1MmhDFTaoPXmNZw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg { position:relative;display:block; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg { background-color: transparent; background-image: none; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row .container > .video-iframe-container { display: none; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row > .video-iframe-container { display: none; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .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); }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg { border-width: 0; border-radius: 0; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XyK1ryHeLidaIT9RgluOgTTzv1zBrMHZ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:4.669921875rem;left:1.15625rem;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; }
#drH2TTw0whmBalftmpJVbVpFmgPEmdXF { 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; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container { background-color: transparent; background-image: none; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container > .video-iframe-container { display: none; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row > .video-iframe-container { display: none; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .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); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container { border-width: 0; border-radius: 0; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container { width:60rem;height:83.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#idQLn7AxAyfP39qnIlbygdihofhBI9lc { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:"baloo 2";font-size:2.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5625rem;left:4.3125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx { color:rgba(var(--color-tertiary-4),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:14.1875rem;left:5.5625rem;height:61.75rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#s0DyvaqWgnvAXqXxO2zeyv8ZofDtpXlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:5.25rem;left:5.5625rem;height:3.6748rem;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;overflow:hidden;display:block; }
#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b7b7b7;background-image:url("https://images.assets-landingi.com/uc/eac580e4-0a1b-4494-89ad-12fb4e58d010/niewidzialna_przewaga_kv_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; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG.adaptive-delivery-prevent-bg, #rdxLh4VOTPL239llzhH0DTHXVVmQP8pG.lazyload, #rdxLh4VOTPL239llzhH0DTHXVVmQP8pG.lazyloading { background-image: none; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row .container { background-color: transparent; background-image: none; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row .container > .video-iframe-container { display: none; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row > .video-iframe-container { display: none; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .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); }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row .container { border-width: 0; border-radius: 0; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;position:relative;display:block; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 { position:relative;display:block; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 { background-color: transparent; background-image: none; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row .container > .video-iframe-container { display: none; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row > .video-iframe-container { display: none; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .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); }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 { border-width: 0; border-radius: 0; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:103.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IsEvIEXi0R11wW4ohsbAQOO5FiwOBxaM { color:rgba(var(--color-tertiary-4),1);display:block;width:49.0625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.25rem;left:5.46875rem;height:9.0175625rem;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; }
#qR0QypgivOym8CVarfMoGnZoefzUHAp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:46.875rem;left:7.21875rem;height:18.3691375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X1OOFaxLCXko6smOTosS9QP4Ulx4IaWS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5625rem;width:45.5625rem;top:18.0625rem;left:7.21875rem;display:block; }
#UB7XXrQBl7VgNBwDV8l54StSwxEasxDT { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:68.6875rem;left:7.21875rem;height:4.0244125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:75.875rem;left:7.375rem;height:15.358375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#x4nXcpVruMN2DNzWGlCnm6WdXDqLq6fy { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:94.5625rem;left:7.375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw { background-color:rgba(var(--color-primary-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; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container { background-color: transparent; background-image: none; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container > .video-iframe-container { display: none; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row > .video-iframe-container { display: none; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .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); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container { border-width: 0; border-radius: 0; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container { width:60rem;height:52.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#VGPDkO7TW6TlfoAyBHyVRDcBnyLfkKgM { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.4375rem;left:8.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; }
#FcfX2lMD0FXXwZDXe8eUJpEpUU6wWiIA { color:rgba(var(--color-secondary-2),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:16.533203125rem;left:11.744140625rem;height:3.6748rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cyzKCJgI6bu2Zoxz41ZPeWsN7ioEG9gJ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:29.375rem;left:11.744140625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SRkxI7SWxwFxJMbQS0nU3WoFxw5HR1r4 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:32.125rem;left:11.744140625rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TGSrbiBCykSX9rGnClBMq2QEwpmgyG5K { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:15.720703125rem;left:3.806640625rem;overflow:hidden;display:block; }
#eddslsPEWIebd9BHwm67ZgLcZ8s0Elhg { color:rgba(var(--color-secondary-2),1);display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:17.064453125rem;left:11.744140625rem;height:8.046875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row .container { background-color: transparent; background-image: none; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row .container > .video-iframe-container { display: none; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row > .video-iframe-container { display: none; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .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); }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row .container { border-width: 0; border-radius: 0; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row .container { font-size:0.875rem;font-family:arial;height:157.375rem;width:60rem;position:relative;display:block; }#PsUnSwuzpITK61IR7fepfE69qNrBAqeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.25rem;left:9.25rem;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; }
#rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:14.8125rem;left:6.78125rem;height:67rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
#OdUz1pkR0fiDWVAR75WlrWTSH0JRUVfM { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.75rem;font-weight:700;font-style:normal;line-height:.2;overflow:hidden;position:absolute;width:33.125rem;height:5.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:84.59375rem;left:13.4375rem;display:block; }
#mWeLSlJQVNX3JS5NmiOrmStOAS5SG2f7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:93.78125rem;left:6.78125rem;height:55.75rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f6f6, #dbe0f4);background-image: -moz-linear-gradient(180deg, #f6f6f6, #dbe0f4);background-image: -ms-linear-gradient(180deg, #f6f6f6, #dbe0f4);background-image: -o-linear-gradient(180deg, #f6f6f6, #dbe0f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dbe0f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dbe0f4' );";background-image: linear-gradient(180deg, #f6f6f6, #dbe0f4);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; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row .container { background-color: transparent; background-image: none; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row .container > .video-iframe-container { display: none; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row > .video-iframe-container { display: none; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .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); }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row .container { border-width: 0; border-radius: 0; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:60rem;position:relative;display:block; }#L1D1cGgc9IdoQPrTsfyFtcPZsheW7Jys { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:4.619140625rem;left:11.21875rem;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; }
#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row .container { background-color: transparent; background-image: none; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row .container > .video-iframe-container { display: none; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row > .video-iframe-container { display: none; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .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); }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row .container { border-width: 0; border-radius: 0; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#QLongHhCUD2Ih8X4Rbo6d6gT7S39S7PI { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:"baloo 2";font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:5.3125rem;left:2.28125rem;height:4.94824375rem;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; }
#paqp8pvXRH4WKcVIiEkqHVCKJvsluwle { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11rem;left:0.5625rem;height:13.3857375rem;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; }
#nUkktgzTrJNtD8RWyFxWb1ycsvwI9WSe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:11rem;left:22.21875rem;height:7.4365rem;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; }
#zpUQMULlZ22BVheFuUHaSqXf7RHn1AxZ { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:"baloo 2";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:5.3125rem;left:22.3125rem;height:4.94824375rem;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; }
#JMMP0AJypbkgEX1LXAaKM6yg1XpU2SrU { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:11rem;left:40.5625rem;height:10.411125rem;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; }
#U76V51Ve7BVDTwz5HVXBAeD7O0QydmtB { color:rgba(var(--color-secondary-2),1);display:block;width:15.4375rem;position:absolute;font-family:"baloo 2";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:5.3125rem;left:42.3125rem;height:4.94824375rem;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; }
#OZfotbPS6enALbkLHFwMOqyVfbXWGXIr { position:absolute;display:block;z-index:15063;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.4375rem;width:4.4375rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#STIgfEUXiPDJxdns2n7ny6p2yn7EOh6M { position:absolute;display:block;z-index:15067;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.5rem;width:4.5rem;top:0rem;left:27.75rem;overflow:hidden;display:block; }
#EXsPya3iBL8IuosykSWm9gnkalXOJKxD { position:absolute;display:block;z-index:15070;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.125rem;width:4.125rem;top:0rem;left:47.9375rem;overflow:hidden;display:block; }
#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf3e3;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; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row .container { background-color: transparent; background-image: none; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row .container > .video-iframe-container { display: none; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row > .video-iframe-container { display: none; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .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); }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row .container { border-width: 0; border-radius: 0; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#wlVGnqgRLaZITHOsufdumikVOTBfooFp { 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:15025;line-height:1.2;letter-spacing:0;top:6.6875rem;left:9.15625rem;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; }
#XTM47ZLFVvmSgS48b819QbF5cTF4819v { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:17.875rem;left:5.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tq4D1UKw8uyvJet99wyNhWXrSTdNmFoK { color:rgba(var(--color-secondary-2),1);display:block;width:36.625rem;position:absolute;font-family:"baloo 2";font-size:2.4375rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:21.03515625rem;left:11.6875rem;height:2.92480625rem;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; }
#r1RVXx3d0vLetHyV80Pb6GgPgIl1GNl0 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:26rem;left:5.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bT3VDup0d2bA0dIDRINOhdcJ5DWs3cPU { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.375rem;font-weight:700;font-style:normal;line-height:.2;overflow:hidden;position:absolute;width:35.4375rem;height:5.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.875rem;left:12.9375rem;display:block; }
#MTrUqiPQzdDyWA9qMNGL2xxaJMsJPbBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row .container { background-color: transparent; background-image: none; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row .container > .video-iframe-container { display: none; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row > .video-iframe-container { display: none; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .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); }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row .container { border-width: 0; border-radius: 0; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row .container { font-size:0.875rem;font-family:arial;height:82.1875rem;width:60rem;position:relative;display:block; }#NLTSa48PJ0fRfIKnxx65C2oksIVmJUBb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.9130859375rem;left:12.28125rem;height:5.548825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PN3ClMiAZWPoNSb1EtJidPmb7pM3GzzM { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:14.451171875rem;left:9.375rem;height:14.69530625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3PlM1iIR5a2uKmhTlT19HD4g7SgyHKu { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.875rem;font-weight:700;font-style:normal;line-height:.2;overflow:hidden;position:absolute;width:26.75rem;height:4.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:69.25rem;left:16.625rem;display:block; }
#llFVLxN3Dkgo00ZiRyMg26l8E71iun1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJ5SIioOuKHSXTTI8fsIMbTdIpek53UA { color:rgba(var(--color-tertiary-4),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:38.0166015625rem;left:9.375rem;height:27.5537rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cw2zc8FkmpAwZkTUnCcT009FrZzxUviT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:33.375rem;left:9.375rem;height:2.01220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy { 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; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row .container { background-color: transparent; background-image: none; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row .container > .video-iframe-container { display: none; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row > .video-iframe-container { display: none; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .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); }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row .container { border-width: 0; border-radius: 0; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row .container { font-size:0.875rem;font-family:arial;height:87.0625rem;width:60rem;position:relative;display:block; }#OrwihT4d2D1Lfl8mEaGv0lkouuSFsA1d { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.171875rem;left:14.25rem;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; }
#cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE { color:rgba(var(--color-tertiary-4),1);display:block;width:47.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:17.25rem;left:7.375rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#aBbPbuBG06Crg9ewAvBS4wzlJihcxCQk { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:5.171875rem;left:7.625rem;overflow:hidden;display:block; }
#wWXDZ7dZmG1xFcPHZ85cpFT3fga1di1e { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:55.6875rem;top:54.375rem;left:4.3125rem;overflow:hidden;display:block; }
#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -moz-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -ms-linear-gradient(190deg, rgba(var(--color-secondary-3),1), #0c33b4);background-image: -o-linear-gradient(190deg, 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(190deg, 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; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container { background-color: transparent; background-image: none; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container > .video-iframe-container { display: none; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row > .video-iframe-container { display: none; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .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); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container { border-width: 0; border-radius: 0; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container { font-size:0.875rem;font-family:arial;height:142.3125rem;width:60rem;position:relative;display:block; }#wqfmwHThGVutOPoxRS7VBzrE6mV8poHx { color:rgba(var(--color-primary-2),1);display:block;width:49.1875rem;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.9375rem;left:6.46875rem;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; }
#WXmZDCuaLmcKBu29f6mn8KM5qcPVJ1hy { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:84rem;left:6.46875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KN34btguoAJ4yUfhW66tuTRKxeQIN9O1 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:98.8125rem;left:6.6875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTbKa7eVAlvEAcnbT7eLp3KKTGVORR2B { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:116.125rem;left:6.46875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PNdh1vqJT3HxTw9H4OgXenoa3RhUxtUk { background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"baloo 2";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:26.75rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:130.9375rem;left:16.625rem;display:block; }
#oANLyRuci9hTWNxOCzZF2Vvxoofq4gq3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-form-header {  }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]:-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]::-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]:-ms-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]::-webkit-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-container:first-of-type{padding-top:0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-container:last-of-type{padding-bottom:0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM  { 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:25.5rem;left:17.3125rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM {display:block;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM { 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:25.5rem;left:17.3125rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #n1yvqcvmbJkuvSGpidXeyPwAAoLMtbsp { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #kwAadc9SvonkydzpICaEiE4zvfxihP8v { position:relative;display:block; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #XGb57vaTN3yBnXPOJnXzGXzK3WKixcTV { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #XKt1pm1eWVKRtvRTWOVDLspNTQbTnW8t { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #TfEqFTH5vwJQJeEaefRhzilmw9Of7fXI { position:relative;display:block; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #G7Z6AXanGyHKvTTmXFWcqTTostWTuOgC { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #HE3aPAtJHeUlPa1NIVUEN5KpoGug1aKV { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #IQQxSgZBFPCn2ZVI0VTzr5kSx29qwM6K { position:relative;display:block; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #H4CAIhItLtqkR5Pmx2L0EK84QCaH4EEZ { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #rZDw2N7C7aaizxeX6cLVUO7cAN3Ufxtd { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #vEIezuxZSNyQEoni7OVmrQW9ayZPZnWT { position:relative;display:block; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #UKIGl1x84gzt8ll2aGEc727V36WfD6dB { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #wDprhZkueq5aixXk6ZgvWVt8Q8dvCeoN { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #mo9dzJGZqgI9SJVP0DVaStXIiIXW5cDd { position:relative;display:block; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #uw4pRNGMOlVGQsieXJvKCqyf3DU6Rq7A { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #unIl0b1pII49v5RbX3zl0yX3MOTvfycV { position:relative; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #KrkJpwJv9ZwmX3fUdd3JP8BVqO1DuTq6 { position:relative; }
#EmCfTEZ2kGLvvwteUXgW6Zo6SSTfPvtz { color:rgba(var(--color-tertiary-0),1);display:block;width:33.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:65.125rem;left:14.25rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8NeuQiVw5d0itJydHsMxGtsDDElWK1H { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),0.15);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:38.0625rem;width:29.9375rem;top:23.875rem;left:16.09375rem;display:block; }
#s04LzS9a0NSwhQ6kAnpCqbBrTmkf7i0x { color:rgba(var(--color-tertiary-0),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:16.3125rem;left:9rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F14DTJCDXr3R1TFm6SEnPIkhpBufSxOE { color:rgba(var(--color-primary-2),1);display:block;width:49.0625rem;position:absolute;font-family:"baloo 2";font-size:2.0625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:75.0625rem;left:6.53125rem;height:2.4746125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yDRumtZE3h5RaWeNLTlLxzMeqI8fxOTh { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:"baloo 2";font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:80.625rem;left:6.46875rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SEKW6e0HUf0ig7uxd5yf076E9flQTq4H { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:"baloo 2";font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:95.5rem;left:6.46875rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sEGUvVfLu5uXSOAV5lH8nai1EhczzQKT { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:"baloo 2";font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:112.8125rem;left:6.46875rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KslWkG7fv5IRxxh5Mowl9fqIFMiO2GRl { color:rgba(var(--color-tertiary-0),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:13.7890625rem;left:8.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO { position:relative;display:block; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO { background-color: transparent; background-image: none; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row .container > .video-iframe-container { display: none; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row > .video-iframe-container { display: none; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .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); }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO { border-width: 0; border-radius: 0; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:85.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gPBKO5okqeZwF6LfnsqHNm9hQeMqWMxo { color:rgba(var(--color-secondary-4),1);display:block;width:34.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:6.681640625rem;left:14.96875rem;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; }
#suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:43.4375rem;left:8.40625rem;height:17.75rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#k8E0LwcNuM7rqJtBG9b53rxiuTrxVpUd { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:16rem;left:8.40625rem;height:23.8798625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yJAZubhaz4nFw0zvDFeRPEDBGtTsXULh { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:65.125rem;left:8.40625rem;height:14.69530625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qnppNrpK1EienEHpKyBAdrkaGRLe2Cdp { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7rem;top:5.98828125rem;left:8.40625rem;overflow:hidden;display:block; }
#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b3b3b3;background-image:url("https://images.assets-landingi.com/uc/55dd2fc7-5355-4bf6-ba22-694f0d4bf606/header_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; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp.adaptive-delivery-prevent-bg, #eJec4d4S9AP2JgurNDCbccJ321gBe8Pp.lazyload, #eJec4d4S9AP2JgurNDCbccJ321gBe8Pp.lazyloading { background-image: none; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row .container { background-color: transparent; background-image: none; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row .container > .video-iframe-container { display: none; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row > .video-iframe-container { display: none; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .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); }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row .container { border-width: 0; border-radius: 0; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row .container { font-size:0.875rem;font-family:arial;height:58.875rem;width:60rem;position:relative;display:block; }#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-form-header {  }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:41.0625rem;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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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:41.0625rem;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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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:41.0625rem;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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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:41.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:1.0625rem;overflow:hidden;vertical-align:top; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));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:9.0625rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:22.9375rem;height:3.625rem;font-family:"baloo 2";overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]:-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]::-moz-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]:-ms-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]::-webkit-input-placeholder { color:#686868;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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:39.875rem;overflow:hidden;font-style:normal;float:none; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-container:first-of-type{padding-top:0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-container:last-of-type{padding-bottom:0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:8.3125rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.0625rem;display:block;vertical-align:top; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 {display:block;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.125rem;left:8.3125rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #MbzEngf6pRCtfUTMmBUff4xSBmBJaQUH { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #ECJXWmMpRmTK7HwE5CMaH8zMh9NAzXp6 { position:relative;display:block; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #Dwa9NWTnWbe4rZxmu1JaV6xuhwArMmqA { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #kboHntDsrwL7xzJrgTszIcOnmBIJcwVk { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #kpoEqxGFwaoGnaCKSFOOAo27QzsGaTZz { position:relative;display:block; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #b0C79BkgPqehy47Xd3L7p55Qh81wDSe3 { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #tSGi118FT9yNpL3XBkRngMhVig7bzeBH { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #VNyC73cvTf1dXHZce8QFWLv8EPeZNgxp { position:relative;display:block; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #Aw9b08Aeyq0Qvurpuv4U270ygcxooO47 { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #HziRrGKQtPIlnNJnN4okqUmaoHq9st1P { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #f4ZRe23tN8a5VxUNbFGTNAQICZpgkJD4 { position:relative;display:block; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #ToXzAlleMuRvVmzSOAqWiRykrXMgdIzi { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #cswhH80q8OUfwTyOnQ4WOPIM2pz47f2l { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #uQZe6PG13WVz6FWJEV3Iaz1OP8rD8BTG { position:relative;display:block; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #eqFI1ZTtuex857vUepmSbPE5aVEPrCdl { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #xcgvKAMVHbvckATibUTrZcrbKrgoFEtz { position:relative; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #REqX33XgC8P23MmXbWhRR2Jc3rOEZmgA { position:relative; }
#Ea3wqPPfG7DU06lXBrtfXPi63LUbKQTS { color:rgba(var(--color-tertiary-0),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:48.75rem;left:13.03125rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ { 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; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container { background-color: transparent; background-image: none; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container > .video-iframe-container { display: none; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row > .video-iframe-container { display: none; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .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); }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container { border-width: 0; border-radius: 0; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#CJAaNDVm8wsUy2PQ5r53c7KsThunfdDk { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:1.46875rem;left:0rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bn472q0BcD7Hx6urh3f6ssbt6bEoOuJg { position:absolute;display:block;z-index:15022;height:0.625rem;width:9.8125rem;top:1.5625rem;left:44.96875rem;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) { #xdMuViNcc30uB4803pt3eEa3RsfOZvT8 { width:11.875rem;height:1.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:33.375rem;height:2.25rem;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) { #NEBLC8vHgucHHmePe2PE8oXKNmmXgASH { width:35.125rem;height:2.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqCacGByRy0fOgnseQT0LC7krv1mU6gO { width:33.375rem;height:2.25rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPfp8hB2ixDZEhCRrGfKAJQ5LdiZffPa { width:26.75rem;height:4.375rem;top:44.375rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4FOKh942TGBDJiUyAq1WzD5Lc7K78WM { display:block; }
 }@media only screen and (max-width: 763px) { #Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm { display:block; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSMGi0GmpBXA7aIfRt7v9uQWGQywtRkd { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy 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) { #EirTA59kwxqWD03TayLnIomsGrpTBhPZ { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDFiC9G6avCMQmUcCN60rW2XIqfXPiOM { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@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.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGchlpZfk0H7JtCXlN4ZwW0rDbJqSyBK { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr9A3uKQx04SQRXR124hN6h9efDeOMVl { display:block; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row .container { width:47.75rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvkADydTQHsTy7QDgBKFTThTy2r87PVb { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs { width:35.125rem;height:17.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs 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) { #SIXAxmMROnBHkhv4CXp0plgQrFhWtqiH { width:47.75rem;height:2.4375rem;top:85.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c { display:block; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XK6NudnwBo5stMC7QMwRnd80EfL724Tm { width:47.75rem;height:15.75rem;top:6.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm { display:block; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUqa3tKQAOfdEwRcqkizldpTc18FvwNO { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#OUqa3tKQAOfdEwRcqkizldpTc18FvwNO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #crQNvSLopNDchube1sDwce5cUef76g6o { width:47.75rem;height:2.75rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU { display:block; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL6C2R4EF7OW4NDUPoRp3Nl1vp1HCtlx { width:44.75rem;height:2.5rem;top:6.5rem;left:1.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2IOrW19kxykmRkffyuhNpnnTqivmD13 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 { display:block; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row .container { width:47.75rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6yTK0ROPV89zD1EZn4cTdIQhFvvQWrW { top:122.6875rem;left:7.25rem;width:33.25rem;height:2.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTvRPLHxfISUzWAGh1LgmvbnlJ4vrdZ { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPIlOiU5eJWF6LkPUgdUM4ig2bO6T7cz { width:45.375rem;height:20.0625rem;top:15.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1Q9IAf38Nt2oV5iVSQUTkkOlcCXeGPr { width:35.125rem;height:17.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJopWwxaNL4tfBOoDeer78cN96nWGTm { width:12.5rem;height:2.5625rem;top:31.0625rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar9t89pqTmi5dWTvh1Uw49hfR8bfhR0J { width:45.375rem;height:22.625rem;top:39.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSoavRyz4y5OgdEH6p8xGl10suNVam44 { width:35.125rem;height:16.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2VbHmM6XQeWxmXeqXtqtDfoVsrnD4A3 { width:19.875rem;height:3.875rem;top:57.6875rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3eGXKXXA2b63zT65v3v92vMsm8ThkGh { width:35.125rem;height:17.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDBk6MdTLAfwUbwaD3LVsnM0KPgi47y { width:35.125rem;height:16.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNyM1HNdbOO9cubqonQBGhxHuIknGbGX { width:45.375rem;height:27rem;top:66.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccfscFGmJFQHX1EGtpshbe3atSMAsSo { width:35.125rem;height:16.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgz98HNsSrWuyFHGvsRBRAQbTHmx2G0R { width:35.125rem;height:16.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooBM4aVk9rtgg7qJBlJqklQy9u6Vk0ks { width:21.5625rem;height:3.875rem;top:87.75rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQqJ65wswH7w8uFe2kMb47rHMefm3xA1 { width:45.375rem;height:24.5625rem;top:96.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKXthBZNKlQMveW8vk3sLzXifhxAeXD { width:35.125rem;height:16.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl5IBdJtI81zaH7KhhfnxaSNbwThErXW { width:35.125rem;height:16.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7PRNOk6fDutBAlJtAs5TiKFQuFbEu1 { width:25.75rem;height:2.5625rem;top:115.75rem;left:8.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWd2WNPAlon7P5m71snaiGC7Ub26cBJ { width:4.375rem;height:4.375rem;top:114.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHWbbJmsDOI1oHT8UmIGfa2cou5sxbyG { width:4.1875rem;height:4.375rem;top:87.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMFsG4bKtPlzrvk8TLPZK8LMpekTCDG { width:4.4375rem;height:4.375rem;top:30.1875rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaaGbL9xyGdzPI64MeJaVviwcGFuzBfH { width:4.625rem;height:4.375rem;top:56.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS { display:block; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgtFOCme9FJSmLUZpWEkxuPqt0LwD0S0 { width:46.75rem;height:2.75rem;top:5.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t67pcStEdzD0OCTxtucoQBpqdpWF62F5 { width:35.125rem;height:17.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#t67pcStEdzD0OCTxtucoQBpqdpWF62F5 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) { #itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt { display:block; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMAUCelwK4QiESbXazQEbvwqy1dyaZEB { width:38.3125rem;height:13.646475rem;top:9.5rem;left:4.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llVTehXayyGlV8Pchfc8kscCh9hpBawI { width:25rem;height:45.8125rem;top:7.8125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #US0gudCKsqmFxv9P55iG2HL0a3JPZyAZ { width:35rem;height:11.0625rem;top:7.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXXvzW2AOBbOpBoT8wVzGfoc3oipqcG9 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGVZ81Db2JIKVh7M0W0NGHx8WiOBJ2Lg { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR { display:block; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZTo6B1EAwdQE3fFoq3kzGkEksdMUH3U { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snhHPmkdha1iLQSECv3VUnHdncHvrbHS { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9wMTkyLQXHutNQ0GBsJk70rdwbaQbgS { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Len4tndfSFinK9LoDruvcWcPzTVNa6FP { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkWQd3E3OvQU78QqtwR77amgeVh4UfH2 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykoAiZoWIKc1NJ3vKm7DhEAvrH5oKxdv { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWZOGbygexIDRB5g27evKlgJTTI6T730 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ { display:block; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9HNVowBs0W4fT17O8aLkT3AMVll3M4T { width:33.375rem;height:2.5rem;top:6.75rem;left:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Alz9RnZDOHnJ4m41erkf7gKLmLrgzT { width:26.75rem;height:4.375rem;top:27.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRiEP8pBRlf8L6Vfe1MmhDFTaoPXmNZw { display:block; }
 }@media only screen and (max-width: 763px) { #OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg { display:block; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XyK1ryHeLidaIT9RgluOgTTzv1zBrMHZ { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drH2TTw0whmBalftmpJVbVpFmgPEmdXF { display:block; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQLn7AxAyfP39qnIlbygdihofhBI9lc { width:47.75rem;height:2.4375rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #s0DyvaqWgnvAXqXxO2zeyv8ZofDtpXlZ { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdxLh4VOTPL239llzhH0DTHXVVmQP8pG { display:block; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 { display:block; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsEvIEXi0R11wW4ohsbAQOO5FiwOBxaM { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR0QypgivOym8CVarfMoGnZoefzUHAp2 { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1OOFaxLCXko6smOTosS9QP4Ulx4IaWS { width:45.5625rem;height:25.5625rem;top:18.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB7XXrQBl7VgNBwDV8l54StSwxEasxDT { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #x4nXcpVruMN2DNzWGlCnm6WdXDqLq6fy { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw { display:block; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGPDkO7TW6TlfoAyBHyVRDcBnyLfkKgM { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcfX2lMD0FXXwZDXe8eUJpEpUU6wWiIA { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyzKCJgI6bu2Zoxz41ZPeWsN7ioEG9gJ { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRkxI7SWxwFxJMbQS0nU3WoFxw5HR1r4 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGSrbiBCykSX9rGnClBMq2QEwpmgyG5K { width:7.1875rem;height:7.1875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eddslsPEWIebd9BHwm67ZgLcZ8s0Elhg { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsmFGTMuUW56qHwt5DIETLoBUObxwWSS { display:block; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row .container { width:47.75rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsUnSwuzpITK61IR7fepfE69qNrBAqeJ { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC { width:35.125rem;height:17.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #OdUz1pkR0fiDWVAR75WlrWTSH0JRUVfM { width:33.125rem;height:5.3125rem;top:84.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWeLSlJQVNX3JS5NmiOrmStOAS5SG2f7 { display:block; }
 }@media only screen and (max-width: 763px) { #QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn { width:35.125rem;height:17.5rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup { display:block; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1D1cGgc9IdoQPrTsfyFtcPZsheW7Jys { width:35.125rem;height:0.9375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb { display:block; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLongHhCUD2Ih8X4Rbo6d6gT7S39S7PI { width:35.125rem;height:1.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paqp8pvXRH4WKcVIiEkqHVCKJvsluwle { width:35.125rem;height:2.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUkktgzTrJNtD8RWyFxWb1ycsvwI9WSe { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpUQMULlZ22BVheFuUHaSqXf7RHn1AxZ { width:35.125rem;height:1.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMMP0AJypbkgEX1LXAaKM6yg1XpU2SrU { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76V51Ve7BVDTwz5HVXBAeD7O0QydmtB { width:35.125rem;height:1.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZfotbPS6enALbkLHFwMOqyVfbXWGXIr { width:4.4375rem;height:4.4375rem;top:0rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIgfEUXiPDJxdns2n7ny6p2yn7EOh6M { width:4.5rem;height:4.5rem;top:0rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXsPya3iBL8IuosykSWm9gnkalXOJKxD { width:4.125rem;height:4.125rem;top:0rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx { display:block; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVGnqgRLaZITHOsufdumikVOTBfooFp { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTM47ZLFVvmSgS48b819QbF5cTF4819v { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4D1UKw8uyvJet99wyNhWXrSTdNmFoK { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1RVXx3d0vLetHyV80Pb6GgPgIl1GNl0 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT3VDup0d2bA0dIDRINOhdcJ5DWs3cPU { width:35.4375rem;height:5.9375rem;top:31.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrUqiPQzdDyWA9qMNGL2xxaJMsJPbBf { display:block; }
 }@media only screen and (max-width: 763px) { #WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs { display:block; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLTSa48PJ0fRfIKnxx65C2oksIVmJUBb { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN3ClMiAZWPoNSb1EtJidPmb7pM3GzzM { width:35.125rem;height:2.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3PlM1iIR5a2uKmhTlT19HD4g7SgyHKu { width:26.75rem;height:4.375rem;top:69.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFVLxN3Dkgo00ZiRyMg26l8E71iun1X { display:block; }
 }@media only screen and (max-width: 763px) { #xJ5SIioOuKHSXTTI8fsIMbTdIpek53UA { width:35.125rem;height:2.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw2zc8FkmpAwZkTUnCcT009FrZzxUviT { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy { display:block; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrwihT4d2D1Lfl8mEaGv0lkouuSFsA1d { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE { width:35.125rem;height:2.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #aBbPbuBG06Crg9ewAvBS4wzlJihcxCQk { width:6.6875rem;height:6.6875rem;top:5.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWXDZ7dZmG1xFcPHZ85cpFT3fga1di1e { width:47.75rem;height:20.632716049383rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I { display:block; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqfmwHThGVutOPoxRS7VBzrE6mV8poHx { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXmZDCuaLmcKBu29f6mn8KM5qcPVJ1hy { width:35.125rem;height:4.75rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN34btguoAJ4yUfhW66tuTRKxeQIN9O1 { width:35.125rem;height:2.375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbKa7eVAlvEAcnbT7eLp3KKTGVORR2B { width:35.125rem;height:11.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNdh1vqJT3HxTw9H4OgXenoa3RhUxtUk { width:26.75rem;height:4.375rem;top:130.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANLyRuci9hTWNxOCzZF2Vvxoofq4gq3 { display:block; }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM  { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM {display:block;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #n1yvqcvmbJkuvSGpidXeyPwAAoLMtbsp {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #kwAadc9SvonkydzpICaEiE4zvfxihP8v {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #XGb57vaTN3yBnXPOJnXzGXzK3WKixcTV {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #XKt1pm1eWVKRtvRTWOVDLspNTQbTnW8t {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #TfEqFTH5vwJQJeEaefRhzilmw9Of7fXI {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #G7Z6AXanGyHKvTTmXFWcqTTostWTuOgC {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #HE3aPAtJHeUlPa1NIVUEN5KpoGug1aKV {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #IQQxSgZBFPCn2ZVI0VTzr5kSx29qwM6K {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #H4CAIhItLtqkR5Pmx2L0EK84QCaH4EEZ {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #rZDw2N7C7aaizxeX6cLVUO7cAN3Ufxtd {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #vEIezuxZSNyQEoni7OVmrQW9ayZPZnWT {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #UKIGl1x84gzt8ll2aGEc727V36WfD6dB {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #wDprhZkueq5aixXk6ZgvWVt8Q8dvCeoN {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #mo9dzJGZqgI9SJVP0DVaStXIiIXW5cDd {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #uw4pRNGMOlVGQsieXJvKCqyf3DU6Rq7A {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #unIl0b1pII49v5RbX3zl0yX3MOTvfycV {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #KrkJpwJv9ZwmX3fUdd3JP8BVqO1DuTq6 {  }
 }@media only screen and (max-width: 763px) { #EmCfTEZ2kGLvvwteUXgW6Zo6SSTfPvtz { 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) { #c8NeuQiVw5d0itJydHsMxGtsDDElWK1H { width:29.9375rem;height:38.0625rem;top:23.875rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04LzS9a0NSwhQ6kAnpCqbBrTmkf7i0x { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F14DTJCDXr3R1TFm6SEnPIkhpBufSxOE { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDRumtZE3h5RaWeNLTlLxzMeqI8fxOTh { width:35.125rem;height:0.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKW6e0HUf0ig7uxd5yf076E9flQTq4H { width:35.125rem;height:0.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEGUvVfLu5uXSOAV5lH8nai1EhczzQKT { width:35.125rem;height:0.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KslWkG7fv5IRxxh5Mowl9fqIFMiO2GRl { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO { display:block; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPBKO5okqeZwF6LfnsqHNm9hQeMqWMxo { width:35.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ { width:35.125rem;height:13.875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ 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) { #k8E0LwcNuM7rqJtBG9b53rxiuTrxVpUd { width:35.125rem;height:3.375rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJAZubhaz4nFw0zvDFeRPEDBGtTsXULh { width:35.125rem;height:5.625rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnppNrpK1EienEHpKyBAdrkaGRLe2Cdp { width:7rem;height:6.9375rem;top:5.9375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJec4d4S9AP2JgurNDCbccJ321gBe8Pp { display:block; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row .container { width:47.75rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7  { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 {display:block;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #MbzEngf6pRCtfUTMmBUff4xSBmBJaQUH {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #ECJXWmMpRmTK7HwE5CMaH8zMh9NAzXp6 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #Dwa9NWTnWbe4rZxmu1JaV6xuhwArMmqA {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #kboHntDsrwL7xzJrgTszIcOnmBIJcwVk {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #kpoEqxGFwaoGnaCKSFOOAo27QzsGaTZz {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #b0C79BkgPqehy47Xd3L7p55Qh81wDSe3 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #tSGi118FT9yNpL3XBkRngMhVig7bzeBH {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #VNyC73cvTf1dXHZce8QFWLv8EPeZNgxp {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #Aw9b08Aeyq0Qvurpuv4U270ygcxooO47 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #HziRrGKQtPIlnNJnN4okqUmaoHq9st1P {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #f4ZRe23tN8a5VxUNbFGTNAQICZpgkJD4 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #ToXzAlleMuRvVmzSOAqWiRykrXMgdIzi {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #cswhH80q8OUfwTyOnQ4WOPIM2pz47f2l {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #uQZe6PG13WVz6FWJEV3Iaz1OP8rD8BTG {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #eqFI1ZTtuex857vUepmSbPE5aVEPrCdl {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #xcgvKAMVHbvckATibUTrZcrbKrgoFEtz {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #REqX33XgC8P23MmXbWhRR2Jc3rOEZmgA {  }
 }@media only screen and (max-width: 763px) { #Ea3wqPPfG7DU06lXBrtfXPi63LUbKQTS { 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) { #b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ { display:block; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJAaNDVm8wsUy2PQ5r53c7KsThunfdDk { 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) { #Bn472q0BcD7Hx6urh3f6ssbt6bEoOuJg { width:9.8125rem;height:0.625rem;top:1.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { background-color:#10189a;background-image:url("https://images.assets-landingi.com/uc/ef1406c8-d4b0-4c29-826e-3835501acbc5/niewidzialna_przewaga_2024_prezentacja_05_bg.png");background-position:top 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(0,0,0,0); }#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(0,0,0,0); }#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:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdMuViNcc30uB4803pt3eEa3RsfOZvT8 { width:9.5625rem;height:1.25rem;top:1.0625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:17.8125rem;height:8.5488125rem;top:7.94140625rem;left:1.09375rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:8.0625rem;height:1rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEBLC8vHgucHHmePe2PE8oXKNmmXgASH { width:15.3125rem;height:4.3984375rem;top:17.69140625rem;left:2.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fqCacGByRy0fOgnseQT0LC7krv1mU6gO { width:16.875rem;height:2.4746125rem;top:4.6005859375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPfp8hB2ixDZEhCRrGfKAJQ5LdiZffPa { width:15.875rem;height:3rem;top:24.5625rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4FOKh942TGBDJiUyAq1WzD5Lc7K78WM { display:block; }
 }@media only screen and (max-width: 763px) { #Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm { background-color:#ffffff;background-image:none;display:block; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container { background-color: transparent; background-image: none; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container > .video-iframe-container { display: none; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row > .video-iframe-container { display: none; }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .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); }#Fq7RVLhlW2Rq0fTAe2e3ppRugygd20dm > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSMGi0GmpBXA7aIfRt7v9uQWGQywtRkd { width:18.8125rem;height:7.95703125rem;top:2.4375rem;left:0.59375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy { width:18.625rem;height:24.2109375rem;top:16.89453125rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#imTwJFGL6EBO40QA1zcVZz1ZiWGsZ4xy 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) { #EirTA59kwxqWD03TayLnIomsGrpTBhPZ { width:17.375rem;height:2.2744125rem;top:12.4775390625rem;left:0.59375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sDFiC9G6avCMQmUcCN60rW2XIqfXPiOM { width:18.375rem;height:9.09375rem;top:43.375rem;left:0.8125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aJeCpxGuG0BUgzDybK7aeZNeSlcSoFuk { background-color:#fdf3e3;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:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yt5iTFIHoHTTos7ww8i72KdppU9SVe8u { width:15rem;height:7.5rem;top:2.5rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGchlpZfk0H7JtCXlN4ZwW0rDbJqSyBK { width:18.375rem;height:25.0078125rem;top:13.125rem;left:0.8125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Mr9A3uKQx04SQRXR124hN6h9efDeOMVl { display:block; }#Mr9A3uKQx04SQRXR124hN6h9efDeOMVl > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvkADydTQHsTy7QDgBKFTThTy2r87PVb { width:20rem;height:6rem;top:2.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs { width:18.8125rem;height:56.7421875rem;top:10.3125rem;left:0.59375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#mdS3vD6vPxPe70uxrPU8xWRHh0gyMNCs 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) { #SIXAxmMROnBHkhv4CXp0plgQrFhWtqiH { width:20rem;height:2.3999rem;top:67.0546875rem;left:0rem;font-size:2rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c { display:block; }#CBMpaUR4wm3akhRwyv7FTPV3Pep1bt7c > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XK6NudnwBo5stMC7QMwRnd80EfL724Tm { width:20rem;height:10.7968875rem;top:3rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm { background-color:#ffffff;background-image:none;display:block; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container { background-color: transparent; background-image: none; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container > .video-iframe-container { display: none; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row > .video-iframe-container { display: none; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .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); }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUqa3tKQAOfdEwRcqkizldpTc18FvwNO { width:18rem;height:14.003875rem;top:5.6875rem;left:1rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#OUqa3tKQAOfdEwRcqkizldpTc18FvwNO li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#OUqa3tKQAOfdEwRcqkizldpTc18FvwNO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #crQNvSLopNDchube1sDwce5cUef76g6o { width:16.125rem;height:1.5rem;top:2.5625rem;left:1.9375rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #061a5a, #0c33b4);background-image: -moz-linear-gradient(180deg, #061a5a, #0c33b4);background-image: -ms-linear-gradient(180deg, #061a5a, #0c33b4);background-image: -o-linear-gradient(180deg, #061a5a, #0c33b4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#061a5a', endColorstr='#0c33b4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#061a5a', endColorstr='#0c33b4' );";background-image: linear-gradient(180deg, #061a5a, #0c33b4);background-size:cover !important;display:block; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container { background-color: transparent; background-image: none; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container > .video-iframe-container { display: none; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row > .video-iframe-container { display: none; }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .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); }#AD5IJEWylTxdT7vEEI8td8Tq4oNsRwyU > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL6C2R4EF7OW4NDUPoRp3Nl1vp1HCtlx { width:18.875rem;height:3rem;top:2.75rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2IOrW19kxykmRkffyuhNpnnTqivmD13 { width:18.3125rem;height:15.9140625rem;top:8.26171875rem;left:0.84375rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 { display:block; }#ebSN6SsWZIxtzt7hJoW0hNPHL7Gp4iw7 > .row .container { width:20rem;height:103.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6yTK0ROPV89zD1EZn4cTdIQhFvvQWrW { width:18.625rem;height:1.2246125rem;top:98.1875rem;left:0.6875rem;font-size:0.4375rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzTvRPLHxfISUzWAGh1LgmvbnlJ4vrdZ { width:17.125rem;height:6rem;top:2.5rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aPIlOiU5eJWF6LkPUgdUM4ig2bO6T7cz { width:18.875rem;height:17.0625rem;top:10.82421875rem;left:0.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #k1Q9IAf38Nt2oV5iVSQUTkkOlcCXeGPr { width:16.8125rem;height:1.923825rem;top:12.8125rem;left:1.59375rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HMJopWwxaNL4tfBOoDeer78cN96nWGTm { width:12.5rem;height:1.625rem;top:24.6416015625rem;left:4.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar9t89pqTmi5dWTvh1Uw49hfR8bfhR0J { width:18.875rem;height:18.75rem;top:30.4375rem;left:0.625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MSoavRyz4y5OgdEH6p8xGl10suNVam44 { width:17.6875rem;height:2.88574375rem;top:32rem;left:1.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O2VbHmM6XQeWxmXeqXtqtDfoVsrnD4A3 { width:12.5rem;height:2.4375rem;top:45.4375rem;left:4.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3eGXKXXA2b63zT65v3v92vMsm8ThkGh { width:17.1875rem;height:6.733375rem;top:15.98828125rem;left:1.40625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vGDBk6MdTLAfwUbwaD3LVsnM0KPgi47y { width:17.5rem;height:7.6953125rem;top:35.96240234375rem;left:1.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hNyM1HNdbOO9cubqonQBGhxHuIknGbGX { width:19.3125rem;height:21.625rem;top:51.59375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccfscFGmJFQHX1EGtpshbe3atSMAsSo { width:17.4375rem;height:1.923825rem;top:53.625rem;left:1.28125rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pgz98HNsSrWuyFHGvsRBRAQbTHmx2G0R { width:17.875rem;height:11.542975rem;top:56.7587890625rem;left:1.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ooBM4aVk9rtgg7qJBlJqklQy9u6Vk0ks { width:12.5rem;height:2.4375rem;top:69.71875rem;left:4.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQqJ65wswH7w8uFe2kMb47rHMefm3xA1 { width:19.3125rem;height:20.9375rem;top:75.8125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOKXthBZNKlQMveW8vk3sLzXifhxAeXD { width:17.875rem;height:2.88574375rem;top:78.0625rem;left:1.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rl5IBdJtI81zaH7KhhfnxaSNbwThErXW { width:17.5625rem;height:8.65723125rem;top:82.3583984375rem;left:1.21875rem;font-size:0.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7PRNOk6fDutBAlJtAs5TiKFQuFbEu1 { width:12.5rem;height:1.625rem;top:92.72265625rem;left:4.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTWd2WNPAlon7P5m71snaiGC7Ub26cBJ { width:3.125rem;height:3.125rem;top:91.97265625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHWbbJmsDOI1oHT8UmIGfa2cou5sxbyG { width:3.125rem;height:3.25rem;top:68.84375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMFsG4bKtPlzrvk8TLPZK8LMpekTCDG { width:3.125rem;height:3rem;top:23.9541015625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaaGbL9xyGdzPI64MeJaVviwcGFuzBfH { width:3.125rem;height:2.9375rem;top:45rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS { display:block; }#HmdPMOZOMt7xHV3cUHHdMJqQ5KyVtCGS > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgtFOCme9FJSmLUZpWEkxuPqt0LwD0S0 { width:18.125rem;height:1.5rem;top:3.125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t67pcStEdzD0OCTxtucoQBpqdpWF62F5 { width:19.25rem;height:18.1640625rem;top:6.3125rem;left:0.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#t67pcStEdzD0OCTxtucoQBpqdpWF62F5 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#t67pcStEdzD0OCTxtucoQBpqdpWF62F5 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) { #itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt { background-color:#ffffff;background-image:none;display:block; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container { background-color: transparent; background-image: none; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container > .video-iframe-container { display: none; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row > .video-iframe-container { display: none; }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .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); }#itvGEA0oiiIVDG1DlHNyF3XMnGt0gyyt > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMAUCelwK4QiESbXazQEbvwqy1dyaZEB { width:19.375rem;height:25.0078125rem;top:34.857421875rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #llVTehXayyGlV8Pchfc8kscCh9hpBawI { width:10.875rem;height:20.9375rem;top:12.3095703125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US0gudCKsqmFxv9P55iG2HL0a3JPZyAZ { width:17.625rem;height:7.5rem;top:2.8125rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GXXvzW2AOBbOpBoT8wVzGfoc3oipqcG9 { width:19.375rem;height:20.4609375rem;top:62.5322265625rem;left:0.625rem;font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eGVZ81Db2JIKVh7M0W0NGHx8WiOBJ2Lg { width:19.3125rem;height:9.09375rem;top:55.7509765625rem;left:0.6875rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR { background-color:#fdf3e3;background-image:none;display:block; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container { background-color: transparent; background-image: none; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container > .video-iframe-container { display: none; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row > .video-iframe-container { display: none; }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .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); }#Lz3rgMzz2IOGQGhpkOCk5okiKxuoo1GR > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZTo6B1EAwdQE3fFoq3kzGkEksdMUH3U { width:19.125rem;height:6rem;top:2.5625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snhHPmkdha1iLQSECv3VUnHdncHvrbHS { width:18.75rem;height:23.87109375rem;top:13.625rem;left:0.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M9wMTkyLQXHutNQ0GBsJk70rdwbaQbgS { width:17.75rem;height:0.9746125rem;top:11.625rem;left:0.4375rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Len4tndfSFinK9LoDruvcWcPzTVNa6FP { width:20rem;height:0.9746125rem;top:39.75rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkWQd3E3OvQU78QqtwR77amgeVh4UfH2 { width:19rem;height:28.41796875rem;top:42.0625rem;left:0.5rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ykoAiZoWIKc1NJ3vKm7DhEAvrH5oKxdv { width:19rem;height:1.94921875rem;top:72.8125rem;left:0.5rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QWZOGbygexIDRB5g27evKlgJTTI6T730 { width:18.8125rem;height:22.734375rem;top:76.0625rem;left:0.59375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ { display:block; }#qkhXkC2NIEyISvtBKEVbPgtyZUvl2ARJ > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9HNVowBs0W4fT17O8aLkT3AMVll3M4T { width:17.6875rem;height:13.49608125rem;top:4.3125rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Alz9RnZDOHnJ4m41erkf7gKLmLrgzT { width:15.875rem;height:3rem;top:19.6875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRiEP8pBRlf8L6Vfe1MmhDFTaoPXmNZw { display:block; }
 }@media only screen and (max-width: 763px) { #OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg { display:block; }#OhhWSZZcsWO6DN0RGSMsSdqyPygDfMCg > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XyK1ryHeLidaIT9RgluOgTTzv1zBrMHZ { width:20rem;height:9.97364375rem;top:3.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #drH2TTw0whmBalftmpJVbVpFmgPEmdXF { background-color:#ffffff;background-image:none;display:block; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container { background-color: transparent; background-image: none; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container > .video-iframe-container { display: none; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row > .video-iframe-container { display: none; }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .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); }#drH2TTw0whmBalftmpJVbVpFmgPEmdXF > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idQLn7AxAyfP39qnIlbygdihofhBI9lc { width:16.125rem;height:1.3496125rem;top:1.9365234375rem;left:1.9375rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx { width:18.8125rem;height:52.9453125rem;top:9.9873046875rem;left:0.59375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ui9HQve9E8NRnCQmEnQGbFr2CnpPKucx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #s0DyvaqWgnvAXqXxO2zeyv8ZofDtpXlZ { width:18.875rem;height:3.14941875rem;top:3.2861328125rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rdxLh4VOTPL239llzhH0DTHXVVmQP8pG { display:block; }#rdxLh4VOTPL239llzhH0DTHXVVmQP8pG > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 { display:block; }#XUZa5ARKLX6EhRhn6lG4TZWfx4JqCTp8 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsEvIEXi0R11wW4ohsbAQOO5FiwOBxaM { width:20rem;height:6rem;top:3.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qR0QypgivOym8CVarfMoGnZoefzUHAp2 { width:18.9375rem;height:15.9140625rem;top:24.9375rem;left:0.53125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X1OOFaxLCXko6smOTosS9QP4Ulx4IaWS { height:11.0625rem;width:20rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB7XXrQBl7VgNBwDV8l54StSwxEasxDT { width:18.375rem;height:4.546875rem;top:42.875rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 { width:19.125rem;height:12.8671875rem;top:49.25rem;left:0.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#UTe2oaNOqtMgAeFnfteiQ58yTreqK1C6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #x4nXcpVruMN2DNzWGlCnm6WdXDqLq6fy { width:19.4375rem;height:1.13720625rem;top:64.0625rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw { background-color:#fdf3e3;background-image:none;display:block; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container { background-color: transparent; background-image: none; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container > .video-iframe-container { display: none; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row > .video-iframe-container { display: none; }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .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); }#TSQU1Napqg2DRMl2GWMqe65gfUHcxsqw > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGPDkO7TW6TlfoAyBHyVRDcBnyLfkKgM { width:18.1875rem;height:4.5rem;top:3.125rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcfX2lMD0FXXwZDXe8eUJpEpUU6wWiIA { width:14.125rem;height:2.6982375rem;top:9.169921875rem;left:3.34375rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyzKCJgI6bu2Zoxz41ZPeWsN7ioEG9gJ { width:18.5625rem;height:0.9624rem;top:19.4375rem;left:0.71875rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SRkxI7SWxwFxJMbQS0nU3WoFxw5HR1r4 { width:18.875rem;height:7.6953rem;top:21rem;left:1.125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TGSrbiBCykSX9rGnClBMq2QEwpmgyG5K { width:2.4375rem;height:2.4375rem;top:11.642578125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eddslsPEWIebd9BHwm67ZgLcZ8s0Elhg { width:16.125rem;height:6.49903125rem;top:10.98828125rem;left:3.03125rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsmFGTMuUW56qHwt5DIETLoBUObxwWSS { display:block; }#xsmFGTMuUW56qHwt5DIETLoBUObxwWSS > .row .container { width:20rem;height:134.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsUnSwuzpITK61IR7fepfE69qNrBAqeJ { width:15.375rem;height:4.125rem;top:3.125rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC { width:18.75rem;height:60.902375rem;top:9.6875rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#rQOEzVdx1IQECfHyTJMsfooQCUfA3WoC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #OdUz1pkR0fiDWVAR75WlrWTSH0JRUVfM { width:15.875rem;height:3rem;top:72.8125rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWeLSlJQVNX3JS5NmiOrmStOAS5SG2f7 { display:block; }
 }@media only screen and (max-width: 763px) { #QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn { width:18.4375rem;height:51.4453125rem;top:78.875rem;left:0.78125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#QPkMEMUvt2ltwu6f2A4XW71VpBHHToCn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/965ce8b8-561c-4530-ac01-bac7d16f2aa8/ico_blue_02.png); }
 }@media only screen and (max-width: 763px) { #RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup { display:block; }#RpbMUhD4RoZWvKP3RfdZJpaDLPXISGup > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1D1cGgc9IdoQPrTsfyFtcPZsheW7Jys { width:17.1875rem;height:4.5rem;top:3.125rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb { display:block; }#xMa8CIA3411VgLt0Z9s2PFCTEmGLJolb > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLongHhCUD2Ih8X4Rbo6d6gT7S39S7PI { width:15.4375rem;height:2.923825rem;top:5.625rem;left:2.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #paqp8pvXRH4WKcVIiEkqHVCKJvsluwle { width:18.25rem;height:7.95703125rem;top:9.10546875rem;left:0.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nUkktgzTrJNtD8RWyFxWb1ycsvwI9WSe { width:18.1875rem;height:3.41015625rem;top:24.25rem;left:0.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpUQMULlZ22BVheFuUHaSqXf7RHn1AxZ { width:15.4375rem;height:1.94921875rem;top:21.625rem;left:2.28125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JMMP0AJypbkgEX1LXAaKM6yg1XpU2SrU { width:18.375rem;height:5.68359375rem;top:37.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U76V51Ve7BVDTwz5HVXBAeD7O0QydmtB { width:15rem;height:1.94921875rem;top:34.8125rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OZfotbPS6enALbkLHFwMOqyVfbXWGXIr { width:3.75rem;height:3.75rem;top:1.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STIgfEUXiPDJxdns2n7ny6p2yn7EOh6M { width:3.75rem;height:3.75rem;top:17.0654296875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXsPya3iBL8IuosykSWm9gnkalXOJKxD { width:3.75rem;height:3.75rem;top:29.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx { display:block; }#WfLF1QD4rKSlsSZ2n701HaebMmaxNSvx > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlVGnqgRLaZITHOsufdumikVOTBfooFp { width:20rem;height:3rem;top:2.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XTM47ZLFVvmSgS48b819QbF5cTF4819v { width:16.625rem;height:1.125rem;top:8.72265625rem;left:1.0625rem;font-size:0.75rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4D1UKw8uyvJet99wyNhWXrSTdNmFoK { width:20rem;height:1.79980625rem;top:11.06640625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1RVXx3d0vLetHyV80Pb6GgPgIl1GNl0 { width:18.9375rem;height:2.25rem;top:14.06640625rem;left:1.0625rem;font-size:0.75rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bT3VDup0d2bA0dIDRINOhdcJ5DWs3cPU { width:15.875rem;height:3rem;top:18.84765625rem;left:2.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTrUqiPQzdDyWA9qMNGL2xxaJMsJPbBf { display:block; }
 }@media only screen and (max-width: 763px) { #WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs { display:block; }#WK0zOLX6t2AEEl0qCtE7OscwlAr2ebPs > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLTSa48PJ0fRfIKnxx65C2oksIVmJUBb { width:18.6875rem;height:4.5rem;top:3.125rem;left:0.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PN3ClMiAZWPoNSb1EtJidPmb7pM3GzzM { width:18.6875rem;height:12.50390625rem;top:9.21875rem;left:0.65625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q3PlM1iIR5a2uKmhTlT19HD4g7SgyHKu { width:15.875rem;height:3rem;top:51.8525390625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFVLxN3Dkgo00ZiRyMg26l8E71iun1X { display:block; }
 }@media only screen and (max-width: 763px) { #xJ5SIioOuKHSXTTI8fsIMbTdIpek53UA { width:18.75rem;height:22.734375rem;top:26.6015625rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cw2zc8FkmpAwZkTUnCcT009FrZzxUviT { width:18.6875rem;height:1.21875rem;top:23.7265625rem;left:0.65625rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy { display:block; }#XTvqp2z4wFTosU2zZbFoJQUKrTz20Dwy > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrwihT4d2D1Lfl8mEaGv0lkouuSFsA1d { width:18.3125rem;height:6rem;top:2.625rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE { width:18.625rem;height:31.418rem;top:10.841796875rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#cNR726PLIQBX0RMpcwLPOgPwxTQEwnvE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
 }@media only screen and (max-width: 763px) { #aBbPbuBG06Crg9ewAvBS4wzlJihcxCQk { width:2.4375rem;height:2.4375rem;top:63.8125rem;left:13.4375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #wWXDZ7dZmG1xFcPHZ85cpFT3fga1di1e { width:20rem;height:8.5rem;top:45.313144899764rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I { background-color:transparent;background-image: -webkit-linear-gradient(190deg, #0c33b4, rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(190deg, #0c33b4, rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(190deg, #0c33b4, rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(190deg, #0c33b4, rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c33b4', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c33b4', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(190deg, #0c33b4, rgba(var(--color-secondary-3),1));background-size:auto !important;display:block; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container { background-color: transparent; background-image: none; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container > .video-iframe-container { display: none; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row > .video-iframe-container { display: none; }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .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); }#VvO9ebUPa4Qmt0UqUsqQx34gF70QVZ1I > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqfmwHThGVutOPoxRS7VBzrE6mV8poHx { width:20rem;height:4.5rem;top:3.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WXmZDCuaLmcKBu29f6mn8KM5qcPVJ1hy { width:18.6875rem;height:6.29883125rem;top:67.408203125rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KN34btguoAJ4yUfhW66tuTRKxeQIN9O1 { width:18.4375rem;height:6.29883125rem;top:76.8125rem;left:0.65625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hTbKa7eVAlvEAcnbT7eLp3KKTGVORR2B { width:18.625rem;height:7.34863125rem;top:88.875rem;left:0.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PNdh1vqJT3HxTw9H4OgXenoa3RhUxtUk { width:15.875rem;height:3rem;top:99rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oANLyRuci9hTWNxOCzZF2Vvxoofq4gq3 { display:block; }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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:0.8125rem;overflow:hidden; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-text {padding-top: 0; padding-bottom: 0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .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; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-select {padding-top: 0; padding-bottom: 0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:1.0625rem;margin-bottom:0.25rem;margin-left:1.0625rem;font-size:1rem;overflow:hidden;height:2.875rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]:-moz-placeholder { font-size:0.625rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]::-moz-placeholder { font-size:0.625rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]:-ms-input-placeholder { font-size:0.625rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-container:first-of-type{padding-top:0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .widget-container:last-of-type{padding-bottom:0;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM  { width:17.5rem;height:auto;top:18.90625rem;left:0rem; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM {display:block;}#V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM { width:17.5rem;height:auto;top:18.90625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #n1yvqcvmbJkuvSGpidXeyPwAAoLMtbsp {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #kwAadc9SvonkydzpICaEiE4zvfxihP8v {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #XGb57vaTN3yBnXPOJnXzGXzK3WKixcTV {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #XKt1pm1eWVKRtvRTWOVDLspNTQbTnW8t {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #TfEqFTH5vwJQJeEaefRhzilmw9Of7fXI {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #G7Z6AXanGyHKvTTmXFWcqTTostWTuOgC {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #HE3aPAtJHeUlPa1NIVUEN5KpoGug1aKV {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #IQQxSgZBFPCn2ZVI0VTzr5kSx29qwM6K {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #H4CAIhItLtqkR5Pmx2L0EK84QCaH4EEZ {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #rZDw2N7C7aaizxeX6cLVUO7cAN3Ufxtd {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #vEIezuxZSNyQEoni7OVmrQW9ayZPZnWT {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #UKIGl1x84gzt8ll2aGEc727V36WfD6dB {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #wDprhZkueq5aixXk6ZgvWVt8Q8dvCeoN {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #mo9dzJGZqgI9SJVP0DVaStXIiIXW5cDd {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #uw4pRNGMOlVGQsieXJvKCqyf3DU6Rq7A {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #unIl0b1pII49v5RbX3zl0yX3MOTvfycV {  }
 }@media only screen and (max-width: 763px) { #V8XmoxeoKbNO5q57oPtv6J2r0eLEnXTM #KrkJpwJv9ZwmX3fUdd3JP8BVqO1DuTq6 {  }
 }@media only screen and (max-width: 763px) { #EmCfTEZ2kGLvvwteUXgW6Zo6SSTfPvtz { width:17.9375rem;height:3.75rem;top:49.6875rem;left:1.03125rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8NeuQiVw5d0itJydHsMxGtsDDElWK1H { width:20rem;height:31.5625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s04LzS9a0NSwhQ6kAnpCqbBrTmkf7i0x { width:20rem;height:2.25rem;top:11.25rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F14DTJCDXr3R1TFm6SEnPIkhpBufSxOE { width:18.625rem;height:3rem;top:58.25rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #yDRumtZE3h5RaWeNLTlLxzMeqI8fxOTh { width:18.6875rem;height:2.19921875rem;top:63.7734375rem;left:0.65625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEKW6e0HUf0ig7uxd5yf076E9flQTq4H { width:18.625rem;height:1.0996125rem;top:74.5439453125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sEGUvVfLu5uXSOAV5lH8nai1EhczzQKT { width:18.625rem;height:2.19921875rem;top:85.55078125rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KslWkG7fv5IRxxh5Mowl9fqIFMiO2GRl { width:20rem;height:1.125rem;top:9.5625rem;left:0rem;font-size:0.75rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO { display:block; }#Q04RQnVCrQV4Nmuhg2scV7SVU7hA4fVO > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPBKO5okqeZwF6LfnsqHNm9hQeMqWMxo { width:17.9375rem;height:3rem;top:3.375rem;left:1.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ { width:18.9375rem;height:17.027375rem;top:30.5625rem;left:0.53125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#suSbJx86K3PxqmyH7a8RRcGiMhmOv5IJ 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) { #k8E0LwcNuM7rqJtBG9b53rxiuTrxVpUd { width:19.3125rem;height:19.32421875rem;top:8.9375rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yJAZubhaz4nFw0zvDFeRPEDBGtTsXULh { width:18.8125rem;height:11.3671875rem;top:49.8125rem;left:0.59375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qnppNrpK1EienEHpKyBAdrkaGRLe2Cdp { width:3.5625rem;height:3.5rem;top:1.919921875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJec4d4S9AP2JgurNDCbccJ321gBe8Pp { display:block; }#eJec4d4S9AP2JgurNDCbccJ321gBe8Pp > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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:0.8125rem;overflow:hidden; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .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; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:0.875rem;font-size:1rem;overflow:hidden;height:3rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]:-moz-placeholder { font-size:0.5625rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]::-moz-placeholder { font-size:0.5625rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]:-ms-input-placeholder { font-size:0.5625rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 [class*="-text"]::-webkit-input-placeholder { font-size:0.5625rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-container:first-of-type{padding-top:0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .widget-container:last-of-type{padding-bottom:0;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7  { width:17.5rem;height:auto;top:3.75rem;left:0rem; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 {display:block;}#pETl1DESFouKvQ93HbBoTZKD0kEglCi7 { width:17.5rem;height:auto;top:3.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #MbzEngf6pRCtfUTMmBUff4xSBmBJaQUH {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #ECJXWmMpRmTK7HwE5CMaH8zMh9NAzXp6 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #Dwa9NWTnWbe4rZxmu1JaV6xuhwArMmqA {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #kboHntDsrwL7xzJrgTszIcOnmBIJcwVk {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #kpoEqxGFwaoGnaCKSFOOAo27QzsGaTZz {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #b0C79BkgPqehy47Xd3L7p55Qh81wDSe3 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #tSGi118FT9yNpL3XBkRngMhVig7bzeBH {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #VNyC73cvTf1dXHZce8QFWLv8EPeZNgxp {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #Aw9b08Aeyq0Qvurpuv4U270ygcxooO47 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #HziRrGKQtPIlnNJnN4okqUmaoHq9st1P {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #f4ZRe23tN8a5VxUNbFGTNAQICZpgkJD4 {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #ToXzAlleMuRvVmzSOAqWiRykrXMgdIzi {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #cswhH80q8OUfwTyOnQ4WOPIM2pz47f2l {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #uQZe6PG13WVz6FWJEV3Iaz1OP8rD8BTG {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #eqFI1ZTtuex857vUepmSbPE5aVEPrCdl {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #xcgvKAMVHbvckATibUTrZcrbKrgoFEtz {  }
 }@media only screen and (max-width: 763px) { #pETl1DESFouKvQ93HbBoTZKD0kEglCi7 #REqX33XgC8P23MmXbWhRR2Jc3rOEZmgA {  }
 }@media only screen and (max-width: 763px) { #Ea3wqPPfG7DU06lXBrtfXPi63LUbKQTS { width:19.125rem;height:3.49609375rem;top:33.3125rem;left:0.4375rem;font-size:0.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ { display:block; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJAaNDVm8wsUy2PQ5r53c7KsThunfdDk { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bn472q0BcD7Hx6urh3f6ssbt6bEoOuJg { width:9.8125rem;height:0.625rem;top:4.5625rem;left:5.0625rem;display:block; }
 }