.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:79.4375rem;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:23.5625rem;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:27.75rem;left:5.78125rem;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:70.90625rem;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:58.625rem;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:58.625rem;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:58.625rem;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:58.625rem;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:52.1875rem;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:52.40625rem;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:52.1875rem;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:52.28125rem;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:35.4375rem;left:5.625rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R5FRXnzozukQ5s3ga9Tk91mT9Jcoad6p { color:#ffcc2c;display:block;width:48.6875rem;position:absolute;font-family:"baloo 2";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:38.6748046875rem;left:5.625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eg7i3TVweI9nkNeJ1pybZBvuWEOJT1q0 { color:#ffd03d;display:block;width:48.6875rem;position:absolute;font-family:"baloo 2";font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:42.4248046875rem;left:5.625rem;height:3.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-text.counter-number { border-top:0.1875rem solid #fd625e;border-left:0.1875rem solid #fd625e;border-right:0.1875rem solid #fd625e;border-bottom:0.1875rem solid #fd625e;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.25rem 1.875rem rgba(255,255,255,0.2) ;color:#fd625e;padding-top:0.589375rem;padding-right:0.5275rem;padding-bottom:0.589375rem;padding-left:0.5275rem;display:block;align-items:center;width:3.165rem;min-width:3.165rem;height:3.16625rem;position:relative;font-family:"baloo 2";font-size:2.356875rem;font-weight:700;line-height:50.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-text.counter-label { background-color:;background-image:none;color:#fd625e;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.368125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.219375rem;height:1.251875rem;position:relative;font-family:"baloo 2";font-size:0.88375rem;font-weight:400;line-height:20.03px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.375rem;height:6.34rem;padding-top:0.07375rem;padding-right:0.075rem;padding-bottom:0.07375rem;padding-left:0.075rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:12.4375rem;left:18.58056640625rem;z-index:15015; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #pPldqLiU4AG5gGVTVCEixJVswVuW48Td { display:flex;position:relative;top:0rem;left:0rem; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #wKDAIF2a3AGc3QPfa610fTd6iqa8ueDA { width:auto; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #MSN0iCwnTupLJ2VLRJ08wZb3AaF2yO70 {  }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #ABJwhFGbzTIJVTmB1irivLyLrAtZwm4c { display:flex;position:relative;top:0rem;left:0rem; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #B7dZZ56b5Zfr5O8aK4e65XLMFmIDdJfE {  }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #m9WSBgkRUEpS6MriwQsPrnfRKSCGWdiN {  }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #dglRyuzkP4P4Vmv0aMHexPP8tAKBVOd3 { display:flex;position:relative;top:0rem;left:0rem; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #TZB4w8T9exg1xo9Ra9tp7TMT80QivwKQ {  }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #FQ0r8zCX10eg5gsv3qzsq2gK0s1grdpW {  }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #mM2ANlzvZVsuht13HmE6xdDWF6Sox0Ts { display:flex;position:relative;top:0rem;left:0rem; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #zf8xaOGhLGNUfFfbfgdoKnk0TVVHR7rP {  }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #L1eq3AwXlUqqxoW7dVhFZzcuRXayq7Wy {  }
#B4WFBPonG9zLEgwAndJqtwQ6TTPGgO4O { color:#fd625e;display:block;width:48.375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:9.75rem;left:5.78125rem;height:1.48730625rem;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:18.375rem;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:349.375rem;width:60rem;position:relative;display:block; }#fwpwMSKkHL1ESCWfSorbpSDbTr5Bx19c { color:#000000;display:block;width:50rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:4.51904296875rem;left:5rem;height:7.69925rem;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:28.1875rem;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:28.1875rem;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:20.2114625rem;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:;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:64.375rem;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:23.5625rem;width:42.3125rem;top:16.0625rem;left:8.84375rem;display:block; }
#UG1um74NqbCIK0SQE3OcDcTkZtNwPHmJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:29rem;top:41.5625rem;left:0rem;display:block; }
#HP3msZNf2ichIKwnAuaMey0rNqtTbeeo { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.25rem;width:29rem;top:41.5rem;left:31rem;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:57.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:22.3125rem;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; }
#X616UpF4FqssUkJhpT4TtoNP0M646JfQ { color:#000000;display:block;width:46.5rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:50.484375rem;left:4.96875rem;height:1.96875rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#X616UpF4FqssUkJhpT4TtoNP0M646JfQ li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#X616UpF4FqssUkJhpT4TtoNP0M646JfQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/75fc527b-6f04-4255-a946-2675a7a27e70/ico_blue.png); }
#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:59.4375rem;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:24.4375rem;width:60rem;position:relative;display:block; }#FAGmP9dCLszZcpHiJ2FkmtCtXOIE14yZ { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:"baloo 2";font-size:5.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.25rem;left:7.65625rem;height:6.524875rem;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; }
#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; }
#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV { 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; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV.adaptive-delivery-prevent-bg, #UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV.lazyload, #UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV.lazyloading { background-image: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container { background-color: transparent; background-image: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container > .video-iframe-container { display: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row > .video-iframe-container { display: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .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); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container { border-width: 0; border-radius: 0; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#Il4VbFwQkRKnpOIOi9zpvu22O3JTQUeQ { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:"baloo 2";font-size:5.4375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:6.25rem;left:7.65625rem;height:6.524875rem;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; }
#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:70.875rem;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:52.1875rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo1VtFPJJSIhvwyh3QALAlFFiKDZbVW8 { width:4.625rem;height:4.625rem;top:52.375rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcaWP8gWy0OoERMdnxerxlTxoRnxZBEl { width:5.0625rem;height:5.0625rem;top:52.1875rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnznyEW7yRllTIN1MWh5qDL6hsOPWcOT { width:4.875rem;height:4.875rem;top:52.25rem;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) { #R5FRXnzozukQ5s3ga9Tk91mT9Jcoad6p { 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) { #Eg7i3TVweI9nkNeJ1pybZBvuWEOJT1q0 { 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) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ { width:19.75rem;height:5.49625rem;display:flex;top:12.75rem;left:20.1875rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #pPldqLiU4AG5gGVTVCEixJVswVuW48Td { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #wKDAIF2a3AGc3QPfa610fTd6iqa8ueDA {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #MSN0iCwnTupLJ2VLRJ08wZb3AaF2yO70 {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #ABJwhFGbzTIJVTmB1irivLyLrAtZwm4c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #B7dZZ56b5Zfr5O8aK4e65XLMFmIDdJfE {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #m9WSBgkRUEpS6MriwQsPrnfRKSCGWdiN {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #dglRyuzkP4P4Vmv0aMHexPP8tAKBVOd3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #TZB4w8T9exg1xo9Ra9tp7TMT80QivwKQ {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #FQ0r8zCX10eg5gsv3qzsq2gK0s1grdpW {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #mM2ANlzvZVsuht13HmE6xdDWF6Sox0Ts { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #zf8xaOGhLGNUfFfbfgdoKnk0TVVHR7rP {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #L1eq3AwXlUqqxoW7dVhFZzcuRXayq7Wy {  }
 }@media only screen and (max-width: 763px) { #B4WFBPonG9zLEgwAndJqtwQ6TTPGgO4O { 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) { #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:28.1875rem;top:315.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDvS2r3Lbah2LPCn7RGnzyQ4akMT7SFn { width:28.875rem;height:28.1875rem;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:42.3125rem;height:23.5625rem;top:16.0625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1um74NqbCIK0SQE3OcDcTkZtNwPHmJ { width:29rem;height:16.125rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3msZNf2ichIKwnAuaMey0rNqtTbeeo { width:29rem;height:16.25rem;top:41.5rem;left:18.75rem;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) { #X616UpF4FqssUkJhpT4TtoNP0M646JfQ { width:35.125rem;height:21.25rem;top:3.125rem;left:5.8125rem;font-size:0.8125rem;display:block; }#X616UpF4FqssUkJhpT4TtoNP0M646JfQ 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) { #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:59.4375rem;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) { #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) { #UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV { display:block; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container { width:47.75rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il4VbFwQkRKnpOIOi9zpvu22O3JTQUeQ { 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) { #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:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBUyUSP5kFR7LaTAP8W2sQwQNChoosdA { width:18.125rem;height:4.3994125rem;top:17.9208984375rem;left:0.9375rem;font-size:2rem;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:18.9375rem;height:5.34375rem;top:23rem;left:0.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XPfp8hB2ixDZEhCRrGfKAJQ5LdiZffPa { width:14.25rem;height:2.875rem;top:72.9375rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4FOKh942TGBDJiUyAq1WzD5Lc7K78WM { display:block; }
 }@media only screen and (max-width: 763px) { #FAy1T4fC1Q83LtB4r3lFczQUygcT3X5c { width:8.9375rem;height:7.5rem;top:46.53125rem;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:46.53125rem;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:60.125rem;left:0.9375rem;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:9rem;top:60.125rem;left:11.3125rem;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:56.03125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo1VtFPJJSIhvwyh3QALAlFFiKDZbVW8 { width:3.625rem;height:3.625rem;top:56.03125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcaWP8gWy0OoERMdnxerxlTxoRnxZBEl { width:3.8125rem;height:3.8125rem;top:42.15625rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnznyEW7yRllTIN1MWh5qDL6hsOPWcOT { width:3.8125rem;height:3.8125rem;top:42.15625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPGLJielvc6daoq9GvchLOEkkbt2a6F6 { width:20rem;height:2.0625rem;top:30.31201171875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #R5FRXnzozukQ5s3ga9Tk91mT9Jcoad6p { width:20rem;height:4.5371125rem;top:32.31201171875rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Eg7i3TVweI9nkNeJ1pybZBvuWEOJT1q0 { width:20rem;height:2.0625rem;top:36.787109375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-text.counter-number { padding-top:0.33125rem;padding-right:0.29375rem;padding-bottom:0.33125rem;padding-left:0.29375rem;width:1.76375rem;min-width:1.76375rem;height:1.781875rem;font-size:1.325625rem;line-height:28.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.124375rem solid #fd625e;border-right:0.12625rem solid #fd625e;border-bottom:0.124375rem solid #fd625e;border-left:0.12625rem solid #fd625e; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.206875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.351875rem;height:0.704375rem;font-size:0.4975rem;line-height:11.27px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ { width:14.4375rem;height:3.60400625rem;display:flex;top:10.6484375rem;left:2.72998046875rem;z-index:15015;padding-top:0.04875rem;padding-right:0.050625rem;padding-bottom:0.04875rem;padding-left:0.050625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #pPldqLiU4AG5gGVTVCEixJVswVuW48Td { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #wKDAIF2a3AGc3QPfa610fTd6iqa8ueDA {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #MSN0iCwnTupLJ2VLRJ08wZb3AaF2yO70 {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #ABJwhFGbzTIJVTmB1irivLyLrAtZwm4c { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #B7dZZ56b5Zfr5O8aK4e65XLMFmIDdJfE {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #m9WSBgkRUEpS6MriwQsPrnfRKSCGWdiN {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #dglRyuzkP4P4Vmv0aMHexPP8tAKBVOd3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #TZB4w8T9exg1xo9Ra9tp7TMT80QivwKQ {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #FQ0r8zCX10eg5gsv3qzsq2gK0s1grdpW {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #mM2ANlzvZVsuht13HmE6xdDWF6Sox0Ts { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #zf8xaOGhLGNUfFfbfgdoKnk0TVVHR7rP {  }
 }@media only screen and (max-width: 763px) { #HkeLCInnMJ6yqzqSt4z1mAhnubathfxZ #L1eq3AwXlUqqxoW7dVhFZzcuRXayq7Wy {  }
 }@media only screen and (max-width: 763px) { #B4WFBPonG9zLEgwAndJqtwQ6TTPGgO4O { width:20rem;height:1.5rem;top:8.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;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:177.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmLyXFX7ZKQfGsF9JOpx4xlNAlkdr5J7 { width:18.375rem;height:1.875rem;top:3.125rem;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) { #pqehFiwawyvpMmrPF7pwbgss36kW4SpH { width:20rem;height:8.2495rem;top:46.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhHpJxGDaeDJXddTB1kXDIemOFZ1aSAO { width:20rem;height:41.25rem;top:56.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) { #hLnXf56lmF9LTEZx9PhUDKfDJCOG3a8H { width:20rem;height:37.875rem;top:5.8125rem;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:49.875rem;top:124.375rem;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:7.5rem;top:99.375rem;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:8.3984375rem;top:109.23828125rem;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:3.75rem;top:119.8359375rem;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) { #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:165.125rem;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:26.25rem;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:16.875rem;top:89.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) { #OqxkiiFooKNJvsyUd2E4eC5CGHNiBXfa { width:20rem;height:2.25rem;top:87.1875rem;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:85.3125rem;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:139.5rem;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:8.25rem;top:131.25rem;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:129.375rem;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:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr4UuONM7MOuUORlIeMQS4a0H1HMHqlv { width:20rem;height:20rem;top:109.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET { display:block; }#hCQwVq3Tiz9DdZLHnnwK4hb0z55FNTET > .row .container { width:20rem;height:720rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwpwMSKkHL1ESCWfSorbpSDbTr5Bx19c { width:20rem;height:18.75rem;top:2.5625rem;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:32.25rem;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.5996125rem;top:37.125rem;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:7.474625rem;top:38.724609375rem;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:94.0625rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTKCm1m6vl2bt3JwwI3ecRpF8lB6IWmK { width:18rem;height:26.25rem;top:144.375rem;left:1rem;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:172.1875rem;left:0.9375rem;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:36rem;top:175.25rem;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:94.0625rem;top:118.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgQAcXwukndTgbecFh3Ti7qQK7vkeQUM { width:18.75rem;height:9.34325rem;top:133.4619140625rem;left:0.625rem;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:19.25rem;height:1.3999rem;top:132.0625rem;left:0rem;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:120.6875rem;top:214.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktLpFFKfJvhiPQNCGoguLc8nlhlRmziX { width:17.75rem;height:43.5rem;top:290.75rem;left:1rem;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:4rem;top:285.25rem;left:1.09375rem;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:45rem;top:238.8125rem;left:1.03125rem;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:7.474625rem;top:229.912109375rem;left:1.03125rem;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.5996125rem;top:227.75rem;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:103.3125rem;top:336.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXShBKJVBbJd0FMbtbZmUikOwI5ggXGc { width:17.8125rem;height:36rem;top:403.1875rem;left:0.96875rem;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:16.4375rem;height:2rem;top:400.125rem;left:0.875rem;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:39.375rem;top:359.0625rem;left:0.90625rem;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:17.5rem;height:5.60595625rem;top:352.599609375rem;left:1.25rem;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.5996125rem;top:350.375rem;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:109.625rem;top:441.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8qNfAgzJHVxrAw2eg3WPCOQDsaIAKpr { width:17.875rem;height:39.75rem;top:510.5625rem;left:1.0625rem;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:16.875rem;height:2rem;top:507.6875rem;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) { #JKClZsawJ1V1wxgn32Da2F28CTo0LKi8 { width:17.8125rem;height:43.125rem;top:463.1875rem;left:1.09375rem;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:5.60595625rem;top:456.375rem;left:0.71875rem;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.5996125rem;top:454.025390625rem;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:24.25rem;top:655.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDvS2r3Lbah2LPCn7RGnzyQ4akMT7SFn { width:20rem;height:35.875rem;top:681.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEMeBv4CuQr0HFbOhZCM8f9FJ9BGTVtO { width:19.3125rem;height:3.8994125rem;top:656.7939453125rem;left:0.375rem;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.875rem;height:3.8994125rem;top:682.8125rem;left:0.75rem;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:16.875rem;top:661.6875rem;left:0.875rem;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:18rem;height:28.125rem;top:687.875rem;left:0.75rem;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:25.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbCbaDB922U0gfiG72QLwguP9RaN0xsa { width:10.625rem;height:10.625rem;top:120rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFt3KiD2DxzyVB3ib0l7RWCPMElILRpE { width:10.625rem;height:10.625rem;top:215.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixoIeEySL5CcdwtTeDMbMqxd0aqWDTl1 { width:10.625rem;height:10.625rem;top:338.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPidIxlhJToDmPTqfRRXaclJ36pVVZwc { width:9.1875rem;height:9.1875rem;top:443.3125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZNtsC0yTTuIPL92avsrI3e6oEWPTFm2 { width:20rem;height:99.25rem;top:550.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVMxBTwu2DKUt67MEWUbnZwW0MH9PIIs { width:17.375rem;height:39.75rem;top:609.017578125rem;left:0.875rem;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:606.0625rem;left:0.875rem;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:28.125rem;top:576.3125rem;left:0.9375rem;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:554.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtuH0flBD1P6EoyZxMUkJdcmTce7qWVS { width:20rem;height:5.60595625rem;top:569.037109375rem;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.5996125rem;top:566.650390625rem;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:3.75rem;top:650.5625rem;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:115.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvIVsPDLnqEH5gCSBUoGuEnRUat9RFyN { width:20rem;height:9rem;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:97.5rem;top:14.5rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;z-index:15030;display:block; }#hML5A5TgpgPzzrz9XMT3qgBnI4g9hz5Z li:before{  }
 }@media only screen and (max-width: 763px) { #ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO { display:block; }#ruuGbTt4tStdR7PQ0zMKhle7vMD9gQsO > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUqTlKh0k1Z7HImhunitORHbDaVzoifd { width:20rem;height:9rem;top:3.25rem;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.1371875rem;width:20rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1um74NqbCIK0SQE3OcDcTkZtNwPHmJ { height:11.120625rem;width:20rem;top:28.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3msZNf2ichIKwnAuaMey0rNqtTbeeo { height:11.2065625rem;width:20rem;top:41.9453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK5X2JP1be0sQpNLiFzfqkuyg4W16swp { display:block; }#LK5X2JP1be0sQpNLiFzfqkuyg4W16swp > .row .container { width:20rem;height:94.25rem;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:43.5rem;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:17.8125rem;height:28.125rem;top:56.1875rem;left:0.90625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X616UpF4FqssUkJhpT4TtoNP0M646JfQ { width:19rem;height:5.625rem;top:85.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#X616UpF4FqssUkJhpT4TtoNP0M646JfQ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#X616UpF4FqssUkJhpT4TtoNP0M646JfQ 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) { #lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ { display:block; }#lJHi46XkNlh1a0A7BodDHplKGMpW7WxJ > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfWarJdQAtObydRkNBhH6mTZBCxsmCWq { width:17rem;height:6.75rem;top:3.0625rem;left:1.5rem;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:1.8999rem;top:12.875rem;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:16.375rem;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:22rem;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:91.6875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR2nlv0DJhBsKIGaZMzR5CRwy1rqpbxf { display:block; }
 }@media only screen and (max-width: 763px) { #W9Aa81QVtPqOMcNwXk6DNOTX9RFCkomv { width:20rem;height:36.375rem;top:37.0625rem;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:3.75rem;top:31.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) { #ocnUfMXHvof1VNvOwn9M6TcuRFsc35uW { width:20rem;height:13.125rem;top:75.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) { #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.0996125rem;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.0996125rem;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:111.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdDyEIStCAfBIgLTSdKIMT8v09AFTggX { width:20rem;height:5.199225rem;top:4.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) { #gTbW3iQwFNFXTw9b3MTtG7m0TTdrsNH3 { width:17.1875rem;height:24rem;top:25.125rem;left:1.40625rem;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:56.5625rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daFntCh94d2OOOXHDvuCvlM44uzTwVEi { width:20rem;height:5.199225rem;top:53.5625rem;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:31.5rem;top:75.5rem;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.1885rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLbRanfLl76R5c3NFKq7qURhHtyUtDA { width:20rem;height:13.25rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5V2NVX9uzMN86hZE07ExHtyHn10HBZz { width:20rem;height:47.3125rem;top:3.0625rem;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:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAGmP9dCLszZcpHiJ2FkmtCtXOIE14yZ { width:20rem;height:2.54980625rem;top:4.65625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DqXc3D77mKenf4Bxk1zzy623P5UstwL2 { display:block; }#DqXc3D77mKenf4Bxk1zzy623P5UstwL2 > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKqkTwqvfIbObxmw0Ftd3My4IPrmQ7dD { width:20rem;height:7.7988125rem;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.84911875rem;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:11.25rem;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.7988125rem;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:105.5625rem;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.94970625rem;top:102.75rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV { 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; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV.adaptive-delivery-prevent-bg, #UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV.lazyload, #UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV.lazyloading { background-image: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container { background-color: transparent; background-image: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container > .video-iframe-container { display: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row > .video-iframe-container { display: none; }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .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); }#UT5QnS3Gx6ssdETxWJwALwcJdcgarUDV > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il4VbFwQkRKnpOIOi9zpvu22O3JTQUeQ { width:20rem;height:2.54980625rem;top:3.75rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@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:2.0625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }