.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/92Cc0i01/body_background.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CIHkrPssn18284qDO14tndE8OghgxDyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIHkrPssn18284qDO14tndE8OghgxDyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIHkrPssn18284qDO14tndE8OghgxDyy > .row > .video-iframe-container { display: none; }#CIHkrPssn18284qDO14tndE8OghgxDyy > .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); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/bfGZG09c/section_1_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT.adaptive-delivery-prevent-bg, #duxm46S4oyOA6frd8vXlX7G8IlzxANFT.lazyload, #duxm46S4oyOA6frd8vXlX7G8IlzxANFT.lazyloading { background-image: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { background-color: transparent; background-image: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container > .video-iframe-container { display: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row > .video-iframe-container { display: none; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .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); }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { border-width: 0; border-radius: 0; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { width:60rem;height:54.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UeSSxkV9D7B58yJTMM0MQu77513ENBQf { color:#338fff;display:block;width:48.5625rem;position:absolute;font-family:signika;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:0.50048828125rem;left:4.5625rem;height:4.14355625rem;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;text-align:center;text-align-last:center;display:block; }
#in7TUkuSsCLIOIw6CPqGa8zIyuRSas86 { color:#2d2929;display:block;width:42rem;position:absolute;font-family:signika;font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.64404296875rem;left:7.46875rem;height:2.35595625rem;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;text-align:center;text-align-last:center;display:block; }
#KsqmqD2FeusTL7T7GQx8s9WTVT5wPeT7 { position:absolute;display:block;z-index:15001;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:30.875rem;width:16.125rem;top:12.5rem;left:19.40625rem;overflow:hidden;display:block; }
#TwVHEnHX6mmABVyG4ON8vcfga34cuzcn { 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:30.875rem;width:16.125rem;top:12.5rem;left:1.5rem;overflow:hidden;display:block; }
#Ce9AQhE9DyNIqqTEDKITTSF3HTFEtXrt { 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:30.875rem;width:16.125rem;top:12.5rem;left:37.5068359375rem;overflow:hidden;display:block; }
#ai2g0OzcuXbLU8EugcLW0bnHhM56XDWd { color:#2d2929;display:block;width:9.0625rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.59375rem;left:13.8125rem;height:4.7124rem;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;text-align:center;text-align-last:center;display:block; }
#htNR2Eu28WT4VtO4iro4TTdaFK2RSdqQ { color:#2d2929;display:block;width:9.0625rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.03125rem;left:31.8125rem;height:;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;text-align:center;text-align-last:center;display:block; }
#mLwQylaRVIbtHTSt9mTTCbhaGfnMQLov { position:absolute;display:block;z-index:15005;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:11.5rem;width:11.5rem;top:21.63720703125rem;left:3.8125rem;overflow:hidden;display:block; }
#V1NzMmITo6btaxgOk5Oygg6a9UX6TTTn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:22.1875rem;left:21.71875rem;overflow:hidden;display:block; }
#EKZWrAKQsllf6g9wreFmRBzGVBA7p1LV { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:4.64404296875rem;left:48.46875rem;overflow:hidden;display:block; }
#L8z5vuIt8ssF3TQu2siD3U58tDe4XTcM { position:absolute;display:block;z-index:15010;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:6.625rem;width:6.625rem;top:4.64404296875rem;left:1.5rem;overflow:hidden;display:block; }
#sQHw9oOdTRkOEqN9RzoubUGnVW4dTDSS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.6064453125rem;left:3.3125rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OhnyplEBB4iXyqT1G3nTpwtNvkgn0JiX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.6064453125rem;left:21.21875rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZavHAESDM57ThXP6cteRQnlBix8moqNP { background-color:#fd8f00;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.375rem;left:19.96875rem;display:block; }#ZavHAESDM57ThXP6cteRQnlBix8moqNP.adaptive-delivery-prevent-bg, #ZavHAESDM57ThXP6cteRQnlBix8moqNP.lazyload, #ZavHAESDM57ThXP6cteRQnlBix8moqNP.lazyloading { background-image: none; }
#thvAt61StDWaufFGw35lR3MskcZIBJTW { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#fqRySliwCt7MzE95ZRb6Iob4D6lIPQv0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:11.875rem;top:13.91845703125rem;left:39.5693359375rem;overflow:hidden;display:block; }
#yPu7JwrydnnwDnAM2MlT1XqoD0Gao7Tx { color:#2d2929;display:block;width:41.1875rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:48.5380859375rem;left:8.25rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S8h7wFVs16Caeai7ERNBFHJwLTWfdHwJ { color:#ffffff;display:block;width:11rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:14.35595703125rem;left:4.0625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBxssN2dFLrLtfIuslTUcL3sJgczTOH6 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.62451171875rem;left:22.09375rem;height:7.312rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpZzb3EhV64R88M2BiO52TUnPkoIf1ly { color:#000000;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.5rem;left:39.3193359375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mukgx7FFD9vDaIyJFiXK6blMSwa6cVI5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.853515625rem;left:1.5rem;display:block; }
#qHqaHDPKZbqpsW0IWAWOMHEPFpVJpKyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sJfLHJXsIaRTOHXoSsp3o6tR2JqvDsNQ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.853515625rem;left:44.65625rem;display:block; }
#HMGrxJTteIJFLGGroew9SCamb5XnuOe8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyOIBneUiwCeyTPovm2ZOEqq1TKlpoTq { color:#338fff;display:block;width:11.8125rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:44.587890625rem;left:4.5625rem;height:1.94970625rem;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;text-align:center;text-align-last:center;display:block; }
#r28DF1UUT3vo1o4EUOCgFhXs60VpN3P3 { color:#338fff;display:block;width:11.8125rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:43.375rem;left:38.4443359375rem;height:3.8994125rem;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;text-align:center;text-align-last:center;display:block; }
#VdA58iI7iKCUr6ibX4z9ARXTVmUAf7RK { background-color:#fd8f00;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.625rem;left:19.96875rem;display:block; }#VdA58iI7iKCUr6ibX4z9ARXTVmUAf7RK.adaptive-delivery-prevent-bg, #VdA58iI7iKCUr6ibX4z9ARXTVmUAf7RK.lazyload, #VdA58iI7iKCUr6ibX4z9ARXTVmUAf7RK.lazyloading { background-image: none; }
#WxldrpUtwltUECHXP4WOf3w5L3ko5za8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/cc1ce2Me/bg_form.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G.adaptive-delivery-prevent-bg, #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G.lazyload, #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G.lazyloading { background-image: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { background-color: transparent; background-image: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container > .video-iframe-container { display: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row > .video-iframe-container { display: none; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .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); }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { border-width: 0; border-radius: 0; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#muypN3wLIroZrJQc9Ae1AeeWlPI3y3Wl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:11rem;width:60rem;top:0rem;left:0rem;display:block; }
#id7bgzTowfNhEROTC7qt4RlmsWnToFmf { color:#2d2929;display:block;width:60rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:4.875rem;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; }
#bQvOeERnLMi1BUAyWVnPCIuQe5W5X9cP { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:6.1875rem;left:21.25rem;display:block; }
#y4DhuptdeSLxHvaEeDZ9OGZq3RsteiEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(234,244,255,0.5);background-image:url("https://images.assets-landingi.com/1fi252Vj/section_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw.adaptive-delivery-prevent-bg, #z781Tu42CIoDbvPsOx2sUOyycCDp2zzw.lazyload, #z781Tu42CIoDbvPsOx2sUOyycCDp2zzw.lazyloading { background-image: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container { background-color: transparent; background-image: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container > .video-iframe-container { display: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row > .video-iframe-container { display: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .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); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container { border-width: 0; border-radius: 0; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#SSEOwARLtfrhGJAZcubmshLTBIDRukCd { position:absolute;display:block;z-index:15000;background-color:#338fff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:60rem;top:14.625rem;left:0rem;display:block; }
#yhGmDLeBmhTnt3CKTK7HEBisTTEon3rU { color:#2d2929;display:block;width:16.375rem;position:absolute;font-family:signika;font-size:7.5rem;font-weight:700;z-index:15001;line-height:.8;letter-spacing:0;top:0rem;left:0.625rem;height:6rem;font-style:normal;display:block; }
#cuOLLNnH8rXotvg9uf81EyRzfH1psEl8 { position:absolute;display:block;z-index:15004;background-color:#338fff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #6bacf9;border-left:0.5rem solid #6bacf9;border-right:0.5rem solid #6bacf9;border-bottom:0.5rem solid #6bacf9;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.5rem;width:4.5rem;top:17.5rem;left:7.25rem;display:block; }
#yGItS1J7STQFAlrspyCDluKWyq7Sq0MX { box-sizing:content-box;color:#ffffff;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:block;z-index:15005;top:18.6875rem;left:8.4375rem;display:block; }
#zRtA7amKq6qofRkgRypcu9FRzGm63mvF { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0.625rem;height:;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; }
#xuHT4LM1Z00TvulzHGmroGSH1DrrkWrg { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:27.1875rem;left:1.46875rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tibcvXeBCR725pXLaoGofefsCxErbUU8 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.1875rem;left:20.625rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PL43STnGb3vxitkeHWIE7VTSF2VdN4yp { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.4375rem;left:20.625rem;height:;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; }
#rOToTSCgIswu4mqEblqCUODBkFUiPgb7 { position:absolute;display:block;z-index:15008;background-color:#338fff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #6bacf9;border-left:0.5rem solid #6bacf9;border-right:0.5rem solid #6bacf9;border-bottom:0.5rem solid #6bacf9;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.5rem;width:4.5rem;top:17.5rem;left:27.25rem;display:block; }
#a6OPf8OneMB6TwLoe09GswZkiOW0kWRc { box-sizing:content-box;color:#ffffff;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:block;z-index:15009;top:18.8125rem;left:28.4375rem;display:block; }
#mUHTsEDxZIlTUJHKXNFLzqDCh8eV2wPx { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.1875rem;left:40.625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e4uVgE8rMMxmW2KX2ySvwQ2acNgXRLQ5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.4375rem;left:40.625rem;height:;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; }
#uofZxRlEfsRfggfgOnQBQJwRTO5i7GNO { position:absolute;display:block;z-index:15012;background-color:#338fff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid #6bacf9;border-left:0.5rem solid #6bacf9;border-right:0.5rem solid #6bacf9;border-bottom:0.5rem solid #6bacf9;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:4.5rem;width:4.5rem;top:17.5rem;left:47.25rem;display:block; }
#lV7FxpTGSfIzfnz6k4qXouK33yPEAUcE { box-sizing:content-box;color:#ffffff;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:block;z-index:15013;top:18.6875rem;left:48.4375rem;display:block; }
#wZbJELWRRcgDSCZTGkEtKO3q2yGkgsqD { color:#338fff;display:block;width:51.875rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.6875rem;left:3.53125rem;height:8.7988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QdUW35i7mduoBkJcIS7pTSNJU4gIpHtp { color:#2d2929;display:block;width:39.1875rem;position:absolute;font-family:signika;font-size:5rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:1rem;left:17rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UK43Swpqste2VgXnZyzrvTo8IUoTegaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/xfNdg11l/section_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA.adaptive-delivery-prevent-bg, #UK43Swpqste2VgXnZyzrvTo8IUoTegaA.lazyload, #UK43Swpqste2VgXnZyzrvTo8IUoTegaA.lazyloading { background-image: none; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row .container { background-color: transparent; background-image: none; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row .container > .video-iframe-container { display: none; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row > .video-iframe-container { display: none; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .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); }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row .container { border-width: 0; border-radius: 0; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:60rem;position:relative;display:block; }#G19bGBuxoOmNBS5TJ0zmtFGmp56okAmv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.9375rem;width:22.625rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#h4AbDdRTVMvKCDEH0XS5eSyrV53lKtOs { 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:1.375rem;width:10.1875rem;top:7.8125rem;left:6.21875rem;overflow:hidden;display:block; }
#EhmeuFsbwmIhRlv5khAVpX98QRWRHpUz { color:#338fff;display:block;width:16.375rem;position:absolute;font-family:signika;font-size:12.5rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:1rem;left:27.5rem;height:10rem;font-style:normal;display:block; }
#kZFZmGJGWManOtdPCgEatb7qX33BwTNa { color:#2d2929;display:block;width:33.75rem;position:absolute;font-family:signika;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.9375rem;left:22.625rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0KfTNWlQmWr8bany4vfAXP75hBZCKVd { color:#338fff;display:block;width:33.75rem;position:absolute;font-family:signika;font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:22.625rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RvEsEQ095zZZc0muN9yI7XlzXWDEwp60 { color:#2d2929;display:block;width:35rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.1875rem;left:22.625rem;height:15.4375rem;font-style:normal;display:block; }#RvEsEQ095zZZc0muN9yI7XlzXWDEwp60 li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RvEsEQ095zZZc0muN9yI7XlzXWDEwp60 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/20c7EtYf/dot.png); }
#s0qx4fW3P2419zr50518lW9SB9fcAXeL { color:#338fff;display:block;width:31.5rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:15rem;left:23.75rem;height:10rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZrhA84O3THwyWHEMIxXEKMmXx1J1qEw { position:absolute;display:block;z-index:15008;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:35.5625rem;width:16.375rem;top:9.1875rem;left:2.65625rem;overflow:hidden;display:block; }
#ErpKeHV6p2dxdUR4PEi4HFqJHN4dSQky { background-color:#fd8f00;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:45.4375rem;left:31.0625rem;display:block; }#ErpKeHV6p2dxdUR4PEi4HFqJHN4dSQky.adaptive-delivery-prevent-bg, #ErpKeHV6p2dxdUR4PEi4HFqJHN4dSQky.lazyload, #ErpKeHV6p2dxdUR4PEi4HFqJHN4dSQky.lazyloading { background-image: none; }
#BXtnkMKK7unkUd5cBgfAeTb0tTtcLMP9 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(234,244,255,0.5);background-image:url("https://images.assets-landingi.com/e20473N2/section_5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o.adaptive-delivery-prevent-bg, #PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o.lazyload, #PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o.lazyloading { background-image: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container { background-color: transparent; background-image: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container > .video-iframe-container { display: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row > .video-iframe-container { display: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .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); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container { border-width: 0; border-radius: 0; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container { font-size:0.875rem;font-family:arial;height:71.25rem;width:60rem;position:relative;display:block; }#yrQTQPWuEr4UgHNPz764ngTDtpFivzPd { color:#2d2929;display:block;width:16.375rem;position:absolute;font-family:signika;font-size:12.5rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:6.25rem;left:0rem;height:10rem;font-style:normal;display:block; }
#mHNQZdUawd3THT7LtE12GitxFlFlh0WD { color:#338fff;display:block;width:19.25rem;position:absolute;font-family:signika;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OehtxfZu0DloTkmViAtWQUlD0AmU1E49 { color:#2d2929;display:block;width:21.75rem;position:absolute;font-family:signika;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.744140625rem;left:0.46875rem;height:4.38671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LoNQhJa9EMF1HFZOOsuuRvCEH1Z2HU6g { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:6.25rem;width:35.625rem;top:7.375rem;left:24.375rem;display:block; }
#gAsTkbwabddvbJq9bEpIFGv2xHB9n16Q { box-sizing:content-box;color:#338fff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:8.625rem;left:24.84375rem;display:block; }
#Pvw4vBuBSzWIifmTmrdLh3CJCrGhUDPR { color:#2d2929;display:block;width:29.0625rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:7.35009765625rem;left:28.59375rem;height:6.298825rem;font-style:normal;display:block; }
#Ar9opGnbyGTSaDTt7b486DQlXs7cSS8R { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:6.25rem;width:35.625rem;top:15.0625rem;left:24.375rem;display:block; }
#CfMi2hLycxxvw1BI1KkKTT58Ux6TMCbQ { color:#2d2929;display:block;width:29.0625rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.26220703125rem;left:28.59375rem;height:5.84960625rem;font-style:normal;display:block; }
#IsAfdF1TDxudpIvTH5bSwhkDmGatIRZ9 { box-sizing:content-box;color:#338fff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:16.25rem;left:24.84375rem;display:block; }
#lzMqbmEcUiQqDhnT5ndMNTw0ATNZGald { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;height:6.25rem;width:35.625rem;top:22.8125rem;left:24.375rem;display:block; }
#OE3s7PaGp5NZp6hoXSGzFPLL9STGaGAU { color:#2d2929;display:block;width:30.1875rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.01220703125rem;left:28.59375rem;height:5.84960625rem;font-style:normal;display:block; }
#hXbfWciwktr2lSw7RXHveJmwV1zb042N { box-sizing:content-box;color:#338fff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:24.0625rem;left:24.84375rem;display:block; }
#yryCTWg4R7m6k9b6hQGwit23WshC4aot { color:#2d2929;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:61.0869140625rem;left:0rem;height:8.7744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QT6sfsw0JBPgJeQue92XJh5glPi4mkXq { color:#2d2929;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:56.72607421875rem;left:0rem;height:3.8994125rem;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; }
#WT0ZGNogCG9743ZbyiiDdrkXCK0cIZfL { color:#2d2929;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:61.0869140625rem;left:20.625rem;height:8.7744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9Zv9H9TEqyKDwPFzVkIeXoFLuSVkbBQ { color:#2d2929;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:56.724609375rem;left:20.625rem;height:3.8994125rem;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; }
#AAHZKPpPgToLTqTNBhzmrFog5v5KSvMc { color:#2d2929;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:60.5625rem;left:40.625rem;height:10.2368125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MpVKX5eFlrSgaoXnVblro7pco9XvBalX { color:#2d2929;display:block;width:18.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:56.72509765625rem;left:40.625rem;height:3.8994125rem;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; }
#zDqB9Oh9x59lUwSvLZ0kH6PQrn0NOpxL { color:#338fff;display:block;width:21.4375rem;position:absolute;font-family:signika;font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.89990234375rem;left:0.625rem;height:3.4121125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byIxrCXK3IkBnOJuyTobTQuOnQM8EXTd { background-color:#fd8f00;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.130859375rem;left:3.84375rem;display:block; }#byIxrCXK3IkBnOJuyTobTQuOnQM8EXTd.adaptive-delivery-prevent-bg, #byIxrCXK3IkBnOJuyTobTQuOnQM8EXTd.lazyload, #byIxrCXK3IkBnOJuyTobTQuOnQM8EXTd.lazyloading { background-image: none; }
#wKCmQULAPyuMsrwWp8OrVcZpuy1MVcZd { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#TiJhQt1syTIAD2003Cz65JakvHr9o6bX { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:17.5625rem;top:35.625rem;left:0.84375rem;overflow:hidden;display:block; }
#GkVTaqMA5IHt5r0aGQV6FI2vM7M8vpUV { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:17rem;top:34.59375rem;left:21.5rem;overflow:hidden;display:block; }
#UH5iZFy12D4AlFVOc6qVzL05xm0UwIJI { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:17.375rem;top:34.59375rem;left:41.46875rem;overflow:hidden;display:block; }
#hJI8WlA5qrTFymVzBf4SQm078zmPklyG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { background-color: transparent; background-image: none; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container > .video-iframe-container { display: none; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row > .video-iframe-container { display: none; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .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); }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { border-width: 0; border-radius: 0; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#hUndJshDQgQ7TztxRexyBT94fVTwcJCF { color:#338fff;display:block;width:47.5625rem;position:absolute;font-family:signika;font-size:4.375rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:0.5rem;left:6.21875rem;height:3.9375rem;font-style:normal;display:block; }
#NqRsMdKTLdwqWZuSZrGZGTEmWknyMlHg { color:#2d2929;display:block;width:53.1875rem;position:absolute;font-family:signika;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:2.8125rem;height:4.0625rem;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; }
#wZvIxFwEtiLapxKzRiyEqn072o4InTMD { box-sizing:content-box;color:#2d2929;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:block;z-index:15003;top:20.6875rem;left:25.21875rem;display:block; }
#NhyZ9fmMyQFw9a5n4K85aEAJBt14s6cu { color:#24a3b2;display:block;width:45.75rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:9.3251953125rem;left:0rem;height:4.7124rem;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;text-align:center;text-align-last:center;display:block; }
#nMJb3hrMN2tm22NMk0h8LE6JsRsTSXU7 { color:#24a3b2;display:block;width:48rem;position:absolute;font-family:signika;font-size:3.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #c2c8ca;top:12.9755859375rem;left:10.25rem;height:4.7124rem;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;text-align:center;text-align-last:center;display:block; }
#BQ8WaHlyTFnclDImM8dieRdinhbKqGyv { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.4375rem;left:18.03125rem;display:block; }
#z1CEVbSCvq2WKtD3k9gxpuhMiT1IiKSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsdEy8sbD8IcRUBewexeTExiJQwaqHGD { background-color:#fd8f00;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/3cdf819411991d4cc248532bddc62e9f.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.0625rem;left:19.28125rem;display:block; }#FsdEy8sbD8IcRUBewexeTExiJQwaqHGD.adaptive-delivery-prevent-bg, #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD.lazyload, #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD.lazyloading { background-image: none; }
#iMl2CdSW8IEGq1M55hQWdVa9Kal1GXQz { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #duxm46S4oyOA6frd8vXlX7G8IlzxANFT { display:block; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeSSxkV9D7B58yJTMM0MQu77513ENBQf { width:47.75rem;height:;top:0.5rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in7TUkuSsCLIOIw6CPqGa8zIyuRSas86 { width:42rem;height:2.3125rem;top:4.625rem;left:1.34375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsqmqD2FeusTL7T7GQx8s9WTVT5wPeT7 { width:16.125rem;height:30.875rem;top:12.5rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVHEnHX6mmABVyG4ON8vcfga34cuzcn { width:16.125rem;height:30.875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9AQhE9DyNIqqTEDKITTSF3HTFEtXrt { width:16.125rem;height:30.875rem;top:12.5rem;left:31.3818359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2g0OzcuXbLU8EugcLW0bnHhM56XDWd { width:9.0625rem;height:4.7124rem;top:25.5625rem;left:7.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htNR2Eu28WT4VtO4iro4TTdaFK2RSdqQ { width:9.0625rem;height:;top:25rem;left:25.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwQylaRVIbtHTSt9mTTCbhaGfnMQLov { width:11.5rem;height:11.5rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1NzMmITo6btaxgOk5Oygg6a9UX6TTTn { width:11.5rem;height:11.5rem;top:22.1875rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZWrAKQsllf6g9wreFmRBzGVBA7p1LV { width:6.625rem;height:6.625rem;top:4.625rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8z5vuIt8ssF3TQu2siD3U58tDe4XTcM { width:6.625rem;height:6.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQHw9oOdTRkOEqN9RzoubUGnVW4dTDSS { width:12.5rem;height:3.5625rem;top:35.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhnyplEBB4iXyqT1G3nTpwtNvkgn0JiX { width:12.5rem;height:3.5625rem;top:35.5625rem;left:15.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZavHAESDM57ThXP6cteRQnlBix8moqNP { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thvAt61StDWaufFGw35lR3MskcZIBJTW { display:block; }
 }@media only screen and (max-width: 763px) { #fqRySliwCt7MzE95ZRb6Iob4D6lIPQv0 { width:11.875rem;height:25.875rem;top:13.875rem;left:33.4443359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPu7JwrydnnwDnAM2MlT1XqoD0Gao7Tx { width:41.1875rem;height:4.375rem;top:48.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8h7wFVs16Caeai7ERNBFHJwLTWfdHwJ { width:11rem;height:5.8125rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBxssN2dFLrLtfIuslTUcL3sJgczTOH6 { width:10.75rem;height:7.25rem;top:13.5625rem;left:15.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZzb3EhV64R88M2BiO52TUnPkoIf1ly { width:12.5rem;height:1.75rem;top:36.5rem;left:33.1943359375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mukgx7FFD9vDaIyJFiXK6blMSwa6cVI5 { width:10.5rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHqaHDPKZbqpsW0IWAWOMHEPFpVJpKyv { display:block; }
 }@media only screen and (max-width: 763px) { #sJfLHJXsIaRTOHXoSsp3o6tR2JqvDsNQ { width:10.5rem;height:3.4375rem;top:0.8125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrxJTteIJFLGGroew9SCamb5XnuOe8 { display:block; }
 }@media only screen and (max-width: 763px) { #cyOIBneUiwCeyTPovm2ZOEqq1TKlpoTq { width:11.8125rem;height:1.9375rem;top:44.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r28DF1UUT3vo1o4EUOCgFhXs60VpN3P3 { width:11.8125rem;height:3.875rem;top:43.375rem;left:32.3193359375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdA58iI7iKCUr6ibX4z9ARXTVmUAf7RK { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxldrpUtwltUECHXP4WOf3w5L3ko5za8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G { display:block; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muypN3wLIroZrJQc9Ae1AeeWlPI3y3Wl { width:47.75rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7bgzTowfNhEROTC7qt4RlmsWnToFmf { width:47.75rem;height:;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQvOeERnLMi1BUAyWVnPCIuQe5W5X9cP { width:17.5rem;height:3.4375rem;top:6.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DhuptdeSLxHvaEeDZ9OGZq3RsteiEE { display:block; }
 }@media only screen and (max-width: 763px) { #z781Tu42CIoDbvPsOx2sUOyycCDp2zzw { display:block; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSEOwARLtfrhGJAZcubmshLTBIDRukCd { width:47.75rem;height:19.6875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhGmDLeBmhTnt3CKTK7HEBisTTEon3rU { width:16.375rem;height:6rem;top:0rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuOLLNnH8rXotvg9uf81EyRzfH1psEl8 { width:4.5rem;height:4.5rem;top:17.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGItS1J7STQFAlrspyCDluKWyq7Sq0MX { width:3.125rem;height:3.125rem;top:18.6875rem;left:2.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRtA7amKq6qofRkgRypcu9FRzGm63mvF { width:18.75rem;height:;top:24.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuHT4LM1Z00TvulzHGmroGSH1DrrkWrg { width:17.0625rem;height:3.8994125rem;top:27.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tibcvXeBCR725pXLaoGofefsCxErbUU8 { width:18.75rem;height:3.8994125rem;top:27.1875rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL43STnGb3vxitkeHWIE7VTSF2VdN4yp { width:18.75rem;height:;top:24.4375rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOToTSCgIswu4mqEblqCUODBkFUiPgb7 { width:4.5rem;height:4.5rem;top:17.5rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6OPf8OneMB6TwLoe09GswZkiOW0kWRc { width:3.125rem;height:3.125rem;top:18.8125rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHTsEDxZIlTUJHKXNFLzqDCh8eV2wPx { width:18.75rem;height:5.19921875rem;top:27.1875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4uVgE8rMMxmW2KX2ySvwQ2acNgXRLQ5 { width:18.75rem;height:;top:24.4375rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uofZxRlEfsRfggfgOnQBQJwRTO5i7GNO { width:4.5rem;height:4.5rem;top:17.5rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7FxpTGSfIzfnz6k4qXouK33yPEAUcE { width:3.125rem;height:3.125rem;top:18.6875rem;left:42.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZbJELWRRcgDSCZTGkEtKO3q2yGkgsqD { width:47.75rem;height:8.75rem;top:5.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdUW35i7mduoBkJcIS7pTSNJU4gIpHtp { width:39.1875rem;height:4rem;top:1rem;left:8.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK43Swpqste2VgXnZyzrvTo8IUoTegaA { display:block; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G19bGBuxoOmNBS5TJ0zmtFGmp56okAmv { width:22.625rem;height:42.9375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4AbDdRTVMvKCDEH0XS5eSyrV53lKtOs { width:10.1875rem;height:1.375rem;top:7.8125rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmeuFsbwmIhRlv5khAVpX98QRWRHpUz { width:16.375rem;height:10rem;top:1rem;left:21.375rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFZmGJGWManOtdPCgEatb7qX33BwTNa { width:33.75rem;height:4.0625rem;top:10.9375rem;left:14rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KfTNWlQmWr8bany4vfAXP75hBZCKVd { width:33.75rem;height:1.8125rem;top:26rem;left:14rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvEsEQ095zZZc0muN9yI7XlzXWDEwp60 { width:35rem;height:15.4375rem;top:29.1875rem;left:12.75rem;font-size:1.25rem;display:block; }#RvEsEQ095zZZc0muN9yI7XlzXWDEwp60 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/20c7EtYf/dot.png); }
 }@media only screen and (max-width: 763px) { #s0qx4fW3P2419zr50518lW9SB9fcAXeL { width:31.5rem;height:10rem;top:15rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZrhA84O3THwyWHEMIxXEKMmXx1J1qEw { width:16.375rem;height:35.5625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErpKeHV6p2dxdUR4PEi4HFqJHN4dSQky { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXtnkMKK7unkUd5cBgfAeTb0tTtcLMP9 { display:block; }
 }@media only screen and (max-width: 763px) { #PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o { display:block; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrQTQPWuEr4UgHNPz764ngTDtpFivzPd { width:16.375rem;height:10rem;top:6.25rem;left:0rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHNQZdUawd3THT7LtE12GitxFlFlh0WD { width:19.25rem;height:;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OehtxfZu0DloTkmViAtWQUlD0AmU1E49 { width:21.75rem;height:4.375rem;top:23.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoNQhJa9EMF1HFZOOsuuRvCEH1Z2HU6g { width:35.625rem;height:6.25rem;top:7.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAsTkbwabddvbJq9bEpIFGv2xHB9n16Q { width:3.75rem;height:3.75rem;top:8.625rem;left:18.71875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvw4vBuBSzWIifmTmrdLh3CJCrGhUDPR { width:29.0625rem;height:6.25rem;top:7.3125rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar9opGnbyGTSaDTt7b486DQlXs7cSS8R { width:35.625rem;height:6.25rem;top:15.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfMi2hLycxxvw1BI1KkKTT58Ux6TMCbQ { width:29.0625rem;height:5.8125rem;top:15.25rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAfdF1TDxudpIvTH5bSwhkDmGatIRZ9 { width:3.75rem;height:3.75rem;top:16.25rem;left:18.71875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzMqbmEcUiQqDhnT5ndMNTw0ATNZGald { width:35.625rem;height:6.25rem;top:22.8125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE3s7PaGp5NZp6hoXSGzFPLL9STGaGAU { width:30.1875rem;height:5.8125rem;top:23rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXbfWciwktr2lSw7RXHveJmwV1zb042N { width:3.75rem;height:3.75rem;top:24.0625rem;left:18.71875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yryCTWg4R7m6k9b6hQGwit23WshC4aot { width:18.75rem;height:8.75rem;top:61.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT6sfsw0JBPgJeQue92XJh5glPi4mkXq { width:18.75rem;height:3.875rem;top:56.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0ZGNogCG9743ZbyiiDdrkXCK0cIZfL { width:18.75rem;height:8.75rem;top:61.0625rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Zv9H9TEqyKDwPFzVkIeXoFLuSVkbBQ { width:18.75rem;height:3.875rem;top:56.6875rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAHZKPpPgToLTqTNBhzmrFog5v5KSvMc { width:18.75rem;height:10.1875rem;top:60.5625rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpVKX5eFlrSgaoXnVblro7pco9XvBalX { width:18.75rem;height:3.875rem;top:56.6875rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqB9Oh9x59lUwSvLZ0kH6PQrn0NOpxL { width:21.4375rem;height:3.4375rem;top:18.875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIxrCXK3IkBnOJuyTobTQuOnQM8EXTd { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCmQULAPyuMsrwWp8OrVcZpuy1MVcZd { display:block; }
 }@media only screen and (max-width: 763px) { #TiJhQt1syTIAD2003Cz65JakvHr9o6bX { width:17.5625rem;height:19.9375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkVTaqMA5IHt5r0aGQV6FI2vM7M8vpUV { width:17rem;height:19.9375rem;top:34.5625rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH5iZFy12D4AlFVOc6qVzL05xm0UwIJI { width:17.375rem;height:19.9375rem;top:34.5625rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJI8WlA5qrTFymVzBf4SQm078zmPklyG { display:block; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUndJshDQgQ7TztxRexyBT94fVTwcJCF { width:47.5625rem;height:3.9375rem;top:0.5rem;left:0.09375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqRsMdKTLdwqWZuSZrGZGTEmWknyMlHg { width:47.75rem;height:4.0625rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvIxFwEtiLapxKzRiyEqn072o4InTMD { width:3.125rem;height:3.125rem;top:20.6875rem;left:19.09375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhyZ9fmMyQFw9a5n4K85aEAJBt14s6cu { width:45.75rem;height:4.6875rem;top:9.3125rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMJb3hrMN2tm22NMk0h8LE6JsRsTSXU7 { width:47.75rem;height:4.6875rem;top:12.9375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8WaHlyTFnclDImM8dieRdinhbKqGyv { width:17.5rem;height:3.4375rem;top:23.4375rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CEVbSCvq2WKtD3k9gxpuhMiT1IiKSq { display:block; }
 }@media only screen and (max-width: 763px) { #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMl2CdSW8IEGq1M55hQWdVa9Kal1GXQz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #duxm46S4oyOA6frd8vXlX7G8IlzxANFT { display:block; }#duxm46S4oyOA6frd8vXlX7G8IlzxANFT > .row .container { width:20rem;height:159.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeSSxkV9D7B58yJTMM0MQu77513ENBQf { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #in7TUkuSsCLIOIw6CPqGa8zIyuRSas86 { width:17.5rem;height:3.0869125rem;top:10.38671875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KsqmqD2FeusTL7T7GQx8s9WTVT5wPeT7 { width:16.125rem;height:30.875rem;top:60.3598625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwVHEnHX6mmABVyG4ON8vcfga34cuzcn { width:16.125rem;height:30.875rem;top:24.78564375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9AQhE9DyNIqqTEDKITTSF3HTFEtXrt { width:16.125rem;height:30.875rem;top:95.93408125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai2g0OzcuXbLU8EugcLW0bnHhM56XDWd { width:9.0625rem;height:2.19970625rem;top:56.91064375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #htNR2Eu28WT4VtO4iro4TTdaFK2RSdqQ { width:9.0625rem;height:2.19970625rem;top:92.4848625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mLwQylaRVIbtHTSt9mTTCbhaGfnMQLov { width:11.5rem;height:11.5rem;top:33.92285078125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1NzMmITo6btaxgOk5Oygg6a9UX6TTTn { width:11.5rem;height:11.5rem;top:70.0473625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKZWrAKQsllf6g9wreFmRBzGVBA7p1LV { width:6.625rem;height:6.625rem;top:18.22314453125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8z5vuIt8ssF3TQu2siD3U58tDe4XTcM { width:6.625rem;height:6.625rem;top:3.69921875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQHw9oOdTRkOEqN9RzoubUGnVW4dTDSS { width:12.5rem;height:2.5996125rem;top:47.8920890625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhnyplEBB4iXyqT1G3nTpwtNvkgn0JiX { width:12.5rem;height:2.5996125rem;top:83.4663078125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZavHAESDM57ThXP6cteRQnlBix8moqNP { width:15rem;height:4.375rem;top:128.05908125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thvAt61StDWaufFGw35lR3MskcZIBJTW { display:block; }
 }@media only screen and (max-width: 763px) { #fqRySliwCt7MzE95ZRb6Iob4D6lIPQv0 { width:12rem;height:26.0625rem;top:97.79003828125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPu7JwrydnnwDnAM2MlT1XqoD0Gao7Tx { width:17.9375rem;height:7.7988125rem;top:133.68408203125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8h7wFVs16Caeai7ERNBFHJwLTWfdHwJ { width:11rem;height:5.19921875rem;top:27.4111328125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBxssN2dFLrLtfIuslTUcL3sJgczTOH6 { width:10.75rem;height:5.19921875rem;top:63.48486328125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpZzb3EhV64R88M2BiO52TUnPkoIf1ly { width:12.5rem;height:1.29980625rem;top:120.75927734375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mukgx7FFD9vDaIyJFiXK6blMSwa6cVI5 { width:10.5rem;height:3.4375rem;top:142.73239453125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHqaHDPKZbqpsW0IWAWOMHEPFpVJpKyv { display:block; }
 }@media only screen and (max-width: 763px) { #sJfLHJXsIaRTOHXoSsp3o6tR2JqvDsNQ { width:10.5rem;height:3.4375rem;top:147.41989453125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrxJTteIJFLGGroew9SCamb5XnuOe8 { display:block; }
 }@media only screen and (max-width: 763px) { #cyOIBneUiwCeyTPovm2ZOEqq1TKlpoTq { width:11.8125rem;height:1.6499rem;top:152.10693359375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r28DF1UUT3vo1o4EUOCgFhXs60VpN3P3 { width:11.8125rem;height:3.29980625rem;top:155.00634609375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VdA58iI7iKCUr6ibX4z9ARXTVmUAf7RK { width:15rem;height:4.375rem;top:13.57421875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxldrpUtwltUECHXP4WOf3w5L3ko5za8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G { display:block; }#Uc5wkLFM5PCZOhPXWUbxS7nNmPB8v58G > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muypN3wLIroZrJQc9Ae1AeeWlPI3y3Wl { width:18.75rem;height:20.5rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7bgzTowfNhEROTC7qt4RlmsWnToFmf { width:20rem;height:5.84911875rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bQvOeERnLMi1BUAyWVnPCIuQe5W5X9cP { width:17.5rem;height:3.4375rem;top:12.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4DhuptdeSLxHvaEeDZ9OGZq3RsteiEE { display:block; }
 }@media only screen and (max-width: 763px) { #z781Tu42CIoDbvPsOx2sUOyycCDp2zzw { background-color:rgba(234,244,255,0.5);background-image:url("https://images.assets-landingi.com/1fi252Vj/section_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw.adaptive-delivery-prevent-bg, #z781Tu42CIoDbvPsOx2sUOyycCDp2zzw.lazyload, #z781Tu42CIoDbvPsOx2sUOyycCDp2zzw.lazyloading { background-image: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container { background-color: transparent; background-image: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container > .video-iframe-container { display: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row > .video-iframe-container { display: none; }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .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); }#z781Tu42CIoDbvPsOx2sUOyycCDp2zzw > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSEOwARLtfrhGJAZcubmshLTBIDRukCd { width:18.75rem;height:37.75rem;top:24.397475rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhGmDLeBmhTnt3CKTK7HEBisTTEon3rU { width:16.375rem;height:1.5996125rem;top:1.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuOLLNnH8rXotvg9uf81EyRzfH1psEl8 { width:4.5rem;height:4.5rem;top:25.35595703125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGItS1J7STQFAlrspyCDluKWyq7Sq0MX { width:3.125rem;height:3.125rem;top:26.54345703125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRtA7amKq6qofRkgRypcu9FRzGm63mvF { width:18.75rem;height:1.7871125rem;top:30.79345703125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuHT4LM1Z00TvulzHGmroGSH1DrrkWrg { width:15.9375rem;height:3.8994125rem;top:32.58056640625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tibcvXeBCR725pXLaoGofefsCxErbUU8 { width:16.25rem;height:3.8994125rem;top:42.134765625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL43STnGb3vxitkeHWIE7VTSF2VdN4yp { width:18.75rem;height:1.7871125rem;top:46.7099609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOToTSCgIswu4mqEblqCUODBkFUiPgb7 { width:4.5rem;height:4.5rem;top:48.4970703125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6OPf8OneMB6TwLoe09GswZkiOW0kWRc { width:3.125rem;height:3.125rem;top:49.6845703125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUHTsEDxZIlTUJHKXNFLzqDCh8eV2wPx { width:16rem;height:5.19921875rem;top:56.2724609375rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4uVgE8rMMxmW2KX2ySvwQ2acNgXRLQ5 { width:18.75rem;height:1.7871125rem;top:53.9599609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uofZxRlEfsRfggfgOnQBQJwRTO5i7GNO { width:4.5rem;height:4.5rem;top:36.4794921875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7FxpTGSfIzfnz6k4qXouK33yPEAUcE { width:3.125rem;height:3.125rem;top:37.6669921875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZbJELWRRcgDSCZTGkEtKO3q2yGkgsqD { width:20rem;height:16.19825rem;top:6.949225rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdUW35i7mduoBkJcIS7pTSNJU4gIpHtp { width:20rem;height:1.5996125rem;top:4.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK43Swpqste2VgXnZyzrvTo8IUoTegaA { display:block; }#UK43Swpqste2VgXnZyzrvTo8IUoTegaA > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G19bGBuxoOmNBS5TJ0zmtFGmp56okAmv { width:17.5rem;height:33.1875rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4AbDdRTVMvKCDEH0XS5eSyrV53lKtOs { width:7.6875rem;height:1rem;top:2.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmeuFsbwmIhRlv5khAVpX98QRWRHpUz { width:16.375rem;height:1.5996125rem;top:38.57421875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZFZmGJGWManOtdPCgEatb7qX33BwTNa { width:20rem;height:1.94970625rem;top:35.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0KfTNWlQmWr8bany4vfAXP75hBZCKVd { width:20rem;height:2.92480625rem;top:56.021484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvEsEQ095zZZc0muN9yI7XlzXWDEwp60 { width:20rem;height:18.035125rem;top:61.0712890625rem;left:0rem;font-size:1rem;display:block; }#RvEsEQ095zZZc0muN9yI7XlzXWDEwp60 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/20c7EtYf/dot.png); }
 }@media only screen and (max-width: 763px) { #s0qx4fW3P2419zr50518lW9SB9fcAXeL { width:20rem;height:12.598625rem;top:41.361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZrhA84O3THwyWHEMIxXEKMmXx1J1qEw { width:13.25rem;height:29rem;top:3.34375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErpKeHV6p2dxdUR4PEi4HFqJHN4dSQky { width:15rem;height:4.375rem;top:81.2939453125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXtnkMKK7unkUd5cBgfAeTb0tTtcLMP9 { display:block; }
 }@media only screen and (max-width: 763px) { #PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o { background-color:rgba(234,244,255,0.5);background-image:url("https://images.assets-landingi.com/e20473N2/section_5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o.adaptive-delivery-prevent-bg, #PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o.lazyload, #PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o.lazyloading { background-image: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container { background-color: transparent; background-image: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container > .video-iframe-container { display: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row > .video-iframe-container { display: none; }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .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); }#PpUHOE9McPZCDA7pG5T7F8oa77XIhJ2o > .row .container { width:20rem;height:147.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrQTQPWuEr4UgHNPz764ngTDtpFivzPd { width:16.375rem;height:1.5996125rem;top:1.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHNQZdUawd3THT7LtE12GitxFlFlh0WD { width:19.25rem;height:1.94970625rem;top:24.0488625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OehtxfZu0DloTkmViAtWQUlD0AmU1E49 { width:17.3125rem;height:2.92480625rem;top:37.3955078125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoNQhJa9EMF1HFZOOsuuRvCEH1Z2HU6g { width:20rem;height:6.25rem;top:4.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAsTkbwabddvbJq9bEpIFGv2xHB9n16Q { width:3.75rem;height:3.75rem;top:5.3496125rem;left:0.46875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvw4vBuBSzWIifmTmrdLh3CJCrGhUDPR { width:14.875rem;height:11.19924375rem;top:7.537109375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar9opGnbyGTSaDTt7b486DQlXs7cSS8R { width:20rem;height:6.25rem;top:23.53515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfMi2hLycxxvw1BI1KkKTT58Ux6TMCbQ { width:14.875rem;height:9.0986125rem;top:27.10986328125rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsAfdF1TDxudpIvTH5bSwhkDmGatIRZ9 { width:3.75rem;height:3.75rem;top:25.47265625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzMqbmEcUiQqDhnT5ndMNTw0ATNZGald { width:20rem;height:6.25rem;top:49.0078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE3s7PaGp5NZp6hoXSGzFPLL9STGaGAU { width:14.4375rem;height:11.6982375rem;top:52.68896484375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hXbfWciwktr2lSw7RXHveJmwV1zb042N { width:3.75rem;height:3.75rem;top:50.2578125rem;left:0.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yryCTWg4R7m6k9b6hQGwit23WshC4aot { width:18.75rem;height:7.7988125rem;top:116.91259765625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT6sfsw0JBPgJeQue92XJh5glPi4mkXq { width:18.75rem;height:3.57421875rem;top:113.40087890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0ZGNogCG9743ZbyiiDdrkXCK0cIZfL { width:18.75rem;height:6.499rem;top:128.53515625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9Zv9H9TEqyKDwPFzVkIeXoFLuSVkbBQ { width:18.75rem;height:3.57421875rem;top:124.6484375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAHZKPpPgToLTqTNBhzmrFog5v5KSvMc { width:18.75rem;height:7.7988125rem;top:139.171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpVKX5eFlrSgaoXnVblro7pco9XvBalX { width:18.75rem;height:3.57421875rem;top:135.47265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDqB9Oh9x59lUwSvLZ0kH6PQrn0NOpxL { width:20rem;height:2.5996125rem;top:19.685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #byIxrCXK3IkBnOJuyTobTQuOnQM8EXTd { width:15rem;height:4.375rem;top:43.0703125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCmQULAPyuMsrwWp8OrVcZpuy1MVcZd { display:block; }
 }@media only screen and (max-width: 763px) { #TiJhQt1syTIAD2003Cz65JakvHr9o6bX { width:11.75rem;height:13.375rem;top:64.01171875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkVTaqMA5IHt5r0aGQV6FI2vM7M8vpUV { width:11.625rem;height:13.625rem;top:80.91796875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH5iZFy12D4AlFVOc6qVzL05xm0UwIJI { width:11.5625rem;height:13.3125rem;top:98.41796875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJI8WlA5qrTFymVzBf4SQm078zmPklyG { display:block; }#hJI8WlA5qrTFymVzBf4SQm078zmPklyG > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUndJshDQgQ7TztxRexyBT94fVTwcJCF { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqRsMdKTLdwqWZuSZrGZGTEmWknyMlHg { width:20rem;height:5.19921875rem;top:15.57373125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZvIxFwEtiLapxKzRiyEqn072o4InTMD { width:3.125rem;height:3.125rem;top:25.12841796875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhyZ9fmMyQFw9a5n4K85aEAJBt14s6cu { width:20rem;height:4.3994125rem;top:4.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nMJb3hrMN2tm22NMk0h8LE6JsRsTSXU7 { width:20rem;height:2.19970625rem;top:22.02295rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BQ8WaHlyTFnclDImM8dieRdinhbKqGyv { width:17.5rem;height:3.4375rem;top:29.34716796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1CEVbSCvq2WKtD3k9gxpuhMiT1IiKSq { display:block; }
 }@media only screen and (max-width: 763px) { #FsdEy8sbD8IcRUBewexeTExiJQwaqHGD { width:15rem;height:4.375rem;top:9.94873125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMl2CdSW8IEGq1M55hQWdVa9Kal1GXQz { display:block; }
 }