.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);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/d08e1e2d-7402-41ad-81dd-d31c01aada3f/bg_main_03.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:66.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"baloo 2";font-size:3rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:11rem;left:5.625rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.125rem;top:3.125rem;left:21.40625rem;overflow:hidden;display:block; }
#NEBLC8vHgucHHmePe2PE8oXKNmmXgASH { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:15.5rem;left:5.625rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XPfp8hB2ixDZEhCRrGfKAJQ5LdiZffPa { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);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:#ffffff;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.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:23.6875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.84375rem;left:18.125rem;display:block; }
#S4FOKh942TGBDJiUyAq1WzD5Lc7K78WM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FAy1T4fC1Q83LtB4r3lFczQUygcT3X5c { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:44.1875rem;left:1rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gBUxImTS0ZtxX3UFOJQDMk5BJmpnzX0g { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:44.1875rem;left:17.5rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T57E1UeQT1PR4KxveICmwtJuKe4QnBHb { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:44.1875rem;left:34.125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GE2xVEtUoly6ax9V7V7UOw5t7WC1b8sW { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:44.1875rem;left:46.4375rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pAFsLmMR7HrlX4GD4Srh0KmGF2L6LCB3 { position:absolute;display:block;z-index:15011;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:5.0625rem;width:5.0625rem;top:38rem;left:50.125rem;overflow:hidden;display:block; }
#qo1VtFPJJSIhvwyh3QALAlFFiKDZbVW8 { position:absolute;display:block;z-index:15012;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.625rem;width:4.625rem;top:38.21875rem;left:37rem;overflow:hidden;display:block; }
#TcaWP8gWy0OoERMdnxerxlTxoRnxZBEl { position:absolute;display:block;z-index:15013;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:5.0625rem;width:5.0625rem;top:38rem;left:22.15625rem;overflow:hidden;display:block; }
#hnznyEW7yRllTIN1MWh5qDL6hsOPWcOT { position:absolute;display:block;z-index:15014;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.875rem;width:4.875rem;top:38.09375rem;left:5.625rem;overflow:hidden;display:block; }
#NPGLJielvc6daoq9GvchLOEkkbt2a6F6 { color:#ffd03d;display:block;width:48.6875rem;position:absolute;font-family:"baloo 2";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:23.6875rem;left:5.625rem;height:9.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { background-color: transparent; background-image: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { border-width: 0; border-radius: 0; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:60rem;height:110.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { color:#000000;display:block;width:53.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:6.25rem;left:3.6875rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pqehFiwawyvpMmrPF7pwbgss36kW4SpH { color:#007efc;display:block;width:39.75rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:29.875rem;left:10.375rem;height:6.75rem;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; }
#XhHpJxGDaeDJXddTB1kXDIemOFZ1aSAO { color:#000000;display:block;width:53rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:39.625rem;left:3.6875rem;height:18.37400625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H { color:#000000;display:block;width:52rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:9.0625rem;left:3.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c1259408-808c-4634-be8e-49d1742a8daa/ico_red.png); }
#JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB { color:#000000;display:block;width:52.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:82rem;left:3.6875rem;height:23.1875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#ctdE62OEQLviw38nd7pDZ769e9NuTyZU { color:#000000;display:block;width:43.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:60.6875rem;left:8.34375rem;height:3.67480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LyQKC7sRO8xvockaf4oSfDTqRHxiOMEf { color:#007efc;display:block;width:47.9375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:69.4375rem;left:6.28125rem;height:5.54980625rem;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; }
#cxwfkcEv48TkMwM0g7niou0mR9Zmlipx { color:#000000;display:block;width:53rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:78.8125rem;left:3.75rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm { background-color:#fdf3e3;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:100.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#crQNvSLopNDchube1sDwce5cUef76g6o { color:#000000;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:6.25rem;left:4.3125rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JgXc3h28GupR01F42RRTAeRW8tgVOcF1 { color:#000000;display:block;width:32.375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:18.625rem;left:26.625rem;height:16.53665rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uc0TcZoWz2mEPgS97wSVzTIMBqNpKOHJ { color:#ee5c22;display:block;width:27.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.75rem;left:26.625rem;height:2.7749rem;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; }
#SOKJB2mLTfTT909nAUnxNKaprqppl6Sn { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"baloo 2";font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:12.625rem;left:26.625rem;height:2.0996125rem;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; }
#hcPurPaLdt1ViHGAaJ19oLC0b7ugk1HH { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:49.4375rem;left:26.375rem;height:11.0244125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OqxkiiFooKNJvsyUd2E4eC5CGHNiBXfa { color:#ee5c22;display:block;width:24.3125rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:45.5625rem;left:26.375rem;height:2.7749rem;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; }
#KqTpC1UhdTGTAhJODwWlGoJVN7NCdTQ5 { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"baloo 2";font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:43.4375rem;left:26.375rem;height:2.0996125rem;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; }
#Bxkun7qsZDO7mfCqE5yUBQlcQa63oT1g { color:#000000;display:block;width:32.5625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:81.4375rem;left:26.53125rem;height:14.69923125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LZuOUu0tiK6Wa4oaGgUBUifZumd0rFgJ { color:#ee5c22;display:block;width:24.0625rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:70.5rem;left:26.4375rem;height:10.1738125rem;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; }
#FJnoDcn9cK3iT8Lr9Tl2epxVivELn9TD { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"baloo 2";font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:68.3125rem;left:26.4375rem;height:2.0996125rem;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; }
#GnMSUuOnCC7Iv5hbJz4awz8zdhPueDGk { position:absolute;display:block;z-index:15019;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:22.5625rem;width:22.5625rem;top:13.09375rem;left:0rem;overflow:hidden;display:block; }
#Q7gLVr7GaJ3mQdcFoi9ARA7Rt08fsmdN { position:absolute;display:block;z-index:15020;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:22.5625rem;width:22.5625rem;top:40.1875rem;left:0rem;overflow:hidden;display:block; }
#sr4UuONM7MOuUORlIeMQS4a0H1HMHqlv { position:absolute;display:block;z-index:15021;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:22.5625rem;width:22.5625rem;top:68.4375rem;left:0rem;overflow:hidden;display:block; }
#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET { 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; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container { background-color: transparent; background-image: none; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container > .video-iframe-container { display: none; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row > .video-iframe-container { display: none; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .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); }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container { border-width: 0; border-radius: 0; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container { font-size:0.875rem;font-family:arial;height:359.6875rem;width:60rem;position:relative;display:block; }#fwpwMSKkHL1ESCWfSorbpSDbTr5Bx19c { color:#000000;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:5.89404296875rem;left:7.5rem;height:5.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8qKWN4KGflPZWlCekboZesi5qxTqTXk { color:#000000;display:block;width:42.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:26.8125rem;left:14.9375rem;height:9.972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QRFZz4iSPZcTmN1RGaqCt1oodcBTvoWb { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:37.75rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:40.25rem;left:14.84375rem;height:16.40625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#gu0Kq08lGpCtOaSN2a61uabIDVKRWIno { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:19.0625rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tTy0qeeMUoUugwXxrDfctuNssgMoT5KF { color:#007efc;display:block;width:38rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:20.89892578125rem;left:14.9375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ghWb2gAtxxdZ6Re7qmTXzH1FA47gL6z0 { position:absolute;display:block;z-index:15015;background-color:#e5f4ff;background-image:none;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:41.625rem;width:60rem;top:16.42333984375rem;left:0rem;display:block; }
#gTKCm1m6vl2bt3JwwI3ecRpF8lB6IWmK { color:#000000;display:block;width:42.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:71.8642578125rem;left:14.9375rem;height:9.972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W9KSoWAluqDXiPg8Tb45M3I3wzadgy0c { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15039;line-height:1.4;letter-spacing:0;top:82.75rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:85.4931640625rem;left:14.9375rem;height:16.40625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#iBHzvp6rpbtJ0w9ow19Ry9icW9TMmpXr { position:absolute;display:block;z-index:15022;background-color:#e5f4ff;background-image:none;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:43rem;width:60rem;top:60.125rem;left:0rem;display:block; }
#ZgQAcXwukndTgbecFh3Ti7qQK7vkeQUM { color:#007efc;display:block;width:45rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:64.84375rem;left:15rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K6FhgAX3TA1z8WSJMrqKqPAVe8tGXFMC { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:62.5625rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9cL4ZFWPdBVhgBc1tqoASGeo0ZlO7kb { position:absolute;display:block;z-index:15029;background-color:#e5f4ff;background-image:none;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:55.4375rem;width:60rem;top:105.54345703125rem;left:0rem;display:block; }
#ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:136.13720703125rem;left:14.84375rem;height:24.28125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#ZSuoviyGm61FpvT1vfqQ85OW4SpNZnZe { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:133.625rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MQObzPZ2utGr7g4stXvrbHQ5okaRT9g2 { color:#000000;display:block;width:42.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:117.81494140625rem;left:14.9375rem;height:14.959rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PawAy1siytztKo9wyS35hDrXpUhVmME7 { color:#007efc;display:block;width:40.9375rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:110.8125rem;left:14.9375rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e60NV4piG9dPrnPuFVwoMVZndDoxLL4p { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:108rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTAlssxMRvtAQ00T3ENAS9AF0dV0gJGM { position:absolute;display:block;z-index:15036;background-color:#e5f4ff;background-image:none;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:44.5rem;width:60rem;top:163.3125rem;left:0rem;display:block; }
#bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:188.1875rem;left:15.09375rem;height:18.375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#SHyNbitKC3iyxaucSlW7qJCSPmUMUCvg { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:185.5810546875rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hKl063zoymoTW8Jku0vq1FC4OodTi5Nk { color:#000000;display:block;width:42.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:172.9150390625rem;left:14.9375rem;height:11.63475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xtZWQ24MdKGZ6xKSbFsZOwHqnCVZ0ZlH { color:#007efc;display:block;width:40.9375rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:168.0625rem;left:14.9375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXBLWgiykT9XdXNzazKWe5tATuc8zvgo { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15055;line-height:1.4;letter-spacing:0;top:165.5380859375rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UHfJ1tlcAEx5eZL9xkHb8AbHiXBuQnpb { position:absolute;display:block;z-index:15043;background-color:#e5f4ff;background-image:none;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:52.5rem;width:60rem;top:210.375rem;left:0rem;display:block; }
#s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15044;line-height:1.5;letter-spacing:0;top:239.5rem;left:15.09375rem;height:22.3125rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#AqPcJ1zlZNyk71nTNv60VKDEUGQznacp { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15060;line-height:1.4;letter-spacing:0;top:236.7060546875rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JKClZsawJ1V1wxgn32Da2F28CTo0LKi8 { color:#000000;display:block;width:42.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15059;line-height:1.4;letter-spacing:0;top:220.68408203125rem;left:14.9375rem;height:14.959rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NIT1nSf3Bma7s1h7bOdM0qBlmHy87KII { color:#007efc;display:block;width:43.625rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:215.375rem;left:14.4375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SDkp2gF7Shn9nSKSpPmBkHiJdIrVfrlh { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15062;line-height:1.4;letter-spacing:0;top:212.8505859375rem;left:14.34375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HmQVwpUlVE26TEoFbCSvirVtaruCryaI { position:absolute;display:block;z-index:15045;background-color:#e5f4ff;background-image:none;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:39.0625rem;width:29.3125rem;top:315.818359375rem;left:30.6875rem;display:block; }
#vDvS2r3Lbah2LPCn7RGnzyQ4akMT7SFn { position:absolute;display:block;z-index:15046;background-color:#e5f4ff;background-image:none;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.75rem;width:28.875rem;top:315.818359375rem;left:0rem;display:block; }
#BEMeBv4CuQr0HFbOhZCM8f9FJ9BGTVtO { color:#007efc;display:block;width:24.0625rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:317.568359375rem;left:1.3125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hNVw5wNNGszgEEUatBF01dVqeHLKCvA1 { color:#007efc;display:block;width:24.0625rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:317.568359375rem;left:32.8125rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yrobicV6P6CzBonW2VywSqJbazoPv3GR { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:322.380859375rem;left:1.1875rem;height:14.69925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uZTqVbl96OFqaNuk0p2PH8cW2vmSSWqT { color:#000000;display:block;width:26rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:322.380859375rem;left:32.8125rem;height:31.2358625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m1VxSAePtioORVi1RyVTsfbdlVB2suXz { position:absolute;display:block;z-index:15068;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:10.625rem;width:10.625rem;top:19.0625rem;left:1.875rem;overflow:hidden;display:block; }
#KbCbaDB922U0gfiG72QLwguP9RaN0xsa { position:absolute;display:block;z-index:15069;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:10.625rem;width:10.625rem;top:62.5625rem;left:1.875rem;overflow:hidden;display:block; }
#NFt3KiD2DxzyVB3ib0l7RWCPMElILRpE { 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:10.625rem;width:10.625rem;top:108rem;left:1.875rem;overflow:hidden;display:block; }
#ixoIeEySL5CcdwtTeDMbMqxd0aqWDTl1 { position:absolute;display:block;z-index:15071;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:10.625rem;width:10.625rem;top:165.5380859375rem;left:1.875rem;overflow:hidden;display:block; }
#KPidIxlhJToDmPTqfRRXaclJ36pVVZwc { position:absolute;display:block;z-index:15072;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:10.625rem;width:10.625rem;top:212.8505859375rem;left:1.875rem;overflow:hidden;display:block; }
#XZNtsC0yTTuIPL92avsrI3e6oEWPTFm2 { position:absolute;display:block;z-index:15050;background-color:#e5f4ff;background-image:none;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:43.25rem;width:60rem;top:265.56201171875rem;left:0rem;display:block; }
#WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15051;line-height:1.5;letter-spacing:0;top:288.9375rem;left:15.09375rem;height:18.375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#MTqZrgW8zNSH5FUCyMTX8qhOZzC1L5Gp { color:#000000;display:block;width:33.875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:286.2685546875rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ch2HTSLlZ5HreoFhdcUozO7r3NcGBzgU { color:#000000;display:block;width:40.75rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:275.2958984375rem;left:14.9375rem;height:9.972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lbpo1JIxNVsIUClqyoZJamkTOlzAnbwH { position:absolute;display:block;z-index:15079;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:10.625rem;width:10.625rem;top:267.75rem;left:1.875rem;overflow:hidden;display:block; }
#qtuH0flBD1P6EoyZxMUkJdcmTce7qWVS { color:#007efc;display:block;width:41.875rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:270.1708984375rem;left:14.9375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWL97oAxiZSN6m2PiwCkuPp4cMvLf7gv { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15069;line-height:1.4;letter-spacing:0;top:267.75rem;left:14.9375rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kxt36kuTiuq9dflQrhdrps6fKqxhXTtC { color:#000000;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:311.625rem;left:7.5rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw { 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; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row .container { background-color: transparent; background-image: none; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row .container > .video-iframe-container { display: none; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row > .video-iframe-container { display: none; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .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); }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row .container { border-width: 0; border-radius: 0; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:60rem;position:relative;display:block; }#fvIVsPDLnqEH5gCSBUoGuEnRUat9RFyN { color:#000000;display:block;width:41.9375rem;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.3125rem;left:9.03125rem;height:5.5498rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:14.1875rem;left:6.15625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z li:before{  }
#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO { 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; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container { background-color: transparent; background-image: none; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container > .video-iframe-container { display: none; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row > .video-iframe-container { display: none; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .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); }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container { border-width: 0; border-radius: 0; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#iUqTlKh0k1Z7HImhunitORHbDaVzoifd { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:6.25rem;left:9.03125rem;height:5.5498rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q2V5TLlw0SvTsCEnOek4cxyEbiGfzuCU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:15.1875rem;left:10rem;display:block; }
#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { background-color: transparent; background-image: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { display: none; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { border-width: 0; border-radius: 0; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { font-size:0.875rem;font-family:arial;height:71.1875rem;width:60rem;position:relative;display:block; }#Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:6.25rem;left:9.03125rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nsBxpSXKI94kV23JTg0NEgdrgelAPCIb { color:#000000;display:block;width:50.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:11.375rem;left:4.96875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#nsBxpSXKI94kV23JTg0NEgdrgelAPCIb li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#nsBxpSXKI94kV23JTg0NEgdrgelAPCIb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#CnwAuCcakhxu29bVS39xBUf0TU8hUtkr { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:34.92529296875rem;left:6.53125rem;height:12.86183125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:49.25rem;left:4.59375rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#kLPpWZrxqoxfqTM9XZCIk1iNmsW13qU7 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:19.5rem;top:49.25rem;left:32.09375rem;overflow:hidden;display:block; }
#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { 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; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { background-color: transparent; background-image: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container > .video-iframe-container { display: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container { display: none; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { border-width: 0; border-radius: 0; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:60rem;position:relative;display:block; }#tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { color:#000000;display:block;width:49.6875rem;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.25rem;left:5.15625rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nwLv5kiTx4iBEGrWZ8OQ99XkofMiqUck { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:12.5625rem;left:5.15625rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BNNCzZqcagSkrwJJkQwHALiFpSC7TgbX { color:#007efc;display:block;width:41.75rem;position:absolute;font-family:"baloo 2";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:15.6875rem;left:9.125rem;height:4.5rem;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; }
#hF5C24RZfhiWhrIKBc3SVTwgcqc6oPaS { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:24.125rem;left:5.15625rem;height:3.67480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ur7Kpmw8adFUTGswQcF9DXHT3BVD6RNk { background-color:transparent;background-image: -webkit-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -moz-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -ms-linear-gradient(196deg, #ffd03d, #ee5c22);background-image: -o-linear-gradient(196deg, #ffd03d, #ee5c22);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd03d', endColorstr='#ee5c22' );";background-image: linear-gradient(196deg, #ffd03d, #ee5c22);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:#ffffff;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.625rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:36.0625rem;height:4.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:67.4375rem;left:11.96875rem;display:block; }
#bR2nlv0DJhBsKIGaZMzR5CRwy1rqpbxf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv { color:#000000;display:block;width:52.625rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:33.1875rem;left:3.6875rem;height:21rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#HgTvRiBErpbbzX7X1TCR7HtaKQw8SL0d { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:30.25rem;left:5.15625rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocnUfMXHvof1VNvOwn9M6TcuRFsc35uW { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:56.8125rem;left:5.15625rem;height:5.51220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row .container { background-color: transparent; background-image: none; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row .container > .video-iframe-container { display: none; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row > .video-iframe-container { display: none; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .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); }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row .container { border-width: 0; border-radius: 0; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#Xxt0HK24AWJceHmyX1Emcy1uya6Fv73M { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:6.25rem;left:4.875rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5f4ff;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; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row .container { background-color: transparent; background-image: none; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row .container > .video-iframe-container { display: none; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row > .video-iframe-container { display: none; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .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); }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row .container { border-width: 0; border-radius: 0; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#F7uc8TxTq480TGvdBOEUrJlVckqNpal5 { color:#007efc;display:block;width:26.0625rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.5rem;left:1.96875rem;height:2.32470625rem;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; }
#LSzTq0h3PD1Dael3KxbrNJZTBFy4ooZd { color:#007efc;display:block;width:26.0625rem;position:absolute;font-family:"baloo 2";font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:2.5rem;left:31.96875rem;height:2.32470625rem;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; }
#wOepsNGnSncpJT2rkmnMJsA34Q91T7qp { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:6.625rem;left:9.5rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#wOepsNGnSncpJT2rkmnMJsA34Q91T7qp li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#wOepsNGnSncpJT2rkmnMJsA34Q91T7qp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d8154fc00113bcd6153c11295bb1ab68fc79ac9.svg); }
#zI1aW4NzINa2w8nUf40nzoTa9zTmeSza { color:#000000;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15070;line-height:1.5;letter-spacing:0;top:6.625rem;left:0rem;height:30rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#zI1aW4NzINa2w8nUf40nzoTa9zTmeSza li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#zI1aW4NzINa2w8nUf40nzoTa9zTmeSza li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2f770d20a724940866a31ce5e402a2f17cd6409f.svg); }
#warMfmhJqMZVmJ0o2NBlZG1UVwiSJdqm { box-sizing:content-box;height:28.125rem;width:0.0625rem;position:absolute;display:block;z-index:15071;background-color:#007efc;background-image:none;top:7.5625rem;left:0.59375rem;display:block; }
#EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:6.625rem;left:39.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d8154fc00113bcd6153c11295bb1ab68fc79ac9.svg); }
#NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:6.625rem;left:30.0625rem;height:26.875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2f770d20a724940866a31ce5e402a2f17cd6409f.svg); }
#CVrOIrAoJiCbWxbcOiNgAxyUg5u1G73x { box-sizing:content-box;height:25rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:#007efc;background-image:none;top:7.5625rem;left:30.6875rem;display:block; }
#HU4iOGaKwMO0XQXmqd1rbTaZkiMeDCam { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:6.625rem;left:9.5rem;height:30rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#DHdNXcw08gxW8kLTeCTGdgq1mPa2lvLK { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:6.625rem;left:39.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#yhbPdaZcunzhAGdF3FTCSafCycoZkZns { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UvzdJ7IsZ3gZ4BrQcrpP0o05qrRvqxF9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ReAVXigWyaq9zX2ww512PJHy925hlHFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cJhynXmP3vGwQisNB9ZqKvJWyT1Po0KA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BnioVuFrTRZvpEMG10HgQEZ95L7hFm6e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kECAT8B2i67tgxcpSrAxzdJFo8Fghpl5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dGCfZRyAEx0hDxIXsKRvxfQVmv2ghWWT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rq8VXhNWyWF5UFcntRs5RC1NVLfip2N4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pgm27TRDPl9RvTetCOn90hCt9uH4B0i0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#u3PTyATgqWGeKDq2NOkxrScAtWtxMnIR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QWRZiEii9AP6sFCsBwvCS1EkQv1FF4Ls { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OqmDW6G2P167RJpkDXwTdsTEU5B49wfm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TxJbBdo6K7vMLLFZgHLETWHqtgUUhCpF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ncvUGaIpxKEKHOg6AiTq44BVQD1T6RTA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JbcNtUXZprqXMmHSfLh7LFLTuN9zlC6k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JTvoE4mqgOH6aZquq06yDwSRGTnHdvKz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nBXxNUvVhDxPVgC48EO7amWAJew9rWkq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#u07Tx6QKSwIS2N1T1N8zERi43T7zGRr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LrtfMBGI5kuPmM780EydD0Tx6zuuk9Gn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#kpvMHoZ0kiGFbNsTVsVa9IoMIdoy9p3o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GphOKcTsR73S1MzRQS0wmLifyuU2ZCXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#I6E9WETw1J8fFcOqeMlmb22NffreX2ib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TguNvzI5DNHOHIK1Incr1ewwbQUcAGGU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SZsIJ5iEsecJZP4phzqMy2MI9ShzgmIn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cc3Xd8ps0VEF3BKDHiEbTBbrTelBpwSm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ZuiJp8a071si4dPbwulcZ7MVfhOvOzEW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sWCREToWDXlBp92eBlCu4Aq1k4M7oTDg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pElLFQV13OTQAL64CEvtrTQitxOgwm2F { 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; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row .container { background-color: transparent; background-image: none; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row .container > .video-iframe-container { display: none; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row > .video-iframe-container { display: none; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .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); }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row .container { border-width: 0; border-radius: 0; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:60rem;position:relative;display:block; }#RdDyEIStCAfBIgLTSdKIMT8v09AFTggX { color:#007efc;display:block;width:24.0625rem;position:absolute;font-family:"baloo 2";font-size:2.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:8.8251953125rem;left:2.40625rem;height:4.6748rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:36.6875rem;left:2.53125rem;height:19.46875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/c1259408-808c-4634-be8e-49d1742a8daa/ico_red.png); }
#gHJ8bx0rw9AktigN1GIxT0uk7vITM8mF { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;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: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.15) ;height:59.4375rem;width:28.875rem;top:6.28125rem;left:31.125rem;display:block; }
#daFntCh94d2OOOXHDvuCvlM44uzTwVEi { color:#32c088;display:block;width:24.0625rem;position:absolute;font-family:"baloo 2";font-size:2.125rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:8.8251953125rem;left:33.53125rem;height:4.6748rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15071;line-height:1.5;letter-spacing:0;top:36.6875rem;left:33.71875rem;height:27.34375rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1bb814c7-783b-4c24-aae6-fda39cbe1f04/ico_green.png); }
#Q5d5098e7vJWezHcIfzfSCwfkW2SRUaa { position:absolute;display:block;z-index:15072;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:19rem;width:28.8125rem;top:15.0625rem;left:0rem;overflow:hidden;display:block; }
#ACLbRanfLl76R5c3NFKq7qURhHtyUtDA { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:28.875rem;top:14.96875rem;left:31.125rem;overflow:hidden;display:block; }
#k5V2NVX9uzMN86hZE07ExHtyHn10HBZz { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;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: 0rem 0.3125rem 0.9375rem rgba(0,0,0,0.15) ;height:51.625rem;width:28.875rem;top:6.28125rem;left:0rem;display:block; }
#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85f5baf0-c86e-401f-9d95-e7f10f26010c/bg_01.jpg");background-position:top left !important;background-repeat: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; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8.adaptive-delivery-prevent-bg, #IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8.lazyload, #IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8.lazyloading { background-image: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container { background-color: transparent; background-image: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container > .video-iframe-container { display: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row > .video-iframe-container { display: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .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); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container { border-width: 0; border-radius: 0; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:60rem;position:relative;display:block; }#FAGmP9dCLszZcpHiJ2FkmtCtXOIE14yZ { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:"baloo 2";font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.25rem;left:7.65625rem;height:3.5249rem;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; }
#pDTZ61vJEl4k6ehum7Rb05oiBpGLeUCx { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:12rem;left:6.09375rem;height:5.51220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-form-header {  }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:1rem;font-weight:400;color:#ffffff;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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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 #ffffff;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:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:rubik;text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-text {padding-top: 0; padding-bottom: 0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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 #ffffff;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:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:rubik;text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-select { 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:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.0625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:rubik;font-size:1.0625rem;overflow:hidden;vertical-align:top; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-select {padding-top: 0; padding-bottom: 0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -moz-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -ms-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -o-linear-gradient(150deg, #ee5c22, #ffd03d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );";background-image: linear-gradient(150deg, #ee5c22, #ffd03d);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.125rem;margin-bottom:0.25rem;margin-left:5.125rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#ffffff;width:30.75rem;height:3.625rem;font-family:"baloo 2";overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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:#ffffff;vertical-align:top;width:39.875rem;overflow:hidden;font-style:normal;float:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-container:first-of-type{padding-top:0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-container:last-of-type{padding-bottom:0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR  { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.0625rem;left:7.9375rem; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.0625rem;display:block;vertical-align:top; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR {display:block;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.0625rem;left:7.9375rem; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #VcTAxJ6LPF2v1nzdHG8ehxGNAAwJRJIO { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #xd90ucCtmnf9MWUA8argI3TUXtHunOgn { position:relative;display:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #y4LXZHwnh61RFeKahmZzBb4h5gGFutQa { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #W3VXi4O2TKQr6FIHDRSn7au6WdCVIwTp { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #oM0JUlozNivLwFARI8esmpyQtbfXnR4F { position:relative;display:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #LKHxuLTs8KsenkQ8Mervdb79MkVGWB0M { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #FeAh3cqZBcTaCqC40yrJAX5HKo64y3Rx { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #ARz4s6R6Je9whAGJI3rTMDT1B1HJc2O7 { position:relative;display:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #Cz8Qt8VR0iffhprli9TWraQ44wEUgTXt { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #x72i7myzAvgHTTFefEeozXF9mKyC8EnH { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #dIPPh1dt5Ow7zx1Q3OXGSDkvDO6SEtEx { position:relative;display:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #BqzeXx1NBimfU0cPuxnd1glhH84gwtFZ { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #ydfNzv2qixArVXV1WdShq9poTv5k1b39 { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #TVDhSsH8Fk8LKZQPBF43fSNRz4ZX53EC { position:relative;display:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #fwxXhD6p9fH0QT3EJ29T7VA9vTvDBTCI { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #As9SbDrqUmPMdU17ehH5UeBGO2BsUqVy { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #WU9vGQumT9qZ2NHXZKtc6U5IscVW3gCa { position:relative;display:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #aU5UDbuqTwB0zdQbLhVwRMyrFyXqsc2w { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #mzqTLioG0ThR7WGcDNP80T4ACosMvKGn { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #Qq8lc37oqb4FXecGDxO1nS0frLpxTph5 { position:relative;display:none; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #duI2Dyolbg9EiwkMTccZrtW7SWLZX76y { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #IoRgXTzWdmmKIkpdgdQ6NXuBP4mhsOd3 { position:relative; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #TIUmLR8hDyNDroyK63gzvrKTo6yyf7GN { position:relative; }
#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { 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; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { background-color: transparent; background-image: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container > .video-iframe-container { display: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container { display: none; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .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); }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { border-width: 0; border-radius: 0; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { font-size:0.875rem;font-family:arial;height:78.625rem;width:60rem;position:relative;display:block; }#hKqkTwqvfIbObxmw0Ftd3My4IPrmQ7dD { color:#007efc;display:block;width:47rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:11.375rem;left:7.875rem;height:4.5rem;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; }
#E87isZRX6J5rUVpU4gJ3RvAnx0iUgntV { color:#000000;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:17.125rem;left:7.875rem;height:11.0244125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k34rlI0Fmw0Brw0pGf93W2035ZhcJGhU { color:#000000;display:block;width:49.6875rem;position:absolute;font-family:"baloo 2";font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:6.25rem;left:5.15625rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O0rpKUreddvUvMLbTBnRpMXQrXlAgUmz { color:#000000;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:36.4375rem;left:7.875rem;height:16.53661875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZIo3BT2o0TGMPsfR9AiCmrP38rISWlL { color:#007efc;display:block;width:47rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:30.6875rem;left:7.875rem;height:4.5rem;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; }
#PTppdHWhCERdZ6o8GhGpPhyX9VL5gcZ8 { color:#000000;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15033;line-height:1.4;letter-spacing:0;top:61.1875rem;left:7.875rem;height:5.51220625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l15cHlcKUlV74L4mSopP7l3aNONaNGNn { color:#007efc;display:block;width:47rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:55.4375rem;left:7.875rem;height:4.5rem;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; }
#MAEOgBLldtIhmz2kPIZUiCuIKsPHxavT { color:#000000;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:72rem;left:7.875rem;height:1.8374rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uACa6bw6vRToMPbUcyS4uv3qabtrq5OS { color:#007efc;display:block;width:47rem;position:absolute;font-family:"baloo 2";font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:69rem;left:7.875rem;height:2.25rem;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; }
#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85f5baf0-c86e-401f-9d95-e7f10f26010c/bg_01.jpg");background-position:top left !important;background-repeat: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; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I.adaptive-delivery-prevent-bg, #rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I.lazyload, #rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I.lazyloading { background-image: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container { background-color: transparent; background-image: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container > .video-iframe-container { display: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row > .video-iframe-container { display: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .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); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container { border-width: 0; border-radius: 0; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:60rem;position:relative;display:block; }#M4kHZZuhJ7XLJeQiICnFTSMgemFJivX5 { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:"baloo 2";font-size:2.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.25rem;left:7.65625rem;height:3.5249rem;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; }
#IAaXuVisA1WPXTGZTeAeZ62ppdR4gMab { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:12rem;left:6.09375rem;height:5.51220625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-form-header {  }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:1rem;font-weight:400;color:#ffffff;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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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 #ffffff;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:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:rubik;text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-text {padding-top: 0; padding-bottom: 0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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 #ffffff;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:#ffffff;font-size:1.0625rem;overflow:hidden;font-family:rubik;text-align:left;text-align-last:left;font-weight:400;font-style:normal;vertical-align:top;line-height:1; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-select { 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:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.0625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:rubik;font-size:1.0625rem;overflow:hidden;vertical-align:top; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-select {padding-top: 0; padding-bottom: 0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-button { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -moz-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -ms-linear-gradient(150deg, #ee5c22, #ffd03d);background-image: -o-linear-gradient(150deg, #ee5c22, #ffd03d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5c22', endColorstr='#ffd03d' );";background-image: linear-gradient(150deg, #ee5c22, #ffd03d);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.125rem;margin-bottom:0.25rem;margin-left:5.125rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:700;color:#ffffff;width:30.75rem;height:3.625rem;font-family:"baloo 2";overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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:#ffffff;vertical-align:top;width:39.875rem;overflow:hidden;font-style:normal;float:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-container:first-of-type{padding-top:0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-container:last-of-type{padding-bottom:0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW  { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.0625rem;left:7.9375rem; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.0625rem;display:block;vertical-align:top; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW {display:block;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:20.0625rem;left:7.9375rem; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #WksWJdXQt2ptCmXGLNHlQ0hMPhuZsSL5 { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #RuPo3RLnHqzVePD9re7Q2IR1uVl1hSoy { position:relative;display:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #bIsIK00SfedvdvATdckg4GPp2CZvni4M { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #E6v8vlKhAcgifQ344TSG9y1mrDGlcGRr { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #FLCytrRGTEcL2tECBAgtFFMezTa4m9Ua { position:relative;display:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #Ir2EcKfllL0Ll11IxSbXxWzFRhJbWqIT { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #soOwF4wZ1tJeb5vFON6TIotocgOsxWvt { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #SL5xB8wEcXpKHqJGzoz2vDKWCfAvOyyq { position:relative;display:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #BX4s5n63DR1hIx0JmilJnwQbryzHShfl { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #aSwQKCHCo31XsMvNK08gtLoiolMnTBaG { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #W64FB7WR7d12DAklmr5Wd0rPTyO3iyC7 { position:relative;display:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #TFQAHSShLZMbmF7cA0J6VVLVwahqnLK2 { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #p7NH4igivVsp1rGpz7TnOSbLZdE5ZEEA { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #SrLzaxm7KKTC0qx43aQte08vL0ZCJ8pL { position:relative;display:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #STE2G7knMySmy9beW3A0oP7PySe5694t { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #w88KNUAEOo2ef3CvONyAEtuns5CsO0xH { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #xXSZz099FTKlBaasiXdeg3TWOUOZIWBB { position:relative;display:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #myZkCt2cKC0En6cXEx4kww4Tq3b7pt1H { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #WOMXiViBW3O8Ik5EBcJwSC5ODPaIDZVM { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #PcZ23qQ9gDGylMU0HTRDr1McEObPiVKC { position:relative;display:none; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #TU9v1zd233LRLdqbdc0IEpf1nCnikuE3 { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #KJctUWHs8C276NhmTH7C3Ib2rIhCUWQi { position:relative; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #MTfyAq3v8GzhVdpWl0G5xFpFNuvVeZvU { position:relative; }
#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VloBAzq97q1fhEad4VR27Ttwl56HHgBc { display:block; }#VloBAzq97q1fhEad4VR27Ttwl56HHgBc > .row .container { width:47.75rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:33.375rem;height: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) { #XPfp8hB2ixDZEhCRrGfKAJQ5LdiZffPa { width:23.6875rem;height:3.75rem;top:57.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4FOKh942TGBDJiUyAq1WzD5Lc7K78WM { display:block; }
 }@media only screen and (max-width: 763px) { #FAy1T4fC1Q83LtB4r3lFczQUygcT3X5c { 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) { #gBUxImTS0ZtxX3UFOJQDMk5BJmpnzX0g { 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) { #T57E1UeQT1PR4KxveICmwtJuKe4QnBHb { 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) { #GE2xVEtUoly6ax9V7V7UOw5t7WC1b8sW { 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) { #pAFsLmMR7HrlX4GD4Srh0KmGF2L6LCB3 { width:5.0625rem;height:5.0625rem;top:38rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo1VtFPJJSIhvwyh3QALAlFFiKDZbVW8 { width:4.625rem;height:4.625rem;top:38.1875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcaWP8gWy0OoERMdnxerxlTxoRnxZBEl { width:5.0625rem;height:5.0625rem;top:38rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnznyEW7yRllTIN1MWh5qDL6hsOPWcOT { width:4.875rem;height:4.875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPGLJielvc6daoq9GvchLOEkkbt2a6F6 { 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) { #DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:47.75rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqehFiwawyvpMmrPF7pwbgss36kW4SpH { 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) { #XhHpJxGDaeDJXddTB1kXDIemOFZ1aSAO { 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) { #hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H 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) { #JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB 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) { #ctdE62OEQLviw38nd7pDZ769e9NuTyZU { 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) { #LyQKC7sRO8xvockaf4oSfDTqRHxiOMEf { 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) { #cxwfkcEv48TkMwM0g7niou0mR9Zmlipx { 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) { #SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm { display:block; }#SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crQNvSLopNDchube1sDwce5cUef76g6o { width:47.75rem;height:2.75rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgXc3h28GupR01F42RRTAeRW8tgVOcF1 { 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) { #uc0TcZoWz2mEPgS97wSVzTIMBqNpKOHJ { 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) { #SOKJB2mLTfTT909nAUnxNKaprqppl6Sn { 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) { #hcPurPaLdt1ViHGAaJ19oLC0b7ugk1HH { 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) { #OqxkiiFooKNJvsyUd2E4eC5CGHNiBXfa { 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) { #KqTpC1UhdTGTAhJODwWlGoJVN7NCdTQ5 { 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) { #Bxkun7qsZDO7mfCqE5yUBQlcQa63oT1g { 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) { #LZuOUu0tiK6Wa4oaGgUBUifZumd0rFgJ { 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) { #FJnoDcn9cK3iT8Lr9Tl2epxVivELn9TD { 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) { #GnMSUuOnCC7Iv5hbJz4awz8zdhPueDGk { width:22.5625rem;height:22.5625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7gLVr7GaJ3mQdcFoi9ARA7Rt08fsmdN { width:22.5625rem;height:22.5625rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr4UuONM7MOuUORlIeMQS4a0H1HMHqlv { width:22.5625rem;height:22.5625rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET { display:block; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwpwMSKkHL1ESCWfSorbpSDbTr5Bx19c { 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) { #L8qKWN4KGflPZWlCekboZesi5qxTqTXk { 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) { #QRFZz4iSPZcTmN1RGaqCt1oodcBTvoWb { 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) { #N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd 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) { #gu0Kq08lGpCtOaSN2a61uabIDVKRWIno { 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) { #tTy0qeeMUoUugwXxrDfctuNssgMoT5KF { 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) { #ghWb2gAtxxdZ6Re7qmTXzH1FA47gL6z0 { width:47.75rem;height:41.625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKCm1m6vl2bt3JwwI3ecRpF8lB6IWmK { 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) { #W9KSoWAluqDXiPg8Tb45M3I3wzadgy0c { 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) { #MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 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) { #iBHzvp6rpbtJ0w9ow19Ry9icW9TMmpXr { width:47.75rem;height:43rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgQAcXwukndTgbecFh3Ti7qQK7vkeQUM { 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) { #K6FhgAX3TA1z8WSJMrqKqPAVe8tGXFMC { 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) { #O9cL4ZFWPdBVhgBc1tqoASGeo0ZlO7kb { width:47.75rem;height:55.4375rem;top:105.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX 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) { #ZSuoviyGm61FpvT1vfqQ85OW4SpNZnZe { 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) { #MQObzPZ2utGr7g4stXvrbHQ5okaRT9g2 { 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) { #PawAy1siytztKo9wyS35hDrXpUhVmME7 { 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) { #e60NV4piG9dPrnPuFVwoMVZndDoxLL4p { 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) { #zTAlssxMRvtAQ00T3ENAS9AF0dV0gJGM { width:47.75rem;height:44.5rem;top:163.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc 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) { #SHyNbitKC3iyxaucSlW7qJCSPmUMUCvg { 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) { #hKl063zoymoTW8Jku0vq1FC4OodTi5Nk { 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) { #xtZWQ24MdKGZ6xKSbFsZOwHqnCVZ0ZlH { 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) { #wXBLWgiykT9XdXNzazKWe5tATuc8zvgo { 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) { #UHfJ1tlcAEx5eZL9xkHb8AbHiXBuQnpb { width:47.75rem;height:52.5rem;top:210.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr 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) { #AqPcJ1zlZNyk71nTNv60VKDEUGQznacp { 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) { #JKClZsawJ1V1wxgn32Da2F28CTo0LKi8 { 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) { #NIT1nSf3Bma7s1h7bOdM0qBlmHy87KII { 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) { #SDkp2gF7Shn9nSKSpPmBkHiJdIrVfrlh { 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) { #HmQVwpUlVE26TEoFbCSvirVtaruCryaI { width:29.3125rem;height:39.0625rem;top:315.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDvS2r3Lbah2LPCn7RGnzyQ4akMT7SFn { width:28.875rem;height:22.75rem;top:315.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEMeBv4CuQr0HFbOhZCM8f9FJ9BGTVtO { 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) { #hNVw5wNNGszgEEUatBF01dVqeHLKCvA1 { 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) { #yrobicV6P6CzBonW2VywSqJbazoPv3GR { 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) { #uZTqVbl96OFqaNuk0p2PH8cW2vmSSWqT { 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) { #m1VxSAePtioORVi1RyVTsfbdlVB2suXz { width:10.625rem;height:10.625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbCbaDB922U0gfiG72QLwguP9RaN0xsa { width:10.625rem;height:10.625rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFt3KiD2DxzyVB3ib0l7RWCPMElILRpE { width:10.625rem;height:10.625rem;top:108rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixoIeEySL5CcdwtTeDMbMqxd0aqWDTl1 { width:10.625rem;height:10.625rem;top:165.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPidIxlhJToDmPTqfRRXaclJ36pVVZwc { width:10.625rem;height:10.625rem;top:212.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZNtsC0yTTuIPL92avsrI3e6oEWPTFm2 { width:47.75rem;height:43.25rem;top:265.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs 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) { #MTqZrgW8zNSH5FUCyMTX8qhOZzC1L5Gp { 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) { #Ch2HTSLlZ5HreoFhdcUozO7r3NcGBzgU { 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) { #lbpo1JIxNVsIUClqyoZJamkTOlzAnbwH { width:10.625rem;height:10.625rem;top:267.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtuH0flBD1P6EoyZxMUkJdcmTce7qWVS { 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) { #LWL97oAxiZSN6m2PiwCkuPp4cMvLf7gv { 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) { #kxt36kuTiuq9dflQrhdrps6fKqxhXTtC { 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) { #IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw { display:block; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvIVsPDLnqEH5gCSBUoGuEnRUat9RFyN { 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) { #hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z { width:35.125rem;height:12.50926875rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z li:before{  }
 }@media only screen and (max-width: 763px) { #ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO { display:block; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUqTlKh0k1Z7HImhunitORHbDaVzoifd { 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) { #q2V5TLlw0SvTsCEnOek4cxyEbiGfzuCU { width:40rem;height:22.5rem;top:15.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { 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) { #nsBxpSXKI94kV23JTg0NEgdrgelAPCIb { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#nsBxpSXKI94kV23JTg0NEgdrgelAPCIb 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) { #CnwAuCcakhxu29bVS39xBUf0TU8hUtkr { 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) { #tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 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) { #kLPpWZrxqoxfqTM9XZCIk1iNmsW13qU7 { width:19.5rem;height:17.5625rem;top:49.25rem;left:25.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { width:35.125rem;height:0.8125rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwLv5kiTx4iBEGrWZ8OQ99XkofMiqUck { 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) { #BNNCzZqcagSkrwJJkQwHALiFpSC7TgbX { 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) { #hF5C24RZfhiWhrIKBc3SVTwgcqc6oPaS { 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) { #ur7Kpmw8adFUTGswQcF9DXHT3BVD6RNk { width:36.0625rem;height:4.625rem;top:67.4375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR2nlv0DJhBsKIGaZMzR5CRwy1rqpbxf { display:block; }
 }@media only screen and (max-width: 763px) { #W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv 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) { #HgTvRiBErpbbzX7X1TCR7HtaKQw8SL0d { 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) { #ocnUfMXHvof1VNvOwn9M6TcuRFsc35uW { 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) { #onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG { display:block; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xxt0HK24AWJceHmyX1Emcy1uya6Fv73M { 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) { #SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL { display:block; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7uc8TxTq480TGvdBOEUrJlVckqNpal5 { 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) { #LSzTq0h3PD1Dael3KxbrNJZTBFy4ooZd { 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) { #wOepsNGnSncpJT2rkmnMJsA34Q91T7qp { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:none; }#wOepsNGnSncpJT2rkmnMJsA34Q91T7qp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d8154fc00113bcd6153c11295bb1ab68fc79ac9.svg); }
 }@media only screen and (max-width: 763px) { #zI1aW4NzINa2w8nUf40nzoTa9zTmeSza { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:none; }#zI1aW4NzINa2w8nUf40nzoTa9zTmeSza li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2f770d20a724940866a31ce5e402a2f17cd6409f.svg); }
 }@media only screen and (max-width: 763px) { #warMfmhJqMZVmJ0o2NBlZG1UVwiSJdqm { width:0.0625rem;height:28.125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:none; }#EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d8154fc00113bcd6153c11295bb1ab68fc79ac9.svg); }
 }@media only screen and (max-width: 763px) { #NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:none; }#NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2f770d20a724940866a31ce5e402a2f17cd6409f.svg); }
 }@media only screen and (max-width: 763px) { #CVrOIrAoJiCbWxbcOiNgAxyUg5u1G73x { width:0.0625rem;height:25rem;top:7.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU4iOGaKwMO0XQXmqd1rbTaZkiMeDCam { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHdNXcw08gxW8kLTeCTGdgq1mPa2lvLK { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhbPdaZcunzhAGdF3FTCSafCycoZkZns { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvzdJ7IsZ3gZ4BrQcrpP0o05qrRvqxF9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReAVXigWyaq9zX2ww512PJHy925hlHFm { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJhynXmP3vGwQisNB9ZqKvJWyT1Po0KA { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BnioVuFrTRZvpEMG10HgQEZ95L7hFm6e { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kECAT8B2i67tgxcpSrAxzdJFo8Fghpl5 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGCfZRyAEx0hDxIXsKRvxfQVmv2ghWWT { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq8VXhNWyWF5UFcntRs5RC1NVLfip2N4 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pgm27TRDPl9RvTetCOn90hCt9uH4B0i0 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3PTyATgqWGeKDq2NOkxrScAtWtxMnIR { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QWRZiEii9AP6sFCsBwvCS1EkQv1FF4Ls { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqmDW6G2P167RJpkDXwTdsTEU5B49wfm { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxJbBdo6K7vMLLFZgHLETWHqtgUUhCpF { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncvUGaIpxKEKHOg6AiTq44BVQD1T6RTA { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbcNtUXZprqXMmHSfLh7LFLTuN9zlC6k { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTvoE4mqgOH6aZquq06yDwSRGTnHdvKz { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBXxNUvVhDxPVgC48EO7amWAJew9rWkq { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u07Tx6QKSwIS2N1T1N8zERi43T7zGRr0 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrtfMBGI5kuPmM780EydD0Tx6zuuk9Gn { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpvMHoZ0kiGFbNsTVsVa9IoMIdoy9p3o { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GphOKcTsR73S1MzRQS0wmLifyuU2ZCXD { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I6E9WETw1J8fFcOqeMlmb22NffreX2ib { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TguNvzI5DNHOHIK1Incr1ewwbQUcAGGU { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SZsIJ5iEsecJZP4phzqMy2MI9ShzgmIn { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cc3Xd8ps0VEF3BKDHiEbTBbrTelBpwSm { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZuiJp8a071si4dPbwulcZ7MVfhOvOzEW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWCREToWDXlBp92eBlCu4Aq1k4M7oTDg { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pElLFQV13OTQAL64CEvtrTQitxOgwm2F { display:block; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdDyEIStCAfBIgLTSdKIMT8v09AFTggX { 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) { #gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 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) { #gHJ8bx0rw9AktigN1GIxT0uk7vITM8mF { width:28.875rem;height:59.4375rem;top:6.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #daFntCh94d2OOOXHDvuCvlM44uzTwVEi { 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) { #ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO 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) { #Q5d5098e7vJWezHcIfzfSCwfkW2SRUaa { width:28.8125rem;height:19rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLbRanfLl76R5c3NFKq7qURhHtyUtDA { width:28.875rem;height:19.1875rem;top:14.9375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5V2NVX9uzMN86hZE07ExHtyHn10HBZz { width:28.875rem;height:51.625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 { display:block; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container { width:47.75rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAGmP9dCLszZcpHiJ2FkmtCtXOIE14yZ { 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) { #pDTZ61vJEl4k6ehum7Rb05oiBpGLeUCx { 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) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-text {padding-top: 0; padding-bottom: 0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-select {padding-top: 0; padding-bottom: 0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR  { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR {display:block;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #VcTAxJ6LPF2v1nzdHG8ehxGNAAwJRJIO {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #xd90ucCtmnf9MWUA8argI3TUXtHunOgn {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #y4LXZHwnh61RFeKahmZzBb4h5gGFutQa {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #W3VXi4O2TKQr6FIHDRSn7au6WdCVIwTp {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #oM0JUlozNivLwFARI8esmpyQtbfXnR4F {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #LKHxuLTs8KsenkQ8Mervdb79MkVGWB0M {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #FeAh3cqZBcTaCqC40yrJAX5HKo64y3Rx {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #ARz4s6R6Je9whAGJI3rTMDT1B1HJc2O7 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #Cz8Qt8VR0iffhprli9TWraQ44wEUgTXt {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #x72i7myzAvgHTTFefEeozXF9mKyC8EnH {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #dIPPh1dt5Ow7zx1Q3OXGSDkvDO6SEtEx {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #BqzeXx1NBimfU0cPuxnd1glhH84gwtFZ {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #ydfNzv2qixArVXV1WdShq9poTv5k1b39 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #TVDhSsH8Fk8LKZQPBF43fSNRz4ZX53EC {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #fwxXhD6p9fH0QT3EJ29T7VA9vTvDBTCI {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #As9SbDrqUmPMdU17ehH5UeBGO2BsUqVy {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #WU9vGQumT9qZ2NHXZKtc6U5IscVW3gCa {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #aU5UDbuqTwB0zdQbLhVwRMyrFyXqsc2w {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #mzqTLioG0ThR7WGcDNP80T4ACosMvKGn {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #Qq8lc37oqb4FXecGDxO1nS0frLpxTph5 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #duI2Dyolbg9EiwkMTccZrtW7SWLZX76y {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #IoRgXTzWdmmKIkpdgdQ6NXuBP4mhsOd3 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #TIUmLR8hDyNDroyK63gzvrKTo6yyf7GN {  }
 }@media only screen and (max-width: 763px) { #DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKqkTwqvfIbObxmw0Ftd3My4IPrmQ7dD { 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) { #E87isZRX6J5rUVpU4gJ3RvAnx0iUgntV { 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) { #k34rlI0Fmw0Brw0pGf93W2035ZhcJGhU { 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) { #O0rpKUreddvUvMLbTBnRpMXQrXlAgUmz { 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) { #aZIo3BT2o0TGMPsfR9AiCmrP38rISWlL { 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) { #PTppdHWhCERdZ6o8GhGpPhyX9VL5gcZ8 { 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) { #l15cHlcKUlV74L4mSopP7l3aNONaNGNn { 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) { #MAEOgBLldtIhmz2kPIZUiCuIKsPHxavT { 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) { #uACa6bw6vRToMPbUcyS4uv3qabtrq5OS { 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) { #rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I { display:block; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container { width:47.75rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4kHZZuhJ7XLJeQiICnFTSMgemFJivX5 { 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) { #IAaXuVisA1WPXTGZTeAeZ62ppdR4gMab { 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) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-text {padding-top: 0; padding-bottom: 0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-select {padding-top: 0; padding-bottom: 0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW  { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW {display:block;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW { width:16.125rem;height:auto;top:5.38720703125rem;left:28.28466796875rem; }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #WksWJdXQt2ptCmXGLNHlQ0hMPhuZsSL5 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #RuPo3RLnHqzVePD9re7Q2IR1uVl1hSoy {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #bIsIK00SfedvdvATdckg4GPp2CZvni4M {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #E6v8vlKhAcgifQ344TSG9y1mrDGlcGRr {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #FLCytrRGTEcL2tECBAgtFFMezTa4m9Ua {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #Ir2EcKfllL0Ll11IxSbXxWzFRhJbWqIT {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #soOwF4wZ1tJeb5vFON6TIotocgOsxWvt {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #SL5xB8wEcXpKHqJGzoz2vDKWCfAvOyyq {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #BX4s5n63DR1hIx0JmilJnwQbryzHShfl {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #aSwQKCHCo31XsMvNK08gtLoiolMnTBaG {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #W64FB7WR7d12DAklmr5Wd0rPTyO3iyC7 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #TFQAHSShLZMbmF7cA0J6VVLVwahqnLK2 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #p7NH4igivVsp1rGpz7TnOSbLZdE5ZEEA {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #SrLzaxm7KKTC0qx43aQte08vL0ZCJ8pL {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #STE2G7knMySmy9beW3A0oP7PySe5694t {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #w88KNUAEOo2ef3CvONyAEtuns5CsO0xH {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #xXSZz099FTKlBaasiXdeg3TWOUOZIWBB {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #myZkCt2cKC0En6cXEx4kww4Tq3b7pt1H {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #WOMXiViBW3O8Ik5EBcJwSC5ODPaIDZVM {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #PcZ23qQ9gDGylMU0HTRDr1McEObPiVKC {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #TU9v1zd233LRLdqbdc0IEpf1nCnikuE3 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #KJctUWHs8C276NhmTH7C3Ib2rIhCUWQi {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #MTfyAq3v8GzhVdpWl0G5xFpFNuvVeZvU {  }
 }@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) { 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/d08e1e2d-7402-41ad-81dd-d31c01aada3f/bg_main_03.jpg");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:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:18.125rem;height:4.75rem;top:8.3125rem;left:0.9375rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KTWuuRkCcGh7XvwoAdpal4GIFWptqVqJ { width:13.625rem;height:1.75rem;top:1.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEBLC8vHgucHHmePe2PE8oXKNmmXgASH { width:20rem;height:9.375rem;top:13.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XPfp8hB2ixDZEhCRrGfKAJQ5LdiZffPa { width:20rem;height:3.125rem;top:40.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4FOKh942TGBDJiUyAq1WzD5Lc7K78WM { display:block; }
 }@media only screen and (max-width: 763px) { #FAy1T4fC1Q83LtB4r3lFczQUygcT3X5c { width:8.9375rem;height:6rem;top:54.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gBUxImTS0ZtxX3UFOJQDMk5BJmpnzX0g { width:9.125rem;height:6rem;top:54.8125rem;left:10.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T57E1UeQT1PR4KxveICmwtJuKe4QnBHb { width:7.5rem;height:6rem;top:67.3125rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #GE2xVEtUoly6ax9V7V7UOw5t7WC1b8sW { width:7.8125rem;height:6rem;top:67.3125rem;left:11.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #pAFsLmMR7HrlX4GD4Srh0KmGF2L6LCB3 { width:3.625rem;height:3.625rem;top:62.84375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo1VtFPJJSIhvwyh3QALAlFFiKDZbVW8 { width:3.625rem;height:3.625rem;top:62.84375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcaWP8gWy0OoERMdnxerxlTxoRnxZBEl { width:3.8125rem;height:3.8125rem;top:50.34375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnznyEW7yRllTIN1MWh5qDL6hsOPWcOT { width:3.8125rem;height:3.8125rem;top:50.34375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPGLJielvc6daoq9GvchLOEkkbt2a6F6 { width:20rem;height:0;top:74.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DZk84Nag0dIb3JncqkAXtJLLBekTeLOE { background-color:#ffffff;background-image:none;display:block; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { background-color: transparent; background-image: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row > .video-iframe-container { display: none; }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZk84Nag0dIb3JncqkAXtJLLBekTeLOE > .row .container { width:20rem;height:236rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { width:18.375rem;height:45rem;top:11.75rem;left:0.8125rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqehFiwawyvpMmrPF7pwbgss36kW4SpH { width:20rem;height:4.125rem;top:58.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhHpJxGDaeDJXddTB1kXDIemOFZ1aSAO { width:20rem;height:43.125rem;top:64.8125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H { width:20rem;height:23.625rem;top:109.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H 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) { #JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB { width:20rem;height:12.75rem;top:149.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#JmV7AiTlF7PNZs47b8L80gu3lVPmV1TB 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) { #ctdE62OEQLviw38nd7pDZ769e9NuTyZU { width:20rem;height:0;top:163.4375rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LyQKC7sRO8xvockaf4oSfDTqRHxiOMEf { width:20rem;height:0;top:168.36230625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxwfkcEv48TkMwM0g7niou0mR9Zmlipx { width:20rem;height:0;top:175.1621125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWaGBpSMu2Kad4y04uu3K33Bu4nIbTvm { background-color:#fdf3e3;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:169rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crQNvSLopNDchube1sDwce5cUef76g6o { width:18.1875rem;height:4.5rem;top:3.125rem;left:0.90625rem;font-size:1.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgXc3h28GupR01F42RRTAeRW8tgVOcF1 { width:20rem;height:28.125rem;top:35.4375rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uc0TcZoWz2mEPgS97wSVzTIMBqNpKOHJ { width:20rem;height:2.25rem;top:32.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOKJB2mLTfTT909nAUnxNKaprqppl6Sn { width:9.625rem;height:1.875rem;top:30.5625rem;left:5.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcPurPaLdt1ViHGAaJ19oLC0b7ugk1HH { width:20rem;height:18.75rem;top:92.625rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqxkiiFooKNJvsyUd2E4eC5CGHNiBXfa { width:20rem;height:2.25rem;top:89.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqTpC1UhdTGTAhJODwWlGoJVN7NCdTQ5 { width:9.625rem;height:1.875rem;top:87.625rem;left:5.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bxkun7qsZDO7mfCqE5yUBQlcQa63oT1g { width:20rem;height:22.5rem;top:142.75rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZuOUu0tiK6Wa4oaGgUBUifZumd0rFgJ { width:20rem;height:4.125rem;top:137.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJnoDcn9cK3iT8Lr9Tl2epxVivELn9TD { width:9.625rem;height:1.875rem;top:135.5rem;left:5.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GnMSUuOnCC7Iv5hbJz4awz8zdhPueDGk { width:20rem;height:20rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7gLVr7GaJ3mQdcFoi9ARA7Rt08fsmdN { width:20rem;height:20rem;top:67.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr4UuONM7MOuUORlIeMQS4a0H1HMHqlv { width:20rem;height:20rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET { display:block; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container { width:20rem;height:693.2744125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwpwMSKkHL1ESCWfSorbpSDbTr5Bx19c { width:20rem;height:13.125rem;top:11.75rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8qKWN4KGflPZWlCekboZesi5qxTqTXk { width:18.4375rem;height:31.875rem;top:47.8125rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QRFZz4iSPZcTmN1RGaqCt1oodcBTvoWb { width:17.25rem;height:2rem;top:81.0625rem;left:1.25rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd { width:17.8125rem;height:29.625rem;top:84rem;left:1.09375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#N4IDuyzKS2TkXvB6xBHDEnDusQUZWatd 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) { #gu0Kq08lGpCtOaSN2a61uabIDVKRWIno { width:20rem;height:1.5625rem;top:41.0625rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTy0qeeMUoUugwXxrDfctuNssgMoT5KF { width:18.25rem;height:3.625rem;top:42.8125rem;left:0.875rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghWb2gAtxxdZ6Re7qmTXzH1FA47gL6z0 { width:20rem;height:88.125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKCm1m6vl2bt3JwwI3ecRpF8lB6IWmK { width:18rem;height:30rem;top:142.1875rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9KSoWAluqDXiPg8Tb45M3I3wzadgy0c { width:18.125rem;height:2rem;top:173.4375rem;left:1.25rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 { width:16.25rem;height:39rem;top:176.0625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#MPuxs0oA1KivxZrx6LhET4rUMGEG5vf7 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) { #iBHzvp6rpbtJ0w9ow19Ry9icW9TMmpXr { width:20rem;height:100rem;top:116.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgQAcXwukndTgbecFh3Ti7qQK7vkeQUM { width:18.75rem;height:7.25rem;top:133.8125rem;left:0.6875rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6FhgAX3TA1z8WSJMrqKqPAVe8tGXFMC { width:12.3125rem;height:2.75rem;top:130.5625rem;left:3.84375rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9cL4ZFWPdBVhgBc1tqoASGeo0ZlO7kb { width:20rem;height:91.1875rem;top:218.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX { width:17.75rem;height:33.375rem;top:275.1875rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX 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) { #ZSuoviyGm61FpvT1vfqQ85OW4SpNZnZe { width:14.8125rem;height:2rem;top:272.25rem;left:1.25rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQObzPZ2utGr7g4stXvrbHQ5okaRT9g2 { width:17.9375rem;height:30rem;top:240.9375rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PawAy1siytztKo9wyS35hDrXpUhVmME7 { width:17.9375rem;height:5.4375rem;top:234.0625rem;left:1.0625rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e60NV4piG9dPrnPuFVwoMVZndDoxLL4p { width:20rem;height:1.5625rem;top:232.25rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTAlssxMRvtAQ00T3ENAS9AF0dV0gJGM { width:20rem;height:92.8125rem;top:311.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc { width:17.8125rem;height:29.625rem;top:373.5625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc 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) { #SHyNbitKC3iyxaucSlW7qJCSPmUMUCvg { width:15.125rem;height:2rem;top:370.75rem;left:1.25rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hKl063zoymoTW8Jku0vq1FC4OodTi5Nk { width:18.1875rem;height:37.5rem;top:331.875rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xtZWQ24MdKGZ6xKSbFsZOwHqnCVZ0ZlH { width:16.4375rem;height:3.625rem;top:326.8125rem;left:1.8125rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wXBLWgiykT9XdXNzazKWe5tATuc8zvgo { width:17.125rem;height:1.5625rem;top:325rem;left:1.4375rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UHfJ1tlcAEx5eZL9xkHb8AbHiXBuQnpb { width:20rem;height:84.9375rem;top:406.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr { width:17.875rem;height:35.25rem;top:454.1875rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr 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) { #AqPcJ1zlZNyk71nTNv60VKDEUGQznacp { width:18.875rem;height:2rem;top:451.5rem;left:1.125rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKClZsawJ1V1wxgn32Da2F28CTo0LKi8 { width:17.8125rem;height:26.25rem;top:423.875rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NIT1nSf3Bma7s1h7bOdM0qBlmHy87KII { width:18.5625rem;height:3.625rem;top:419.1875rem;left:0.75rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDkp2gF7Shn9nSKSpPmBkHiJdIrVfrlh { width:20rem;height:1.5625rem;top:417.4375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmQVwpUlVE26TEoFbCSvirVtaruCryaI { width:20rem;height:51.0625rem;top:637.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDvS2r3Lbah2LPCn7RGnzyQ4akMT7SFn { width:20rem;height:50.1875rem;top:585.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEMeBv4CuQr0HFbOhZCM8f9FJ9BGTVtO { width:16.6875rem;height:5.8125rem;top:587.125rem;left:1.25rem;font-size:1.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hNVw5wNNGszgEEUatBF01dVqeHLKCvA1 { width:17.1875rem;height:3.875rem;top:639.125rem;left:1.25rem;font-size:1.625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yrobicV6P6CzBonW2VywSqJbazoPv3GR { width:17.4375rem;height:41.25rem;top:593.625rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uZTqVbl96OFqaNuk0p2PH8cW2vmSSWqT { width:17.75rem;height:43.125rem;top:644.3125rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m1VxSAePtioORVi1RyVTsfbdlVB2suXz { width:10.625rem;height:10.625rem;top:29rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbCbaDB922U0gfiG72QLwguP9RaN0xsa { width:10.625rem;height:10.625rem;top:118.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFt3KiD2DxzyVB3ib0l7RWCPMElILRpE { width:10.625rem;height:10.625rem;top:220.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixoIeEySL5CcdwtTeDMbMqxd0aqWDTl1 { width:10.625rem;height:10.625rem;top:312.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPidIxlhJToDmPTqfRRXaclJ36pVVZwc { width:9.1875rem;height:9.1875rem;top:407.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZNtsC0yTTuIPL92avsrI3e6oEWPTFm2 { width:20rem;height:90.6875rem;top:493.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs { width:17.375rem;height:27.75rem;top:554.4375rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs 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) { #MTqZrgW8zNSH5FUCyMTX8qhOZzC1L5Gp { width:16rem;height:2rem;top:551.8125rem;left:1.25rem;font-size:1.25rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ch2HTSLlZ5HreoFhdcUozO7r3NcGBzgU { width:18.125rem;height:35.625rem;top:514.875rem;left:1.25rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbpo1JIxNVsIUClqyoZJamkTOlzAnbwH { width:10.625rem;height:10.625rem;top:494.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtuH0flBD1P6EoyZxMUkJdcmTce7qWVS { width:20rem;height:5.4375rem;top:508.25rem;left:0rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWL97oAxiZSN6m2PiwCkuPp4cMvLf7gv { width:20rem;height:1.5625rem;top:506.375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxt36kuTiuq9dflQrhdrps6fKqxhXTtC { width:20rem;height:0;top:690.1875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw { display:block; }#IIZATHiOyz3qH9vNto0tCTgbGtFZaTVw > .row .container { width:20rem;height:178.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvIVsPDLnqEH5gCSBUoGuEnRUat9RFyN { width:20rem;height:6.75rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z { width:20rem;height:71.25rem;top:12.5rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15030;display:block; }#hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z li:before{  }
 }@media only screen and (max-width: 763px) { #ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO { display:block; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container { width:20rem;height:94rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUqTlKh0k1Z7HImhunitORHbDaVzoifd { width:20rem;height:9rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q2V5TLlw0SvTsCEnOek4cxyEbiGfzuCU { height:11.25rem;width:20rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:20rem;height:129.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg9yEiIKw5gaIhGv6Kkpav6RJXz5nNad { width:15.3125rem;height:6.75rem;top:3.125rem;left:2.34375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nsBxpSXKI94kV23JTg0NEgdrgelAPCIb { width:20rem;height:59.25rem;top:11.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#nsBxpSXKI94kV23JTg0NEgdrgelAPCIb li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#nsBxpSXKI94kV23JTg0NEgdrgelAPCIb 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) { #CnwAuCcakhxu29bVS39xBUf0TU8hUtkr { width:18.1875rem;height:31.875rem;top:71rem;left:1.8125rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 { width:19rem;height:5.625rem;top:103.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#tUw9sFtsgTi7fuFPJtswQmOhMC9BkCZ6 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) { #kLPpWZrxqoxfqTM9XZCIk1iNmsW13qU7 { width:19.5rem;height:17.5625rem;top:110.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { width:20rem;height:141.97363125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { width:20rem;height:11.25rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nwLv5kiTx4iBEGrWZ8OQ99XkofMiqUck { width:20rem;height:73.125rem;top:16.25rem;left:0rem;font-size:1.1875rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BNNCzZqcagSkrwJJkQwHALiFpSC7TgbX { width:20rem;height:3rem;top:91.3125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF5C24RZfhiWhrIKBc3SVTwgcqc6oPaS { width:20rem;height:7.5rem;top:96rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ur7Kpmw8adFUTGswQcF9DXHT3BVD6RNk { width:18.125rem;height:3.125rem;top:105.5rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR2nlv0DJhBsKIGaZMzR5CRwy1rqpbxf { display:block; }
 }@media only screen and (max-width: 763px) { #W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv { width:20rem;height:0;top:112.9619125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv 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) { #HgTvRiBErpbbzX7X1TCR7HtaKQw8SL0d { width:20rem;height:0;top:109.875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocnUfMXHvof1VNvOwn9M6TcuRFsc35uW { width:20rem;height:0;top:135.2119125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG { display:block; }#onza0Mg8ve35hfuzoQzbwwVm5TH5zhXG > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xxt0HK24AWJceHmyX1Emcy1uya6Fv73M { width:16.8125rem;height:4.5rem;top:3.125rem;left:1.59375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL { display:block; }#SxpoR0aSGSLdmgVZmkKTVhxTsWLGvlPL > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7uc8TxTq480TGvdBOEUrJlVckqNpal5 { width:20rem;height:2.0625rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSzTq0h3PD1Dael3KxbrNJZTBFy4ooZd { width:20rem;height:2.0625rem;top:54.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOepsNGnSncpJT2rkmnMJsA34Q91T7qp { width:16.8125rem;height:0;top:30.5rem;left:2.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#wOepsNGnSncpJT2rkmnMJsA34Q91T7qp li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#wOepsNGnSncpJT2rkmnMJsA34Q91T7qp li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d8154fc00113bcd6153c11295bb1ab68fc79ac9.svg); }
 }@media only screen and (max-width: 763px) { #zI1aW4NzINa2w8nUf40nzoTa9zTmeSza { width:9.0625rem;height:0;top:5.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }#zI1aW4NzINa2w8nUf40nzoTa9zTmeSza li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#zI1aW4NzINa2w8nUf40nzoTa9zTmeSza li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2f770d20a724940866a31ce5e402a2f17cd6409f.svg); }
 }@media only screen and (max-width: 763px) { #warMfmhJqMZVmJ0o2NBlZG1UVwiSJdqm { width:0.0625rem;height:41.875rem;top:7.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq { width:19.8125rem;height:0;top:99.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }#EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#EkASCUDQ7uMpqwOOt9xlPx5BqTL9lcTq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1d8154fc00113bcd6153c11295bb1ab68fc79ac9.svg); }
 }@media only screen and (max-width: 763px) { #NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 { width:10.5625rem;height:0;top:71.1875rem;left:3.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }#NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#NJDTfgyBQx2BVI5zBMvdVxXFyWTxQMr2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2f770d20a724940866a31ce5e402a2f17cd6409f.svg); }
 }@media only screen and (max-width: 763px) { #CVrOIrAoJiCbWxbcOiNgAxyUg5u1G73x { width:0.0625rem;height:36.25rem;top:59.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU4iOGaKwMO0XQXmqd1rbTaZkiMeDCam { width:16.8125rem;height:45rem;top:6.5rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15070;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DHdNXcw08gxW8kLTeCTGdgq1mPa2lvLK { width:17.8125rem;height:39rem;top:58.9375rem;left:2.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.2;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #yhbPdaZcunzhAGdF3FTCSafCycoZkZns { display:flex;top:6.5rem;left:0.125rem;width:1.25rem;height:1.4375rem;z-index:15075; }
 }@media only screen and (max-width: 763px) { #UvzdJ7IsZ3gZ4BrQcrpP0o05qrRvqxF9 { display:flex;top:11rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15076; }
 }@media only screen and (max-width: 763px) { #ReAVXigWyaq9zX2ww512PJHy925hlHFm { display:flex;top:15.4375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15077; }
 }@media only screen and (max-width: 763px) { #cJhynXmP3vGwQisNB9ZqKvJWyT1Po0KA { display:flex;top:20rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15078; }
 }@media only screen and (max-width: 763px) { #BnioVuFrTRZvpEMG10HgQEZ95L7hFm6e { display:flex;top:24.4375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15079; }
 }@media only screen and (max-width: 763px) { #kECAT8B2i67tgxcpSrAxzdJFo8Fghpl5 { display:flex;top:29.0625rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15080; }
 }@media only screen and (max-width: 763px) { #dGCfZRyAEx0hDxIXsKRvxfQVmv2ghWWT { display:flex;top:33.5rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15081; }
 }@media only screen and (max-width: 763px) { #rq8VXhNWyWF5UFcntRs5RC1NVLfip2N4 { display:flex;top:38rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15082; }
 }@media only screen and (max-width: 763px) { #pgm27TRDPl9RvTetCOn90hCt9uH4B0i0 { display:flex;top:42.4375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15083; }
 }@media only screen and (max-width: 763px) { #u3PTyATgqWGeKDq2NOkxrScAtWtxMnIR { display:flex;top:48.5rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15084; }
 }@media only screen and (max-width: 763px) { #QWRZiEii9AP6sFCsBwvCS1EkQv1FF4Ls { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15084; }
 }@media only screen and (max-width: 763px) { #OqmDW6G2P167RJpkDXwTdsTEU5B49wfm { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15085; }
 }@media only screen and (max-width: 763px) { #TxJbBdo6K7vMLLFZgHLETWHqtgUUhCpF { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15086; }
 }@media only screen and (max-width: 763px) { #ncvUGaIpxKEKHOg6AiTq44BVQD1T6RTA { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15087; }
 }@media only screen and (max-width: 763px) { #JbcNtUXZprqXMmHSfLh7LFLTuN9zlC6k { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #JTvoE4mqgOH6aZquq06yDwSRGTnHdvKz { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #nBXxNUvVhDxPVgC48EO7amWAJew9rWkq { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #u07Tx6QKSwIS2N1T1N8zERi43T7zGRr0 { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #LrtfMBGI5kuPmM780EydD0Tx6zuuk9Gn { display:flex;top:58.9375rem;left:0.1875rem;width:1.25rem;height:1.4375rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #kpvMHoZ0kiGFbNsTVsVa9IoMIdoy9p3o { display:flex;top:63.4375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #GphOKcTsR73S1MzRQS0wmLifyuU2ZCXD { display:flex;top:68rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #I6E9WETw1J8fFcOqeMlmb22NffreX2ib { display:flex;top:72.4375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #TguNvzI5DNHOHIK1Incr1ewwbQUcAGGU { display:flex;top:76.9375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15097; }
 }@media only screen and (max-width: 763px) { #SZsIJ5iEsecJZP4phzqMy2MI9ShzgmIn { display:flex;top:81.5rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15098; }
 }@media only screen and (max-width: 763px) { #cc3Xd8ps0VEF3BKDHiEbTBbrTelBpwSm { display:flex;top:85.9375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15099; }
 }@media only screen and (max-width: 763px) { #ZuiJp8a071si4dPbwulcZ7MVfhOvOzEW { display:flex;top:90.5rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #sWCREToWDXlBp92eBlCu4Aq1k4M7oTDg { display:flex;top:94.9375rem;left:0.15625rem;width:1.25rem;height:1.4375rem;z-index:15101; }
 }@media only screen and (max-width: 763px) { #pElLFQV13OTQAL64CEvtrTQitxOgwm2F { display:block; }#pElLFQV13OTQAL64CEvtrTQitxOgwm2F > .row .container { width:20rem;height:108.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdDyEIStCAfBIgLTSdKIMT8v09AFTggX { width:20rem;height:2.5625rem;top:10.875rem;left:0rem;font-size:1.625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 { width:17.1875rem;height:21.75rem;top:28.625rem;left:1.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 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) { #gHJ8bx0rw9AktigN1GIxT0uk7vITM8mF { width:20rem;height:46.375rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daFntCh94d2OOOXHDvuCvlM44uzTwVEi { width:20rem;height:2.5625rem;top:54.6875rem;left:0rem;font-size:1.625rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO { width:17.625rem;height:25.5rem;top:72.6875rem;left:1.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ERkSGD2cMvGxQ0ndzXTzA9ncxXkWG4SO 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) { #Q5d5098e7vJWezHcIfzfSCwfkW2SRUaa { width:20rem;height:13.1884765625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLbRanfLl76R5c3NFKq7qURhHtyUtDA { width:20rem;height:13.25rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5V2NVX9uzMN86hZE07ExHtyHn10HBZz { width:20rem;height:42.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85f5baf0-c86e-401f-9d95-e7f10f26010c/bg_01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8.adaptive-delivery-prevent-bg, #IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8.lazyload, #IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8.lazyloading { background-image: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container { background-color: transparent; background-image: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container > .video-iframe-container { display: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row > .video-iframe-container { display: none; }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .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); }#IQ7ls0iroRyOUiEChofRPqQ3ywq7UZJ8 > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAGmP9dCLszZcpHiJ2FkmtCtXOIE14yZ { width:20rem;height:2.25rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pDTZ61vJEl4k6ehum7Rb05oiBpGLeUCx { width:20rem;height:11.25rem;top:7.3125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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.875rem;overflow:hidden; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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;height:2.3125rem; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-text {padding-top: 0; padding-bottom: 0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .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; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-select {padding-top: 0; padding-bottom: 0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;font-size:1.375rem;overflow:hidden;height:2.8125rem; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]:-moz-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]::-moz-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-container:first-of-type{padding-top:0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .widget-container:last-of-type{padding-bottom:0;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR  { width:17.5rem;height:auto;top:19.9375rem;left:0rem; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR {display:block;}#oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR { width:17.5rem;height:auto;top:19.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #VcTAxJ6LPF2v1nzdHG8ehxGNAAwJRJIO {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #xd90ucCtmnf9MWUA8argI3TUXtHunOgn {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #y4LXZHwnh61RFeKahmZzBb4h5gGFutQa {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #W3VXi4O2TKQr6FIHDRSn7au6WdCVIwTp {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #oM0JUlozNivLwFARI8esmpyQtbfXnR4F {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #LKHxuLTs8KsenkQ8Mervdb79MkVGWB0M {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #FeAh3cqZBcTaCqC40yrJAX5HKo64y3Rx {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #ARz4s6R6Je9whAGJI3rTMDT1B1HJc2O7 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #Cz8Qt8VR0iffhprli9TWraQ44wEUgTXt {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #x72i7myzAvgHTTFefEeozXF9mKyC8EnH {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #dIPPh1dt5Ow7zx1Q3OXGSDkvDO6SEtEx {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #BqzeXx1NBimfU0cPuxnd1glhH84gwtFZ {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #ydfNzv2qixArVXV1WdShq9poTv5k1b39 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #TVDhSsH8Fk8LKZQPBF43fSNRz4ZX53EC {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #fwxXhD6p9fH0QT3EJ29T7VA9vTvDBTCI {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #As9SbDrqUmPMdU17ehH5UeBGO2BsUqVy {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #WU9vGQumT9qZ2NHXZKtc6U5IscVW3gCa {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #aU5UDbuqTwB0zdQbLhVwRMyrFyXqsc2w {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #mzqTLioG0ThR7WGcDNP80T4ACosMvKGn {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #Qq8lc37oqb4FXecGDxO1nS0frLpxTph5 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #duI2Dyolbg9EiwkMTccZrtW7SWLZX76y {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #IoRgXTzWdmmKIkpdgdQ6NXuBP4mhsOd3 {  }
 }@media only screen and (max-width: 763px) { #oWu0iWaQC9u1y6HD6mdk1fTfe1NA3sTR #TIUmLR8hDyNDroyK63gzvrKTo6yyf7GN {  }
 }@media only screen and (max-width: 763px) { #DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { width:20rem;height:128.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKqkTwqvfIbObxmw0Ftd3My4IPrmQ7dD { width:20rem;height:7.75rem;top:9.5rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E87isZRX6J5rUVpU4gJ3RvAnx0iUgntV { width:20rem;height:20.625rem;top:18.0625rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k34rlI0Fmw0Brw0pGf93W2035ZhcJGhU { width:20rem;height:4.5rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O0rpKUreddvUvMLbTBnRpMXQrXlAgUmz { width:20rem;height:30rem;top:47.9375rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZIo3BT2o0TGMPsfR9AiCmrP38rISWlL { width:20rem;height:5.8125rem;top:41.3125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTppdHWhCERdZ6o8GhGpPhyX9VL5gcZ8 { width:20rem;height:22.5rem;top:89rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l15cHlcKUlV74L4mSopP7l3aNONaNGNn { width:20rem;height:7.75rem;top:80.5625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAEOgBLldtIhmz2kPIZUiCuIKsPHxavT { width:20rem;height:3.75rem;top:116.75rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uACa6bw6vRToMPbUcyS4uv3qabtrq5OS { width:20rem;height:1.9375rem;top:114.125rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85f5baf0-c86e-401f-9d95-e7f10f26010c/bg_01.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I.adaptive-delivery-prevent-bg, #rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I.lazyload, #rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I.lazyloading { background-image: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container { background-color: transparent; background-image: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container > .video-iframe-container { display: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row > .video-iframe-container { display: none; }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .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); }#rAHKn2oosKhT7be9lP6xNqnxuUNd2D8I > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4kHZZuhJ7XLJeQiICnFTSMgemFJivX5 { width:20rem;height:2.25rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IAaXuVisA1WPXTGZTeAeZ62ppdR4gMab { width:20rem;height:11.25rem;top:7.3125rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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.875rem;overflow:hidden; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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;height:2.3125rem; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-text {padding-top: 0; padding-bottom: 0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .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; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-select {padding-top: 0; padding-bottom: 0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;font-size:1.375rem;overflow:hidden;height:2.8125rem; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]:-moz-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]::-moz-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem;font-weight:300;font-style:normal; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-container:first-of-type{padding-top:0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .widget-container:last-of-type{padding-bottom:0;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW  { width:17.5rem;height:auto;top:19.9375rem;left:0rem; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW {display:block;}#GveW7145BD8ZGpnswOgXvZ9G86JxuaAW { width:17.5rem;height:auto;top:19.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #WksWJdXQt2ptCmXGLNHlQ0hMPhuZsSL5 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #RuPo3RLnHqzVePD9re7Q2IR1uVl1hSoy {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #bIsIK00SfedvdvATdckg4GPp2CZvni4M {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #E6v8vlKhAcgifQ344TSG9y1mrDGlcGRr {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #FLCytrRGTEcL2tECBAgtFFMezTa4m9Ua {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #Ir2EcKfllL0Ll11IxSbXxWzFRhJbWqIT {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #soOwF4wZ1tJeb5vFON6TIotocgOsxWvt {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #SL5xB8wEcXpKHqJGzoz2vDKWCfAvOyyq {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #BX4s5n63DR1hIx0JmilJnwQbryzHShfl {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #aSwQKCHCo31XsMvNK08gtLoiolMnTBaG {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #W64FB7WR7d12DAklmr5Wd0rPTyO3iyC7 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #TFQAHSShLZMbmF7cA0J6VVLVwahqnLK2 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #p7NH4igivVsp1rGpz7TnOSbLZdE5ZEEA {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #SrLzaxm7KKTC0qx43aQte08vL0ZCJ8pL {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #STE2G7knMySmy9beW3A0oP7PySe5694t {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #w88KNUAEOo2ef3CvONyAEtuns5CsO0xH {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #xXSZz099FTKlBaasiXdeg3TWOUOZIWBB {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #myZkCt2cKC0En6cXEx4kww4Tq3b7pt1H {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #WOMXiViBW3O8Ik5EBcJwSC5ODPaIDZVM {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #PcZ23qQ9gDGylMU0HTRDr1McEObPiVKC {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #TU9v1zd233LRLdqbdc0IEpf1nCnikuE3 {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #KJctUWHs8C276NhmTH7C3Ib2rIhCUWQi {  }
 }@media only screen and (max-width: 763px) { #GveW7145BD8ZGpnswOgXvZ9G86JxuaAW #MTfyAq3v8GzhVdpWl0G5xFpFNuvVeZvU {  }
 }@media only screen and (max-width: 763px) { #b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ { display:block; }#b2LTzitLSVbSuuLMU0rMD7rPGvE6koJJ > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJAaNDVm8wsUy2PQ5r53c7KsThunfdDk { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }