.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#JqfaHHpquWJ4LR7vJRXQUoTtQHZBGDVD { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:13.0625rem;top:1.90625rem;left:30.96875rem;overflow:hidden;display:block; }
#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01eea570-d831-4982-b63e-0cfaf9832767/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ.adaptive-delivery-prevent-bg { background-image: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container { background-color: transparent; background-image: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container > .video-iframe-container { display: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row > .video-iframe-container { display: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .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); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container { border-width: 0; border-radius: 0; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#AsZc2cxysVWJ7FWSBcB2bTNKhkx9MxtV { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:geomanist;font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:4.6875rem;left:13.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#y0nn4h85TV83gXEmgOx8Lw1O6FKExDAK { color:#9dbc1d;display:block;width:47.8125rem;position:absolute;font-family:geomanist;font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:7.0625rem;left:13.625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#apLZZbyT685iwaJSkCfMsgiiyBNmJnT2 { color:#ffffff;display:block;width:64.0625rem;position:absolute;font-family:geomanist;font-size:2.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:16.625rem;left:5.46875rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#x1JS9mng9L4l8aSmwUKCbyZJbNVkoeZT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:18rem;width:75rem;top:30.0625rem;left:0rem;display:block; }
#Q49LrWuZRPD5D5I3D79zzTtoUmKX8icp { position:absolute;display:block;z-index:100000;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:29.4375rem;left:72.40625rem;display:block; }
#FOauPsxwNyesfyxTQJWGL0G188Ihk3Qi { color:#4a4a4a;display:block;width:56.75rem;position:absolute;font-family:geomanist;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.4;letter-spacing:0;top:32.062500953674rem;left:10.125rem;height:13.475rem;text-align:center;text-align-last:center;display:block; }
#NTCdEKmIKUbG2MRBUILRHlEooheuzrkn { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:11.125rem;left:25.9375rem;display:block; }
#HMglky9naPRP6un1w7tq4lxKT7UKpUJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row .container { background-color: transparent; background-image: none; }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row .container > .video-iframe-container { display: none; }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row > .video-iframe-container { display: none; }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .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); }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row .container { border-width: 0; border-radius: 0; }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#c2XrzZRPcUoMaPIEFy4vdw6Vv8pDOF4s { position:absolute;display:block;z-index:100000;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:16.375rem;left:32.1875rem;display:block; }
#os2nRMF6cO0lAVsExZUkSUmMwncF5MTT { color:#000000;display:block;width:49.75rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:19rem;left:12.625rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row .container { background-color: transparent; background-image: none; }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row .container > .video-iframe-container { display: none; }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row > .video-iframe-container { display: none; }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .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); }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row .container { border-width: 0; border-radius: 0; }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#bNlcGATIbAxcVXpQaoUNZu2Fe0zMfxOh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.26) ;height:25.5625rem;width:20.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WBvuavoOaVQeFkEXFgosTrPkBf2M501Z { color:#4a4a4a;display:block;width:46.5rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.4;letter-spacing:0;top:0rem;left:24.593751907349rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#bXJDa5592OGAfe6ikWGEk8eICzmOHAnr { color:#4a4a4a;display:block;width:46.9375rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:3rem;left:24.375001907349rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#kWELbg41sSa5HJsq3naQcUhwibb8299U { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:15.4375rem;left:22.75rem;display:block; }
#c4o3D7PnkqOO1hffzZpZ7buu5tKcCPoi { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:15.4375rem;left:67.75rem;display:block; }
#tSmNMLCXXe0b2BJT1TxxJUSUtsLlIphD { position:absolute;display:block;z-index:100005;height:20.1875rem;width:38.875rem;top:9.375rem;left:28.40625rem;display:block; }
#e3tT5XaJUXt93Va3ItMbxVrxZdoL3RQg { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.875rem;top:10.375rem;left:25.34375rem;overflow:hidden;display:block; }
#be5ygINhwIScE1qXTasGqPapubZ2PlD7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row .container { background-color: transparent; background-image: none; }#be5ygINhwIScE1qXTasGqPapubZ2PlD7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row .container > .video-iframe-container { display: none; }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row > .video-iframe-container { display: none; }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .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); }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row .container { border-width: 0; border-radius: 0; }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#bpUIZEuEDMMCSAS2XFBuUMUSFiIOJBzC { position:absolute;display:block;z-index:100000;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.1875rem;display:block; }
#M5pyLXk7e8XFy4NHDt8NyeoBsAaammlu { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:3.25rem;left:8.4375rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#Trdt1HJQ5bT5H45Mkae3sqSqPdCG2BS9 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:24.875rem;width:55.75rem;top:11.21875rem;left:9.625rem;display:block; }
#DEZMUfx5zqMwlWkNZLsFEMCi4MVZK4bh { color:#4a4a4a;display:block;width:46.625rem;position:absolute;font-family:geomanist;font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:13.250000476837rem;left:12.84375rem;height:3.8rem;text-align:left;text-align-last:left;display:block; }
#QchagppHWderHnlxVpiCC98KW96W9Xr9 { color:#656565;display:block;width:49.125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:18.543403625488rem;left:12.9375rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }#QchagppHWderHnlxVpiCC98KW96W9Xr9 li:not(:first-child){ padding-top:1.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QchagppHWderHnlxVpiCC98KW96W9Xr9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7e6bc38c-126b-430a-9ad7-4439994a99e1/dot.svg); }
#GSCEBWIP4uAM9LcQ61GC9FsuvTr3gWNT { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.8125rem;width:54.0625rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#wlMSArpDqEbcqWQcmEIQ6Mzsbyp4oOBq { position:absolute;display:block;z-index:99999;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27rem;width:28.875rem;top:10.25rem;left:8.625rem;display:block; }
#REmkJI1ynlV3yqn3epEsatMLOIt73omO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/c81ee414-e37b-4a01-90e8-293e8469ea49/bg3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#REmkJI1ynlV3yqn3epEsatMLOIt73omO.adaptive-delivery-prevent-bg { background-image: none; }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row .container { background-color: transparent; background-image: none; }#REmkJI1ynlV3yqn3epEsatMLOIt73omO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row .container > .video-iframe-container { display: none; }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row > .video-iframe-container { display: none; }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .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); }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row .container { border-width: 0; border-radius: 0; }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#mV99gBy5ZT1yy6xrhU8EwRvp2g3v37s4 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.26) ;height:20.0625rem;width:33.6875rem;top:13.668749809265rem;left:40.812501907349rem;overflow:hidden;display:block; }
#EEc8SJEaq4W70VxyqdSrAOuzA25SCnUc { color:#4a4a4a;display:block;width:33.6875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:12.93593788147rem;left:2.3125rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#s55fHwh06MuxwZ9IEPxAlakK5vB1tJiz { color:#4a4a4a;display:block;width:35.9375rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:19.30624961853rem;left:2.3125rem;height:14.025rem;text-align:left;text-align-last:left;display:block; }#s55fHwh06MuxwZ9IEPxAlakK5vB1tJiz li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#s55fHwh06MuxwZ9IEPxAlakK5vB1tJiz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65e28518-8aa7-44cc-bf31-d7cf91e15870/remove.svg); }
#cErbyPXobGiAccdeRlxrmDm2G6QnpOR1 { position:absolute;display:block;z-index:100002;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.1875rem;display:block; }
#VwHvThOnuXQPH4q5FRmNFpwWPJvh2bnB { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100006;line-height:1.4;letter-spacing:0;top:2.625rem;left:8.4375rem;height:7.35rem;text-align:center;text-align-last:center;display:block; }
#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8f6efb8a-ecac-468f-8962-aa385911bab0/bg4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e.adaptive-delivery-prevent-bg { background-image: none; }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row .container { background-color: transparent; background-image: none; }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row .container > .video-iframe-container { display: none; }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row > .video-iframe-container { display: none; }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .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); }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row .container { border-width: 0; border-radius: 0; }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#IXHmziZldiCyKSTEF35nmgW2P7lnAIqU { position:absolute;display:block;z-index:100000;background-color:rgba(154,154,154,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9dbc1d;border-left:0.125rem solid #9dbc1d;border-right:0.125rem solid #9dbc1d;border-bottom:0.125rem solid #9dbc1d;height:13.875rem;width:36.75rem;top:6.0625rem;left:19rem;display:block; }
#SARwTMKsdEol4bXc8h8xn7OmzkTfuiZJ { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:geomanist;font-size:2.3125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.2687511444094rem;left:18.75rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#UUkC5fTzZch6GF4vctKHnycWEBCiVDEl { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:geomanist;font-size:1.3125rem;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:12.024219512939rem;left:21.34375rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 { position:relative;display:block; }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 { background-color: transparent; background-image: none; }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .row .container > .video-iframe-container { display: none; }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .row > .video-iframe-container { display: none; }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .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); }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 { border-width: 0; border-radius: 0; }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#P7c6PKT9IzSvl3eudMOseTBJ8pmXTASx { position:absolute;display:block;z-index:100001;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26rem;width:18.25rem;top:6.0625rem;left:-0.9375rem;display:block; }
#Tn4dh0dDuaodm60aQXhfchM4x74bMu4F { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:24.0625rem;width:34.375rem;top:7rem;left:0.0625rem;display:block; }
#IdPeCk6LRJiGtPNLnpsHpEgXeC8bLCm8 { position:absolute;display:block;z-index:100003;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.75rem;width:18.25rem;top:6.0625rem;left:39.750001907349rem;display:block; }
#nuFRTd23nhSZt7fS3XSEZZ9Vtc5L3Bi1 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:23.75rem;width:34.375rem;top:7rem;left:40.687501907349rem;display:block; }
#qcTMgGqfLtaW9eWnZTvMzwC9wJ1bD8sI { color:#4a4a4a;display:block;width:30.625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:9.16250038147rem;left:1.9375rem;height:21.6rem;text-align:center;text-align-last:center;display:block; }
#tgILxCVfZLULUATpGiqcdVAT7pMzp2mI { color:#4a4a4a;display:block;width:29.8125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:10.173611164093rem;left:42.96875rem;height:18rem;text-align:center;text-align-last:center;display:block; }
#wEd3ZKXtNiq3TX6vFEtCmhvHOnKtwzl7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.6875rem;width:73.25rem;top:30.187498092651rem;left:0.875rem;overflow:hidden;display:block; }
#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 { position:relative;display:block; }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 { background-color: transparent; background-image: none; }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .row .container > .video-iframe-container { display: none; }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .row > .video-iframe-container { display: none; }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .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); }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 { border-width: 0; border-radius: 0; }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#STNNEln9IXt0LnLGO0OXp9Vsm8q3lT86 { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.5625rem;height:3.625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0rem;left:20.21875rem;display:block; }
#fg52OAwuto064T80lE9PwPAAGcSb77Ef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F7kts5T7rVpX6hEquTGVePvcncI6SU4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ebec1146-43e7-44ab-984e-e4f98c3f2e01/bg5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#F7kts5T7rVpX6hEquTGVePvcncI6SU4p.adaptive-delivery-prevent-bg { background-image: none; }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row .container { background-color: transparent; background-image: none; }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row .container > .video-iframe-container { display: none; }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row > .video-iframe-container { display: none; }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .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); }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row .container { border-width: 0; border-radius: 0; }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#NxMqQQ9TOJVnkWLysxd2ERI67tl8xpIw { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;top:3.25rem;left:8.4375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#ebL5Tv1mI3z5VcTT4zwqNM1S03kQTEMm { position:absolute;display:block;z-index:100004;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.375rem;display:block; }
#iXzVxSuhUO37WZJcGPRXktXxqlGAe8W0 { position:absolute;display:block;z-index:100007;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31rem;width:26.0625rem;top:8.1875rem;left:12.125rem;display:block; }
#HTsxSTH0EcS6hnIHVd7JK0kl6HQtGMu4 { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:28.875rem;width:49.625rem;top:9.25rem;left:13.25rem;display:block; }
#LN67ravAcSUdJAmQfOisubiOKtIyhfNK { color:#4a4a4a;display:block;width:33.6875rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.6;letter-spacing:0;top:11.887499809265rem;left:21.21875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#rP9HBQKzVb5rkqctTUdArOGn4XDxWRzn { color:#4a4a4a;display:block;width:42.0625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.2;letter-spacing:0;top:14.875rem;left:17rem;height:18.65rem;text-align:left;text-align-last:left;display:block; }#rP9HBQKzVb5rkqctTUdArOGn4XDxWRzn li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rP9HBQKzVb5rkqctTUdArOGn4XDxWRzn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f9f33b85-7f12-4161-85db-8229d8cd5744/fastforward.svg); }
#lEdp4Vi8FTL7O8EHqRP27umbHa5L8RQI { color:#4a4a4a;display:block;width:33.6875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:34.375rem;left:21.21875rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#AXMmhmPf8ZfZ08u5NI3noTStae2RcXvL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.25rem;width:9.125rem;top:14.074999809265rem;left:65.875rem;overflow:hidden;display:block; }
#zSAZqXWgT9SgB2lc4TrQzcBs17Crbbeh { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:3.625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:42.75rem;left:6rem;display:block; }
#EEiZ5fii4TFBrHErEtkOgbPHo9GzadyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#besB12VI7zEV8rvVlSlK5fkmlaL6egGb { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:3.625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:42.75rem;left:38.375rem;display:block; }
#KcT3ald6rQMszKBoDvcOhTa72GHghcwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row .container { background-color: transparent; background-image: none; }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row .container > .video-iframe-container { display: none; }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row > .video-iframe-container { display: none; }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .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); }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row .container { border-width: 0; border-radius: 0; }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row .container { font-size:0.875rem;font-family:arial;height:323.8125rem;width:75rem;position:relative;display:block; }#KDUxSwbLJsqep8VmLCSN5Ts2UXe47Mik { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100009;line-height:1.4;letter-spacing:0;top:0rem;left:8.4375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#NS4QwmlXzH2CqP1rRLpoy5GpzKzbAH4Q { position:absolute;display:block;z-index:100011;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.4375rem;width:26rem;top:3.75rem;left:12.125rem;display:block; }
#sffteAv93thLxh7zG7upGBKy2ECV8V2p { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:34.25rem;width:49.625rem;top:4.8125rem;left:13.25rem;display:block; }
#Pu90NCsI1GTLgIxu8xHGU5Ht4MRPx1EU { color:#4a4a4a;display:block;width:42.0625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.2;letter-spacing:0;top:10.4375rem;left:17.125rem;height:26.2125rem;text-align:left;text-align-last:left;display:block; }#Pu90NCsI1GTLgIxu8xHGU5Ht4MRPx1EU li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pu90NCsI1GTLgIxu8xHGU5Ht4MRPx1EU li:before{  }
#QKomJn7vEkuPZ2RVb0uG3vuxyml9Mrcg { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.6;letter-spacing:0;top:7.25rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#SKTF3ELheqrThH40b5irPxAtPJUdH1q3 { position:absolute;display:block;z-index:100015;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5rem;width:26rem;top:41.5rem;left:12.125rem;display:block; }
#oEXVMxt1i0HLweu3kh1uJ2cPOaubfPs7 { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:28.4375rem;width:49.625rem;top:42.5625rem;left:13.25rem;display:block; }
#MI5Kyk4vItp6Agrvrla8WWrlKJW1Un4z { color:#4a4a4a;display:block;width:42.0625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.2;letter-spacing:0;top:48.1875rem;left:17.125rem;height:20.475rem;text-align:left;text-align-last:left;display:block; }#MI5Kyk4vItp6Agrvrla8WWrlKJW1Un4z li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#MI5Kyk4vItp6Agrvrla8WWrlKJW1Un4z li:before{  }
#TNaLxMLnCR9zmmgxI1gDyJ2lF6SH7Ss7 { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.6;letter-spacing:0;top:45rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#Byr2lOlxeIHu81TybRgb6zHiZGEUscyT { position:absolute;display:block;z-index:100019;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.75rem;width:26rem;top:73.3125rem;left:12.125rem;display:block; }
#h6J1FdAzTbOM4CpJlR8tXMp8UskDxxz1 { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:30.625rem;width:49.625rem;top:74.375rem;left:13.25rem;display:block; }
#CSrm1XPVaFGclXoEpIPLrqQwzSrZf9AM { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.2;letter-spacing:0;top:80rem;left:17.125rem;height:22.3875rem;text-align:left;text-align-last:left;display:block; }#CSrm1XPVaFGclXoEpIPLrqQwzSrZf9AM li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CSrm1XPVaFGclXoEpIPLrqQwzSrZf9AM li:before{  }
#wG25EcmZCHWW4yDVxxwrvREXuurGOG68 { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.6;letter-spacing:0;top:76.8125rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#hDCD2IVgDkIBGGxZpEBqFqIS6rhy7zZI { position:absolute;display:block;z-index:100023;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.5rem;width:26rem;top:107.375rem;left:12.125rem;display:block; }
#pVf4WIUg0T0KRr00g9oaJzKeRdfRrvsC { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:37.375rem;width:49.625rem;top:108.4375rem;left:13.25rem;display:block; }
#QrQKrKXlvpkPSn5R2xCTgb3C0BnUWkVg { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100028;line-height:1.2;letter-spacing:0;top:114.0625rem;left:17.125rem;height:;text-align:left;text-align-last:left;display:block; }#QrQKrKXlvpkPSn5R2xCTgb3C0BnUWkVg li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#QrQKrKXlvpkPSn5R2xCTgb3C0BnUWkVg li:before{  }
#Uk49MAOpyJy9l1slH9w3WKGFHRmyotN4 { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.6;letter-spacing:0;top:110.875rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#xTl9JInr2JaXXuQ1kNZKCF7VDm3bTrG3 { position:absolute;display:block;z-index:100027;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:26rem;top:148.125rem;left:12.125rem;display:block; }
#mRMBsHFHar7WTJGOL5yMlQCNi9FOOqEP { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:23.125rem;width:49.625rem;top:149.1875rem;left:13.25rem;display:block; }
#hbVRrvrLAhgKWP9wvzmSgxpdRiIaw71H { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100032;line-height:1.2;letter-spacing:0;top:154.8125rem;left:17.125rem;height:;text-align:left;text-align-last:left;display:block; }#hbVRrvrLAhgKWP9wvzmSgxpdRiIaw71H li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hbVRrvrLAhgKWP9wvzmSgxpdRiIaw71H li:before{  }
#pWRev45Nb7VrRIxIT35Qw5v4VOB3Igfd { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100031;line-height:1.6;letter-spacing:0;top:151.625rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#aGHbcrNWiTmbdfpiCgsam2M8LuXdmMT1 { position:absolute;display:block;z-index:100031;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.125rem;width:26rem;top:174.625rem;left:12.125rem;display:block; }
#fgu5qF0v1nemK60QxxSLd9az8OrOzSdZ { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:32rem;width:49.625rem;top:175.6875rem;left:13.25rem;display:block; }
#c1X0We8FJUkaeoXbZ1wto23bRwNvqwgk { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100036;line-height:1.2;letter-spacing:0;top:181.3125rem;left:17.125rem;height:;text-align:left;text-align-last:left;display:block; }#c1X0We8FJUkaeoXbZ1wto23bRwNvqwgk li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#c1X0We8FJUkaeoXbZ1wto23bRwNvqwgk li:before{  }
#ONueVaqT3WB6U6ZCn1BIN80vxHhaoTTu { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100035;line-height:1.6;letter-spacing:0;top:178.125rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#zJ29FdEMhIuePXR27Imd99iS8gQTL9TR { position:absolute;display:block;z-index:100035;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.625rem;width:26rem;top:210rem;left:12.125rem;display:block; }
#rycbma50TyMiEzzqAMOCIxG6i6KJJE3T { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:33.375rem;width:49.625rem;top:211.0625rem;left:13.25rem;display:block; }
#huDlcXyD8J0dGFUSHJJB1MPy5CTyNzO4 { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100040;line-height:1.2;letter-spacing:0;top:216.6875rem;left:17.125rem;height:;text-align:left;text-align-last:left;display:block; }#huDlcXyD8J0dGFUSHJJB1MPy5CTyNzO4 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#huDlcXyD8J0dGFUSHJJB1MPy5CTyNzO4 li:before{  }
#bgenCmQPlZRPa347VEusotIvEEGLKy1p { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.6;letter-spacing:0;top:213.5rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#rlT2mPa2xnv8hbTd1iVF4d9ITUiZhnX9 { position:absolute;display:block;z-index:100039;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:26rem;top:246.875rem;left:12.125rem;display:block; }
#Qqt8AaVAvOH9ufvkVmrxLmrQgTHl9y6g { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:15.5rem;width:49.625rem;top:247.9375rem;left:13.25rem;display:block; }
#ZyzCJH4CDf8emBeWGun1BamBONs87EUr { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100044;line-height:1.2;letter-spacing:0;top:253.5625rem;left:17.125rem;height:;text-align:left;text-align-last:left;display:block; }#ZyzCJH4CDf8emBeWGun1BamBONs87EUr li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZyzCJH4CDf8emBeWGun1BamBONs87EUr li:before{  }
#RiJIPEuBXdoX3sDKSVdTRd272fmt5DBO { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100043;line-height:1.6;letter-spacing:0;top:250.375rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#lb52k5gNvMzApQo75RhgW1dPINU6i1zk { position:absolute;display:block;z-index:100043;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.3125rem;width:26rem;top:265.8125rem;left:12.125rem;display:block; }
#RMGgdW2e2NbT7tqyuTgnQ3uJzEP0sk1t { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:30.0625rem;width:49.625rem;top:266.875rem;left:13.25rem;display:block; }
#OFl0sDkoLA8i2VsXav9iqAJhOT5kAUSU { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100048;line-height:1.2;letter-spacing:0;top:272.5rem;left:17.125rem;height:;text-align:left;text-align-last:left;display:block; }#OFl0sDkoLA8i2VsXav9iqAJhOT5kAUSU li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#OFl0sDkoLA8i2VsXav9iqAJhOT5kAUSU li:before{  }
#OMOThSv2UJfIvzs2IHTOuPgC9AIPCBm2 { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100047;line-height:1.6;letter-spacing:0;top:269.3125rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#P9aC7wCZHwKB1ibtUJTP3sFyIolTdacB { position:absolute;display:block;z-index:100047;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:26rem;top:299.375rem;left:12.125rem;display:block; }
#TD77QygdQp87TDzpqFJotqnZAB4TSzBC { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:19.0625rem;width:49.625rem;top:300.4375rem;left:13.25rem;display:block; }
#DkTBEgpMtzxkX7ngMeqsbCK1hgKvX2ZD { color:#4a4a4a;display:block;width:43.875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100052;line-height:1.2;letter-spacing:0;top:306.0625rem;left:17.125rem;height:;text-align:left;text-align-last:left;display:block; }#DkTBEgpMtzxkX7ngMeqsbCK1hgKvX2ZD li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DkTBEgpMtzxkX7ngMeqsbCK1hgKvX2ZD li:before{  }
#qNwRZozFJW2QTuiGq7SrolsC2Xvi6vnD { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100051;line-height:1.6;letter-spacing:0;top:302.875rem;left:17.125rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row .container { background-color: transparent; background-image: none; }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row .container > .video-iframe-container { display: none; }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row > .video-iframe-container { display: none; }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .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); }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row .container { border-width: 0; border-radius: 0; }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:75rem;position:relative;display:block; }#oOLzthrG14bciPTCiR3TsM1UdZQTuDZZ { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:0rem;left:8.4375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#SJgih2LPJEtE7aToefV3o2J468nnCKTZ { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:36.1875rem;width:38.75rem;top:5.1875rem;left:18.125rem;display:block; }
#pTVVqZap4QTJLsceMNCA7ykSgRl9ETh7 { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.4;letter-spacing:0;top:7.375rem;left:23.15625rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#ufTZ9gz5EAwDLkCi6O31ZuTvExkq6TSx { position:absolute;display:block;z-index:100003;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:10.6875rem;left:19.375rem;display:block; }
#zXNXGS37e7Git9BVr0vTlsHJ4Rk2rO7i { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;top:11.49374961853rem;left:23.15625rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#QbAo3Lw4TAfqcMTiiBnHkFlkiLfhxpEI { color:#4a4a4a;display:block;width:23.625rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:14.16250038147rem;left:25.6875rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#btkFTBlb8tvwRDtolsBq83Mpkp9cC3AX { position:absolute;display:block;z-index:100005;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:36.25rem;top:13.5rem;left:19.375rem;display:block; }
#kRg1wxKipRhF3GNwqlDNQwwVdE2X1OwT { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.4;letter-spacing:0;top:18.4375rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#BsbQoQZh1T11ErWT7MThVctPneg5kRLx { position:absolute;display:block;z-index:100007;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:17.625rem;left:19.375rem;display:block; }
#HkTdzCi2n5OzE0lk1Fi1ATsTfJqz9UwA { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.4;letter-spacing:0;top:21.25rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#JRIJxv2XiDqOTxrfb7CMMCdkE7uh7yG7 { position:absolute;display:block;z-index:100009;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:20.4375rem;left:19.375rem;display:block; }
#gDTfWq7dGfb7VZ69Ons3g1gTN3hQ0bi1 { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.4;letter-spacing:0;top:24.0625rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#rxLQNEiAkEihQeE2oTE1GOWZRBxGNZNQ { position:absolute;display:block;z-index:100011;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:23.25rem;left:19.375rem;display:block; }
#CcuC7gQwtiLUlkNyVGvN3QqsSA4feZUq { position:absolute;display:block;z-index:100011;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:26.0625rem;left:19.375rem;display:block; }
#pan109X7Qa5tTV3OFzwlXDmPgyD5NHA9 { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.4;letter-spacing:0;top:26.875rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#Ds01BtV7JtpbR3gtyuGCz67AasDHGqqc { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.4;letter-spacing:0;top:29.6875rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#UEPDXQt25tVpECICXGr3z62CTSTdZWv4 { position:absolute;display:block;z-index:100015;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:28.875rem;left:19.375rem;display:block; }
#Fo40pg8WLr3oPG222TBEJIJFrIdiZ72b { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100020;line-height:1.4;letter-spacing:0;top:32.5rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#qUePaFFnQMw61zk02GBglOR5zpACvx2p { position:absolute;display:block;z-index:100015;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:31.6875rem;left:19.375rem;display:block; }
#EG9lQ4S1wPhIiTOe772AuifCsmdqxMKq { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.4;letter-spacing:0;top:35.3125rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#yc8hQFM9t04R7ObEI5s5AQWExIOZBZuB { position:absolute;display:block;z-index:100019;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:34.5rem;left:19.375rem;display:block; }
#PkXdvI1WvuxhMFTTGOB7gPKwT3FKmrxL { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.4;letter-spacing:0;top:38.125rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#xKWalHUbZD43dDMP1FWDe6oTUkyL2Qxb { position:absolute;display:block;z-index:100019;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:37.3125rem;left:19.375rem;display:block; }
#xJ5hFVy8hk805ACZXM7alnmGbwMs4lK2 { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:30.6875rem;width:38.75rem;top:44.4375rem;left:18.125rem;display:block; }
#MNoUc50LcKL1o2A2o3DNEFQg7Jak2RRk { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.4;letter-spacing:0;top:46.625rem;left:23.1875rem;height:1.575rem;text-align:center;text-align-last:center;display:block; }
#tMHxXhcLdaZ3D81d3lHiarI5wMT4SLNO { position:absolute;display:block;z-index:100025;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:49.9375rem;left:19.375rem;display:block; }
#wpJWntBTyLLbBd18aqHHuvAzk9lPFxwH { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100030;line-height:1.4;letter-spacing:0;top:50.6875rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#N78s7G0hGVFTy0ZhJvIrZHJszRHTIPCp { color:#4a4a4a;display:block;width:23.625rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100032;line-height:1.4;letter-spacing:0;top:53.375rem;left:25.6875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#yX0VuOyqwbkJeXBE8zVR0plRTsUq6Lhz { position:absolute;display:block;z-index:100027;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:52.75rem;left:19.375rem;display:block; }
#wO8Wg9K73dZ9vsogMI8fWSSkDPhTuRsM { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100034;line-height:1.4;letter-spacing:0;top:56.375rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#Gb7ouZsFxtK2EGAJ71vHMwMvBtc7d0Rp { position:absolute;display:block;z-index:100029;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:55.5625rem;left:19.375rem;display:block; }
#nUOCtPLy9FhyPUhGx4cdaraLoEQo61HF { color:#4a4a4a;display:block;width:23.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100036;line-height:1.4;letter-spacing:0;top:59.03750038147rem;left:25.65625rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#RBI6XUIecB486C0yo2XM16IW5e40ybDI { position:absolute;display:block;z-index:100031;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:36.25rem;top:58.375rem;left:19.375rem;display:block; }
#RRCUus0zgR4TQGoyA0ALKokxhbBRehF9 { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100038;line-height:1.4;letter-spacing:0;top:63.3125rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#W4PA2EO5NDwJ9MEosRGtk6LU1TgT8kyp { position:absolute;display:block;z-index:100033;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:62.5rem;left:19.375rem;display:block; }
#smQA4PbgnXeNiTL8nRxwcG830pdcXTR1 { position:absolute;display:block;z-index:100033;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:65.3125rem;left:19.375rem;display:block; }
#azL2k7FIqAkI7JPBKXbg7C42Mxo6cuNM { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100038;line-height:1.4;letter-spacing:0;top:66.125rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#vDMtfm8o6WDRPwITcOw56mcQoqrEwZnX { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.4;letter-spacing:0;top:68.9375rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#BxT7TyyAEoSyq6aH4rtNN9pIM4Dl3yOC { position:absolute;display:block;z-index:100037;background-color:#d8d8d8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:68.125rem;left:19.375rem;display:block; }
#EhAoa9oNhGoAv0MBsghxmBfyLfP73tpo { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.4;letter-spacing:0;top:71.75rem;left:23.1875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#FappBUrwg19xWQ1NtElo1tWQqaqXswwc { position:absolute;display:block;z-index:100037;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:36.25rem;top:70.9375rem;left:19.375rem;display:block; }
#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39ab25fe-048c-48cb-8fc1-c7fbe291c901/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS.adaptive-delivery-prevent-bg { background-image: none; }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row .container { background-color: transparent; background-image: none; }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row .container > .video-iframe-container { display: none; }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row > .video-iframe-container { display: none; }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .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); }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row .container { border-width: 0; border-radius: 0; }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#EmWgemBbwTRzo4wUIObqZD9KfpFEq64T { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100009;line-height:1.4;letter-spacing:0;top:5.1395835876465rem;left:8.4375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#cEDyWTTwD0iexdrVKF1ZoTf662hEq33L { color:#9dbc1d;display:block;width:47.8125rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:3.5895843505859rem;left:13.59375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#So7mF4f575AMHfVVae0GTgxpvrFasEwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39ab25fe-048c-48cb-8fc1-c7fbe291c901/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#So7mF4f575AMHfVVae0GTgxpvrFasEwr.adaptive-delivery-prevent-bg { background-image: none; }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row .container { background-color: transparent; background-image: none; }#So7mF4f575AMHfVVae0GTgxpvrFasEwr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row .container > .video-iframe-container { display: none; }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row > .video-iframe-container { display: none; }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .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); }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row .container { border-width: 0; border-radius: 0; }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#doM9hGeUSwmetdyy0PyATLCyRePdHPdR { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:0rem;display:block; }
#QFOcoaZyve8iZ5ghzCa2MJS64T3MTWU7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:9.9375rem;overflow:hidden;display:block; }
#XaOca9ov6r1v8Adc5Xm1C0mvdKsf2pNS { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:3.5rem;left:2rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#m2T3gTepom6cfdatpTmZNdQFwiCrco00 { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:25.5rem;display:block; }
#F6QD2Q2puAKIRIz14Un6iONtmTZCKXgw { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100015;line-height:1.6;letter-spacing:0;top:3.9875001907349rem;left:27.875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#s2Gio3wEqkOi3gWrB0LiJd0wTeBfzeVH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:35.375rem;overflow:hidden;display:block; }
#DlVoCyQybxpLpM5WGWx8VgOmCRmmVVcA { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:50.9375rem;display:block; }
#oTRlT744GveAxzMRr018G5AldhgoEuDa { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100018;line-height:1.6;letter-spacing:0;top:4.4366145133972rem;left:52.875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#RovIyhM70rC2uPQblnee5vZpy8Mraiom { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:60.875rem;overflow:hidden;display:block; }
#euxH5Nu5FW1OrTCeMD7ENgNVFoX2uF46 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:15.3125rem;left:9.9375rem;overflow:hidden;display:block; }
#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39ab25fe-048c-48cb-8fc1-c7fbe291c901/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP.adaptive-delivery-prevent-bg { background-image: none; }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row .container { background-color: transparent; background-image: none; }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row .container > .video-iframe-container { display: none; }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row > .video-iframe-container { display: none; }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .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); }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row .container { border-width: 0; border-radius: 0; }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#Vap2svMnfrOev6RZNOmBSZRqe039TwkJ { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:0rem;display:block; }
#iMTbiNBP5CcTJdOnTyEUwv7ZgCtv9fDt { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:4.25rem;left:2.875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#fs2TLw74aK2roCpTkESS3o0EMG0ZzHp7 { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:25.5rem;display:block; }
#SASyi2SFGyJpSgozr18F7PUiknfIgwGL { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100015;line-height:1.6;letter-spacing:0;top:4.4374828338623rem;left:27.875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#pgUpVTCyyIJDtT4FEkXhUAO7oKk0KQug { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:35.375rem;overflow:hidden;display:block; }
#lmXqc3BIW9Q5BETZTxr4qhOtM1FI4JLV { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:50.9375rem;display:block; }
#vGVmraJDWs84EdMtKbAuOql7Tgy3imXD { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100018;line-height:1.6;letter-spacing:0;top:5.125rem;left:52.875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#e7t9bCgWdsTWTUqpazgrzRB7II1ABKUs { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:60.875rem;overflow:hidden;display:block; }
#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39ab25fe-048c-48cb-8fc1-c7fbe291c901/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ.adaptive-delivery-prevent-bg { background-image: none; }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row .container { background-color: transparent; background-image: none; }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row .container > .video-iframe-container { display: none; }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row > .video-iframe-container { display: none; }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .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); }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row .container { border-width: 0; border-radius: 0; }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#uF2oQPIGLJMToLc2ksXAJtMCDhaThTXp { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:0rem;display:block; }
#QR5a4yUgn0t2hvcGlzJekJXyaRuBAdKy { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:9.9375rem;overflow:hidden;display:block; }
#PMgrtsetQyVZSIfUBuGJ2fXMKgWEmszO { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:3.5rem;left:2.4375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#XmUdedMAyIaFcIUfCZvKlxfpMRQHFuPT { position:absolute;display:block;z-index:100003;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:25.5rem;display:block; }
#UP8Ms2JwAy85zdrKB9B0extTUJMa95DS { color:#000000;display:block;width:20.5rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100015;line-height:1.6;letter-spacing:0;top:3.6875247955323rem;left:27.25rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#nUrysWC0Fu2n7w0fnA9lWPEqvySS8cdc { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:35.375rem;overflow:hidden;display:block; }
#lwFxGi6Ui4RaDaPq7SmMV86RgC5smpFz { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:24.0625rem;top:1.75rem;left:50.9375rem;display:block; }
#E8Tf1lPKcS2gKFfyXbIgEy6zOgXABQ7w { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100018;line-height:1.6;letter-spacing:0;top:3.6875247955323rem;left:53.34375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#dBcooe6baxFao6d4IsQSdzTqVSKVWMDI { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:4.25rem;top:0rem;left:60.875rem;overflow:hidden;display:block; }
#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row .container { background-color: transparent; background-image: none; }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row .container > .video-iframe-container { display: none; }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row > .video-iframe-container { display: none; }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .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); }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row .container { border-width: 0; border-radius: 0; }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#ak8iLWpSHGVCwUzJQJL92rtIhS8HqwtN { color:#9dbc1d;display:block;width:47.8125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:13.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#uOBgyOrOOsxVcTu5sVQg0RrkxZ0LTM2Z { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.8125rem;font-weight:normal;z-index:100011;line-height:1.4;letter-spacing:0;top:5.125rem;left:8.4375rem;height:2.5375rem;text-align:center;text-align-last:center;display:block; }
#bBGqTPkyz2GaV0UwhPg75DnviihPgbRF { color:#4a4a4a;display:block;width:38.1875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:10.055208206177rem;left:18.40625rem;height:7.2rem;text-align:center;text-align-last:center;display:block; }
#EhmMIX35MPT9FrtreLO55L8142brWU6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row .container { background-color: transparent; background-image: none; }#EhmMIX35MPT9FrtreLO55L8142brWU6n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row .container > .video-iframe-container { display: none; }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row > .video-iframe-container { display: none; }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .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); }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row .container { border-width: 0; border-radius: 0; }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#oR2IfuQEJoZGa0Ad2gAfruQlcoSNhrtW { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:14.1875rem;width:51.375rem;top:0.625rem;left:12.75rem;display:block; }
#D7nQXFIcoTs3HGvTgtlhuaOlSLJXpCRe { position:absolute;display:block;z-index:100003;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:0rem;left:60.562498092651rem;display:block; }
#AyhwpCwE6KFsv5NeNS6O52e0LQQEwf1D { color:#4a4a4a;display:block;width:41.1875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:2.3187503814698rem;left:17.84375rem;height:10.8rem;text-align:center;text-align-last:center;display:block; }
#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row .container { background-color: transparent; background-image: none; }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row .container > .video-iframe-container { display: none; }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row > .video-iframe-container { display: none; }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .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); }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row .container { border-width: 0; border-radius: 0; }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#lgnwQCRi7WfqQF99Rrfq5kucIqOWBvFT { position:absolute;display:block;z-index:100006;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.375rem;display:block; }
#KKxSUZkTETTJbfkq81kzA2QqQ8SCk93S { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:3.25rem;left:8.4375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row .container { background-color: transparent; background-image: none; }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row .container > .video-iframe-container { display: none; }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row > .video-iframe-container { display: none; }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .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); }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row .container { border-width: 0; border-radius: 0; }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#Xzoa03kZiyXT7FBTn5cnf3xdG5WBw5pr { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:45.25rem;width:24.0625rem;top:0.5625rem;left:0rem;display:block; }
#usW6TixTGER1F7RdApiBAfJFekVlSMfI { position:absolute;display:block;z-index:100004;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:0rem;left:21.71875rem;display:block; }
#cfomwlIF3SdXeHgc2r2qOPPFqe9bKrFc { color:#000000;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.0354166030884rem;left:1.46875rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#MUWnoMPWrBhqZh0iQTV8PxndZhX9u0as { color:#9dbc1d;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:5.4374923706055rem;left:1.46875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Ae2bm7TFyg2zfMtDx99kOPUx0lcrMEbF { color:#000000;display:block;width:19.375rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:16.82656288147rem;left:2.8125rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#HufNpGJUm2xrwh0WenHbV8z84fUahkLP { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:36.9375rem;left:3.15625rem;display:block; }
#X7wqFlEIdbVuME8bN8R6iggKCJCznzop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gO6nZyC0JtqxpCVxcMTVfbInJ3JBgSKK { position:absolute;display:block;z-index:100003;background-color:#5d5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:24.875rem;top:30.125rem;left:-0.375rem;display:block; }
#wkHhv6t4qx4CyTem0lZSoTTup8dTILCC { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:45.1875rem;width:24.0625rem;top:0.5625rem;left:25.500001907349rem;display:block; }
#PmX3hMqyyasdZFpV0uDGc36CHrK75LtM { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:36.9375rem;left:28.156251907349rem;display:block; }
#md2fWB8ar69ca4ylwMbONdXWkELDaTy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kfawhpxRkrHBzm8WgAl0IvHZo2ieMAb9 { position:absolute;display:block;z-index:100011;background-color:#5d5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16rem;width:24.875rem;top:30.125rem;left:25.125001907349rem;display:block; }
#oJwvkLO8Oixkck4t5wTFm9xI90laa9pu { color:#000000;display:block;width:21.75rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:17.024218559265rem;left:26.625001907349rem;height:18.2rem;text-align:center;text-align-last:center;display:block; }
#uhsaKzWJX0Omzgtwq2aeKSGXgxD1KzJv { color:#9dbc1d;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:5.4375rem;left:27.4375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HBV6tuB0Cv55EzSDHqdBeXCB7xZnhGtm { color:#000000;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:3.0625rem;left:26.9375rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#xtcymst5nTXNcCOtBvrROLvDwwh9KfHT { position:absolute;display:block;z-index:100012;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:0rem;left:47.1875rem;display:block; }
#H6mqTuMqMZMW4b5Bd2mmlPC5scsq2mZT { position:absolute;display:block;z-index:100020;background-color:#f3f7e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9dbc1d;border-left:0.125rem solid #9dbc1d;border-right:0.125rem solid #9dbc1d;border-bottom:0.125rem solid #9dbc1d;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:44.8125rem;width:24.0625rem;top:0.5625rem;left:50.937501907349rem;display:block; }
#yHlFLOFOhmVCzDu29kVWXwrDo6A4pvGf { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:27.8125rem;left:53.781251907349rem;display:block; }
#RVFRIt7aZPq3xvwOweacS3MFH18PDpz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tv4Pt5egA3SrR5QFfLbCTaG21rkAJ4t3 { position:absolute;display:block;z-index:100019;background-color:#5d5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:25rem;top:30.125rem;left:50.562501907349rem;display:block; }
#Ox3TF8FhfxDpTTn0tWPGE8oNL5JkX1b8 { color:#000000;display:block;width:17.25rem;position:absolute;font-family:geomanist;font-size:1.375rem;font-weight:normal;z-index:100022;line-height:1.5;letter-spacing:0;top:11.687499046326rem;left:54.46875rem;height:10.3125rem;text-align:center;text-align-last:center;display:block; }
#sqPxpWhB7CvhfFvTPGxx4lRLe8PADCFA { color:#9dbc1d;display:block;width:8rem;position:absolute;font-family:geomanist;font-size:1.875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:22.5rem;left:63.43749809265rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#pX8i0H2n2vkRDGcpaEdna5vavZOeSxnW { color:#7d7d7d;display:block;width:6.5rem;position:absolute;font-family:geomanist;font-size:1.5rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:22.75rem;left:55.3125rem;height:1.95rem;text-align:right;text-align-last:right;display:block; }
#Po8ynxwT1bEVclBTF9bGRp4PLraZri92 { position:absolute;display:block;z-index:100020;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:0rem;left:72.3125rem;display:block; }
#h6uXTgC3ywtrDT3afAuv61xRs1pyVTJJ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.4;letter-spacing:0;top:22.5rem;left:1.15625rem;height:9.8rem;text-align:center;text-align-last:center;display:block; }
#lhcIvqg07F1vDCLuTJxtkfT3ASUXKc77 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:9.5rem;top:8.555468559265rem;left:32.750001907349rem;overflow:hidden;display:block; }
#tNaVOG7Kr1x7PnCQDX6xG3Fy2z8aIcGM { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:11rem;top:7.836718559265rem;left:7rem;overflow:hidden;display:block; }
#X2zTN97n3aQ5kfszc8lpW7KHTdMlRwIt { color:#4a4a4a;display:block;width:22rem;position:absolute;font-family:geomanist;font-size:0.8125rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:42.375rem;left:1.5rem;height:2.1125rem;display:block; }
#onBGTmO5KAKgFcmMN9c9LcuFIFNkLxhf { color:#4a4a4a;display:block;width:22rem;position:absolute;font-family:geomanist;font-size:0.8125rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:42.375rem;left:26.500001907349rem;height:2.1125rem;display:block; }
#S9K3bypw6PgXryG3cIsB9Jsv5cMtcETW { color:#4a4a4a;display:block;width:22rem;position:absolute;font-family:geomanist;font-size:0.8125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:42.375rem;left:52.125001907349rem;height:2.1125rem;display:block; }
#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6dcd6000-4535-4faa-8e2f-cdbd5c502940/bg6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H.adaptive-delivery-prevent-bg { background-image: none; }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row .container { background-color: transparent; background-image: none; }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row .container > .video-iframe-container { display: none; }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row > .video-iframe-container { display: none; }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .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); }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row .container { border-width: 0; border-radius: 0; }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:75rem;position:relative;display:block; }#CSb2pw7hmLX6sq4BbSlErah4F66GLu7q { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100012;line-height:1.4;letter-spacing:0;top:6.8125rem;left:8.4375rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#PECLb5JzSUH9Kk1bvlT6vyid1XAQ4e3U { position:absolute;display:block;z-index:100008;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:3.5625rem;left:32.375rem;display:block; }
#uUJWvQB2o3daNdFHGAoTdIKZnrWkNn9h { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.26) ;height:24.375rem;width:24.3125rem;top:14.75rem;left:0rem;overflow:hidden;display:block; }
#ZVprnTx2CDBMVbEEBk1eZgNCPT5LKVcP { position:absolute;display:block;z-index:100010;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:25.25rem;top:20.597229003906rem;left:19.84375rem;display:block; }
#Au5Qe2O3ecKnUQwFb9RXMq64gQ5vzo1T { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:19.875rem;width:45.5rem;top:21.596862792969rem;left:20.875rem;display:block; }
#AXSVOmsuqTm2T7TvfxiuZcQsJTSskTcB { color:#4a4a4a;display:block;width:33.6875rem;position:absolute;font-family:geomanist;font-size:1.1875rem;font-weight:normal;z-index:100014;line-height:1.6;letter-spacing:0;top:16.84765625rem;left:26.562501907349rem;height:1.9rem;text-align:left;text-align-last:left;display:block; }
#rZRkKJ0tEE76wtvKG1uLpn5h95s7wkIF { color:#4a4a4a;display:block;width:40.75rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.6;letter-spacing:0;top:23.37890625rem;left:24.312501907349rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#uSiNIg94i4ASq28hiUFwT5cxk3WnpEkT { color:#4a4a4a;display:block;width:29.75rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:28.148451328277rem;left:24.3125rem;height:11.0625rem;text-align:left;text-align-last:left;display:block; }#uSiNIg94i4ASq28hiUFwT5cxk3WnpEkT li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#uSiNIg94i4ASq28hiUFwT5cxk3WnpEkT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
#X5aZIkUMvFkZRsHeLW16sXztIZeFr69B { position:absolute;display:block;z-index:100014;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:26.8125rem;top:44.25rem;left:3.25rem;display:block; }
#qxOTIUOFlM2b3F1CQb9zIaFUGymN1OR9 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:11.3125rem;width:51.375rem;top:45.25rem;left:4.25rem;display:block; }
#npuI52WT8DmbL96NhiUSaItKcft0KJP0 { color:#4a4a4a;display:block;width:43.3125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.6;letter-spacing:0;top:47.381946563721rem;left:8.28125rem;height:7.2rem;text-align:center;text-align-last:center;display:block; }
#UXzKJWpaM2tghTrygW28qTCmlcylFikF { position:absolute;display:block;z-index:100017;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:26.8125rem;top:59.3125rem;left:18.25rem;display:block; }
#om4R1JAMax9swzk5Zas0zePFWEHxT8n0 { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:12.8125rem;width:49.8125rem;top:60.3125rem;left:19.25rem;display:block; }
#kONEmA385T9Fc5strzBDgy0xTAXd1XOc { color:#4a4a4a;display:block;width:42.625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.6;letter-spacing:0;top:62.25rem;left:23.375001907349rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#NDsXQV6BNSo23asxaGfyUq1PgEWfurQE { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.875rem;width:51.375rem;top:40.597918510437rem;left:11.8125rem;overflow:hidden;display:block; }
#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk { position:relative;display:block; }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk { background-color: transparent; background-image: none; }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .row .container > .video-iframe-container { display: none; }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .row > .video-iframe-container { display: none; }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .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); }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk { border-width: 0; border-radius: 0; }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#AyMRulsL41nIfOcPMu6tsbToTp1W5JEi { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100014;line-height:1.4;letter-spacing:0;top:3.25rem;left:20.09375rem;height:7.35rem;text-align:center;text-align-last:center;display:block; }
#F1A20navbHb1w4hukxe27LX5VSZBGH3k { position:absolute;display:block;z-index:100010;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.375rem;display:block; }
#IWez28TAFWzXx0u35hWNnQZf2hWfpKot { position:relative;display:block; }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot { background-color: transparent; background-image: none; }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .row .container > .video-iframe-container { display: none; }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .row > .video-iframe-container { display: none; }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .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); }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot { border-width: 0; border-radius: 0; }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#nOnTHIgGUWGQfIlLiyptHH3JUlSpFTG9 { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.7624702453613rem;left:0rem;display:block; }
#uigp1Emx6U9QdV06sf55cWczF0ed0TpH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:10.59375rem;overflow:hidden;display:block; }
#qwJTZvRoz4fcG1vv4iRMJOOVK5Uz44fm { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:3.4624996185302rem;left:2.40625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#JbWaLT2Hucq1eyCTy1B9C2RRDQTDxtDn { position:absolute;display:block;z-index:100003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.75rem;left:25.5rem;display:block; }
#dXyqIQd8LNpw7U6xILA9rl5Cb7L5ZUTE { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.6;letter-spacing:0;top:3.4375rem;left:27.875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#uXdTpHvCs1poKPZtyFe4Fi7QKJxoKnwW { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:36.0625rem;overflow:hidden;display:block; }
#g3QMUPKV8GaTHIoe8mAXltOiLo9NShf4 { position:absolute;display:block;z-index:100003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.75rem;left:50.9375rem;display:block; }
#fQ0Eib0xqvd6CscxyowUWEbh2VLCloIn { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:3.4375rem;left:53.375rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#zWv4EbsQwnvbOwOOkuA02QEzscWfSmK6 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:61.5625rem;overflow:hidden;display:block; }
#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 { position:relative;display:block; }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 { background-color: transparent; background-image: none; }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .row .container > .video-iframe-container { display: none; }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .row > .video-iframe-container { display: none; }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .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); }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 { border-width: 0; border-radius: 0; }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#iuMBC5DxF8vpGe4rQf5ISl1TKR9Pb4n0 { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.7624702453613rem;left:0rem;display:block; }
#VloTpprJDAE9VXbbot41ZoKrwtqNl0Ry { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:10.59375rem;overflow:hidden;display:block; }
#vTDTquqNrlXD7rocf1LasbH2o7VcLe8a { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:3.4624996185302rem;left:2.40625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#nx82SdAZ92cTbSxpICBDLdCl2McytlNB { position:absolute;display:block;z-index:100003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.75rem;left:25.5rem;display:block; }
#HpB3JyNsU1pEe7zF2qrvyxp4UGTZZh6c { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.6;letter-spacing:0;top:3.4625015258789rem;left:28.53125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#SA26HDT15Nx1lfLEaWfkhMFTVWTJGUGZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:36.0625rem;overflow:hidden;display:block; }
#WK9J4dv1qrDwbnMfpZwVfy0RrJylQ84D { position:absolute;display:block;z-index:100003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.75rem;left:50.9375rem;display:block; }
#yofvkt9v7u5CuaqF2L7qNH9h01tNXAkE { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.6;letter-spacing:0;top:3.3062496185302rem;left:53.34375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#aAMNzcx00V97lT8yGCZQxIIy20PDi5iq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:61.5625rem;overflow:hidden;display:block; }
#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd { position:relative;display:block; }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd { background-color: transparent; background-image: none; }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .row .container > .video-iframe-container { display: none; }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .row > .video-iframe-container { display: none; }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .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); }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd { border-width: 0; border-radius: 0; }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#TkVgVPzRke0bErmb1IDw6Mk27otHzo6y { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.7624702453613rem;left:0rem;display:block; }
#N6AW4lnByOA0Pz8fx5mN8Bn8av4zSy28 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:10.59375rem;overflow:hidden;display:block; }
#IigCtavb8DLNqxK8T3a29Me4paqla4hE { color:#000000;display:block;width:19.25rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100013;line-height:1.6;letter-spacing:0;top:3.4624996185302rem;left:2.40625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#EXv2SCymhgQTVosX3wpWXuVlde6uvfb5 { position:absolute;display:block;z-index:100003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.75rem;left:25.5rem;display:block; }
#ObXmlbkO0xD7H54zGBxs4GteGDg5xM6N { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:3.4625015258789rem;left:25.78125rem;height:7.03125rem;text-align:center;text-align-last:center;display:block; }
#SBTaXGOWS33CP0x4qE8bX3Jqz51QUC6M { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:36.0625rem;overflow:hidden;display:block; }
#t0AqMuaJJnSaa0IXwtmQ5slRxmDt0BvU { position:absolute;display:block;z-index:100003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:24.0625rem;top:1.75rem;left:50.9375rem;display:block; }
#aTTJcW91KXa9cDoUNs3sNuDVyuFStQFC { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:geomanist;font-size:0.9375rem;font-weight:normal;z-index:100016;line-height:1.6;letter-spacing:0;top:3.4624996185302rem;left:54rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#H0pnvh1fp44FTuDG7dEzSCISBJwh20le { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:0rem;left:61.5625rem;overflow:hidden;display:block; }
#dVu1UDaw5HyUUcmT2TWctFDzsWXhc1mM { position:absolute;display:block;z-index:100012;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:14.4375rem;left:32.1875rem;display:block; }
#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d92f02d7-ef67-4618-94c1-1d6d8c2b772b/bg8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP.adaptive-delivery-prevent-bg { background-image: none; }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row .container { background-color: transparent; background-image: none; }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row .container > .video-iframe-container { display: none; }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row > .video-iframe-container { display: none; }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .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); }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row .container { border-width: 0; border-radius: 0; }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#lwveszl10ynpIOrKE7kWJU6l4XP9XlEN { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100016;line-height:1.4;letter-spacing:0;top:3.25rem;left:19.75rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#dp552flfeay4kTH7V5DWGIFcAslSBmBH { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:17.125rem;width:24.0625rem;top:11.354687690735rem;left:0rem;display:block; }
#d43OiEkJ10knk7vt5ZJBSCs6eeyP1fql { position:absolute;display:block;z-index:100023;background-color:#7d7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:6.25rem;top:11.35390663147rem;left:0rem;display:block; }
#B2oQ23eFXU1i7ZbiBvRfKDGrqgSHrFo2 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:18.010938644409rem;left:1.1875rem;overflow:hidden;display:block; }
#q11oMNuKVzOHfWHVDC38hz1Zn8BZrNvx { color:#4a4a4a;display:block;width:15.6875rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:12.8359375rem;left:7.28125rem;height:11.9rem;text-align:center;text-align-last:center;display:block; }
#F1arXHpnvlXWkIdqas96eh8hwHUqN6TS { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:16.9375rem;width:24.0625rem;top:11.375rem;left:25.500001907349rem;display:block; }
#XulofOMakrVVmsduZVFCbaiV1zWevnP0 { color:#4a4a4a;display:block;width:16.5625rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100029;line-height:1.4;letter-spacing:0;top:12.235938072204rem;left:32.437501907349rem;height:16.3625rem;text-align:center;text-align-last:center;display:block; }
#SaVp9kaUAtXw38J8fIZdb0VsGvT1PKyK { position:absolute;display:block;z-index:100027;background-color:#7d7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:6.25rem;top:11.375rem;left:25.500001907349rem;display:block; }
#hcz5ScofWUbTsChpViF6XGche2FXPMqi { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:17.129688262939rem;left:26.718751907349rem;overflow:hidden;display:block; }
#m0pkRHbwt4ywvXXThsP4F0usaSU8TH2L { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:17rem;width:24.0625rem;top:11.375rem;left:50.937501907349rem;display:block; }
#dHsI00uFrxVgrbOMoTNGZ9GfHUK0tF4i { position:absolute;display:block;z-index:100027;background-color:#7d7d7d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.125rem;width:6.5rem;top:11.354687690735rem;left:50.937501907349rem;display:block; }
#PduMImv8wWcUn9pDsCff33fV4oVBpFQC { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:17.129688262939rem;left:52.281251907349rem;overflow:hidden;display:block; }
#ZF0KwdguwWlaeVL6hCkAJZqU8abCWlbS { color:#4a4a4a;display:block;width:15.625rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100029;line-height:1.4;letter-spacing:0;top:12.8359375rem;left:57.999998092651rem;height:14.875rem;text-align:center;text-align-last:center;display:block; }
#Oe8bd3ulWRfh8eczeJutGaVsNCen4NA2 { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:36rem;left:19.71875rem;height:4.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9zryRtBvbXlQw429K2p5Tt3bIIbggJN { position:absolute;display:block;z-index:100014;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:33.1875rem;left:32.187501907349rem;display:block; }
#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row .container { background-color: transparent; background-image: none; }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row .container > .video-iframe-container { display: none; }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row > .video-iframe-container { display: none; }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .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); }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row .container { border-width: 0; border-radius: 0; }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#X0sm0GZcUsFyxrwaNg19ffM2DecEurZ0 { color:#4a4a4a;display:block;width:40.25rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:0rem;left:17.34375rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#scgGU1CJoonphyAp2ekExWm7FxDsTswC { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:9.78125rem;left:0rem;display:block; }
#aRqfs3sqH8ENX9E0iZmGIs26i6Hm5SpN { position:absolute;display:block;z-index:100008;height:11.375rem;width:60.625rem;top:6.0625rem;left:7.1875rem;display:block; }
#vKJa0MxzXTqf34ITPb7AJy88gtiXGoci { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:9.78125rem;left:69.625rem;display:block; }
#ML3sQ52v4w3KTlBMfvOhlTWsKG39meiW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:5.125rem;top:6.21875rem;left:5.375rem;overflow:hidden;display:block; }
#nDZUDg74308aDTgygmvwEKsvpeHqH5Tx { position:absolute;display:block;z-index:99998;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:23.0625rem;top:24.4375rem;left:26rem;display:block; }
#XP13awUWCmxEX8eziOit7UTH6KSFinC7 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);top:25.75rem;left:27.1875rem;height:2.8rem;text-align:center;text-align-last:center;display:block; }
#OOQbQgTzgoNUfuUKgo4tKMpcdHM0dUSR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:geomanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:5.375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:24.5rem;left:26rem;display:block; }
#iz2QUM7m2IwCJyrkbJRZcLBA8MbKBsB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row .container { background-color: transparent; background-image: none; }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row .container > .video-iframe-container { display: none; }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row > .video-iframe-container { display: none; }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .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); }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row .container { border-width: 0; border-radius: 0; }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#qQq2zvAWDG1Ch9grKfz2UOkFSKGiekTs { color:#9dbc1d;display:block;width:47.8125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#lwsDuNErrgvkO9N0eWcizS645RhteJIJ { color:#000000;display:block;width:58.125rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100013;line-height:1.4;letter-spacing:0;top:5.3125rem;left:8.4375rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#h6MherdXvtcRElhXlzrhdyfmiyVA7fvu { position:absolute;display:block;z-index:100015;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.1875rem;display:block; }
#Q0F70TaLm5LuzfnFB2W0fd0JUfwfnEer { color:#4a4a4a;display:block;width:44.5rem;position:absolute;font-family:geomanist;font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:10.013281822204rem;left:15.25rem;height:3.8rem;text-align:center;text-align-last:center;display:block; }
#oD06UHZU67b2NTL496c5uFMHBkbNKNHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row .container { background-color: transparent; background-image: none; }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row .container > .video-iframe-container { display: none; }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row > .video-iframe-container { display: none; }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .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); }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row .container { border-width: 0; border-radius: 0; }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#UeoNmkg5aybwZm860aBsTTRHL6lJA42r { position:absolute;display:block;z-index:100014;background-color:rgba(110,110,110,0.27);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.4375rem;width:26.8125rem;top:0rem;left:10.75rem;display:block; }
#d4dOlPMDRy7XNssxbNEKxq3qa1GTw78u { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:32.5rem;width:53.1875rem;top:1.03125rem;left:11.8125rem;display:block; }
#AaN3NaTeLVxHmNOBVESrfD7d56xPxcfT { color:#656565;display:block;width:47.125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:3.287353515625rem;left:14.25rem;height:28.4375rem;text-align:left;text-align-last:left;display:block; }#AaN3NaTeLVxHmNOBVESrfD7d56xPxcfT li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AaN3NaTeLVxHmNOBVESrfD7d56xPxcfT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ea34de5c-6686-4586-9bd6-8734860861f3/checkedbox.svg); }
#pKTu9TtA3I1voDS8tfkmfAxatPW3SsLn { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.125rem;width:71.375rem;top:6.3125rem;left:2.9375rem;overflow:hidden;display:block; }
#QluLMNNBJmuq6GmpRHt9mLsFoiRu700b { position:absolute;display:block;z-index:100016;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:38.3125rem;left:32.187501907349rem;display:block; }
#cclWuZ3HQGSxWapNzdZd0T1c4pn8kgvs { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100020;line-height:1.4;letter-spacing:0;top:40.35000038147rem;left:18.65625rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#zO7oLx64f9W2Fm3CKeEGtgvT4l9dzI58 { color:#4a4a4a;display:block;width:38.4375rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:47.481250762939rem;left:18.28125rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row .container { background-color: transparent; background-image: none; }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row .container > .video-iframe-container { display: none; }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row > .video-iframe-container { display: none; }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .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); }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row .container { border-width: 0; border-radius: 0; }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#cyiuraAWU4OeAsiZGbT3KTLGxHRk8QkJ { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100021;line-height:1.4;letter-spacing:0;top:3.25rem;left:11.15625rem;height:7.35rem;text-align:center;text-align-last:center;display:block; }
#nspT1cQABtVzP4GJl2l8BkavS5JeeP4E { position:absolute;display:block;z-index:100017;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.1875rem;display:block; }
#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/6dcd6000-4535-4faa-8e2f-cdbd5c502940/bg6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli.adaptive-delivery-prevent-bg { background-image: none; }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row .container { background-color: transparent; background-image: none; }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row .container > .video-iframe-container { display: none; }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row > .video-iframe-container { display: none; }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .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); }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row .container { border-width: 0; border-radius: 0; }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#VogZe4JwUu4OTp6Tt63Ac17Jnn6Js30U { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:17.25rem;width:55.75rem;top:0.625rem;left:9.625rem;display:block; }
#yH51Tml840l63T3mRapJB9dEpfqpfv7r { position:absolute;display:block;z-index:100003;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:1.0490417480469E-5rem;left:63.125rem;display:block; }
#vbRU5MKg6ZDe9N2Hw71z9SGpqEghx8iv { color:#4a4a4a;display:block;width:47.3125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.6;letter-spacing:0;top:2.0500001907349rem;left:14.4375rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#HxFhceTsF19PQ5Mw5aeTmrlaTTa8LgkS { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100023;line-height:1.4;letter-spacing:0;top:24.8125rem;left:11.1875rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#aOSzTMQBQxLhVK9qzpZi0ocC6UrmgWta { position:absolute;display:block;z-index:100019;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:21.5625rem;left:32.1875rem;display:block; }
#baLMeiJ73iNohR5FupAym8KT077Gpe7A { color:#4a4a4a;display:block;width:48.75rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:33.83828163147rem;left:2.71875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#KRuTTE9m317DAXS2JBKh0rPTfNZgUITO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.26) ;height:25.5625rem;width:20.625rem;top:29.9375rem;left:54.375rem;overflow:hidden;display:block; }
#pDGsTnnXXy0JI2Fwn5rkmiXqDelMotUa { color:#4a4a4a;display:block;width:48.75rem;position:absolute;font-family:geomanist;font-size:1.6875rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:30.5703125rem;left:2.71875rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#qvsTOSJipeFbFP73LWV62cWzigfhCp6M { color:#4a4a4a;display:block;width:48.75rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:42rem;left:2.71875rem;height:10.8rem;text-align:center;text-align-last:center;display:block; }
#iA7GpFlwsleOtw4zK6mRNKB6ZLi5wThD { color:#4a4a4a;display:block;width:48.75rem;position:absolute;font-family:geomanist;font-size:1.5625rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:38.9375rem;left:2.71875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU { position:relative;display:block; }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU { background-color: transparent; background-image: none; }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .row .container > .video-iframe-container { display: none; }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .row > .video-iframe-container { display: none; }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .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); }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU { border-width: 0; border-radius: 0; }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#XJh4n0Gwgkzu2HWN8zENPlPNIbntMJZL { color:#000000;display:block;width:48.75rem;position:absolute;font-family:geomanist;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:0rem;left:13.125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#ccZzNHo3q5RwKSKxqufnpe9WGssfyOQw { color:#000000;display:block;width:61.25rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100024;line-height:1.4;letter-spacing:0;top:4.4166679382324rem;left:6.875rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#xRhEKIOTTTnEiChrbI2zASmGyADq5Pde { color:#000000;display:block;width:48.75rem;position:absolute;font-family:geomanist;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.6;letter-spacing:0;top:11.051040649414rem;left:13.125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv { position:relative;display:block; }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv { background-color: transparent; background-image: none; }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .row .container > .video-iframe-container { display: none; }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .row > .video-iframe-container { display: none; }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .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); }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv { border-width: 0; border-radius: 0; }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#VEHXl8K906Ry3c7dmqfadaKGLgChcSwy { position:absolute;display:block;z-index:100000;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.25rem;width:36.25rem;top:0.5rem;left:0rem;display:block; }
#tMtqv3AQ8TswqLn42SALilUA97SULftS { position:absolute;display:block;z-index:100004;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:0rem;left:33.84375rem;display:block; }
#eQJ8oTvcLnC3SNzuqO4UevsZPEENomxE { color:#4a4a4a;display:block;width:28.6875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:2.7281255722046rem;left:4.40625rem;height:23.625rem;text-align:center;text-align-last:center;display:block; }
#qz9c99S6elTHazAd0cLXntyLlSk6T4Aa { position:absolute;display:block;z-index:100007;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:0rem;left:72.625rem;display:block; }
#K5NtByX1HzTbOmmtVE2Qt2RgreLqvIaE { color:#4a4a4a;display:block;width:34.5rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.4;letter-spacing:0;top:2.1812496185302rem;left:39.000001907349rem;height:45.675rem;text-align:center;text-align-last:center;display:block; }
#sg5K7m25k8hy4ZWE6hgeQoJFFRQvKkAe { position:absolute;display:block;z-index:100003;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.3125rem;width:36.25rem;top:0.5rem;left:38.125001907349rem;display:block; }
#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 { position:relative;display:block; }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 { background-color: transparent; background-image: none; }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .row .container > .video-iframe-container { display: none; }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .row > .video-iframe-container { display: none; }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .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); }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 { border-width: 0; border-radius: 0; }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#lEbBsJB82moJsyDzXNOtVkZnXFOaJJ63 { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:15.0625rem;left:0rem;display:block; }
#rmKZybAaAUBoXL8sbQ2fSJl7FxTEbUkM { position:absolute;display:block;z-index:100014;height:11.375rem;width:60.625rem;top:12.875rem;left:7.1875rem;display:block; }
#edIAC9bSvbJTOMUdV7dqCUgFVgJlu8Q8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:5.125rem;top:13.0625rem;left:5.375rem;overflow:hidden;display:block; }
#aAuix1ZueEzl5Tro2dZIoUnOyfHUNiko { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:15.0625rem;left:69.625rem;display:block; }
#x4e9nkroOlRaezz2TfJb7leALatEZvSU { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100024;line-height:1.4;letter-spacing:0;top:0rem;left:19.71875rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#imgDMPibL8D8giFfSpoC3P0fiqsM8xu3 { color:#4a4a4a;display:block;width:53.4375rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.6;letter-spacing:0;top:4.6250009536743rem;left:10.78125rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#ylWX67sxaDT1cekV4KpbdVn0GczPuohX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/d92f02d7-ef67-4618-94c1-1d6d8c2b772b/bg8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#ylWX67sxaDT1cekV4KpbdVn0GczPuohX.adaptive-delivery-prevent-bg { background-image: none; }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row .container { background-color: transparent; background-image: none; }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row .container > .video-iframe-container { display: none; }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row > .video-iframe-container { display: none; }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .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); }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row .container { border-width: 0; border-radius: 0; }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#EyGJGSSMvWnZy6xIcXsilbWOmTglAFHc { color:#4a4a4a;display:block;width:45.4375rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.6;letter-spacing:0;top:5.0625rem;left:24.406251907349rem;height:19.8rem;text-align:center;text-align-last:center;display:block; }
#T2WU5h0k4OCp99Zq1ZgUoV6NdL0hOOEi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.26) ;height:25.5625rem;width:20.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lvTIsbxI3QMi2RdRfxbw7PG7trU77rmC { color:#4a4a4a;display:block;width:48.75rem;position:absolute;font-family:geomanist;font-size:1.6875rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:1.6742181777954rem;left:23.000001907349rem;height:2.7rem;text-align:center;text-align-last:center;display:block; }
#xqlNCVIId3cTh3ybPDPzpovlc52Ke9mK { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:36.875rem;left:0rem;display:block; }
#obygCBVAeCtPXIE79P6ksixtususASMb { position:absolute;display:block;z-index:100020;height:11.375rem;width:60.625rem;top:33.875rem;left:7.1875rem;display:block; }
#rXUlRDTJOd2sPPltMTRMhnwMFmSpLR1R { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:5.125rem;top:34.875rem;left:5.375rem;overflow:hidden;display:block; }
#wAmBfSwNEtpMeTTfqhGeMeKDH3ZAlHep { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100030;line-height:1.4;letter-spacing:0;top:29.4375rem;left:19.75rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#lvf7gA6F2MT5ndwTdgzfJP6PhVEZZIFO { box-sizing:content-box;color:#9dbc1d;font-size:3.75rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:36.875rem;left:69.625rem;display:block; }
#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row .container { background-color: transparent; background-image: none; }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row .container > .video-iframe-container { display: none; }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row > .video-iframe-container { display: none; }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .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); }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row .container { border-width: 0; border-radius: 0; }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#nszeKk7qKkiRFkTg24ixdkBK7r7sd6qd { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100021;line-height:1.4;letter-spacing:0;top:3.25rem;left:11.15625rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#bWxZaIRCmCuU24rUHUcxLUJuPEWP1IOV { position:absolute;display:block;z-index:100017;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.1875rem;display:block; }
#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row .container { background-color: transparent; background-image: none; }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row .container > .video-iframe-container { display: none; }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row > .video-iframe-container { display: none; }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .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); }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row .container { border-width: 0; border-radius: 0; }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#ylXcNgPxGIlETRdkTX9BfP1HpG3s893D { position:absolute;display:block;z-index:100000;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:24.0625rem;top:0rem;left:0rem;display:block; }
#qrkKVKCCb0MMODOIyoeiuAIN5aMwiSy5 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:geomanist;font-size:1.5rem;font-weight:normal;z-index:100022;line-height:1.4;letter-spacing:0;top:2.3833332061767rem;left:1.625rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#Jzw40Q3cOlc4RHk51CVSlQJN80iS1Nng { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:5.6374998092651rem;left:1.4375rem;height:19.125rem;text-align:center;text-align-last:center;display:block; }
#DHPvlBV13pNZndxHcBz7JbMhow22mA1x { position:absolute;display:block;z-index:100003;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:24.0625rem;top:0rem;left:25.5rem;display:block; }
#ySbzF7xIeIUntW2S2bmQaoWx2Zd1epmO { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:geomanist;font-size:1.5rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:2.3833332061767rem;left:28.375rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#q2rtmdwnrXfCnPRTaLDCLNzdqoyL3NZ2 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:7.5625rem;left:26.90625rem;height:15.9375rem;text-align:center;text-align-last:center;display:block; }
#MPdR4kVEZPT81pzKd0mQanbWITbtqWLt { position:absolute;display:block;z-index:100003;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29rem;width:24.0625rem;top:0rem;left:50.9375rem;display:block; }
#bRP7DtNWv3111kr1Q5AKrADHxeeg8l27 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:geomanist;font-size:1.5rem;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:2.3833332061767rem;left:52.09375rem;height:2.1rem;text-align:center;text-align-last:center;display:block; }
#FaoULm8SUWPLMXnu1pB9Tx9Phhh0sklW { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:5.625rem;left:52.375rem;height:22.3125rem;text-align:center;text-align-last:center;display:block; }
#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row .container { background-color: transparent; background-image: none; }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row .container > .video-iframe-container { display: none; }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row > .video-iframe-container { display: none; }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .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); }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row .container { border-width: 0; border-radius: 0; }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#EZsIcC0a0WMKONybeAREEtZqediPkb2P { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100021;line-height:1.4;letter-spacing:0;top:3.25rem;left:11.15625rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#iz36bH6LTlmoaPUGKph0e01cpDkW6ld0 { position:absolute;display:block;z-index:100017;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:0rem;left:32.1875rem;display:block; }
#rh7Wz9k1pdwOwkGulx2dP2VwD53MFq1T { color:#000000;display:block;width:58.75rem;position:absolute;font-family:geomanist;font-size:1.625rem;font-weight:normal;z-index:100022;line-height:1.4;letter-spacing:0;top:7.7249984741213rem;left:8.125rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#V3FUflI87OVsDHFIRByI7kUfzSHZzT4c { position:absolute;display:block;z-index:100005;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:30.3125rem;width:49.375rem;top:15.375rem;left:12.8125rem;display:block; }
#AKrOnHUt2gG6qlVaaoQKzHo5WUFpzZUp { color:#4a4a4a;display:block;width:37.6875rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.6;letter-spacing:0;top:18.375rem;left:18.6875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/6dcd6000-4535-4faa-8e2f-cdbd5c502940/bg6.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7.adaptive-delivery-prevent-bg { background-image: none; }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row .container { background-color: transparent; background-image: none; }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row .container > .video-iframe-container { display: none; }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row > .video-iframe-container { display: none; }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .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); }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row .container { border-width: 0; border-radius: 0; }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:75rem;position:relative;display:block; }#QcDN24JT0vdLvmXztTLXt4aToWI0bPmX { position:absolute;display:block;z-index:100032;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:4.5625rem;left:21.75rem;display:block; }
#QNc4h3d09HkKFTS8A60zfKsNrsDZXc1Q { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:38rem;width:24.0625rem;top:5.125rem;left:0rem;display:block; }
#CHbB6fsLGRTO9NpMH2HeSTyUEuc2G0He { color:#000000;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#TNBe21gatb63mh2HuTOQfmOuwKzFWRT5 { color:#9dbc1d;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:30.47500038147rem;left:1.9375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#tZVRhX5ernkMs6QtETCxxBXXF1zhphs5 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.187499046326rem;left:4.625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#HSKiVtBTmr06VOT7uDs8OMorNDtfdho6 { position:absolute;display:block;z-index:100011;background-color:#5d5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:24.875rem;top:32.8125rem;left:-0.375rem;display:block; }
#nsVo1EaVoDx2TJaaySMVVXDQgGT3w1gu { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:34.3125rem;left:3.15625rem;display:block; }
#MBN7ZPqHKqvNpZQtudo56mt01d2o7NE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VHXpSJ9ghsWb4yGaSEbwEhT3n6dimwzR { color:#000000;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:10.044791221619rem;left:1.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aOXAgarNeMENBN6hlaueDKTkpTyR9UTT { color:#4a4a4a;display:block;width:17.1875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100021;line-height:1.4;letter-spacing:0;top:18.012499809265rem;left:3.4375rem;height:6.85rem;text-align:left;text-align-last:left;display:block; }#aOXAgarNeMENBN6hlaueDKTkpTyR9UTT li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#aOXAgarNeMENBN6hlaueDKTkpTyR9UTT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
#dIExcNF2KUyJRZRXkATDwrRkmTL6NS2W { position:absolute;display:block;z-index:100018;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:9.375rem;top:29.499219894409rem;left:7.8125rem;display:block; }
#a7UwruZpqI18JLvFJ85eTC6IgbPAXEx6 { position:absolute;display:block;z-index:100022;background-color:#f3f7e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:38rem;width:24.0625rem;top:5.125rem;left:25.500001907349rem;display:block; }
#wZOlBZBcRkAOTbcohBVcvpRxsm0HTlM7 { position:absolute;display:block;z-index:100021;background-color:#5d5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.75rem;width:24.875rem;top:32.8125rem;left:25.125001907349rem;display:block; }
#iLMrHak5KgTzeaLdqXp22y58mui7KeeO { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:34.3125rem;left:28.156251907349rem;display:block; }
#MHPAfTELritph3LztrnrvA14v1TatbuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D5KdO9SvJLhCyZEsThqdwpJdTJ7tSyDT { color:#9dbc1d;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:30.47500038147rem;left:26.937501907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#B2n6dTUKdRGzNDSzxLSR4SXKRceEpQUd { position:absolute;display:block;z-index:100028;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:9.375rem;top:29.499219894409rem;left:32.812501907349rem;display:block; }
#u3Mnf4mToSWais8nS1NywfQDF4TduIxO { color:#4a4a4a;display:block;width:17.1875rem;position:absolute;font-family:geomanist;font-size:1rem;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:18rem;left:28.9375rem;height:10.275rem;text-align:left;text-align-last:left;display:block; }#u3Mnf4mToSWais8nS1NywfQDF4TduIxO li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#u3Mnf4mToSWais8nS1NywfQDF4TduIxO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
#gm5WT8mKnW0IpEiEI7qqTZVVmDqdpPPa { color:#000000;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.5625rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:7.625rem;left:27.000001907349rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#izanASx0nd6HJLhnwKzgoU58L4BEqaTg { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:15.186719894409rem;left:30.093751907349rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#e9rlLI2yfdm6LVPOLKAs8tND7m9QpnVp { position:absolute;display:block;z-index:100022;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:4.5625rem;left:47.25rem;display:block; }
#ng0FummVuDz9fJhrA0wovEodE6znNaqT { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.8125rem rgba(0,0,0,0.24) ;height:37.875rem;width:24.0625rem;top:5.125rem;left:50.937501907349rem;display:block; }
#J2cMTtPZOy61E4mPmi6d7BwvxmbJTH2p { color:#000000;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.5625rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:7.625rem;left:52.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#gc94ucUPdhfd4eKFKGEaCZdMsSQZ71pX { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:15.1875rem;left:55.5625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#vaFmP1MJFVTMSCXQPu6lEuE8yATpmCNA { color:#000000;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:10.0625rem;left:52.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Lkvkl4QXfIFXS1Qik2azZKUP2pTbfswl { color:#4a4a4a;display:block;width:17.1875rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100031;line-height:1.4;letter-spacing:0;top:18rem;left:54.375rem;height:;text-align:left;text-align-last:left;display:block; }#Lkvkl4QXfIFXS1Qik2azZKUP2pTbfswl li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lkvkl4QXfIFXS1Qik2azZKUP2pTbfswl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
#i0LEoCreS7NqlWgP5qDEEgDEkOumvz1d { position:absolute;display:block;z-index:100028;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:9.375rem;top:29.499219894409rem;left:58.281248092651rem;display:block; }
#MmWDllm8XQwbmnCA3tSTzT08Zwe164St { color:#9dbc1d;display:block;width:21.125rem;position:absolute;font-family:geomanist;font-size:1.875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:30.47500038147rem;left:52.750001907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#B6zPLKeqlJ40oO3gR2vnB4ywD4EqMgp9 { position:absolute;display:block;z-index:100021;background-color:#5d5d5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:24.8125rem;top:32.8125rem;left:50.562501907349rem;display:block; }
#dx0GAisohpMAPD0kJPRkUCThuOrum7CC { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6875rem;height:3.625rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:34.3125rem;left:53.625001907349rem;display:block; }
#cXTOfUf8ShitMZDieQ2EpplqHVLoDUm1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TQ7RST8q0ETlnsxarM822FNraeDynm7t { position:absolute;display:block;z-index:100042;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:4.5625rem;left:72.6875rem;display:block; }
#XcP5ys0glRqy3UAoC4tiNPI08JRNR4ch { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100023;line-height:1.4;letter-spacing:0;top:48.5625rem;left:11.15625rem;height:2.45rem;text-align:center;text-align-last:center;display:block; }
#xwPtCc8N0Dv9S4mL5EUMhITpCgtmfm8x { position:absolute;display:block;z-index:100019;background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:47.1875rem;left:32.187501907349rem;display:block; }
#qRWercNMpbKpHGa2KZI8KxnyUFHq0o8w { color:#4a4a4a;display:block;width:21.875rem;position:absolute;font-family:geomanist;font-size:0.8125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:39.9375rem;left:1.5625rem;height:2.1125rem;display:block; }
#HAy4a07Zx6mw1aGxTZAaByuG0aI1kNzF { color:#4a4a4a;display:block;width:21.875rem;position:absolute;font-family:geomanist;font-size:0.8125rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:39.9375rem;left:26.562501907349rem;height:2.1125rem;display:block; }
#tnJQfT2vFa2hZ6ZHFhzItFbOue7v1wNM { color:#4a4a4a;display:block;width:21.875rem;position:absolute;font-family:geomanist;font-size:0.8125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:39.9375rem;left:52.031251907349rem;height:2.1125rem;display:block; }
#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO { position:relative;display:block; }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO { background-color: transparent; background-image: none; }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .row .container > .video-iframe-container { display: none; }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .row > .video-iframe-container { display: none; }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .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); }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO { border-width: 0; border-radius: 0; }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#aicWFIb4l7RwKZpUf6vQyMK8zBmLQh3i { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:2.4874992370606rem;height:1.625rem;display:block; }
#vsmlg5luXp1PydUFV4hVCQv3SWN5GthQ { box-sizing:content-box;color:#9dbc1d;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:100001;top:0.46879196166992rem;left:70.549999237062rem;display:block; }
#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB { position:relative;display:block; }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB { background-color: transparent; background-image: none; }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .row .container > .video-iframe-container { display: none; }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .row > .video-iframe-container { display: none; }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .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); }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB { border-width: 0; border-radius: 0; }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:geomanist;height:4.375rem;width:75rem;position:relative;display:block; }#R1RAPXTsl71aH8VWd0SvLDJhsJwtMN7M { color:#3f3f3f;display:block;width:34.1875rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.2999992370606rem;height:1.4625rem;display:block; }
#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb { position:relative;display:block; }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb { background-color: transparent; background-image: none; }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .row .container > .video-iframe-container { display: none; }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .row > .video-iframe-container { display: none; }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .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); }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb { border-width: 0; border-radius: 0; }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:geomanist;height:4.0625rem;width:75rem;position:relative;display:block; }#NtMVXQ2zmBXkBEtnwFVbUMdycRePn3Zv { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:2.4874992370606rem;height:1.625rem;display:block; }
#mlBpAudU5m436EH4KXCF7rgL5E1rpG25 { box-sizing:content-box;color:#9dbc1d;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:100001;top:0.46879196166992rem;left:70.549999237062rem;display:block; }
#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev { position:relative;display:block; }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev { background-color: transparent; background-image: none; }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .row .container > .video-iframe-container { display: none; }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .row > .video-iframe-container { display: none; }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .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); }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev { border-width: 0; border-radius: 0; }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:geomanist;height:9.9375rem;width:75rem;position:relative;display:block; }#mMH0ZOgHumk0L2UyJkNXBe2uSUZUcLnV { color:#3f3f3f;display:block;width:58.9375rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.2999992370606rem;height:7.3125rem;display:block; }
#fwzdJVqcr8X821uHaL6QSWT3doe2f26q { position:relative;display:block; }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q { background-color: transparent; background-image: none; }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .row .container > .video-iframe-container { display: none; }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .row > .video-iframe-container { display: none; }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .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); }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q { border-width: 0; border-radius: 0; }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:geomanist;height:4.0625rem;width:75rem;position:relative;display:block; }#KlzUfydgBWkDOaR9vu5fh2T8oQGDGBXd { color:#000000;display:block;width:43.125rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:2.4874992370606rem;height:1.625rem;display:block; }
#k3K04lkwpiMDotlRh6Tu841eiis8MFWN { box-sizing:content-box;color:#9dbc1d;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:100001;top:0.46879196166992rem;left:70.549999237062rem;display:block; }
#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz { position:relative;display:block; }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz { background-color: transparent; background-image: none; }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .row .container > .video-iframe-container { display: none; }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .row > .video-iframe-container { display: none; }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .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); }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz { border-width: 0; border-radius: 0; }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:geomanist;height:7.625rem;width:75rem;position:relative;display:block; }#btLRk1gqEdwVR77JqMNc5XKgPy22rl4a { color:#3f3f3f;display:block;width:66.5625rem;position:absolute;font-family:geomanist;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.2999992370606rem;height:4.14375rem;display:block; }
#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 { position:relative;display:block; }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 { background-color: transparent; background-image: none; }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .row .container > .video-iframe-container { display: none; }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .row > .video-iframe-container { display: none; }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .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); }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 { border-width: 0; border-radius: 0; }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:geomanist;height:4.0625rem;width:75rem;position:relative;display:block; }#fgQX2VeCi0gyT0383SzBTpZfVi6oRLlP { color:#000000;display:block;width:49.5rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:2.4874992370606rem;height:1.625rem;display:block; }
#yQpgZmWqy16Ud1XzJcwvoKD5E4Qnv95P { box-sizing:content-box;color:#9dbc1d;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:100001;top:0.46879196166992rem;left:70.549999237062rem;display:block; }
#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 { position:relative;display:block; }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 { background-color: transparent; background-image: none; }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .row .container > .video-iframe-container { display: none; }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .row > .video-iframe-container { display: none; }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .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); }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 { border-width: 0; border-radius: 0; }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:geomanist;height:9.5625rem;width:75rem;position:relative;display:block; }#SMJdCVMSynEQXALQfiXAWCR6msL8oT74 { color:#3f3f3f;display:block;width:66.5625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.2999992370606rem;height:7.3125rem;display:block; }
#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE { position:relative;display:block; }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE { background-color: transparent; background-image: none; }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .row .container > .video-iframe-container { display: none; }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .row > .video-iframe-container { display: none; }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .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); }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE { border-width: 0; border-radius: 0; }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:geomanist;height:4.0625rem;width:75rem;position:relative;display:block; }#p0rg7pKXUTXJSETLeuwZeahkSiC2eSJN { color:#000000;display:block;width:49.5rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:2.4874992370606rem;height:1.625rem;display:block; }
#aBCaZflLHPTT8BforPWrO4IpD1JpGnaL { box-sizing:content-box;color:#9dbc1d;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:100001;top:0.46879196166992rem;left:70.549999237062rem;display:block; }
#vq7htdDALkvksS36rkUol3Isn1Bndp0S { position:relative;display:block; }#vq7htdDALkvksS36rkUol3Isn1Bndp0S { background-color: transparent; background-image: none; }#vq7htdDALkvksS36rkUol3Isn1Bndp0S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .row .container > .video-iframe-container { display: none; }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .row > .video-iframe-container { display: none; }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .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); }#vq7htdDALkvksS36rkUol3Isn1Bndp0S { border-width: 0; border-radius: 0; }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:geomanist;height:6.3125rem;width:75rem;position:relative;display:block; }#tsVIgs8oFWtRG6OF92vHiJqwc0FZxsQQ { color:#3f3f3f;display:block;width:66.5625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.2999992370606rem;height:2.925rem;display:block; }
#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC { position:relative;display:block; }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC { background-color: transparent; background-image: none; }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .row .container > .video-iframe-container { display: none; }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .row > .video-iframe-container { display: none; }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .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); }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC { border-width: 0; border-radius: 0; }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:geomanist;height:4.0625rem;width:75rem;position:relative;display:block; }#RsyMBwQTNiNibFblkiHAdE32gd8e52pI { color:#000000;display:block;width:49.5rem;position:absolute;font-family:geomanist;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.21875rem;left:2.4874992370606rem;height:1.625rem;display:block; }
#h5CffQ0bF7bNTlFtbLqlAAK4E5IZPdnQ { box-sizing:content-box;color:#9dbc1d;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:100001;top:0.46879196166992rem;left:70.549999237062rem;display:block; }
#OwMciibVzF5VoEEe90RsRUMneApsVkgl { position:relative;display:block; }#OwMciibVzF5VoEEe90RsRUMneApsVkgl { background-color: transparent; background-image: none; }#OwMciibVzF5VoEEe90RsRUMneApsVkgl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .row .container > .video-iframe-container { display: none; }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .row > .video-iframe-container { display: none; }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .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); }#OwMciibVzF5VoEEe90RsRUMneApsVkgl { border-width: 0; border-radius: 0; }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:geomanist;height:7.5625rem;width:75rem;position:relative;display:block; }#f3dgbS3drCNKCvHOJ5XGgeHTO2HJlMTl { color:#3f3f3f;display:block;width:66.5625rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.46875rem;left:2.2999992370606rem;height:4.3875rem;display:block; }
#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI { position:relative;display:block; }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI { background-color: transparent; background-image: none; }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .row .container > .video-iframe-container { display: none; }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .row > .video-iframe-container { display: none; }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .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); }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI { border-width: 0; border-radius: 0; }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:geomanist;height:5.3125rem;width:75rem;position:relative;display:block; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5506721d-a272-45e1-9197-f732129e1f37/bg5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F.adaptive-delivery-prevent-bg { background-image: none; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row .container { background-color: transparent; background-image: none; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row .container > .video-iframe-container { display: none; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row > .video-iframe-container { display: none; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .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); }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row .container { border-width: 0; border-radius: 0; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#GFo3Kb2249inMdZrXgprl0IA7uT6ka4s { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:geomanist;font-size:2.375rem;font-weight:normal;z-index:100024;line-height:1.4;letter-spacing:0;top:2.1312503814698rem;left:11.15625rem;height:3.325rem;text-align:center;text-align-last:center;display:block; }
#JBKLOBTA61yU7vAgymTgitD2dwEvNOmM { color:#ffffff;display:block;width:52.6875rem;position:absolute;font-family:geomanist;font-size:1.75rem;font-weight:normal;z-index:100025;line-height:1.4;letter-spacing:0;top:6.1750001907349rem;left:11.15625rem;height:4.9rem;text-align:center;text-align-last:center;display:block; }
#ldoP4pX93NIsaZVUsxcDREZaKNmKVhR9 { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:geomanist;font-size:1.125rem;font-weight:normal;z-index:100025;line-height:1.6;letter-spacing:0;top:13.00625038147rem;left:16.125rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#iAvnxc2INe75TnH3v8fZ3MLmLTdFmR0G { background-color:#9dbc1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;text-shadow:0rem 0rem 0.625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:geomanist;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:18.4375rem;left:30.15625rem;display:block; }
#wI6LnweUIiAyv4rded7biUaFASk6uf28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU { position:relative;display:block; }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU { background-color: transparent; background-image: none; }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .row .container > .video-iframe-container { display: none; }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .row > .video-iframe-container { display: none; }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .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); }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU { border-width: 0; border-radius: 0; }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#AAsDBSZBPqZ0Roe3xV4BxciwA9axVfTb { color:#656565;display:block;width:16.4375rem;position:absolute;font-family:geomanist;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.6;letter-spacing:0;top:1.25rem;left:0rem;height:2.4rem;text-align:left;text-align-last:left;display:block; }
#XCu2GrfBAF1rVc4JTNO24bdDGKRcFBfe { color:#656565;display:block;width:16.4375rem;position:absolute;font-family:geomanist;font-size:0.75rem;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:1.25rem;left:10.4375rem;height:1.2rem;text-align:left;text-align-last:left;display:block; }
#BkBxKTf8SywStghNMUQHRVMhtsI1kJKo { color:#656565;display:block;width:16.4375rem;position:absolute;font-family:geomanist;font-size:0.75rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:2.5rem;left:10.4375rem;height:1.2rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqfaHHpquWJ4LR7vJRXQUoTtQHZBGDVD { top:1.875rem;left:17.34375rem;width:13.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ { display:block; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsZc2cxysVWJ7FWSBcB2bTNKhkx9MxtV { top:4.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0nn4h85TV83gXEmgOx8Lw1O6FKExDAK { top:7.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apLZZbyT685iwaJSkCfMsgiiyBNmJnT2 { top:16.625rem;left:0rem;width:47.75rem;height:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1JS9mng9L4l8aSmwUKCbyZJbNVkoeZT { top:30.0625rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q49LrWuZRPD5D5I3D79zzTtoUmKX8icp { top:29.4375rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOauPsxwNyesfyxTQJWGL0G188Ihk3Qi { top:32.0625rem;left:0rem;width:47.75rem;height:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCdEKmIKUbG2MRBUILRHlEooheuzrkn { width:23.125rem;height:3.625rem;top:11.125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMglky9naPRP6un1w7tq4lxKT7UKpUJE { display:block; }
 }@media only screen and (max-width: 763px) { #Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d { display:block; }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2XrzZRPcUoMaPIEFy4vdw6Vv8pDOF4s { top:16.375rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2nRMF6cO0lAVsExZUkSUmMwncF5MTT { top:19rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF { display:block; }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNlcGATIbAxcVXpQaoUNZu2Fe0zMfxOh { top:0rem;left:0rem;width:20.625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBvuavoOaVQeFkEXFgosTrPkBf2M501Z { top:0rem;left:1.25rem;width:46.5rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXJDa5592OGAfe6ikWGEk8eICzmOHAnr { top:3rem;left:0.8125rem;width:46.9375rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWELbg41sSa5HJsq3naQcUhwibb8299U { top:15.4375rem;left:9.125rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4o3D7PnkqOO1hffzZpZ7buu5tKcCPoi { top:15.4375rem;left:42.375rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSmNMLCXXe0b2BJT1TxxJUSUtsLlIphD { top:9.375rem;left:8.875rem;width:38.875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3tT5XaJUXt93Va3ItMbxVrxZdoL3RQg { top:10.375rem;left:11.71875rem;width:2.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5ygINhwIScE1qXTasGqPapubZ2PlD7 { display:block; }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpUIZEuEDMMCSAS2XFBuUMUSFiIOJBzC { top:0rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5pyLXk7e8XFy4NHDt8NyeoBsAaammlu { top:3.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trdt1HJQ5bT5H45Mkae3sqSqPdCG2BS9 { top:11.1875rem;left:0rem;width:47.75rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZMUfx5zqMwlWkNZLsFEMCi4MVZK4bh { top:13.25rem;left:0rem;width:46.625rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchagppHWderHnlxVpiCC98KW96W9Xr9 { top:18.5rem;left:0rem;width:47.75rem;height:15.4375rem;font-size:1.125rem;display:block; }#QchagppHWderHnlxVpiCC98KW96W9Xr9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7e6bc38c-126b-430a-9ad7-4439994a99e1/dot.svg); }
 }@media only screen and (max-width: 763px) { #GSCEBWIP4uAM9LcQ61GC9FsuvTr3gWNT { top:1.8125rem;left:0rem;width:47.75rem;height:25.448265895954rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlMSArpDqEbcqWQcmEIQ6Mzsbyp4oOBq { top:10.25rem;left:0rem;width:28.875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #REmkJI1ynlV3yqn3epEsatMLOIt73omO { display:block; }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV99gBy5ZT1yy6xrhU8EwRvp2g3v37s4 { top:13.625rem;left:12.375rem;width:33.6875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEc8SJEaq4W70VxyqdSrAOuzA25SCnUc { top:12.875rem;left:0rem;width:33.6875rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s55fHwh06MuxwZ9IEPxAlakK5vB1tJiz { top:19.25rem;left:0rem;width:35.9375rem;height:13.8125rem;font-size:1.125rem;display:block; }#s55fHwh06MuxwZ9IEPxAlakK5vB1tJiz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65e28518-8aa7-44cc-bf31-d7cf91e15870/remove.svg); }
 }@media only screen and (max-width: 763px) { #cErbyPXobGiAccdeRlxrmDm2G6QnpOR1 { top:0rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHvThOnuXQPH4q5FRmNFpwWPJvh2bnB { top:2.625rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e { display:block; }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXHmziZldiCyKSTEF35nmgW2P7lnAIqU { top:6.0625rem;left:5.375rem;width:36.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SARwTMKsdEol4bXc8h8xn7OmzkTfuiZJ { top:8.25rem;left:5.125rem;width:37.5rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUkC5fTzZch6GF4vctKHnycWEBCiVDEl { top:12rem;left:7.71875rem;width:32.3125rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 { display:block; }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7c6PKT9IzSvl3eudMOseTBJ8pmXTASx { top:6.0625rem;left:0rem;width:18.25rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4dh0dDuaodm60aQXhfchM4x74bMu4F { top:7rem;left:0rem;width:34.375rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPeCk6LRJiGtPNLnpsHpEgXeC8bLCm8 { top:6.0625rem;left:26.125001907349rem;width:18.25rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuFRTd23nhSZt7fS3XSEZZ9Vtc5L3Bi1 { top:7rem;left:13.375rem;width:34.375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcTMgGqfLtaW9eWnZTvMzwC9wJ1bD8sI { top:9.125rem;left:0rem;width:30.625rem;height:19.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgILxCVfZLULUATpGiqcdVAT7pMzp2mI { top:10.125rem;left:17.9375rem;width:29.8125rem;height:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEd3ZKXtNiq3TX6vFEtCmhvHOnKtwzl7 { top:30.125rem;left:0rem;width:47.75rem;height:22.611988054608rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 { display:block; }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STNNEln9IXt0LnLGO0OXp9Vsm8q3lT86 { width:34.5625rem;height:3.625rem;top:0rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg52OAwuto064T80lE9PwPAAGcSb77Ef { display:block; }
 }@media only screen and (max-width: 763px) { #F7kts5T7rVpX6hEquTGVePvcncI6SU4p { display:block; }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxMqQQ9TOJVnkWLysxd2ERI67tl8xpIw { top:3.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebL5Tv1mI3z5VcTT4zwqNM1S03kQTEMm { top:0rem;left:18.75rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXzVxSuhUO37WZJcGPRXktXxqlGAe8W0 { top:8.1875rem;left:0rem;width:26.0625rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsxSTH0EcS6hnIHVd7JK0kl6HQtGMu4 { top:9.25rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN67ravAcSUdJAmQfOisubiOKtIyhfNK { top:11.875rem;left:7.59375rem;width:33.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP9HBQKzVb5rkqctTUdArOGn4XDxWRzn { top:14.875rem;left:3.375rem;width:42.0625rem;height:18.625rem;font-size:1.125rem;display:block; }#rP9HBQKzVb5rkqctTUdArOGn4XDxWRzn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f9f33b85-7f12-4161-85db-8229d8cd5744/fastforward.svg); }
 }@media only screen and (max-width: 763px) { #lEdp4Vi8FTL7O8EHqRP27umbHa5L8RQI { top:34.375rem;left:7.59375rem;width:33.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXMmhmPf8ZfZ08u5NI3noTStae2RcXvL { top:14.0625rem;left:38.625rem;width:9.125rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSAZqXWgT9SgB2lc4TrQzcBs17Crbbeh { width:30.625rem;height:3.625rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEiZ5fii4TFBrHErEtkOgbPHo9GzadyZ { display:block; }
 }@media only screen and (max-width: 763px) { #besB12VI7zEV8rvVlSlK5fkmlaL6egGb { width:30.625rem;height:3.625rem;top:42.75rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcT3ald6rQMszKBoDvcOhTa72GHghcwf { display:block; }
 }@media only screen and (max-width: 763px) { #xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu { display:block; }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDUxSwbLJsqep8VmLCSN5Ts2UXe47Mik { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS4QwmlXzH2CqP1rRLpoy5GpzKzbAH4Q { top:3.75rem;left:0rem;width:26rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sffteAv93thLxh7zG7upGBKy2ECV8V2p { top:4.8125rem;left:0rem;width:47.75rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu90NCsI1GTLgIxu8xHGU5Ht4MRPx1EU { top:10.4375rem;left:3.5rem;width:42.0625rem;height:26.1875rem;font-size:1.125rem;display:block; }#Pu90NCsI1GTLgIxu8xHGU5Ht4MRPx1EU li:before{  }
 }@media only screen and (max-width: 763px) { #QKomJn7vEkuPZ2RVb0uG3vuxyml9Mrcg { top:7.25rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKTF3ELheqrThH40b5irPxAtPJUdH1q3 { top:41.5rem;left:0rem;width:26rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEXVMxt1i0HLweu3kh1uJ2cPOaubfPs7 { top:42.5625rem;left:0rem;width:47.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI5Kyk4vItp6Agrvrla8WWrlKJW1Un4z { top:48.1875rem;left:3.5rem;width:42.0625rem;height:;font-size:1.125rem;display:block; }#MI5Kyk4vItp6Agrvrla8WWrlKJW1Un4z li:before{  }
 }@media only screen and (max-width: 763px) { #TNaLxMLnCR9zmmgxI1gDyJ2lF6SH7Ss7 { top:45rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr2lOlxeIHu81TybRgb6zHiZGEUscyT { top:73.3125rem;left:0rem;width:26rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6J1FdAzTbOM4CpJlR8tXMp8UskDxxz1 { top:74.375rem;left:0rem;width:47.75rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrm1XPVaFGclXoEpIPLrqQwzSrZf9AM { top:80rem;left:3.5rem;width:43.875rem;height:22.375rem;font-size:1.125rem;display:block; }#CSrm1XPVaFGclXoEpIPLrqQwzSrZf9AM li:before{  }
 }@media only screen and (max-width: 763px) { #wG25EcmZCHWW4yDVxxwrvREXuurGOG68 { top:76.8125rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDCD2IVgDkIBGGxZpEBqFqIS6rhy7zZI { top:107.375rem;left:0rem;width:26rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVf4WIUg0T0KRr00g9oaJzKeRdfRrvsC { top:108.4375rem;left:0rem;width:47.75rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQKrKXlvpkPSn5R2xCTgb3C0BnUWkVg { top:114.0625rem;left:3.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }#QrQKrKXlvpkPSn5R2xCTgb3C0BnUWkVg li:before{  }
 }@media only screen and (max-width: 763px) { #Uk49MAOpyJy9l1slH9w3WKGFHRmyotN4 { top:110.875rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTl9JInr2JaXXuQ1kNZKCF7VDm3bTrG3 { top:148.125rem;left:0rem;width:26rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMBsHFHar7WTJGOL5yMlQCNi9FOOqEP { top:149.1875rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVRrvrLAhgKWP9wvzmSgxpdRiIaw71H { top:154.8125rem;left:3.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }#hbVRrvrLAhgKWP9wvzmSgxpdRiIaw71H li:before{  }
 }@media only screen and (max-width: 763px) { #pWRev45Nb7VrRIxIT35Qw5v4VOB3Igfd { top:151.625rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGHbcrNWiTmbdfpiCgsam2M8LuXdmMT1 { top:174.625rem;left:0rem;width:26rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgu5qF0v1nemK60QxxSLd9az8OrOzSdZ { top:175.6875rem;left:0rem;width:47.75rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1X0We8FJUkaeoXbZ1wto23bRwNvqwgk { top:181.3125rem;left:3.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }#c1X0We8FJUkaeoXbZ1wto23bRwNvqwgk li:before{  }
 }@media only screen and (max-width: 763px) { #ONueVaqT3WB6U6ZCn1BIN80vxHhaoTTu { top:178.125rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ29FdEMhIuePXR27Imd99iS8gQTL9TR { top:210rem;left:0rem;width:26rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycbma50TyMiEzzqAMOCIxG6i6KJJE3T { top:211.0625rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huDlcXyD8J0dGFUSHJJB1MPy5CTyNzO4 { top:216.6875rem;left:3.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }#huDlcXyD8J0dGFUSHJJB1MPy5CTyNzO4 li:before{  }
 }@media only screen and (max-width: 763px) { #bgenCmQPlZRPa347VEusotIvEEGLKy1p { top:213.5rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlT2mPa2xnv8hbTd1iVF4d9ITUiZhnX9 { top:246.875rem;left:0rem;width:26rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqt8AaVAvOH9ufvkVmrxLmrQgTHl9y6g { top:247.9375rem;left:0rem;width:47.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyzCJH4CDf8emBeWGun1BamBONs87EUr { top:253.5625rem;left:3.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }#ZyzCJH4CDf8emBeWGun1BamBONs87EUr li:before{  }
 }@media only screen and (max-width: 763px) { #RiJIPEuBXdoX3sDKSVdTRd272fmt5DBO { top:250.375rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb52k5gNvMzApQo75RhgW1dPINU6i1zk { top:265.8125rem;left:0rem;width:26rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMGgdW2e2NbT7tqyuTgnQ3uJzEP0sk1t { top:266.875rem;left:0rem;width:47.75rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFl0sDkoLA8i2VsXav9iqAJhOT5kAUSU { top:272.5rem;left:3.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }#OFl0sDkoLA8i2VsXav9iqAJhOT5kAUSU li:before{  }
 }@media only screen and (max-width: 763px) { #OMOThSv2UJfIvzs2IHTOuPgC9AIPCBm2 { top:269.3125rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9aC7wCZHwKB1ibtUJTP3sFyIolTdacB { top:299.375rem;left:0rem;width:26rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD77QygdQp87TDzpqFJotqnZAB4TSzBC { top:300.4375rem;left:0rem;width:47.75rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTBEgpMtzxkX7ngMeqsbCK1hgKvX2ZD { top:306.0625rem;left:3.5rem;width:43.875rem;height:;font-size:1.125rem;display:block; }#DkTBEgpMtzxkX7ngMeqsbCK1hgKvX2ZD li:before{  }
 }@media only screen and (max-width: 763px) { #qNwRZozFJW2QTuiGq7SrolsC2Xvi6vnD { top:302.875rem;left:3.5rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N { display:block; }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOLzthrG14bciPTCiR3TsM1UdZQTuDZZ { top:0rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJgih2LPJEtE7aToefV3o2J468nnCKTZ { top:5.1875rem;left:4.5rem;width:38.75rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVVqZap4QTJLsceMNCA7ykSgRl9ETh7 { top:7.375rem;left:9.53125rem;width:28.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTZ9gz5EAwDLkCi6O31ZuTvExkq6TSx { top:10.6875rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXNXGS37e7Git9BVr0vTlsHJ4Rk2rO7i { top:11.4375rem;left:9.53125rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAo3Lw4TAfqcMTiiBnHkFlkiLfhxpEI { top:14.125rem;left:12.0625rem;width:23.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btkFTBlb8tvwRDtolsBq83Mpkp9cC3AX { top:13.5rem;left:5.75rem;width:36.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRg1wxKipRhF3GNwqlDNQwwVdE2X1OwT { top:18.4375rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsbQoQZh1T11ErWT7MThVctPneg5kRLx { top:17.625rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTdzCi2n5OzE0lk1Fi1ATsTfJqz9UwA { top:21.25rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRIJxv2XiDqOTxrfb7CMMCdkE7uh7yG7 { top:20.4375rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTfWq7dGfb7VZ69Ons3g1gTN3hQ0bi1 { top:24.0625rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxLQNEiAkEihQeE2oTE1GOWZRBxGNZNQ { top:23.25rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcuC7gQwtiLUlkNyVGvN3QqsSA4feZUq { top:26.0625rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pan109X7Qa5tTV3OFzwlXDmPgyD5NHA9 { top:26.875rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds01BtV7JtpbR3gtyuGCz67AasDHGqqc { top:29.6875rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEPDXQt25tVpECICXGr3z62CTSTdZWv4 { top:28.875rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo40pg8WLr3oPG222TBEJIJFrIdiZ72b { top:32.5rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUePaFFnQMw61zk02GBglOR5zpACvx2p { top:31.6875rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9lQ4S1wPhIiTOe772AuifCsmdqxMKq { top:35.3125rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc8hQFM9t04R7ObEI5s5AQWExIOZBZuB { top:34.5rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXdvI1WvuxhMFTTGOB7gPKwT3FKmrxL { top:38.125rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKWalHUbZD43dDMP1FWDe6oTUkyL2Qxb { top:37.3125rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5hFVy8hk805ACZXM7alnmGbwMs4lK2 { top:44.4375rem;left:4.5rem;width:38.75rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNoUc50LcKL1o2A2o3DNEFQg7Jak2RRk { top:46.625rem;left:9.5625rem;width:28.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMHxXhcLdaZ3D81d3lHiarI5wMT4SLNO { top:49.9375rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpJWntBTyLLbBd18aqHHuvAzk9lPFxwH { top:50.6875rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78s7G0hGVFTy0ZhJvIrZHJszRHTIPCp { top:53.375rem;left:12.0625rem;width:23.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0VuOyqwbkJeXBE8zVR0plRTsUq6Lhz { top:52.75rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8Wg9K73dZ9vsogMI8fWSSkDPhTuRsM { top:56.375rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7ouZsFxtK2EGAJ71vHMwMvBtc7d0Rp { top:55.5625rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUOCtPLy9FhyPUhGx4cdaraLoEQo61HF { top:59rem;left:12.03125rem;width:23.6875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBI6XUIecB486C0yo2XM16IW5e40ybDI { top:58.375rem;left:5.75rem;width:36.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRCUus0zgR4TQGoyA0ALKokxhbBRehF9 { top:63.3125rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4PA2EO5NDwJ9MEosRGtk6LU1TgT8kyp { top:62.5rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQA4PbgnXeNiTL8nRxwcG830pdcXTR1 { top:65.3125rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azL2k7FIqAkI7JPBKXbg7C42Mxo6cuNM { top:66.125rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMtfm8o6WDRPwITcOw56mcQoqrEwZnX { top:68.9375rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxT7TyyAEoSyq6aH4rtNN9pIM4Dl3yOC { top:68.125rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhAoa9oNhGoAv0MBsghxmBfyLfP73tpo { top:71.75rem;left:9.5625rem;width:28.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FappBUrwg19xWQ1NtElo1tWQqaqXswwc { top:70.9375rem;left:5.75rem;width:36.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS { display:block; }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmWgemBbwTRzo4wUIObqZD9KfpFEq64T { top:5.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDyWTTwD0iexdrVKF1ZoTf662hEq33L { top:3.5625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So7mF4f575AMHfVVae0GTgxpvrFasEwr { display:block; }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doM9hGeUSwmetdyy0PyATLCyRePdHPdR { top:1.75rem;left:0rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFOcoaZyve8iZ5ghzCa2MJS64T3MTWU7 { top:0rem;left:5.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOca9ov6r1v8Adc5Xm1C0mvdKsf2pNS { top:3.5rem;left:0rem;width:21.0625rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2T3gTepom6cfdatpTmZNdQFwiCrco00 { top:1.75rem;left:7.6875rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6QD2Q2puAKIRIz14Un6iONtmTZCKXgw { top:3.9375rem;left:12.5rem;width:19.25rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Gio3wEqkOi3gWrB0LiJd0wTeBfzeVH { top:0rem;left:21.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlVoCyQybxpLpM5WGWx8VgOmCRmmVVcA { top:1.75rem;left:23.5625rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRlT744GveAxzMRr018G5AldhgoEuDa { top:4.375rem;left:28.375rem;width:19.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RovIyhM70rC2uPQblnee5vZpy8Mraiom { top:0rem;left:38.0625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euxH5Nu5FW1OrTCeMD7ENgNVFoX2uF46 { top:15.3125rem;left:5.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP { display:block; }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vap2svMnfrOev6RZNOmBSZRqe039TwkJ { top:1.75rem;left:0rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTbiNBP5CcTJdOnTyEUwv7ZgCtv9fDt { top:4.25rem;left:0rem;width:19.25rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs2TLw74aK2roCpTkESS3o0EMG0ZzHp7 { top:1.75rem;left:7.6875rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SASyi2SFGyJpSgozr18F7PUiknfIgwGL { top:4.375rem;left:12.5rem;width:19.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUpVTCyyIJDtT4FEkXhUAO7oKk0KQug { top:0rem;left:21.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmXqc3BIW9Q5BETZTxr4qhOtM1FI4JLV { top:1.75rem;left:23.5625rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGVmraJDWs84EdMtKbAuOql7Tgy3imXD { top:5.125rem;left:28.375rem;width:19.25rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7t9bCgWdsTWTUqpazgrzRB7II1ABKUs { top:0rem;left:38.0625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ { display:block; }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uF2oQPIGLJMToLc2ksXAJtMCDhaThTXp { top:1.75rem;left:0rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR5a4yUgn0t2hvcGlzJekJXyaRuBAdKy { top:0rem;left:5.375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMgrtsetQyVZSIfUBuGJ2fXMKgWEmszO { top:3.5rem;left:0rem;width:19.25rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmUdedMAyIaFcIUfCZvKlxfpMRQHFuPT { top:1.75rem;left:7.6875rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP8Ms2JwAy85zdrKB9B0extTUJMa95DS { top:3.6875rem;left:11.25rem;width:20.5rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrysWC0Fu2n7w0fnA9lWPEqvySS8cdc { top:0rem;left:21.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwFxGi6Ui4RaDaPq7SmMV86RgC5smpFz { top:1.75rem;left:23.5625rem;width:24.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Tf1lPKcS2gKFfyXbIgEy6zOgXABQ7w { top:3.6875rem;left:28.375rem;width:19.25rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcooe6baxFao6d4IsQSdzTqVSKVWMDI { top:0rem;left:38.0625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy { display:block; }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak8iLWpSHGVCwUzJQJL92rtIhS8HqwtN { top:3.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBgyOrOOsxVcTu5sVQg0RrkxZ0LTM2Z { top:5.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBGqTPkyz2GaV0UwhPg75DnviihPgbRF { top:10rem;left:4.78125rem;width:38.1875rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmMIX35MPT9FrtreLO55L8142brWU6n { display:block; }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR2IfuQEJoZGa0Ad2gAfruQlcoSNhrtW { top:0.625rem;left:0rem;width:47.75rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7nQXFIcoTs3HGvTgtlhuaOlSLJXpCRe { top:0rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyhwpCwE6KFsv5NeNS6O52e0LQQEwf1D { top:2.3125rem;left:4.21875rem;width:41.1875rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 { display:block; }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgnwQCRi7WfqQF99Rrfq5kucIqOWBvFT { top:0rem;left:18.75rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxSUZkTETTJbfkq81kzA2QqQ8SCk93S { top:3.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi { display:block; }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xzoa03kZiyXT7FBTn5cnf3xdG5WBw5pr { top:0.5625rem;left:0rem;width:24.0625rem;height:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usW6TixTGER1F7RdApiBAfJFekVlSMfI { top:0rem;left:14.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfomwlIF3SdXeHgc2r2qOPPFqe9bKrFc { top:3rem;left:0rem;width:21.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWnoMPWrBhqZh0iQTV8PxndZhX9u0as { top:5.375rem;left:0rem;width:21.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2bm7TFyg2zfMtDx99kOPUx0lcrMEbF { top:16.8125rem;left:0rem;width:19.375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufNpGJUm2xrwh0WenHbV8z84fUahkLP { width:18.6875rem;height:3.625rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7wqFlEIdbVuME8bN8R6iggKCJCznzop { display:block; }
 }@media only screen and (max-width: 763px) { #gO6nZyC0JtqxpCVxcMTVfbInJ3JBgSKK { top:30.125rem;left:0rem;width:24.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkHhv6t4qx4CyTem0lZSoTTup8dTILCC { top:0.5625rem;left:7.6875rem;width:24.0625rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmX3hMqyyasdZFpV0uDGc36CHrK75LtM { width:18.6875rem;height:3.625rem;top:36.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #md2fWB8ar69ca4ylwMbONdXWkELDaTy5 { display:block; }
 }@media only screen and (max-width: 763px) { #kfawhpxRkrHBzm8WgAl0IvHZo2ieMAb9 { top:30.125rem;left:6.9375rem;width:24.875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJwvkLO8Oixkck4t5wTFm9xI90laa9pu { top:17rem;left:10rem;width:21.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhsaKzWJX0Omzgtwq2aeKSGXgxD1KzJv { top:5.4375rem;left:10.625rem;width:21.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBV6tuB0Cv55EzSDHqdBeXCB7xZnhGtm { top:3.0625rem;left:10.625rem;width:21.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcymst5nTXNcCOtBvrROLvDwwh9KfHT { top:0rem;left:30.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mqTuMqMZMW4b5Bd2mmlPC5scsq2mZT { top:0.5625rem;left:23.3125rem;width:24.0625rem;height:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHlFLOFOhmVCzDu29kVWXwrDo6A4pvGf { width:18.6875rem;height:3.625rem;top:27.8125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVFRIt7aZPq3xvwOweacS3MFH18PDpz3 { display:block; }
 }@media only screen and (max-width: 763px) { #Tv4Pt5egA3SrR5QFfLbCTaG21rkAJ4t3 { top:30.125rem;left:22.75rem;width:25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3TF8FhfxDpTTn0tWPGE8oNL5JkX1b8 { top:11.625rem;left:30.375rem;width:17.25rem;height:10.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPxpWhB7CvhfFvTPGxx4lRLe8PADCFA { top:22.5rem;left:39.75rem;width:8rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8i0H2n2vkRDGcpaEdna5vavZOeSxnW { top:22.75rem;left:32.5rem;width:6.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po8ynxwT1bEVclBTF9bGRp4PLraZri92 { top:0rem;left:46.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6uXTgC3ywtrDT3afAuv61xRs1pyVTJJ { top:22.5rem;left:0rem;width:21.75rem;height:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhcIvqg07F1vDCLuTJxtkfT3ASUXKc77 { top:8.5rem;left:19.062501907349rem;width:9.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaVOG7Kr1x7PnCQDX6xG3Fy2z8aIcGM { top:7.8125rem;left:2.4375rem;width:11rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2zTN97n3aQ5kfszc8lpW7KHTdMlRwIt { top:42.375rem;left:0rem;width:22rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBGTmO5KAKgFcmMN9c9LcuFIFNkLxhf { top:42.375rem;left:9.75rem;width:22rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9K3bypw6PgXryG3cIsB9Jsv5cMtcETW { top:42.375rem;left:25.625rem;width:22rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghff9vPdRS8z9k3CEtroeD07pPzFQe4H { display:block; }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSb2pw7hmLX6sq4BbSlErah4F66GLu7q { top:6.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PECLb5JzSUH9Kk1bvlT6vyid1XAQ4e3U { top:3.5625rem;left:18.75rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJWvQB2o3daNdFHGAoTdIKZnrWkNn9h { top:14.75rem;left:0rem;width:24.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVprnTx2CDBMVbEEBk1eZgNCPT5LKVcP { top:20.5625rem;left:6.21875rem;width:25.25rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au5Qe2O3ecKnUQwFb9RXMq64gQ5vzo1T { top:21.5625rem;left:1.5625rem;width:45.5rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXSVOmsuqTm2T7TvfxiuZcQsJTSskTcB { top:16.8125rem;left:12.937501907349rem;width:33.6875rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZRkKJ0tEE76wtvKG1uLpn5h95s7wkIF { top:23.375rem;left:7rem;width:40.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiNIg94i4ASq28hiUFwT5cxk3WnpEkT { top:28.125rem;left:10.687501907349rem;width:29.75rem;height:10.875rem;font-size:1.125rem;display:block; }#uSiNIg94i4ASq28hiUFwT5cxk3WnpEkT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #X5aZIkUMvFkZRsHeLW16sXztIZeFr69B { top:44.25rem;left:0rem;width:26.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxOTIUOFlM2b3F1CQb9zIaFUGymN1OR9 { top:45.25rem;left:0rem;width:47.75rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npuI52WT8DmbL96NhiUSaItKcft0KJP0 { top:47.375rem;left:0rem;width:43.3125rem;height:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXzKJWpaM2tghTrygW28qTCmlcylFikF { top:59.3125rem;left:4.625rem;width:26.8125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om4R1JAMax9swzk5Zas0zePFWEHxT8n0 { top:60.3125rem;left:0rem;width:47.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONEmA385T9Fc5strzBDgy0xTAXd1XOc { top:62.25rem;left:5.125rem;width:42.625rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDsXQV6BNSo23asxaGfyUq1PgEWfurQE { top:40.5625rem;left:0rem;width:47.75rem;height:28.696472019465rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk { display:block; }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyMRulsL41nIfOcPMu6tsbToTp1W5JEi { top:3.25rem;left:6.46875rem;width:35.1875rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1A20navbHb1w4hukxe27LX5VSZBGH3k { top:0rem;left:18.75rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWez28TAFWzXx0u35hWNnQZf2hWfpKot { display:block; }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOnTHIgGUWGQfIlLiyptHH3JUlSpFTG9 { top:1.75rem;left:0rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigp1Emx6U9QdV06sf55cWczF0ed0TpH { top:0rem;left:6.03125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwJTZvRoz4fcG1vv4iRMJOOVK5Uz44fm { top:3.4375rem;left:0rem;width:19.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWaLT2Hucq1eyCTy1B9C2RRDQTDxtDn { top:1.75rem;left:7.6875rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXyqIQd8LNpw7U6xILA9rl5Cb7L5ZUTE { top:3.4375rem;left:12.5rem;width:19.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXdTpHvCs1poKPZtyFe4Fi7QKJxoKnwW { top:0rem;left:22.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3QMUPKV8GaTHIoe8mAXltOiLo9NShf4 { top:1.75rem;left:23.5625rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0Eib0xqvd6CscxyowUWEbh2VLCloIn { top:3.4375rem;left:28.375rem;width:19.25rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWv4EbsQwnvbOwOOkuA02QEzscWfSmK6 { top:0rem;left:38.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 { display:block; }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuMBC5DxF8vpGe4rQf5ISl1TKR9Pb4n0 { top:1.75rem;left:0rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloTpprJDAE9VXbbot41ZoKrwtqNl0Ry { top:0rem;left:6.03125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDTquqNrlXD7rocf1LasbH2o7VcLe8a { top:3.4375rem;left:0rem;width:19.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx82SdAZ92cTbSxpICBDLdCl2McytlNB { top:1.75rem;left:7.6875rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpB3JyNsU1pEe7zF2qrvyxp4UGTZZh6c { top:3.4375rem;left:13.8125rem;width:17.9375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA26HDT15Nx1lfLEaWfkhMFTVWTJGUGZ { top:0rem;left:22.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK9J4dv1qrDwbnMfpZwVfy0RrJylQ84D { top:1.75rem;left:23.5625rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #yofvkt9v7u5CuaqF2L7qNH9h01tNXAkE { top:3.25rem;left:28.375rem;width:19.25rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAMNzcx00V97lT8yGCZQxIIy20PDi5iq { top:0rem;left:38.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd { display:block; }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkVgVPzRke0bErmb1IDw6Mk27otHzo6y { top:1.75rem;left:0rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AW4lnByOA0Pz8fx5mN8Bn8av4zSy28 { top:0rem;left:6.03125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IigCtavb8DLNqxK8T3a29Me4paqla4hE { top:3.4375rem;left:0rem;width:19.25rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXv2SCymhgQTVosX3wpWXuVlde6uvfb5 { top:1.75rem;left:7.6875rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObXmlbkO0xD7H54zGBxs4GteGDg5xM6N { top:3.4375rem;left:8.3125rem;width:23.4375rem;height:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTaXGOWS33CP0x4qE8bX3Jqz51QUC6M { top:0rem;left:22.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0AqMuaJJnSaa0IXwtmQ5slRxmDt0BvU { top:1.75rem;left:23.5625rem;width:24.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTJcW91KXa9cDoUNs3sNuDVyuFStQFC { top:3.4375rem;left:29.6875rem;width:17.9375rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pnvh1fp44FTuDG7dEzSCISBJwh20le { top:0rem;left:38.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVu1UDaw5HyUUcmT2TWctFDzsWXhc1mM { top:14.4375rem;left:18.5rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP { display:block; }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwveszl10ynpIOrKE7kWJU6l4XP9XlEN { top:3.25rem;left:6.125rem;width:35.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp552flfeay4kTH7V5DWGIFcAslSBmBH { top:11.3125rem;left:0rem;width:24.0625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d43OiEkJ10knk7vt5ZJBSCs6eeyP1fql { top:11.3125rem;left:0rem;width:6.25rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2oQ23eFXU1i7ZbiBvRfKDGrqgSHrFo2 { top:18rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11oMNuKVzOHfWHVDC38hz1Zn8BZrNvx { top:12.8125rem;left:0rem;width:15.6875rem;height:11.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1arXHpnvlXWkIdqas96eh8hwHUqN6TS { top:11.375rem;left:11.875001907349rem;width:24.0625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulofOMakrVVmsduZVFCbaiV1zWevnP0 { top:12.1875rem;left:18.812501907349rem;width:16.5625rem;height:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaVp9kaUAtXw38J8fIZdb0VsGvT1PKyK { top:11.375rem;left:11.875001907349rem;width:6.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcz5ScofWUbTsChpViF6XGche2FXPMqi { top:17.125rem;left:13.093751907349rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0pkRHbwt4ywvXXThsP4F0usaSU8TH2L { top:11.375rem;left:23.6875rem;width:24.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHsI00uFrxVgrbOMoTNGZ9GfHUK0tF4i { top:11.3125rem;left:37.312501907349rem;width:6.5rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PduMImv8wWcUn9pDsCff33fV4oVBpFQC { top:17.125rem;left:38.656251907349rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF0KwdguwWlaeVL6hCkAJZqU8abCWlbS { top:12.8125rem;left:32.125rem;width:15.625rem;height:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe8bd3ulWRfh8eczeJutGaVsNCen4NA2 { top:36rem;left:6.09375rem;width:35.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9zryRtBvbXlQw429K2p5Tt3bIIbggJN { top:33.1875rem;left:18.562501907349rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ { display:block; }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0sm0GZcUsFyxrwaNg19ffM2DecEurZ0 { top:0rem;left:3.71875rem;width:40.25rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scgGU1CJoonphyAp2ekExWm7FxDsTswC { top:9.75rem;left:0rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqfs3sqH8ENX9E0iZmGIs26i6Hm5SpN { top:6.0625rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKJa0MxzXTqf34ITPb7AJy88gtiXGoci { top:9.75rem;left:42.375rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3sQ52v4w3KTlBMfvOhlTWsKG39meiW { top:6.1875rem;left:0rem;width:5.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDZUDg74308aDTgygmvwEKsvpeHqH5Tx { top:24.4375rem;left:12.375rem;width:23.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP13awUWCmxEX8eziOit7UTH6KSFinC7 { top:25.75rem;left:13.5625rem;width:20.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOQbQgTzgoNUfuUKgo4tKMpcdHM0dUSR { width:23.0625rem;height:5.375rem;top:24.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2QUM7m2IwCJyrkbJRZcLBA8MbKBsB8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p { display:block; }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQq2zvAWDG1Ch9grKfz2UOkFSKGiekTs { top:3.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwsDuNErrgvkO9N0eWcizS645RhteJIJ { top:5.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6MherdXvtcRElhXlzrhdyfmiyVA7fvu { top:0rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0F70TaLm5LuzfnFB2W0fd0JUfwfnEer { top:10rem;left:1.625rem;width:44.5rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD06UHZU67b2NTL496c5uFMHBkbNKNHX { display:block; }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeoNmkg5aybwZm860aBsTTRHL6lJA42r { top:0rem;left:0rem;width:26.8125rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4dOlPMDRy7XNssxbNEKxq3qa1GTw78u { top:1rem;left:0rem;width:47.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaN3NaTeLVxHmNOBVESrfD7d56xPxcfT { top:3.25rem;left:0.625rem;width:47.125rem;height:28.25rem;font-size:1.125rem;display:block; }#AaN3NaTeLVxHmNOBVESrfD7d56xPxcfT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ea34de5c-6686-4586-9bd6-8734860861f3/checkedbox.svg); }
 }@media only screen and (max-width: 763px) { #pKTu9TtA3I1voDS8tfkmfAxatPW3SsLn { top:6.3125rem;left:0rem;width:47.75rem;height:27.512697022767rem;display:block; }
 }@media only screen and (max-width: 763px) { #QluLMNNBJmuq6GmpRHt9mLsFoiRu700b { top:38.3125rem;left:18.562501907349rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cclWuZ3HQGSxWapNzdZd0T1c4pn8kgvs { top:40.3125rem;left:5.03125rem;width:37.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO7oLx64f9W2Fm3CKeEGtgvT4l9dzI58 { top:47.4375rem;left:4.65625rem;width:38.4375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F855TBhKps9v3SFSRG5DDavRJJkG8Me2 { display:block; }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyiuraAWU4OeAsiZGbT3KTLGxHRk8QkJ { top:3.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nspT1cQABtVzP4GJl2l8BkavS5JeeP4E { top:0rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli { display:block; }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VogZe4JwUu4OTp6Tt63Ac17Jnn6Js30U { top:0.625rem;left:0rem;width:47.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH51Tml840l63T3mRapJB9dEpfqpfv7r { top:0rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbRU5MKg6ZDe9N2Hw71z9SGpqEghx8iv { top:2rem;left:0.4375rem;width:47.3125rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxFhceTsF19PQ5Mw5aeTmrlaTTa8LgkS { top:24.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOSzTMQBQxLhVK9qzpZi0ocC6UrmgWta { top:21.5625rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baLMeiJ73iNohR5FupAym8KT077Gpe7A { top:33.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRuTTE9m317DAXS2JBKh0rPTfNZgUITO { top:29.9375rem;left:27.125rem;width:20.625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDGsTnnXXy0JI2Fwn5rkmiXqDelMotUa { top:30.5625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvsTOSJipeFbFP73LWV62cWzigfhCp6M { top:42rem;left:0rem;width:47.75rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA7GpFlwsleOtw4zK6mRNKB6ZLi5wThD { top:38.9375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTq19XFxKZfxmQCGBneIRMni0Hh27QU { display:block; }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJh4n0Gwgkzu2HWN8zENPlPNIbntMJZL { top:0rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccZzNHo3q5RwKSKxqufnpe9WGssfyOQw { top:4.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRhEKIOTTTnEiChrbI2zASmGyADq5Pde { top:11rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv { display:block; }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEHXl8K906Ry3c7dmqfadaKGLgChcSwy { top:0.5rem;left:0rem;width:36.25rem;height:48.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMtqv3AQ8TswqLn42SALilUA97SULftS { top:0rem;left:22.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQJ8oTvcLnC3SNzuqO4UevsZPEENomxE { top:2.6875rem;left:0rem;width:28.6875rem;height:23.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz9c99S6elTHazAd0cLXntyLlSk6T4Aa { top:0rem;left:46.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NtByX1HzTbOmmtVE2Qt2RgreLqvIaE { top:2.125rem;left:13.25rem;width:34.5rem;height:44.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg5K7m25k8hy4ZWE6hgeQoJFFRQvKkAe { top:0.5rem;left:11.5rem;width:36.25rem;height:48.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 { display:block; }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEbBsJB82moJsyDzXNOtVkZnXFOaJJ63 { top:15.0625rem;left:0rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmKZybAaAUBoXL8sbQ2fSJl7FxTEbUkM { top:12.875rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edIAC9bSvbJTOMUdV7dqCUgFVgJlu8Q8 { top:13.0625rem;left:0rem;width:5.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAuix1ZueEzl5Tro2dZIoUnOyfHUNiko { top:15.0625rem;left:42.375rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4e9nkroOlRaezz2TfJb7leALatEZvSU { top:0rem;left:6.09375rem;width:35.5625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imgDMPibL8D8giFfSpoC3P0fiqsM8xu3 { top:4.625rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylWX67sxaDT1cekV4KpbdVn0GczPuohX { display:block; }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyGJGSSMvWnZy6xIcXsilbWOmTglAFHc { top:5.0625rem;left:2.3125rem;width:45.4375rem;height:19.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WU5h0k4OCp99Zq1ZgUoV6NdL0hOOEi { top:0rem;left:0rem;width:20.625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTIsbxI3QMi2RdRfxbw7PG7trU77rmC { top:1.625rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqlNCVIId3cTh3ybPDPzpovlc52Ke9mK { top:36.875rem;left:0rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obygCBVAeCtPXIE79P6ksixtususASMb { top:33.875rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXUlRDTJOd2sPPltMTRMhnwMFmSpLR1R { top:34.875rem;left:0rem;width:5.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAmBfSwNEtpMeTTfqhGeMeKDH3ZAlHep { top:29.4375rem;left:6.125rem;width:35.5625rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvf7gA6F2MT5ndwTdgzfJP6PhVEZZIFO { top:36.875rem;left:42.375rem;width:5.375rem;height:5.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A { display:block; }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nszeKk7qKkiRFkTg24ixdkBK7r7sd6qd { top:3.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWxZaIRCmCuU24rUHUcxLUJuPEWP1IOV { top:0rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk { display:block; }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylXcNgPxGIlETRdkTX9BfP1HpG3s893D { top:0rem;left:0rem;width:24.0625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrkKVKCCb0MMODOIyoeiuAIN5aMwiSy5 { top:2.375rem;left:0rem;width:21.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzw40Q3cOlc4RHk51CVSlQJN80iS1Nng { top:5.625rem;left:0rem;width:21.1875rem;height:18.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHPvlBV13pNZndxHcBz7JbMhow22mA1x { top:0rem;left:7.6875rem;width:24.0625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbzF7xIeIUntW2S2bmQaoWx2Zd1epmO { top:2.375rem;left:13.5rem;width:18.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2rtmdwnrXfCnPRTaLDCLNzdqoyL3NZ2 { top:7.5625rem;left:10.5625rem;width:21.1875rem;height:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdR4kVEZPT81pzKd0mQanbWITbtqWLt { top:0rem;left:23.5625rem;width:24.0625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRP7DtNWv3111kr1Q5AKrADHxeeg8l27 { top:2.375rem;left:25.875rem;width:21.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaoULm8SUWPLMXnu1pB9Tx9Phhh0sklW { top:5.625rem;left:26.4375rem;width:21.1875rem;height:21.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK { display:block; }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZsIcC0a0WMKONybeAREEtZqediPkb2P { top:3.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz36bH6LTlmoaPUGKph0e01cpDkW6ld0 { top:0rem;left:18.5625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh7Wz9k1pdwOwkGulx2dP2VwD53MFq1T { top:7.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3FUflI87OVsDHFIRByI7kUfzSHZzT4c { top:15.375rem;left:0rem;width:47.75rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKrOnHUt2gG6qlVaaoQKzHo5WUFpzZUp { top:18.375rem;left:5.0625rem;width:37.6875rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 { display:block; }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcDN24JT0vdLvmXztTLXt4aToWI0bPmX { top:4.5625rem;left:14.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNc4h3d09HkKFTS8A60zfKsNrsDZXc1Q { top:5.125rem;left:0rem;width:24.0625rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbB6fsLGRTO9NpMH2HeSTyUEuc2G0He { top:7.625rem;left:0rem;width:21.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBe21gatb63mh2HuTOQfmOuwKzFWRT5 { top:30.4375rem;left:0rem;width:21.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVRhX5ernkMs6QtETCxxBXXF1zhphs5 { top:15.125rem;left:0.0625rem;width:14.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKiVtBTmr06VOT7uDs8OMorNDtfdho6 { top:32.8125rem;left:0rem;width:24.875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsVo1EaVoDx2TJaaySMVVXDQgGT3w1gu { width:18.6875rem;height:3.625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBN7ZPqHKqvNpZQtudo56mt01d2o7NE2 { display:block; }
 }@media only screen and (max-width: 763px) { #VHXpSJ9ghsWb4yGaSEbwEhT3n6dimwzR { top:10rem;left:0rem;width:21.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOXAgarNeMENBN6hlaueDKTkpTyR9UTT { top:18rem;left:0rem;width:17.1875rem;height:6.8125rem;font-size:1rem;display:block; }#aOXAgarNeMENBN6hlaueDKTkpTyR9UTT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #dIExcNF2KUyJRZRXkATDwrRkmTL6NS2W { top:29.4375rem;left:3.25rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7UwruZpqI18JLvFJ85eTC6IgbPAXEx6 { top:5.125rem;left:7.6875rem;width:24.0625rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZOlBZBcRkAOTbcohBVcvpRxsm0HTlM7 { top:32.8125rem;left:6.9375rem;width:24.875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLMrHak5KgTzeaLdqXp22y58mui7KeeO { width:18.6875rem;height:3.625rem;top:34.3125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPAfTELritph3LztrnrvA14v1TatbuP { display:block; }
 }@media only screen and (max-width: 763px) { #D5KdO9SvJLhCyZEsThqdwpJdTJ7tSyDT { top:30.4375rem;left:10.625rem;width:21.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2n6dTUKdRGzNDSzxLSR4SXKRceEpQUd { top:29.4375rem;left:19.125001907349rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Mnf4mToSWais8nS1NywfQDF4TduIxO { top:18rem;left:14.5625rem;width:17.1875rem;height:10.3125rem;font-size:1rem;display:block; }#u3Mnf4mToSWais8nS1NywfQDF4TduIxO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #gm5WT8mKnW0IpEiEI7qqTZVVmDqdpPPa { top:7.625rem;left:10.625rem;width:21.125rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izanASx0nd6HJLhnwKzgoU58L4BEqaTg { top:15.125rem;left:16.406251907349rem;width:14.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9rlLI2yfdm6LVPOLKAs8tND7m9QpnVp { top:4.5625rem;left:30.625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0FummVuDz9fJhrA0wovEodE6znNaqT { top:5.125rem;left:23.5625rem;width:24.0625rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2cMTtPZOy61E4mPmi6d7BwvxmbJTH2p { top:7.625rem;left:26.5rem;width:21.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc94ucUPdhfd4eKFKGEaCZdMsSQZ71pX { top:15.1875rem;left:32.75rem;width:14.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaFmP1MJFVTMSCXQPu6lEuE8yATpmCNA { top:10.0625rem;left:26.5rem;width:21.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkvkl4QXfIFXS1Qik2azZKUP2pTbfswl { top:18rem;left:30.4375rem;width:17.1875rem;height:9.9375rem;font-size:1.0625rem;display:block; }#Lkvkl4QXfIFXS1Qik2azZKUP2pTbfswl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #i0LEoCreS7NqlWgP5qDEEgDEkOumvz1d { top:29.4375rem;left:35.468748092651rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWDllm8XQwbmnCA3tSTzT08Zwe164St { top:30.4375rem;left:26.5rem;width:21.125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zPLKeqlJ40oO3gR2vnB4ywD4EqMgp9 { top:32.8125rem;left:22.8125rem;width:24.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx0GAisohpMAPD0kJPRkUCThuOrum7CC { width:18.6875rem;height:3.625rem;top:34.3125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTOfUf8ShitMZDieQ2EpplqHVLoDUm1 { display:block; }
 }@media only screen and (max-width: 763px) { #TQ7RST8q0ETlnsxarM822FNraeDynm7t { top:4.5625rem;left:46.5rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcP5ys0glRqy3UAoC4tiNPI08JRNR4ch { top:48.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwPtCc8N0Dv9S4mL5EUMhITpCgtmfm8x { top:47.1875rem;left:18.500001907349rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRWercNMpbKpHGa2KZI8KxnyUFHq0o8w { top:39.9375rem;left:0rem;width:21.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAy4a07Zx6mw1aGxTZAaByuG0aI1kNzF { top:39.9375rem;left:9.875rem;width:21.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnJQfT2vFa2hZ6ZHFhzItFbOue7v1wNM { top:39.9375rem;left:25.75rem;width:21.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO { display:block; }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aicWFIb4l7RwKZpUf6vQyMK8zBmLQh3i { top:1.1875rem;left:0rem;width:34.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmlg5luXp1PydUFV4hVCQv3SWN5GthQ { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB { display:block; }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1RAPXTsl71aH8VWd0SvLDJhsJwtMN7M { top:1.4375rem;left:0rem;width:34.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1RrIby3l216lGhJqTaQJu6yNqmFNGgb { display:block; }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtMVXQ2zmBXkBEtnwFVbUMdycRePn3Zv { top:1.1875rem;left:0rem;width:34.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlBpAudU5m436EH4KXCF7rgL5E1rpG25 { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev { display:block; }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMH0ZOgHumk0L2UyJkNXBe2uSUZUcLnV { top:1.4375rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwzdJVqcr8X821uHaL6QSWT3doe2f26q { display:block; }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlzUfydgBWkDOaR9vu5fh2T8oQGDGBXd { top:1.1875rem;left:0rem;width:43.125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3K04lkwpiMDotlRh6Tu841eiis8MFWN { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz { display:block; }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btLRk1gqEdwVR77JqMNc5XKgPy22rl4a { top:1.4375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 { display:block; }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgQX2VeCi0gyT0383SzBTpZfVi6oRLlP { top:1.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQpgZmWqy16Ud1XzJcwvoKD5E4Qnv95P { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHMmhvGEnMibBr8RwUMisqBEAq8fk617 { display:block; }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMJdCVMSynEQXALQfiXAWCR6msL8oT74 { top:1.4375rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE { display:block; }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0rg7pKXUTXJSETLeuwZeahkSiC2eSJN { top:1.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBCaZflLHPTT8BforPWrO4IpD1JpGnaL { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq7htdDALkvksS36rkUol3Isn1Bndp0S { display:block; }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsVIgs8oFWtRG6OF92vHiJqwc0FZxsQQ { top:1.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z40g2Aifn1qsTknFdV0TesmFeBA83kRC { display:block; }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsyMBwQTNiNibFblkiHAdE32gd8e52pI { top:1.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5CffQ0bF7bNTlFtbLqlAAK4E5IZPdnQ { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwMciibVzF5VoEEe90RsRUMneApsVkgl { display:block; }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3dgbS3drCNKCvHOJ5XGgeHTO2HJlMTl { top:1.4375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #stVOuEMsCPes3B9IxyHKCW771n0Ja6QI { display:block; }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrA29uhZD1DQ06caIMckhgfQ60tQJM6F { display:block; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFo3Kb2249inMdZrXgprl0IA7uT6ka4s { top:2.125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBKLOBTA61yU7vAgymTgitD2dwEvNOmM { top:6.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldoP4pX93NIsaZVUsxcDREZaKNmKVhR9 { top:13rem;left:2.5rem;width:42.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAvnxc2INe75TnH3v8fZ3MLmLTdFmR0G { width:14.6875rem;height:3.625rem;top:18.4375rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6LnweUIiAyv4rded7biUaFASk6uf28 { display:block; }
 }@media only screen and (max-width: 763px) { #gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU { display:block; }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAsDBSZBPqZ0Roe3xV4BxciwA9axVfTb { top:1.25rem;left:0rem;width:16.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCu2GrfBAF1rVc4JTNO24bdDGKRcFBfe { top:1.25rem;left:0rem;width:16.4375rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkBxKTf8SywStghNMUQHRVMhtsI1kJKo { top:2.5rem;left:0rem;width:16.4375rem;height:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqfaHHpquWJ4LR7vJRXQUoTtQHZBGDVD { width:13.0625rem;height:2.9375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01eea570-d831-4982-b63e-0cfaf9832767/bg1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ.adaptive-delivery-prevent-bg { background-image: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container { background-color: transparent; background-image: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container > .video-iframe-container { display: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row > .video-iframe-container { display: none; }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .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); }#lVvGakZytkIAwhrQ0x4wK9aO5fD9OgeQ > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsZc2cxysVWJ7FWSBcB2bTNKhkx9MxtV { width:18.3125rem;height:3.0875rem;top:3.375rem;left:0.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0nn4h85TV83gXEmgOx8Lw1O6FKExDAK { width:20rem;height:1.4625rem;top:7.02499961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apLZZbyT685iwaJSkCfMsgiiyBNmJnT2 { width:20rem;height:8.125rem;top:15.03125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1JS9mng9L4l8aSmwUKCbyZJbNVkoeZT { width:20rem;height:22.625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q49LrWuZRPD5D5I3D79zzTtoUmKX8icp { width:1.125rem;height:1.125rem;top:24.75rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOauPsxwNyesfyxTQJWGL0G188Ihk3Qi { width:17.3125rem;height:18.9rem;top:26.8125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTCdEKmIKUbG2MRBUILRHlEooheuzrkn { width:19rem;height:3.625rem;top:10.0625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMglky9naPRP6un1w7tq4lxKT7UKpUJE { display:block; }
 }@media only screen and (max-width: 763px) { #Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d { display:block; }#Zf5D9c0ieNmQyKXRsLJWTnhMrg67V16d > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2XrzZRPcUoMaPIEFy4vdw6Vv8pDOF4s { width:10.625rem;height:0.1875rem;top:3.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2nRMF6cO0lAVsExZUkSUmMwncF5MTT { width:20rem;height:7rem;top:5.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF { display:block; }#eW3k7Uf4nXo10MtHSUmvPNITGlXsonZF > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNlcGATIbAxcVXpQaoUNZu2Fe0zMfxOh { width:19.8125rem;height:24.5625rem;top:14.794792175293rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBvuavoOaVQeFkEXFgosTrPkBf2M501Z { width:20rem;height:2.45rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXJDa5592OGAfe6ikWGEk8eICzmOHAnr { width:20rem;height:8rem;top:4.0125007629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWELbg41sSa5HJsq3naQcUhwibb8299U { width:5.375rem;height:5.375rem;top:77.8125rem;left:4.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4o3D7PnkqOO1hffzZpZ7buu5tKcCPoi { width:5.375rem;height:5.375rem;top:77.8125rem;left:10rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSmNMLCXXe0b2BJT1TxxJUSUtsLlIphD { width:19.9375rem;height:34.5rem;top:42.237499237061rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3tT5XaJUXt93Va3ItMbxVrxZdoL3RQg { width:5.125rem;height:4.3125rem;top:40.732291221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5ygINhwIScE1qXTasGqPapubZ2PlD7 { display:block; }#be5ygINhwIScE1qXTasGqPapubZ2PlD7 > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpUIZEuEDMMCSAS2XFBuUMUSFiIOJBzC { width:10.625rem;height:0.1875rem;top:3.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5pyLXk7e8XFy4NHDt8NyeoBsAaammlu { width:20rem;height:8.75rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trdt1HJQ5bT5H45Mkae3sqSqPdCG2BS9 { width:20rem;height:41.8125rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZMUfx5zqMwlWkNZLsFEMCi4MVZK4bh { width:17.5rem;height:6rem;top:18.484375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchagppHWderHnlxVpiCC98KW96W9Xr9 { width:17.6875rem;height:29.4375rem;top:25.403124809265rem;left:1.15625rem;font-size:1rem;display:block; }#QchagppHWderHnlxVpiCC98KW96W9Xr9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7e6bc38c-126b-430a-9ad7-4439994a99e1/dot.svg); }
 }@media only screen and (max-width: 763px) { #GSCEBWIP4uAM9LcQ61GC9FsuvTr3gWNT { width:20rem;height:10.658959537572rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlMSArpDqEbcqWQcmEIQ6Mzsbyp4oOBq { width:18.0625rem;height:43.9375rem;top:15.687520027161rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REmkJI1ynlV3yqn3epEsatMLOIt73omO { display:block; }#REmkJI1ynlV3yqn3epEsatMLOIt73omO > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mV99gBy5ZT1yy6xrhU8EwRvp2g3v37s4 { width:20rem;height:11.99375rem;top:41.66250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEc8SJEaq4W70VxyqdSrAOuzA25SCnUc { width:20rem;height:6.4rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s55fHwh06MuxwZ9IEPxAlakK5vB1tJiz { width:20rem;height:15.6rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }#s55fHwh06MuxwZ9IEPxAlakK5vB1tJiz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/65e28518-8aa7-44cc-bf31-d7cf91e15870/remove.svg); }
 }@media only screen and (max-width: 763px) { #cErbyPXobGiAccdeRlxrmDm2G6QnpOR1 { width:10.625rem;height:0.1875rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwHvThOnuXQPH4q5FRmNFpwWPJvh2bnB { width:20rem;height:12.25rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e { display:block; }#b1aRBkXBvrrXbf1fIUl4LAkzcON3LQ8e > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXHmziZldiCyKSTEF35nmgW2P7lnAIqU { width:19.75rem;height:16.5rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SARwTMKsdEol4bXc8h8xn7OmzkTfuiZJ { width:20rem;height:1.70625rem;top:5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUkC5fTzZch6GF4vctKHnycWEBCiVDEl { width:16.125rem;height:6.8rem;top:8.4625015258787rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 { display:block; }#SIOS57sgx0XWS259AWkTe6yeOz6cEAZ6 > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7c6PKT9IzSvl3eudMOseTBJ8pmXTASx { width:18.25rem;height:32.6875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn4dh0dDuaodm60aQXhfchM4x74bMu4F { width:20rem;height:30.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPeCk6LRJiGtPNLnpsHpEgXeC8bLCm8 { width:18.25rem;height:30rem;top:36.095832824707rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuFRTd23nhSZt7fS3XSEZZ9Vtc5L3Bi1 { width:20rem;height:27.8125rem;top:37.095832824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcTMgGqfLtaW9eWnZTvMzwC9wJ1bD8sI { width:17.0625rem;height:27.2rem;top:4rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgILxCVfZLULUATpGiqcdVAT7pMzp2mI { width:17.0625rem;height:22.4rem;top:39.002084732056rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEd3ZKXtNiq3TX6vFEtCmhvHOnKtwzl7 { width:20rem;height:9.4709897610919rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 { display:block; }#N0dF35gL4Vn5bcGQLcduUQsldHOr4XI9 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STNNEln9IXt0LnLGO0OXp9Vsm8q3lT86 { width:19rem;height:3.625rem;top:1.25rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg52OAwuto064T80lE9PwPAAGcSb77Ef { display:block; }
 }@media only screen and (max-width: 763px) { #F7kts5T7rVpX6hEquTGVePvcncI6SU4p { display:block; }#F7kts5T7rVpX6hEquTGVePvcncI6SU4p > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxMqQQ9TOJVnkWLysxd2ERI67tl8xpIw { width:12.6875rem;height:3.5rem;top:2.875rem;left:3.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebL5Tv1mI3z5VcTT4zwqNM1S03kQTEMm { width:10.625rem;height:0.1875rem;top:1.9322929382324rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXzVxSuhUO37WZJcGPRXktXxqlGAe8W0 { width:18.25rem;height:45.5rem;top:8.8375015258787rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTsxSTH0EcS6hnIHVd7JK0kl6HQtGMu4 { width:20rem;height:43.4375rem;top:9.8375015258787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN67ravAcSUdJAmQfOisubiOKtIyhfNK { width:20rem;height:3.2rem;top:12.3375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP9HBQKzVb5rkqctTUdArOGn4XDxWRzn { width:17.8125rem;height:25.7rem;top:16.125rem;left:1.09375rem;font-size:1rem;display:block; }#rP9HBQKzVb5rkqctTUdArOGn4XDxWRzn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f9f33b85-7f12-4161-85db-8229d8cd5744/fastforward.svg); }
 }@media only screen and (max-width: 763px) { #lEdp4Vi8FTL7O8EHqRP27umbHa5L8RQI { width:20rem;height:1.6rem;top:49.549999237061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXMmhmPf8ZfZ08u5NI3noTStae2RcXvL { width:9.125rem;height:20.25rem;top:47.312506103516rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSAZqXWgT9SgB2lc4TrQzcBs17Crbbeh { width:19rem;height:3.625rem;top:56.062499046326rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEiZ5fii4TFBrHErEtkOgbPHo9GzadyZ { display:block; }
 }@media only screen and (max-width: 763px) { #besB12VI7zEV8rvVlSlK5fkmlaL6egGb { width:19rem;height:3.625rem;top:60.5625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcT3ald6rQMszKBoDvcOhTa72GHghcwf { display:block; }
 }@media only screen and (max-width: 763px) { #xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu { display:block; }#xul54CBirlQ4IkCEOSKQ6U7rLJDxBMlu > .row .container { width:20rem;height:402rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDUxSwbLJsqep8VmLCSN5Ts2UXe47Mik { width:16.5rem;height:3.5rem;top:1.1875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS4QwmlXzH2CqP1rRLpoy5GpzKzbAH4Q { width:18.25rem;height:41.125rem;top:5.46875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sffteAv93thLxh7zG7upGBKy2ECV8V2p { width:20rem;height:38.875rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu90NCsI1GTLgIxu8xHGU5Ht4MRPx1EU { width:17.5625rem;height:31.3125rem;top:12.1875rem;left:1.21875rem;font-size:1rem;display:block; }#Pu90NCsI1GTLgIxu8xHGU5Ht4MRPx1EU li:before{  }
 }@media only screen and (max-width: 763px) { #QKomJn7vEkuPZ2RVb0uG3vuxyml9Mrcg { width:17.5625rem;height:3.2rem;top:8.125rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKTF3ELheqrThH40b5irPxAtPJUdH1q3 { width:18.25rem;height:36.9375rem;top:47.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEXVMxt1i0HLweu3kh1uJ2cPOaubfPs7 { width:20rem;height:34.75rem;top:48.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI5Kyk4vItp6Agrvrla8WWrlKJW1Un4z { width:17.5625rem;height:28.425rem;top:53.34375rem;left:1.21875rem;font-size:1rem;display:block; }#MI5Kyk4vItp6Agrvrla8WWrlKJW1Un4z li:before{  }
 }@media only screen and (max-width: 763px) { #TNaLxMLnCR9zmmgxI1gDyJ2lF6SH7Ss7 { width:17.5625rem;height:1.6rem;top:50.71875rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr2lOlxeIHu81TybRgb6zHiZGEUscyT { width:18.25rem;height:38.1875rem;top:86.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6J1FdAzTbOM4CpJlR8tXMp8UskDxxz1 { width:20rem;height:35.9375rem;top:87.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSrm1XPVaFGclXoEpIPLrqQwzSrZf9AM { width:17.5625rem;height:30.1875rem;top:91.25rem;left:1.21875rem;font-size:1rem;display:block; }#CSrm1XPVaFGclXoEpIPLrqQwzSrZf9AM li:before{  }
 }@media only screen and (max-width: 763px) { #wG25EcmZCHWW4yDVxxwrvREXuurGOG68 { width:17.5625rem;height:1.6rem;top:88.6875rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDCD2IVgDkIBGGxZpEBqFqIS6rhy7zZI { width:18.25rem;height:51.25rem;top:126.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVf4WIUg0T0KRr00g9oaJzKeRdfRrvsC { width:20rem;height:50.1875rem;top:126.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrQKrKXlvpkPSn5R2xCTgb3C0BnUWkVg { width:17.5625rem;height:42.675rem;top:132.25rem;left:1.21875rem;font-size:1rem;display:block; }#QrQKrKXlvpkPSn5R2xCTgb3C0BnUWkVg li:before{  }
 }@media only screen and (max-width: 763px) { #Uk49MAOpyJy9l1slH9w3WKGFHRmyotN4 { width:17.5625rem;height:3.2rem;top:128.3125rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTl9JInr2JaXXuQ1kNZKCF7VDm3bTrG3 { width:18.25rem;height:31.3125rem;top:179.03125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRMBsHFHar7WTJGOL5yMlQCNi9FOOqEP { width:20rem;height:29.1875rem;top:180.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbVRrvrLAhgKWP9wvzmSgxpdRiIaw71H { width:17.5625rem;height:22.0125rem;top:185.54999923706rem;left:1.21875rem;font-size:1rem;display:block; }#hbVRrvrLAhgKWP9wvzmSgxpdRiIaw71H li:before{  }
 }@media only screen and (max-width: 763px) { #pWRev45Nb7VrRIxIT35Qw5v4VOB3Igfd { width:17.5625rem;height:3.2rem;top:181.625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGHbcrNWiTmbdfpiCgsam2M8LuXdmMT1 { width:18.25rem;height:42.125rem;top:211.59375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgu5qF0v1nemK60QxxSLd9az8OrOzSdZ { width:20rem;height:40rem;top:212.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1X0We8FJUkaeoXbZ1wto23bRwNvqwgk { width:17.5625rem;height:32.5875rem;top:218.46875rem;left:1.21875rem;font-size:1rem;display:block; }#c1X0We8FJUkaeoXbZ1wto23bRwNvqwgk li:before{  }
 }@media only screen and (max-width: 763px) { #ONueVaqT3WB6U6ZCn1BIN80vxHhaoTTu { width:17.5625rem;height:3.2rem;top:214.40625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ29FdEMhIuePXR27Imd99iS8gQTL9TR { width:18.25rem;height:51.375rem;top:254.96875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rycbma50TyMiEzzqAMOCIxG6i6KJJE3T { width:20rem;height:49.25rem;top:256.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huDlcXyD8J0dGFUSHJJB1MPy5CTyNzO4 { width:17.5625rem;height:42.1875rem;top:261.28125rem;left:1.21875rem;font-size:1rem;display:block; }#huDlcXyD8J0dGFUSHJJB1MPy5CTyNzO4 li:before{  }
 }@media only screen and (max-width: 763px) { #bgenCmQPlZRPa347VEusotIvEEGLKy1p { width:17.5625rem;height:3.2rem;top:257.40625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlT2mPa2xnv8hbTd1iVF4d9ITUiZhnX9 { width:18.25rem;height:20.5rem;top:307.59375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqt8AaVAvOH9ufvkVmrxLmrQgTHl9y6g { width:20rem;height:18.3125rem;top:308.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyzCJH4CDf8emBeWGun1BamBONs87EUr { width:17.5625rem;height:12.4875rem;top:312.79374980926rem;left:1.21875rem;font-size:1rem;display:block; }#ZyzCJH4CDf8emBeWGun1BamBONs87EUr li:before{  }
 }@media only screen and (max-width: 763px) { #RiJIPEuBXdoX3sDKSVdTRd272fmt5DBO { width:17.5625rem;height:1.6rem;top:310.34375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb52k5gNvMzApQo75RhgW1dPINU6i1zk { width:18.25rem;height:46.375rem;top:329.34375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMGgdW2e2NbT7tqyuTgnQ3uJzEP0sk1t { width:20rem;height:44.1875rem;top:330.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFl0sDkoLA8i2VsXav9iqAJhOT5kAUSU { width:17.5625rem;height:35.625rem;top:337.59375rem;left:1.21875rem;font-size:1rem;display:block; }#OFl0sDkoLA8i2VsXav9iqAJhOT5kAUSU li:before{  }
 }@media only screen and (max-width: 763px) { #OMOThSv2UJfIvzs2IHTOuPgC9AIPCBm2 { width:17.5625rem;height:4.8rem;top:332.09375rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9aC7wCZHwKB1ibtUJTP3sFyIolTdacB { width:18.25rem;height:22.125rem;top:376.96875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD77QygdQp87TDzpqFJotqnZAB4TSzBC { width:20rem;height:20rem;top:378.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTBEgpMtzxkX7ngMeqsbCK1hgKvX2ZD { width:17.5625rem;height:14.8125rem;top:381.78125rem;left:1.21875rem;font-size:1rem;display:block; }#DkTBEgpMtzxkX7ngMeqsbCK1hgKvX2ZD li:before{  }
 }@media only screen and (max-width: 763px) { #qNwRZozFJW2QTuiGq7SrolsC2Xvi6vnD { width:17.5625rem;height:1.6rem;top:379.53125rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N { display:block; }#G71KqmobWTcVgOyC8PyNIZf4B5UoKl4N > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOLzthrG14bciPTCiR3TsM1UdZQTuDZZ { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJgih2LPJEtE7aToefV3o2J468nnCKTZ { width:20rem;height:37.5625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTVVqZap4QTJLsceMNCA7ykSgRl9ETh7 { width:20rem;height:1.575rem;top:8.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTZ9gz5EAwDLkCi6O31ZuTvExkq6TSx { width:20rem;height:2.8125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXNXGS37e7Git9BVr0vTlsHJ4Rk2rO7i { width:20rem;height:1.225rem;top:12.36874961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbAo3Lw4TAfqcMTiiBnHkFlkiLfhxpEI { width:20rem;height:2.45rem;top:15.14999961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btkFTBlb8tvwRDtolsBq83Mpkp9cC3AX { width:20rem;height:4.125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRg1wxKipRhF3GNwqlDNQwwVdE2X1OwT { width:20rem;height:1.225rem;top:19.293749809265rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsbQoQZh1T11ErWT7MThVctPneg5kRLx { width:20rem;height:2.8125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkTdzCi2n5OzE0lk1Fi1ATsTfJqz9UwA { width:20rem;height:1.225rem;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRIJxv2XiDqOTxrfb7CMMCdkE7uh7yG7 { width:20rem;height:2.8125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTfWq7dGfb7VZ69Ons3g1gTN3hQ0bi1 { width:20rem;height:1.225rem;top:24.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxLQNEiAkEihQeE2oTE1GOWZRBxGNZNQ { width:20rem;height:2.8125rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcuC7gQwtiLUlkNyVGvN3QqsSA4feZUq { width:20rem;height:2.8125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pan109X7Qa5tTV3OFzwlXDmPgyD5NHA9 { width:20rem;height:1.225rem;top:27.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds01BtV7JtpbR3gtyuGCz67AasDHGqqc { width:20rem;height:1.225rem;top:30.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEPDXQt25tVpECICXGr3z62CTSTdZWv4 { width:20rem;height:2.8125rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo40pg8WLr3oPG222TBEJIJFrIdiZ72b { width:20rem;height:2.45rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUePaFFnQMw61zk02GBglOR5zpACvx2p { width:20rem;height:4.125rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9lQ4S1wPhIiTOe772AuifCsmdqxMKq { width:20rem;height:1.225rem;top:37.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc8hQFM9t04R7ObEI5s5AQWExIOZBZuB { width:20rem;height:2.8125rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXdvI1WvuxhMFTTGOB7gPKwT3FKmrxL { width:20rem;height:2.45rem;top:40.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKWalHUbZD43dDMP1FWDe6oTUkyL2Qxb { width:20rem;height:4.125rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5hFVy8hk805ACZXM7alnmGbwMs4lK2 { width:20rem;height:33.25rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNoUc50LcKL1o2A2o3DNEFQg7Jak2RRk { width:20rem;height:1.575rem;top:47rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMHxXhcLdaZ3D81d3lHiarI5wMT4SLNO { width:20rem;height:2.8125rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpJWntBTyLLbBd18aqHHuvAzk9lPFxwH { width:20rem;height:1.225rem;top:51.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78s7G0hGVFTy0ZhJvIrZHJszRHTIPCp { width:20rem;height:2.45rem;top:53.96249961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0VuOyqwbkJeXBE8zVR0plRTsUq6Lhz { width:20rem;height:4.125rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8Wg9K73dZ9vsogMI8fWSSkDPhTuRsM { width:20rem;height:1.225rem;top:58.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb7ouZsFxtK2EGAJ71vHMwMvBtc7d0Rp { width:20rem;height:2.8125rem;top:57.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUOCtPLy9FhyPUhGx4cdaraLoEQo61HF { width:20rem;height:2.45rem;top:60.89999961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBI6XUIecB486C0yo2XM16IW5e40ybDI { width:20rem;height:4.125rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRCUus0zgR4TQGoyA0ALKokxhbBRehF9 { width:20rem;height:1.225rem;top:65rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4PA2EO5NDwJ9MEosRGtk6LU1TgT8kyp { width:20rem;height:2.8125rem;top:64.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smQA4PbgnXeNiTL8nRxwcG830pdcXTR1 { width:20rem;height:4.125rem;top:67rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azL2k7FIqAkI7JPBKXbg7C42Mxo6cuNM { width:16.4375rem;height:2.45rem;top:67.837499618531rem;left:1.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMtfm8o6WDRPwITcOw56mcQoqrEwZnX { width:20rem;height:1.225rem;top:71.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxT7TyyAEoSyq6aH4rtNN9pIM4Dl3yOC { width:20rem;height:2.8125rem;top:71.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhAoa9oNhGoAv0MBsghxmBfyLfP73tpo { width:15.75rem;height:2.45rem;top:74.774999618531rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FappBUrwg19xWQ1NtElo1tWQqaqXswwc { width:20rem;height:4.125rem;top:73.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS { display:block; }#mXqlLlg1f21A0IIobgMGBcRtF6XyrtnS > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmWgemBbwTRzo4wUIObqZD9KfpFEq64T { width:20rem;height:2.45rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEDyWTTwD0iexdrVKF1ZoTf662hEq33L { width:20rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So7mF4f575AMHfVVae0GTgxpvrFasEwr { display:block; }#So7mF4f575AMHfVVae0GTgxpvrFasEwr > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doM9hGeUSwmetdyy0PyATLCyRePdHPdR { width:20rem;height:13.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFOcoaZyve8iZ5ghzCa2MJS64T3MTWU7 { width:4.25rem;height:4.25rem;top:1.8697910308838rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOca9ov6r1v8Adc5Xm1C0mvdKsf2pNS { width:16.8125rem;height:9.8rem;top:6.1197910308838rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2T3gTepom6cfdatpTmZNdQFwiCrco00 { width:20rem;height:11.1875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6QD2Q2puAKIRIz14Un6iONtmTZCKXgw { width:17.3125rem;height:7rem;top:23.000000953674rem;left:1.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2Gio3wEqkOi3gWrB0LiJd0wTeBfzeVH { width:4.25rem;height:4.25rem;top:18.625000953674rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlVoCyQybxpLpM5WGWx8VgOmCRmmVVcA { width:20rem;height:10.875rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRlT744GveAxzMRr018G5AldhgoEuDa { width:19.25rem;height:5.6rem;top:37.875000953674rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RovIyhM70rC2uPQblnee5vZpy8Mraiom { width:4.25rem;height:4.25rem;top:32.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euxH5Nu5FW1OrTCeMD7ENgNVFoX2uF46 { width:4.25rem;height:4.25rem;top:1.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP { display:block; }#kXbDpf6gUvXWfT9yawK5qnhKJa9qCEKP > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vap2svMnfrOev6RZNOmBSZRqe039TwkJ { width:20rem;height:11.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTbiNBP5CcTJdOnTyEUwv7ZgCtv9fDt { width:17rem;height:7rem;top:5.875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs2TLw74aK2roCpTkESS3o0EMG0ZzHp7 { width:20rem;height:11.4375rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SASyi2SFGyJpSgozr18F7PUiknfIgwGL { width:17.25rem;height:7rem;top:20.5rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUpVTCyyIJDtT4FEkXhUAO7oKk0KQug { width:4.25rem;height:4.25rem;top:16rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmXqc3BIW9Q5BETZTxr4qhOtM1FI4JLV { width:20rem;height:12rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGVmraJDWs84EdMtKbAuOql7Tgy3imXD { width:16rem;height:7rem;top:35.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7t9bCgWdsTWTUqpazgrzRB7II1ABKUs { width:4.25rem;height:4.25rem;top:30.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ { display:block; }#RiUIy6pmyUa8OcvbU648b7npWlZtwXAJ > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uF2oQPIGLJMToLc2ksXAJtMCDhaThTXp { width:20rem;height:10.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR5a4yUgn0t2hvcGlzJekJXyaRuBAdKy { width:4.25rem;height:4.25rem;top:1.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMgrtsetQyVZSIfUBuGJ2fXMKgWEmszO { width:15.875rem;height:5.6rem;top:5.8874988555908rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmUdedMAyIaFcIUfCZvKlxfpMRQHFuPT { width:20rem;height:13.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP8Ms2JwAy85zdrKB9B0extTUJMa95DS { width:16.625rem;height:8.4rem;top:19.932290077209rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUrysWC0Fu2n7w0fnA9lWPEqvySS8cdc { width:4.25rem;height:4.25rem;top:15.369820594787rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwFxGi6Ui4RaDaPq7SmMV86RgC5smpFz { width:20rem;height:12.5rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Tf1lPKcS2gKFfyXbIgEy6zOgXABQ7w { width:16rem;height:7rem;top:35.6875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcooe6baxFao6d4IsQSdzTqVSKVWMDI { width:4.25rem;height:4.25rem;top:31.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy { display:block; }#w1HI7v4GzZ1CR0W0vLpxepcHTwLoGTAy > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak8iLWpSHGVCwUzJQJL92rtIhS8HqwtN { width:20rem;height:1.3rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOBgyOrOOsxVcTu5sVQg0RrkxZ0LTM2Z { width:20rem;height:2.45rem;top:5.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBGqTPkyz2GaV0UwhPg75DnviihPgbRF { width:20rem;height:9.6rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmMIX35MPT9FrtreLO55L8142brWU6n { display:block; }#EhmMIX35MPT9FrtreLO55L8142brWU6n > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oR2IfuQEJoZGa0Ad2gAfruQlcoSNhrtW { width:20rem;height:21.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7nQXFIcoTs3HGvTgtlhuaOlSLJXpCRe { width:1.125rem;height:1.125rem;top:0.625rem;left:17.312499046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyhwpCwE6KFsv5NeNS6O52e0LQQEwf1D { width:17.9375rem;height:17.6rem;top:3.625rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 { display:block; }#THrNq4836xn6qgTVJKlRAo0i1Dr6nTf3 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgnwQCRi7WfqQF99Rrfq5kucIqOWBvFT { width:10.625rem;height:0.1875rem;top:1.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKxSUZkTETTJbfkq81kzA2QqQ8SCk93S { width:20rem;height:1.75rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi { display:block; }#sn4PRvt6XztBtXFRWhXEm2JuwBoGxGUi > .row .container { width:20rem;height:127.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xzoa03kZiyXT7FBTn5cnf3xdG5WBw5pr { width:20rem;height:45.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usW6TixTGER1F7RdApiBAfJFekVlSMfI { width:1.125rem;height:1.125rem;top:1rem;left:18.249999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfomwlIF3SdXeHgc2r2qOPPFqe9bKrFc { width:20rem;height:1.54375rem;top:4.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWnoMPWrBhqZh0iQTV8PxndZhX9u0as { width:20rem;height:2.4375rem;top:6.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2bm7TFyg2zfMtDx99kOPUx0lcrMEbF { width:14.8125rem;height:6.75rem;top:17.625rem;left:2.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HufNpGJUm2xrwh0WenHbV8z84fUahkLP { width:18.6875rem;height:3.625rem;top:37.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7wqFlEIdbVuME8bN8R6iggKCJCznzop { display:block; }
 }@media only screen and (max-width: 763px) { #gO6nZyC0JtqxpCVxcMTVfbInJ3JBgSKK { width:20rem;height:13.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkHhv6t4qx4CyTem0lZSoTTup8dTILCC { width:20rem;height:47.8125rem;top:49.6875rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #PmX3hMqyyasdZFpV0uDGc36CHrK75LtM { width:18.6875rem;height:3.625rem;top:88.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md2fWB8ar69ca4ylwMbONdXWkELDaTy5 { display:block; }
 }@media only screen and (max-width: 763px) { #kfawhpxRkrHBzm8WgAl0IvHZo2ieMAb9 { width:20rem;height:13.125rem;top:85.0625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #oJwvkLO8Oixkck4t5wTFm9xI90laa9pu { width:17.375rem;height:18.2rem;top:66.375rem;left:1.3125rem;font-size:0.875rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #uhsaKzWJX0Omzgtwq2aeKSGXgxD1KzJv { width:20rem;height:2.4375rem;top:54.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBV6tuB0Cv55EzSDHqdBeXCB7xZnhGtm { width:20rem;height:1.7875rem;top:52.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtcymst5nTXNcCOtBvrROLvDwwh9KfHT { width:1.125rem;height:1.125rem;top:49.0625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6mqTuMqMZMW4b5Bd2mmlPC5scsq2mZT { width:19.875rem;height:25.1875rem;top:100.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHlFLOFOhmVCzDu29kVWXwrDo6A4pvGf { width:18.6875rem;height:3.625rem;top:117.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVFRIt7aZPq3xvwOweacS3MFH18PDpz3 { display:block; }
 }@media only screen and (max-width: 763px) { #Tv4Pt5egA3SrR5QFfLbCTaG21rkAJ4t3 { width:20rem;height:13.125rem;top:113rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox3TF8FhfxDpTTn0tWPGE8oNL5JkX1b8 { width:17.1875rem;height:10.3125rem;top:102.75rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPxpWhB7CvhfFvTPGxx4lRLe8PADCFA { width:9.625rem;height:2.4375rem;top:113.5625rem;left:9.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8i0H2n2vkRDGcpaEdna5vavZOeSxnW { width:6.5rem;height:1.95rem;top:113.8125rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po8ynxwT1bEVclBTF9bGRp4PLraZri92 { width:1.125rem;height:1.125rem;top:99.6875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6uXTgC3ywtrDT3afAuv61xRs1pyVTJJ { width:18.8125rem;height:8.575rem;top:25.362499237061rem;left:0.59375rem;font-size:0.875rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #lhcIvqg07F1vDCLuTJxtkfT3ASUXKc77 { width:9.5rem;height:7.75rem;top:57.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaVOG7Kr1x7PnCQDX6xG3Fy2z8aIcGM { width:11rem;height:9.1875rem;top:8.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2zTN97n3aQ5kfszc8lpW7KHTdMlRwIt { width:18.9375rem;height:3.16875rem;top:41.9375rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBGTmO5KAKgFcmMN9c9LcuFIFNkLxhf { width:18.875rem;height:3.16875rem;top:92.6875rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9K3bypw6PgXryG3cIsB9Jsv5cMtcETW { width:18.625rem;height:3.16875rem;top:121.125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghff9vPdRS8z9k3CEtroeD07pPzFQe4H { display:block; }#ghff9vPdRS8z9k3CEtroeD07pPzFQe4H > .row .container { width:20rem;height:118.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSb2pw7hmLX6sq4BbSlErah4F66GLu7q { width:20rem;height:7rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PECLb5JzSUH9Kk1bvlT6vyid1XAQ4e3U { width:10.625rem;height:0.1875rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJWvQB2o3daNdFHGAoTdIKZnrWkNn9h { width:20rem;height:20.0510625rem;top:11.362500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVprnTx2CDBMVbEEBk1eZgNCPT5LKVcP { width:20rem;height:35rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au5Qe2O3ecKnUQwFb9RXMq64gQ5vzo1T { width:20rem;height:33.1875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXSVOmsuqTm2T7TvfxiuZcQsJTSskTcB { width:20rem;height:3.2rem;top:33.226042747498rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZRkKJ0tEE76wtvKG1uLpn5h95s7wkIF { width:15.8125rem;height:8rem;top:39.875000953674rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSiNIg94i4ASq28hiUFwT5cxk3WnpEkT { width:17.0625rem;height:18.9375rem;top:49.375rem;left:1.5rem;font-size:1rem;display:block; }#uSiNIg94i4ASq28hiUFwT5cxk3WnpEkT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #X5aZIkUMvFkZRsHeLW16sXztIZeFr69B { width:20rem;height:21.5625rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxOTIUOFlM2b3F1CQb9zIaFUGymN1OR9 { width:20rem;height:19.625rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npuI52WT8DmbL96NhiUSaItKcft0KJP0 { width:17.75rem;height:16rem;top:75.75rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXzKJWpaM2tghTrygW28qTCmlcylFikF { width:20rem;height:20.25rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #om4R1JAMax9swzk5Zas0zePFWEHxT8n0 { width:20rem;height:18.0625rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kONEmA385T9Fc5strzBDgy0xTAXd1XOc { width:18.0625rem;height:14.4rem;top:97.875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDsXQV6BNSo23asxaGfyUq1PgEWfurQE { width:20rem;height:12rem;top:99.5624961853rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk { display:block; }#bzQ3evE7MVbnnMP5cxuAQXf7lPoCnaWk > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyMRulsL41nIfOcPMu6tsbToTp1W5JEi { width:20rem;height:7rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1A20navbHb1w4hukxe27LX5VSZBGH3k { width:10.625rem;height:0.1875rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWez28TAFWzXx0u35hWNnQZf2hWfpKot { display:block; }#IWez28TAFWzXx0u35hWNnQZf2hWfpKot > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nOnTHIgGUWGQfIlLiyptHH3JUlSpFTG9 { width:20rem;height:9rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uigp1Emx6U9QdV06sf55cWczF0ed0TpH { width:2.875rem;height:2.875rem;top:0.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwJTZvRoz4fcG1vv4iRMJOOVK5Uz44fm { width:19.25rem;height:5.6rem;top:3.75rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWaLT2Hucq1eyCTy1B9C2RRDQTDxtDn { width:20rem;height:9.625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXyqIQd8LNpw7U6xILA9rl5Cb7L5ZUTE { width:17.5625rem;height:5.6rem;top:15.119792938233rem;left:1.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXdTpHvCs1poKPZtyFe4Fi7QKJxoKnwW { width:2.875rem;height:2.875rem;top:11.875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3QMUPKV8GaTHIoe8mAXltOiLo9NShf4 { width:20rem;height:10.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0Eib0xqvd6CscxyowUWEbh2VLCloIn { width:17.875rem;height:6.5625rem;top:27.8125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWv4EbsQwnvbOwOOkuA02QEzscWfSmK6 { width:2.875rem;height:2.875rem;top:24.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 { display:block; }#pUPcee9nyQsCvXu2Z1HPnbEP71CXUGd4 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuMBC5DxF8vpGe4rQf5ISl1TKR9Pb4n0 { width:20rem;height:10.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VloTpprJDAE9VXbbot41ZoKrwtqNl0Ry { width:2.875rem;height:2.875rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTDTquqNrlXD7rocf1LasbH2o7VcLe8a { width:17.375rem;height:7rem;top:4.5572919845581rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx82SdAZ92cTbSxpICBDLdCl2McytlNB { width:20rem;height:9.4375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpB3JyNsU1pEe7zF2qrvyxp4UGTZZh6c { width:17.9375rem;height:5.6rem;top:17.825000762939rem;left:1.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA26HDT15Nx1lfLEaWfkhMFTVWTJGUGZ { width:2.875rem;height:2.875rem;top:14.332290649414rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK9J4dv1qrDwbnMfpZwVfy0RrJylQ84D { width:20rem;height:9.625rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yofvkt9v7u5CuaqF2L7qNH9h01tNXAkE { width:16.625rem;height:5.6rem;top:29.72500038147rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAMNzcx00V97lT8yGCZQxIIy20PDi5iq { width:2.875rem;height:2.875rem;top:26.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd { display:block; }#Qz4qH1yIF3WTCBATazGWyJTeqarLgNdd > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkVgVPzRke0bErmb1IDw6Mk27otHzo6y { width:20rem;height:9.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6AW4lnByOA0Pz8fx5mN8Bn8av4zSy28 { width:2.875rem;height:2.875rem;top:1.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IigCtavb8DLNqxK8T3a29Me4paqla4hE { width:15.875rem;height:5.6rem;top:4.9624996185303rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXv2SCymhgQTVosX3wpWXuVlde6uvfb5 { width:20rem;height:11.9375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObXmlbkO0xD7H54zGBxs4GteGDg5xM6N { width:17.9375rem;height:7.875rem;top:16.9375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBTaXGOWS33CP0x4qE8bX3Jqz51QUC6M { width:2.875rem;height:2.875rem;top:13.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0AqMuaJJnSaa0IXwtmQ5slRxmDt0BvU { width:20rem;height:9rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTJcW91KXa9cDoUNs3sNuDVyuFStQFC { width:17.9375rem;height:4.2rem;top:32.5625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pnvh1fp44FTuDG7dEzSCISBJwh20le { width:2.875rem;height:2.875rem;top:29.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVu1UDaw5HyUUcmT2TWctFDzsWXhc1mM { width:10.625rem;height:0.1875rem;top:43.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP { display:block; }#Md4PLpF4wEPuLqbRsDI14imVzKeDL2rP > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwveszl10ynpIOrKE7kWJU6l4XP9XlEN { width:20rem;height:5.25rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp552flfeay4kTH7V5DWGIFcAslSBmBH { width:20rem;height:17.375rem;top:9.800000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d43OiEkJ10knk7vt5ZJBSCs6eeyP1fql { width:5.375rem;height:5.375rem;top:7.4375rem;left:6.4375rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2oQ23eFXU1i7ZbiBvRfKDGrqgSHrFo2 { width:2.9375rem;height:2.9375rem;top:8.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q11oMNuKVzOHfWHVDC38hz1Zn8BZrNvx { width:17.875rem;height:8.4rem;top:13.681248664856rem;left:1.1197919845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1arXHpnvlXWkIdqas96eh8hwHUqN6TS { width:20rem;height:21.125rem;top:30.924999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XulofOMakrVVmsduZVFCbaiV1zWevnP0 { width:17.6875rem;height:12.6rem;top:35.037518501282rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaVp9kaUAtXw38J8fIZdb0VsGvT1PKyK { width:5.375rem;height:5.375rem;top:28.299998283386rem;left:7.3125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcz5ScofWUbTsChpViF6XGche2FXPMqi { width:2.9375rem;height:2.9375rem;top:29.518750190735rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0pkRHbwt4ywvXXThsP4F0usaSU8TH2L { width:20rem;height:16.25rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHsI00uFrxVgrbOMoTNGZ9GfHUK0tF4i { width:5.375rem;height:5.375rem;top:53.3125rem;left:7.3125rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PduMImv8wWcUn9pDsCff33fV4oVBpFQC { width:2.9375rem;height:2.9375rem;top:54.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZF0KwdguwWlaeVL6hCkAJZqU8abCWlbS { width:17.875rem;height:11.2rem;top:59.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe8bd3ulWRfh8eczeJutGaVsNCen4NA2 { width:20rem;height:3.5rem;top:77.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9zryRtBvbXlQw429K2p5Tt3bIIbggJN { width:10.625rem;height:0.1875rem;top:75.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ { display:block; }#ExzaTyZ5V4GP1fsyfEBH3LuPipWHXikJ > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0sm0GZcUsFyxrwaNg19ffM2DecEurZ0 { width:20rem;height:6.4rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scgGU1CJoonphyAp2ekExWm7FxDsTswC { width:5.375rem;height:5.375rem;top:23.125rem;left:4.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRqfs3sqH8ENX9E0iZmGIs26i6Hm5SpN { width:20rem;height:11.375rem;top:9.9625005722044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKJa0MxzXTqf34ITPb7AJy88gtiXGoci { width:5.375rem;height:5.375rem;top:23.125rem;left:10rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML3sQ52v4w3KTlBMfvOhlTWsKG39meiW { width:5.125rem;height:4.3125rem;top:8.9000005722044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDZUDg74308aDTgygmvwEKsvpeHqH5Tx { width:20rem;height:6.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP13awUWCmxEX8eziOit7UTH6KSFinC7 { width:19.4375rem;height:2.8rem;top:30.806250572204rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOQbQgTzgoNUfuUKgo4tKMpcdHM0dUSR { width:20rem;height:6.1875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2QUM7m2IwCJyrkbJRZcLBA8MbKBsB8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p { display:block; }#ZMP6Z9ybe1KWKWiHlXP4pnMVmWm9sp7p > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQq2zvAWDG1Ch9grKfz2UOkFSKGiekTs { width:20rem;height:1.3rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwsDuNErrgvkO9N0eWcizS645RhteJIJ { width:20rem;height:3.5rem;top:4.2375001907349rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6MherdXvtcRElhXlzrhdyfmiyVA7fvu { width:10.625rem;height:0.1875rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0F70TaLm5LuzfnFB2W0fd0JUfwfnEer { width:20rem;height:6.4rem;top:8.5875005722044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD06UHZU67b2NTL496c5uFMHBkbNKNHX { display:block; }#oD06UHZU67b2NTL496c5uFMHBkbNKNHX > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeoNmkg5aybwZm860aBsTTRHL6lJA42r { width:20rem;height:57.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4dOlPMDRy7XNssxbNEKxq3qa1GTw78u { width:20rem;height:55.3125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaN3NaTeLVxHmNOBVESrfD7d56xPxcfT { width:17.8125rem;height:42.9rem;top:4.1875rem;left:1.125rem;font-size:0.875rem;display:block; }#AaN3NaTeLVxHmNOBVESrfD7d56xPxcfT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ea34de5c-6686-4586-9bd6-8734860861f3/checkedbox.svg); }
 }@media only screen and (max-width: 763px) { #pKTu9TtA3I1voDS8tfkmfAxatPW3SsLn { width:20rem;height:11.554404145078rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QluLMNNBJmuq6GmpRHt9mLsFoiRu700b { width:10.625rem;height:0.1875rem;top:62.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cclWuZ3HQGSxWapNzdZd0T1c4pn8kgvs { width:20rem;height:5.25rem;top:64rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO7oLx64f9W2Fm3CKeEGtgvT4l9dzI58 { width:20rem;height:6.4rem;top:70.2666683197rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F855TBhKps9v3SFSRG5DDavRJJkG8Me2 { display:block; }#F855TBhKps9v3SFSRG5DDavRJJkG8Me2 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyiuraAWU4OeAsiZGbT3KTLGxHRk8QkJ { width:20rem;height:10.5rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nspT1cQABtVzP4GJl2l8BkavS5JeeP4E { width:10.625rem;height:0.1875rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli { display:block; }#nxSwU5BDIWEJhZBJ4OtixL2AURdFtuli > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VogZe4JwUu4OTp6Tt63Ac17Jnn6Js30U { width:20rem;height:28.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH51Tml840l63T3mRapJB9dEpfqpfv7r { width:1.125rem;height:1.125rem;top:0.625rem;left:17.776041984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbRU5MKg6ZDe9N2Hw71z9SGpqEghx8iv { width:17.6875rem;height:24rem;top:3.4125013351441rem;left:1.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxFhceTsF19PQ5Mw5aeTmrlaTTa8LgkS { width:20rem;height:3.5rem;top:33.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOSzTMQBQxLhVK9qzpZi0ocC6UrmgWta { width:10.625rem;height:0.1875rem;top:32.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baLMeiJ73iNohR5FupAym8KT077Gpe7A { width:20rem;height:8rem;top:40.637500762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRuTTE9m317DAXS2JBKh0rPTfNZgUITO { width:20rem;height:24.7875rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDGsTnnXXy0JI2Fwn5rkmiXqDelMotUa { width:20rem;height:2.2rem;top:38.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvsTOSJipeFbFP73LWV62cWzigfhCp6M { width:20rem;height:16rem;top:52.075000762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA7GpFlwsleOtw4zK6mRNKB6ZLi5wThD { width:20rem;height:2.2rem;top:49.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTq19XFxKZfxmQCGBneIRMni0Hh27QU { display:block; }#pgTq19XFxKZfxmQCGBneIRMni0Hh27QU > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJh4n0Gwgkzu2HWN8zENPlPNIbntMJZL { width:20rem;height:1.9rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccZzNHo3q5RwKSKxqufnpe9WGssfyOQw { width:20rem;height:10.5rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRhEKIOTTTnEiChrbI2zASmGyADq5Pde { width:20rem;height:4rem;top:15.887500762939rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv { display:block; }#ATtbagqtqdbi6FWoJFn3FTpW3GfS64hv > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEHXl8K906Ry3c7dmqfadaKGLgChcSwy { width:20rem;height:31.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMtqv3AQ8TswqLn42SALilUA97SULftS { width:1.125rem;height:1.125rem;top:0.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQJ8oTvcLnC3SNzuqO4UevsZPEENomxE { width:17.375rem;height:23.275rem;top:3.6895837783814rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz9c99S6elTHazAd0cLXntyLlSk6T4Aa { width:1.125rem;height:1.125rem;top:34.6875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5NtByX1HzTbOmmtVE2Qt2RgreLqvIaE { width:17.375rem;height:46.55rem;top:37.75rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg5K7m25k8hy4ZWE6hgeQoJFFRQvKkAe { width:20rem;height:57.75rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 { display:block; }#UvOIC0pARU3g7GdVkJhg4bTHJBCMSWO9 > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEbBsJB82moJsyDzXNOtVkZnXFOaJJ63 { width:5.375rem;height:5.375rem;top:51.1875rem;left:5.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmKZybAaAUBoXL8sbQ2fSJl7FxTEbUkM { width:20rem;height:31.625rem;top:19.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edIAC9bSvbJTOMUdV7dqCUgFVgJlu8Q8 { width:5.125rem;height:4.3125rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAuix1ZueEzl5Tro2dZIoUnOyfHUNiko { width:5.375rem;height:5.375rem;top:51.125rem;left:10.375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4e9nkroOlRaezz2TfJb7leALatEZvSU { width:20rem;height:2.45rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imgDMPibL8D8giFfSpoC3P0fiqsM8xu3 { width:20rem;height:12.8rem;top:4.95rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylWX67sxaDT1cekV4KpbdVn0GczPuohX { display:block; }#ylWX67sxaDT1cekV4KpbdVn0GczPuohX > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyGJGSSMvWnZy6xIcXsilbWOmTglAFHc { width:20rem;height:30.4rem;top:33.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WU5h0k4OCp99Zq1ZgUoV6NdL0hOOEi { width:20rem;height:24.787878787879rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTIsbxI3QMi2RdRfxbw7PG7trU77rmC { width:20rem;height:5.4rem;top:27.2875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqlNCVIId3cTh3ybPDPzpovlc52Ke9mK { width:5.375rem;height:5.375rem;top:97.6875rem;left:4.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obygCBVAeCtPXIE79P6ksixtususASMb { width:20rem;height:26.75rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXUlRDTJOd2sPPltMTRMhnwMFmSpLR1R { width:5.125rem;height:4.3125rem;top:69.662498474119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAmBfSwNEtpMeTTfqhGeMeKDH3ZAlHep { width:20rem;height:2.45rem;top:65.5875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvf7gA6F2MT5ndwTdgzfJP6PhVEZZIFO { width:5.375rem;height:5.375rem;top:97.6875rem;left:10rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A { display:block; }#SLLmhDyqTQIK0B0QKXxwTrf9NAA7XZ6A > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nszeKk7qKkiRFkTg24ixdkBK7r7sd6qd { width:20rem;height:3.5rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWxZaIRCmCuU24rUHUcxLUJuPEWP1IOV { width:10.625rem;height:0.1875rem;top:3.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk { display:block; }#cFkJiTVJBKGW0KVT84apRBCwWUA9RkSk > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylXcNgPxGIlETRdkTX9BfP1HpG3s893D { width:20rem;height:29rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrkKVKCCb0MMODOIyoeiuAIN5aMwiSy5 { width:20rem;height:2.1rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzw40Q3cOlc4RHk51CVSlQJN80iS1Nng { width:17.125rem;height:21rem;top:5.4375rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHPvlBV13pNZndxHcBz7JbMhow22mA1x { width:20rem;height:26.375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbzF7xIeIUntW2S2bmQaoWx2Zd1epmO { width:18.25rem;height:3.9rem;top:33.633332252502rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2rtmdwnrXfCnPRTaLDCLNzdqoyL3NZ2 { width:17.125rem;height:15rem;top:39.000000953674rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdR4kVEZPT81pzKd0mQanbWITbtqWLt { width:20rem;height:33rem;top:60.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRP7DtNWv3111kr1Q5AKrADHxeeg8l27 { width:20rem;height:2.1rem;top:62.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaoULm8SUWPLMXnu1pB9Tx9Phhh0sklW { width:18.0625rem;height:24rem;top:65.5rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK { display:block; }#hU9WQPTfemgGif3Nqf3yRZ5XuGDlBwtK > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZsIcC0a0WMKONybeAREEtZqediPkb2P { width:20rem;height:3.5rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz36bH6LTlmoaPUGKph0e01cpDkW6ld0 { width:10.625rem;height:0.1875rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rh7Wz9k1pdwOwkGulx2dP2VwD53MFq1T { width:20rem;height:5.95rem;top:7.3374977111819rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3FUflI87OVsDHFIRByI7kUfzSHZzT4c { width:20rem;height:14.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKrOnHUt2gG6qlVaaoQKzHo5WUFpzZUp { width:17.125rem;height:10.2rem;top:16.74374961853rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 { display:block; }#kfoPsfmEHXdWphkfKoSlh9b2QKsTsXz7 > .row .container { width:20rem;height:125.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcDN24JT0vdLvmXztTLXt4aToWI0bPmX { width:1.125rem;height:1.125rem;top:0.8125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNc4h3d09HkKFTS8A60zfKsNrsDZXc1Q { width:20rem;height:34.6875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbB6fsLGRTO9NpMH2HeSTyUEuc2G0He { width:20rem;height:2.03125rem;top:3.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBe21gatb63mh2HuTOQfmOuwKzFWRT5 { width:20rem;height:2.4375rem;top:24.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZVRhX5ernkMs6QtETCxxBXXF1zhphs5 { width:20rem;height:1.6875rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKiVtBTmr06VOT7uDs8OMorNDtfdho6 { width:20rem;height:13.125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsVo1EaVoDx2TJaaySMVVXDQgGT3w1gu { width:18.6875rem;height:3.625rem;top:28.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBN7ZPqHKqvNpZQtudo56mt01d2o7NE2 { display:block; }
 }@media only screen and (max-width: 763px) { #VHXpSJ9ghsWb4yGaSEbwEhT3n6dimwzR { width:20rem;height:1.625rem;top:6.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOXAgarNeMENBN6hlaueDKTkpTyR9UTT { width:17.1875rem;height:6.85rem;top:12.5625rem;left:1.4375rem;font-size:1rem;display:block; }#aOXAgarNeMENBN6hlaueDKTkpTyR9UTT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #dIExcNF2KUyJRZRXkATDwrRkmTL6NS2W { width:9.375rem;height:0.1875rem;top:23.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7UwruZpqI18JLvFJ85eTC6IgbPAXEx6 { width:20rem;height:40.4375rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZOlBZBcRkAOTbcohBVcvpRxsm0HTlM7 { width:20rem;height:13.125rem;top:66.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLMrHak5KgTzeaLdqXp22y58mui7KeeO { width:18.6875rem;height:3.625rem;top:70.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPAfTELritph3LztrnrvA14v1TatbuP { display:block; }
 }@media only screen and (max-width: 763px) { #D5KdO9SvJLhCyZEsThqdwpJdTJ7tSyDT { width:20rem;height:2.4375rem;top:66.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2n6dTUKdRGzNDSzxLSR4SXKRceEpQUd { width:9.375rem;height:0.1875rem;top:65.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Mnf4mToSWais8nS1NywfQDF4TduIxO { width:17.1875rem;height:10.275rem;top:50.9375rem;left:1.4375rem;font-size:1rem;display:block; }#u3Mnf4mToSWais8nS1NywfQDF4TduIxO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #gm5WT8mKnW0IpEiEI7qqTZVVmDqdpPPa { width:20rem;height:6.09375rem;top:40.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izanASx0nd6HJLhnwKzgoU58L4BEqaTg { width:20rem;height:1.6875rem;top:47.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9rlLI2yfdm6LVPOLKAs8tND7m9QpnVp { width:1.125rem;height:1.125rem;top:37.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng0FummVuDz9fJhrA0wovEodE6znNaqT { width:20rem;height:35.3125rem;top:80.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2cMTtPZOy61E4mPmi6d7BwvxmbJTH2p { width:20rem;height:2.03125rem;top:83.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc94ucUPdhfd4eKFKGEaCZdMsSQZ71pX { width:14.8125rem;height:1.6875rem;top:89.4375rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaFmP1MJFVTMSCXQPu6lEuE8yATpmCNA { width:20rem;height:1.625rem;top:85.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lkvkl4QXfIFXS1Qik2azZKUP2pTbfswl { width:17.1875rem;height:8.25rem;top:91.9375rem;left:1.4375rem;font-size:1rem;display:block; }#Lkvkl4QXfIFXS1Qik2azZKUP2pTbfswl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/40b833fb-327e-4c5a-a82c-a17912a1efef/check.svg); }
 }@media only screen and (max-width: 763px) { #i0LEoCreS7NqlWgP5qDEEgDEkOumvz1d { width:9.375rem;height:0.1875rem;top:104.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmWDllm8XQwbmnCA3tSTzT08Zwe164St { width:20rem;height:2.4375rem;top:104.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6zPLKeqlJ40oO3gR2vnB4ywD4EqMgp9 { width:20rem;height:13.125rem;top:103.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx0GAisohpMAPD0kJPRkUCThuOrum7CC { width:18.6875rem;height:3.625rem;top:108.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXTOfUf8ShitMZDieQ2EpplqHVLoDUm1 { display:block; }
 }@media only screen and (max-width: 763px) { #TQ7RST8q0ETlnsxarM822FNraeDynm7t { width:1.125rem;height:1.125rem;top:80.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcP5ys0glRqy3UAoC4tiNPI08JRNR4ch { width:20rem;height:2.45rem;top:122.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwPtCc8N0Dv9S4mL5EUMhITpCgtmfm8x { width:10.625rem;height:0.1875rem;top:121.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRWercNMpbKpHGa2KZI8KxnyUFHq0o8w { width:18.875rem;height:3.16875rem;top:112.45625019074rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAy4a07Zx6mw1aGxTZAaByuG0aI1kNzF { width:19rem;height:3.16875rem;top:74.6875rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnJQfT2vFa2hZ6ZHFhzItFbOue7v1wNM { width:19.25rem;height:3.16875rem;top:32.5rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO { display:block; }#C9uq1c8Wk6AWlEC8HcA6GJNzHbp2eXsO > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aicWFIb4l7RwKZpUf6vQyMK8zBmLQh3i { width:16.75rem;height:3.1875rem;top:1.625rem;left:1.625rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vsmlg5luXp1PydUFV4hVCQv3SWN5GthQ { width:3.125rem;height:3.125rem;top:1.65625rem;left:16.249999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB { display:block; }#H8tTV1sGvEOdvvTaNx0Fw6rt4n9wffEB > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1RAPXTsl71aH8VWd0SvLDJhsJwtMN7M { width:15.9375rem;height:1.3rem;top:1.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1RrIby3l216lGhJqTaQJu6yNqmFNGgb { display:block; }#l1RrIby3l216lGhJqTaQJu6yNqmFNGgb > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtMVXQ2zmBXkBEtnwFVbUMdycRePn3Zv { width:15.9375rem;height:3.1875rem;top:1.5625rem;left:1.3125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mlBpAudU5m436EH4KXCF7rgL5E1rpG25 { width:3.125rem;height:3.125rem;top:1.53125rem;left:16.874999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev { display:block; }#gAhEFpTa4r3xFDMTCxAFMWfXSdnntcev > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mMH0ZOgHumk0L2UyJkNXBe2uSUZUcLnV { width:17.5rem;height:16.9rem;top:1.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwzdJVqcr8X821uHaL6QSWT3doe2f26q { display:block; }#fwzdJVqcr8X821uHaL6QSWT3doe2f26q > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlzUfydgBWkDOaR9vu5fh2T8oQGDGBXd { width:15.25rem;height:4.78125rem;top:1.4375rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k3K04lkwpiMDotlRh6Tu841eiis8MFWN { width:3.125rem;height:3.125rem;top:1.46875rem;left:16.874999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz { display:block; }#VKlxfF8G7mVzhG8gbbW3WmVt76Hgqupz > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btLRk1gqEdwVR77JqMNc5XKgPy22rl4a { width:17.4375rem;height:13rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 { display:block; }#KCATIRSsKotzVcgW2HOG9v22rxml9vZ6 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgQX2VeCi0gyT0383SzBTpZfVi6oRLlP { width:15.9375rem;height:4.78125rem;top:1.125rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yQpgZmWqy16Ud1XzJcwvoKD5E4Qnv95P { width:3.125rem;height:3.125rem;top:1.8843765258789rem;left:16.874999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHMmhvGEnMibBr8RwUMisqBEAq8fk617 { display:block; }#gHMmhvGEnMibBr8RwUMisqBEAq8fk617 > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMJdCVMSynEQXALQfiXAWCR6msL8oT74 { width:17.5rem;height:15.6rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE { display:block; }#y2ynaHxLSbHPWDbV5MywkzPldqeLvuZE > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0rg7pKXUTXJSETLeuwZeahkSiC2eSJN { width:15.625rem;height:4.78125rem;top:1.25rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aBCaZflLHPTT8BforPWrO4IpD1JpGnaL { width:3.125rem;height:3.125rem;top:1.28125rem;left:16.874999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq7htdDALkvksS36rkUol3Isn1Bndp0S { display:block; }#vq7htdDALkvksS36rkUol3Isn1Bndp0S > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsVIgs8oFWtRG6OF92vHiJqwc0FZxsQQ { width:17.8125rem;height:10.4rem;top:1.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z40g2Aifn1qsTknFdV0TesmFeBA83kRC { display:block; }#Z40g2Aifn1qsTknFdV0TesmFeBA83kRC > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsyMBwQTNiNibFblkiHAdE32gd8e52pI { width:15.3125rem;height:4.78125rem;top:1.25rem;left:1.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h5CffQ0bF7bNTlFtbLqlAAK4E5IZPdnQ { width:3.125rem;height:3.125rem;top:2.0780420303345rem;left:16.874999046326rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwMciibVzF5VoEEe90RsRUMneApsVkgl { display:block; }#OwMciibVzF5VoEEe90RsRUMneApsVkgl > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3dgbS3drCNKCvHOJ5XGgeHTO2HJlMTl { width:17.125rem;height:13rem;top:1.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stVOuEMsCPes3B9IxyHKCW771n0Ja6QI { display:block; }#stVOuEMsCPes3B9IxyHKCW771n0Ja6QI > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrA29uhZD1DQ06caIMckhgfQ60tQJM6F { display:block; }#WrA29uhZD1DQ06caIMckhgfQ60tQJM6F > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFo3Kb2249inMdZrXgprl0IA7uT6ka4s { width:20rem;height:4.55rem;top:2.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBKLOBTA61yU7vAgymTgitD2dwEvNOmM { width:20rem;height:4.4625rem;top:8.27499961853rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldoP4pX93NIsaZVUsxcDREZaKNmKVhR9 { width:18.9375rem;height:9rem;top:14.950000762939rem;left:0.53125rem;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iAvnxc2INe75TnH3v8fZ3MLmLTdFmR0G { width:14.6875rem;height:3.625rem;top:25.450000762939rem;left:2.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI6LnweUIiAyv4rded7biUaFASk6uf28 { display:block; }
 }@media only screen and (max-width: 763px) { #gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU { display:block; }#gtFI5xkZ067tpau7gBsiN4Q8ZDvdKkUU > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAsDBSZBPqZ0Roe3xV4BxciwA9axVfTb { width:16.4375rem;height:3rem;top:0.9375rem;left:0rem;font-size:0.75rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #XCu2GrfBAF1rVc4JTNO24bdDGKRcFBfe { width:16.4375rem;height:1.2rem;top:0.9375rem;left:3.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #BkBxKTf8SywStghNMUQHRVMhtsI1kJKo { width:16.4375rem;height:1.2rem;top:2.625rem;left:3.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }