.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;overflow:visible;position:relative;display:block; }#sGwVcTKRN9iHSgqQlJ8sc7TtUsx1fuxM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.875rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#go7dg0U4trfkP4qxC1PGqGFNwSNV69JK { background-color:#008bd1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.9375rem;left:21.0625rem;display:block; }
#htB6P3NlIipsuX1cfV2HLlHCoRHOdSHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ptCxoJII48kdRUwAzvbucffOhN4Qnsrf { background-color:transparent;background-image:none;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#008bd1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.9375rem;left:34.4375rem;display:block; }
#EB1Egrqkucxd43ATpJ0AzuSZoLTJiyxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#htTGbd68XF6gDXEcyo46PJQKky2u4Qur { background-color:#e81c20;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.9375rem;left:47.8125rem;display:block; }
#ElHdSONCZKxOf9NLLnBrMhW6LLRnDno9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Oc4qfa83/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD.adaptive-delivery-prevent-bg, #wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD.lazyload, #wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD.lazyloading { background-image: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container { background-color: transparent; background-image: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container > .video-iframe-container { display: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row > .video-iframe-container { display: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .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); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container { border-width: 0; border-radius: 0; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container { font-size:0.875rem;font-family:arial;height:108.1875rem;width:60rem;position:relative;display:block; }#zVtRSb8h2AbBJ4L59s9w47CMyWUDW16t { color:#20447b;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IXnTzvg14tCmXs68qQHfEmGpIlqFTyaP { position:absolute;display:block;z-index:100001;background-color:#e81c20;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:11.75rem;top:25.0625rem;left:0rem;display:block; }
#XZkCh76UUBHJWUSHEl0EfCCliLiLJsnN { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:26.875rem;left:0rem;height:5.84911875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFDTFIUwq6vPVcBumdRfuf1UB0smOJxy { background-color:#e81c20;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:35.8125rem;left:0rem;display:block; }
#Db3em7ouFJfI6kqqFIIFR4aB8DKXtBB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yA8yf2ybW4CohQGxLIoP32Ev3V2CxO8M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#008bd1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:35.8125rem;left:13.1875rem;display:block; }
#oCr71wD0zIq4b5T71mJofrrQBQk12ohF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HWawJKAZyg76ExxTbuX46itTggCW6qq8 { color:#0f2745;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:83.9375rem;left:15.75rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vHm3HVcLdlo7UbtawRUq5NX4iubwLVun { color:#0f2745;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:88.5625rem;left:0rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jf3DMCFPkusBWgfn7yo0fXN4DGmqlPfM { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;height:12.5rem;width:21.875rem;top:42.25rem;left:31.59375rem;display:block; }
#VUStWMaiRfGaR0vG6hOXozdH1JQGye8Z { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:18.4375rem;top:37.1875rem;left:33.4375rem;overflow:hidden;display:block; }
#Vu62FBkflIJfo8HsdOyCyHuXTLASZiCC { color:#0f2745;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:94.3125rem;left:0rem;height:12.59863125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QX33QrOAEQJQVMfUiZaFJQuCqsGZBfMA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:53.25rem;left:9.0625rem;display:block; }
#AeqUOm1yNF0oHwirQ37NK0PviDdDEV7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JTTD23HrgVK9N302SSrdAiRo3ZPCn36M { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.4375rem;width:41.875rem;top:57.5rem;left:9.0625rem;display:block; }
#IDK7HS2SQbmDGHbWAMTR4rNtk2WKTP6p { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:12.5rem;top:36.375rem;left:20rem;display:block; }
#QX7wTL1CmKvvoDwG7voWtWwopAWHnGT7 { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:12.5rem;top:72.125rem;left:23.75rem;display:block; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-text.counter-number { border-top:0.0625rem solid #ff004c;border-left:0.0625rem solid #ff004c;border-right:0.0625rem solid #ff004c;border-bottom:0.0625rem solid #ff004c;background-color:transparent;background-image:none;color:#ff004c;padding-top:0.170625rem;padding-right:0.151875rem;padding-bottom:0.170625rem;padding-left:0.151875rem;display:block;align-items:center;width:0.91125rem;min-width:0.91125rem;height:0.916875rem;position:relative;font-family:arial;font-size:0.6825rem;font-weight:700;line-height:14.67px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.106875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.214375rem;height:0.3625rem;position:relative;font-family:"open sans";font-size:0.255625rem;font-weight:700;line-height:5.8px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:6.4375rem;height:1.8125rem;padding-top:0.02125rem;padding-right:0.021875rem;padding-bottom:0.02125rem;padding-left:0.021875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.50927734375rem;left:5.3310546875rem;z-index:100054; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #W8OWNgfJkOZZfL7fqRxOVHq3p5ops3ZA { display:flex;position:relative;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #FX4FDTxV30vtDHvWSkJ7s4ZoqTxfTBsi { width:auto; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #U5KzuO05JBGt6Ho0m0VGyw6OCrgaPH0T {  }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #sUgP5rp0nMB6vkhFwtLodNy6qf2lFBN1 { display:flex;position:relative;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #OUEJe9C38VRK8f00o7a9XuW8rT91IZpP {  }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #x5V8NHIIKhsm2WSoN310ytibhJx9xt8n {  }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #LcytdpeLOR9Br48SNdVzaTIpEU67WRcT { display:flex;position:relative;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #EB7wNE7gl01Gc9c1TxsBfkDeFDI6NTKV {  }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #JTtBPPAtvT1rDo8bxONesHAVdPh2zOkW {  }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #NEJIwxOWsqtqMwWPHrwTNp2E5QGoeM1p { display:flex;position:relative;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #l6WVWyL7D5e49v5aOaawqqHTpkT5wLo9 {  }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #raS5iWhtPt7NynQKOr4DINL50tlniXo6 {  }
#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;background-image:none;position:relative;display:block; }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row .container { background-color: transparent; background-image: none; }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row .container > .video-iframe-container { display: none; }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row > .video-iframe-container { display: none; }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .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); }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row .container { border-width: 0; border-radius: 0; }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;background-image:none;position:relative;display:block; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row .container { background-color: transparent; background-image: none; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row .container > .video-iframe-container { display: none; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row > .video-iframe-container { display: none; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .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); }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row .container { border-width: 0; border-radius: 0; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#F9eb7xHlP6ksvmCzRV7vogiMTXnOmmwI { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#u75cAVQMOHT3Pcmqc7TT28yNwuSVninS { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:6.787125rem;font-style:normal;display:block; }#u75cAVQMOHT3Pcmqc7TT28yNwuSVninS li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#u75cAVQMOHT3Pcmqc7TT28yNwuSVninS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Mi9LfP5d/pointer.png); }
#rTHBhXNdCTNOnyPAVdTklAIJQi9Bv4CP { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:31.25rem;height:6.787125rem;font-style:normal;display:block; }#rTHBhXNdCTNOnyPAVdTklAIJQi9Bv4CP li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTHBhXNdCTNOnyPAVdTklAIJQi9Bv4CP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Mi9LfP5d/pointer.png); }
#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;background-image:none;position:relative;display:block; }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row .container { background-color: transparent; background-image: none; }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row .container > .video-iframe-container { display: none; }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row > .video-iframe-container { display: none; }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .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); }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row .container { border-width: 0; border-radius: 0; }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#zw1lackhMPo9Kd4VGu08Pn9Zlfi3tqMp { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;height:13.125rem;width:59.75rem;top:2.15625rem;left:0rem;display:block; }
#TAmDrqi9Qwh2RvhXJnMlUVM2qiD1zwnv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:24.5rem;top:0rem;left:1.53125rem;display:block; }
#oyTS1vQd0ifTffUIixMxwUqaZ3ID7gsd { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:6.03125rem;left:29.21875rem;height:5.7744125rem;font-style:normal;display:block; }
#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008bd1;background-image:url("https://images.assets-landingi.com/b3gNj48Q/pattern.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC.adaptive-delivery-prevent-bg, #yDtvL6SZE6mpI1IWMlEKHramebFPmrlC.lazyload, #yDtvL6SZE6mpI1IWMlEKHramebFPmrlC.lazyloading { background-image: none; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row .container { background-color: transparent; background-image: none; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row .container > .video-iframe-container { display: none; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row > .video-iframe-container { display: none; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .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); }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row .container { border-width: 0; border-radius: 0; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#kIXfg79v57lP8JHVckJLntP0HfsyTHWf { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #20447b;border-left:0.125rem solid #20447b;border-right:0.125rem solid #20447b;border-bottom:0.125rem solid #20447b;height:13.125rem;width:59.75rem;top:7.15625rem;left:0rem;display:block; }
#t9yf2ctR6SvQwgs2MbI4fzT7hqKbLGwC { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:24.5rem;top:5rem;left:34.25rem;display:block; }
#fosaLmkAvwI3HZTMEz4axHWR8aTxB4gE { color:#20447b;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.4;letter-spacing:0;top:9.09375rem;left:1.90625rem;height:6.2988125rem;font-style:normal;display:block; }
#Mc0T6y0AGRGfNX5OzC8v1bhV3QThCtzL { color:#20447b;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:15.5rem;left:1.90625rem;height:3.1494125rem;font-style:normal;display:block; }
#M9pv9isXiVtTiNPhUcwbTXbdTUS2477I { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:12.5rem;top:22.8125rem;left:23.75rem;display:block; }
#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row .container { background-color: transparent; background-image: none; }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row .container > .video-iframe-container { display: none; }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row > .video-iframe-container { display: none; }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .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); }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row .container { border-width: 0; border-radius: 0; }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#PM2GmZQFPKBqvPWAQ83TsbIps7NDkmNJ { color:#e81c20;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row .container { background-color: transparent; background-image: none; }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row .container > .video-iframe-container { display: none; }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row > .video-iframe-container { display: none; }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .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); }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row .container { border-width: 0; border-radius: 0; }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;position:relative;display:block; }#d8O5UnE5hCsALyZxA4VNRahszGu0o2MU { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4c400;border-left:0.125rem solid #f4c400;border-right:0.125rem solid #f4c400;border-bottom:0.125rem solid #f4c400;height:15rem;width:29.375rem;top:5.25rem;left:0rem;display:block; }
#S0sLbloCTFeARgigeb2tNdtKeDVQrrOs { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:25.75rem;top:0rem;left:2.125rem;overflow:hidden;display:block; }
#xCoBqEG61Ab994sn5NAOwDpapBTIS5te { color:#f4c400;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.25rem;height:3.8994125rem;font-style:normal;display:block; }
#UURa8iPwLhmcfICAtoCFBGuTZ3uEg57d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#008bd1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:100006;text-align:left;text-align-last:left;top:15.8125rem;left:1.25rem;display:block; }
#cOpTZZaTLGXFx7oWrQKs1BHwWMOKmUmH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MJTziq7K9l6pxtUHgBfw8m1BN4Qgy0ed { background-color:#f4c400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:15.875rem;left:16.25rem;display:block; }
#xEPu54IlTir7SweCEBJQ9qaom4DmfDgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SbJIcvH2tBwG3Zq2RVTFHIqkIgthw4HS { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00692d;border-left:0.125rem solid #00692d;border-right:0.125rem solid #00692d;border-bottom:0.125rem solid #00692d;height:15rem;width:29.375rem;top:5.25rem;left:30.375rem;display:block; }
#q5PRMePw9I0PAMEFgnEc7xTRpeM8LKzd { background-color:#00692d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:15.875rem;left:46.625rem;display:block; }
#xzPzBGk3voeMyiNQpiAUyEZ5zi16Hk8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OvXU8SeckMPtIXV6TuMLKs6b6cxUvBft { color:#00692d;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:11.875rem;left:31.625rem;height:3.8994125rem;font-style:normal;display:block; }
#AKB4NenRrTPuo2fT9CZKBBgMBhJQnNQF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#008bd1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.25rem;text-decoration:none;z-index:100012;text-align:left;text-align-last:left;top:15.8125rem;left:31.625rem;display:block; }
#HNcnl3KBlJhVapdT9nlJQcCGMLnIZc2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dCez87aJWXPcCxSU3TZGTUL5rTwoZgcz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3125rem;width:25.6875rem;top:0rem;left:32.5rem;overflow:hidden;display:block; }
#WKkgDEJAhCd8sSUvxvpy8I5Px4iMzMc7 { color:#000000;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:13.250000953674rem;left:19.125001907349rem;height:2.5996125rem;display:block; }
#X5XxLOH2TCTv8zAgOccR826PKCLo7m9B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:14.343750953674rem;left:16.562501907349rem;height:1.05615rem;display:block; }
#mTgaLH5oIQGuQ1AimV80NhOXXNpIffXn { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:14.375rem;left:47rem;height:1.05615rem;display:block; }
#msqPz7QtrCMUwr3ZPrm3FvZe84Trr2lK { color:#000000;display:block;width:4.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:13.25rem;left:49.5625rem;height:2.5996125rem;display:block; }
#OAnwmqfWSHMpt4v80INA9ck7csHUuKHU { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:21.0625rem;left:-0.0062503814697263rem;height:1.625rem;display:block; }
#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row .container { background-color: transparent; background-image: none; }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row .container > .video-iframe-container { display: none; }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row > .video-iframe-container { display: none; }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .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); }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row .container { border-width: 0; border-radius: 0; }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#vlbimce7rDdtLiFpU46PF4N7abelXvMW { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pMbndoa3/usb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #008bd1;border-left:0.125rem solid #008bd1;border-right:0.125rem solid #008bd1;border-bottom:0.125rem solid #008bd1;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:2.125rem;left:0.09375rem;display:block; }#vlbimce7rDdtLiFpU46PF4N7abelXvMW.adaptive-delivery-prevent-bg, #vlbimce7rDdtLiFpU46PF4N7abelXvMW.lazyload, #vlbimce7rDdtLiFpU46PF4N7abelXvMW.lazyloading { background-image: none; }
#zfm20iagnqH5OrHQTCvRBR1hpnkV80Lf { color:#20447b;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:5.125rem;height:1.94970625rem;font-style:normal;display:block; }
#PUwNe1NvMfTL9kQTZfiyrZJKaDZmSTAN { color:#2a2b2c;display:block;width:54.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.125rem;height:1.4624rem;font-style:normal;display:block; }
#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row .container { background-color: transparent; background-image: none; }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row .container > .video-iframe-container { display: none; }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row > .video-iframe-container { display: none; }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .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); }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row .container { border-width: 0; border-radius: 0; }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#IcLwSWMKf3BwHL4IqHuetNnJm27kifGt { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #20447b;border-left:0.125rem solid #20447b;border-right:0.125rem solid #20447b;border-bottom:0.125rem solid #20447b;height:6.875rem;width:59.75rem;top:0rem;left:0rem;display:block; }
#XtSEODKRGddd2eEUkzEAemQGJ5zq1oh1 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.125rem;top:1.1875rem;left:1.25rem;overflow:hidden;display:block; }
#XfIrdWACNvLPla027LTePO3MThVuOmxF { color:#2a2b2c;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.46875rem;left:6.6875rem;height:3.8994125rem;font-style:normal;display:block; }
#Bhrns2Q0HhQ55VdC85ViwZTuwCpV2yu9 { background-color:#20447b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:1.78125rem;left:46.5625rem;display:block; }
#iu4sG6aaCxcL4nBSTwfUDWgPqRZa66rD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MGpFNcFHIf5n01zfSmUL6GnX4PDi1ChS { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:12.5rem;top:5.25rem;left:23.75rem;display:block; }
#f9HKeLJPy6hTUZServpzxQXoWynXRD6y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4c400;background-image:url("https://images.assets-landingi.com/RcUW2cKd/bg_yellow.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y.adaptive-delivery-prevent-bg, #f9HKeLJPy6hTUZServpzxQXoWynXRD6y.lazyload, #f9HKeLJPy6hTUZServpzxQXoWynXRD6y.lazyloading { background-image: none; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row .container { background-color: transparent; background-image: none; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row .container > .video-iframe-container { display: none; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row > .video-iframe-container { display: none; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .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); }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row .container { border-width: 0; border-radius: 0; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#D0mWttGmSWglmrgXEQNMnqdiaKIGQSkN { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:22.8125rem;top:0rem;left:0rem;display:block; }
#mkZmgh1JSwzbSQaKTROZ9ykWGwuk4yao { color:#f4c400;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5rem;height:5.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#znWsDxHotTLCtmXTu6ZnBmda0wQ0tdO6 { color:#2a2b2c;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.5rem;height:4.38720625rem;font-style:normal;display:block; }
#GexRu5FNM94E437xTPTiczOT4pcGtwvX { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:35.1875rem;top:0rem;left:24.8125rem;overflow:hidden;display:block; }
#beALJgamVmxv8d34HC9fXgK8L2TDKQcF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4c400;background-image:none;position:relative;display:block; }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row .container { background-color: transparent; background-image: none; }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row .container > .video-iframe-container { display: none; }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row > .video-iframe-container { display: none; }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .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); }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row .container { border-width: 0; border-radius: 0; }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#Nk6qcKfaQTxoG1V2iFJtIqOScEMWFbQ9 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/apyJJbY9/icon_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:3.125rem;left:0rem;display:block; }#Nk6qcKfaQTxoG1V2iFJtIqOScEMWFbQ9.adaptive-delivery-prevent-bg, #Nk6qcKfaQTxoG1V2iFJtIqOScEMWFbQ9.lazyload, #Nk6qcKfaQTxoG1V2iFJtIqOScEMWFbQ9.lazyloading { background-image: none; }
#vHM4qrhs06ireTv4Q5S5HPTHHvFJJtus { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#REALrisvzna6V9rENTLrHZd3FiJXiya8 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MK57PTfHrWEANWF8J2LiusBi8vpBV2ql { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:7.9375rem;left:20rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OsDfHJntKTfwMVZShh8K1bnxNc6pXVXM { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/05A3Naec/icon_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:3.125rem;left:20rem;display:block; }#OsDfHJntKTfwMVZShh8K1bnxNc6pXVXM.adaptive-delivery-prevent-bg, #OsDfHJntKTfwMVZShh8K1bnxNc6pXVXM.lazyload, #OsDfHJntKTfwMVZShh8K1bnxNc6pXVXM.lazyloading { background-image: none; }
#cWxUbL7gGNNfv8tChooTBoepvHtbTSve { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:24.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UI8H2vod2xzV6BTgvDzkmpmnc4HPxgGq { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:7.9375rem;left:40rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U0skNPrTFVcATNJH3IkcTAfWSN50iW5n { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/51fi2w2j/icon_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:3.125rem;left:40rem;display:block; }#U0skNPrTFVcATNJH3IkcTAfWSN50iW5n.adaptive-delivery-prevent-bg, #U0skNPrTFVcATNJH3IkcTAfWSN50iW5n.lazyload, #U0skNPrTFVcATNJH3IkcTAfWSN50iW5n.lazyloading { background-image: none; }
#zHcoQETruIQwtTHZxH5ZgOvfaPMMlrVW { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:44.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4c400;background-image:none;position:relative;display:block; }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row .container { background-color: transparent; background-image: none; }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row .container > .video-iframe-container { display: none; }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row > .video-iframe-container { display: none; }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .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); }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row .container { border-width: 0; border-radius: 0; }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#ko20UDckNJRHMCWDbE2TyxExeOffgRL2 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100014;line-height:1.4;letter-spacing:0;top:4.8125rem;left:20rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nP8ERPETtneJXd5UMllxnSKcg9zxJMrw { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:4.8125rem;left:0rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IcspCrRtgUlDKMDIKBFOein34VWUyohz { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9AcNn0xY/icon_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0rem;left:20rem;display:block; }#IcspCrRtgUlDKMDIKBFOein34VWUyohz.adaptive-delivery-prevent-bg, #IcspCrRtgUlDKMDIKBFOein34VWUyohz.lazyload, #IcspCrRtgUlDKMDIKBFOein34VWUyohz.lazyloading { background-image: none; }
#WPr6uwMeaOgctAfIoV3eTOkPwCyccCas { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:0.4375rem;left:24.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ForcyEQMF49Ji2UWJ5himZDN6zlKlPQt { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:1.0625rem;left:4.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dJu0g60pNQqrPhz6qxSIHJZwqnG8mzGK { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ZyDc0abc/icon_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }#dJu0g60pNQqrPhz6qxSIHJZwqnG8mzGK.adaptive-delivery-prevent-bg, #dJu0g60pNQqrPhz6qxSIHJZwqnG8mzGK.lazyload, #dJu0g60pNQqrPhz6qxSIHJZwqnG8mzGK.lazyloading { background-image: none; }
#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4c400;background-image:none;position:relative;display:block; }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row .container { background-color: transparent; background-image: none; }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row .container > .video-iframe-container { display: none; }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row > .video-iframe-container { display: none; }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .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); }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row .container { border-width: 0; border-radius: 0; }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#HQKVQVNAzcZSVLRr7LzbonLNDIm0324h { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:19.375rem;top:1.9375rem;left:40.625rem;display:block; }
#U8hboivaCTGKXazQrEammL7RGuVnTsNp { background-color:#f4c400;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.375rem;left:44.21875rem;display:block; }
#WA8hEhtSQ5xSN2xtiqlgZ8xh73kiH2AC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xNQE7ROkccoR3Dapa5F8duMP2ahAhzFE { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:12.5rem;top:7.875rem;left:23.75rem;display:block; }
#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row .container { background-color: transparent; background-image: none; }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row .container > .video-iframe-container { display: none; }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row > .video-iframe-container { display: none; }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .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); }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row .container { border-width: 0; border-radius: 0; }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00692d;background-image:url("https://images.assets-landingi.com/bd3cf6Y5/bg_green.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel.adaptive-delivery-prevent-bg, #lNMwhh88vcbQHD3cmd0dFcdslGPQRKel.lazyload, #lNMwhh88vcbQHD3cmd0dFcdslGPQRKel.lazyloading { background-image: none; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row .container { background-color: transparent; background-image: none; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row .container > .video-iframe-container { display: none; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row > .video-iframe-container { display: none; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .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); }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row .container { border-width: 0; border-radius: 0; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#kz6lVdrbQ08lXKrA9gsUr83TGZofxEU7 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:22.8125rem;top:0rem;left:0rem;display:block; }
#GZWzMPfP8HJVSrgtNRvA94zi7xvn3Oua { color:#00692d;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GzUgF0a4negpGQGfWcpxlLsI9gnWUJZb { color:#2a2b2c;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.5rem;height:4.38720625rem;font-style:normal;display:block; }
#NHN6RVvhQb9T2rCEPidzKQfAy6fJlRRt { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:35.1875rem;top:0rem;left:24.8125rem;overflow:hidden;display:block; }
#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00692d;background-image:none;position:relative;display:block; }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row .container { background-color: transparent; background-image: none; }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row .container > .video-iframe-container { display: none; }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row > .video-iframe-container { display: none; }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .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); }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row .container { border-width: 0; border-radius: 0; }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#g9N5QBctvQ5Lqbl3eh1TREiSTnVoQPTi { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/apyJJbY9/icon_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:3.125rem;left:0rem;display:block; }#g9N5QBctvQ5Lqbl3eh1TREiSTnVoQPTi.adaptive-delivery-prevent-bg, #g9N5QBctvQ5Lqbl3eh1TREiSTnVoQPTi.lazyload, #g9N5QBctvQ5Lqbl3eh1TREiSTnVoQPTi.lazyloading { background-image: none; }
#KCAD08dKtT9aeLCtFF1tdeuTJ54oJpyO { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ObkBpboUoSZrGyrydMFwZrfdub5gk9b1 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AqqCMayk6hU8GT4RRPPi58h02BwVzwOi { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:7.9375rem;left:20rem;height:6.9995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BG7uXGnEknXNirV45khScCfWU2cLTMfr { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fdesaDwR/icon_6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:3.125rem;left:20rem;display:block; }#BG7uXGnEknXNirV45khScCfWU2cLTMfr.adaptive-delivery-prevent-bg, #BG7uXGnEknXNirV45khScCfWU2cLTMfr.lazyload, #BG7uXGnEknXNirV45khScCfWU2cLTMfr.lazyloading { background-image: none; }
#eLrLUkQNVCOiFyi9qFUpideITdhZZ2w3 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:24.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pmttZBAiArspLyhrNO2ON5OpaPi4WcBd { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:7.9375rem;left:40rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M6Zb7zi0M7IDHoGF8DAbhMHigUlLqx7x { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/51fi2w2j/icon_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:3.125rem;left:40rem;display:block; }#M6Zb7zi0M7IDHoGF8DAbhMHigUlLqx7x.adaptive-delivery-prevent-bg, #M6Zb7zi0M7IDHoGF8DAbhMHigUlLqx7x.lazyload, #M6Zb7zi0M7IDHoGF8DAbhMHigUlLqx7x.lazyloading { background-image: none; }
#rrDFdU5bs00NSJcrCuDT4Tg5yntHpb61 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:44.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00692d;background-image:none;position:relative;display:block; }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row .container { background-color: transparent; background-image: none; }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row .container > .video-iframe-container { display: none; }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row > .video-iframe-container { display: none; }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .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); }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row .container { border-width: 0; border-radius: 0; }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#uCkFqzVVSIts5yq39iKgsclGvURcdEIp { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/foEY2Nj2/icon_7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0rem;left:0rem;display:block; }#uCkFqzVVSIts5yq39iKgsclGvURcdEIp.adaptive-delivery-prevent-bg, #uCkFqzVVSIts5yq39iKgsclGvURcdEIp.lazyload, #uCkFqzVVSIts5yq39iKgsclGvURcdEIp.lazyloading { background-image: none; }
#mRgXXKbb3TVJ4Uq2PwKoFiG4d5JS2N0u { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.4375rem;left:4.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MpXxKbnXkvNTrOyX5rkWEkI4u9FdI4DP { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:4.8125rem;left:0rem;height:6.9995rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bDwlNqsaWfecrLhnrsbRwRfx366eQovq { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:4.8125rem;left:20rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rs1md4WOz7LDiVZizutwDSeUOCMvK1yc { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7kcD2wbo/icon_8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0rem;left:20rem;display:block; }#rs1md4WOz7LDiVZizutwDSeUOCMvK1yc.adaptive-delivery-prevent-bg, #rs1md4WOz7LDiVZizutwDSeUOCMvK1yc.lazyload, #rs1md4WOz7LDiVZizutwDSeUOCMvK1yc.lazyloading { background-image: none; }
#RzpucUmKZXpe9UNfUNHcPEoFV1kKeBRc { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:1.0625rem;left:24.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FbJEZMaAc1P2CCAHX5gN7woeTwIiQg0M { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:4.8125rem;left:40rem;height:5.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eOMvkFTxyRamqPT6QwFPkLeTtXh25DGB { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eo6saa18/icon_9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.75rem;width:3.75rem;top:0rem;left:40rem;display:block; }#eOMvkFTxyRamqPT6QwFPkLeTtXh25DGB.adaptive-delivery-prevent-bg, #eOMvkFTxyRamqPT6QwFPkLeTtXh25DGB.lazyload, #eOMvkFTxyRamqPT6QwFPkLeTtXh25DGB.lazyloading { background-image: none; }
#Pkg4uEBnogfZqTnJ3CDrd74uKHHIEuLP { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:1.0625rem;left:44.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00692d;background-image:none;position:relative;display:block; }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row .container { background-color: transparent; background-image: none; }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row .container > .video-iframe-container { display: none; }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row > .video-iframe-container { display: none; }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .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); }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row .container { border-width: 0; border-radius: 0; }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#vwPRqObqLfczmoW6De05ifn8KT2Hdelw { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:19.375rem;top:1.9375rem;left:40.625rem;display:block; }
#iS9mBpqJxs5ixin6HXmEz11GpbWyLO41 { background-color:#00692d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:4.375rem;left:44.21875rem;display:block; }
#hGRSQZdOTf0OvPCltWtCVkwmB9A27Ppo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KAfPr9pl3IzJ2PX1PmsSeeTrC1flf2de { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:12.5rem;top:7.875rem;left:23.75rem;display:block; }
#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { background-color: transparent; background-image: none; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container > .video-iframe-container { display: none; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row > .video-iframe-container { display: none; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .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); }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { border-width: 0; border-radius: 0; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#GlIgTMoSIRAtI6uBJz8ilpPT0MlVhaPL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:14.8125rem;top:3.28125rem;left:22.59375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGwVcTKRN9iHSgqQlJ8sc7TtUsx1fuxM { width:9.875rem;height:3.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #go7dg0U4trfkP4qxC1PGqGFNwSNV69JK { width:12.1875rem;height:3.25rem;top:1.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htB6P3NlIipsuX1cfV2HLlHCoRHOdSHm { display:block; }
 }@media only screen and (max-width: 763px) { #ptCxoJII48kdRUwAzvbucffOhN4Qnsrf { width:12.1875rem;height:3.25rem;top:1.9375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB1Egrqkucxd43ATpJ0AzuSZoLTJiyxw { display:block; }
 }@media only screen and (max-width: 763px) { #htTGbd68XF6gDXEcyo46PJQKky2u4Qur { width:12.1875rem;height:3.25rem;top:1.9375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElHdSONCZKxOf9NLLnBrMhW6LLRnDno9 { display:block; }
 }@media only screen and (max-width: 763px) { #wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD { display:block; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVtRSb8h2AbBJ4L59s9w47CMyWUDW16t { width:29.375rem;height:;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXnTzvg14tCmXs68qQHfEmGpIlqFTyaP { width:11.75rem;height:0.0625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZkCh76UUBHJWUSHEl0EfCCliLiLJsnN { width:25.3125rem;height:5.8125rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFDTFIUwq6vPVcBumdRfuf1UB0smOJxy { width:12.1875rem;height:3.25rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db3em7ouFJfI6kqqFIIFR4aB8DKXtBB1 { display:block; }
 }@media only screen and (max-width: 763px) { #yA8yf2ybW4CohQGxLIoP32Ev3V2CxO8M { width:13.6875rem;height:3.25rem;top:35.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCr71wD0zIq4b5T71mJofrrQBQk12ohF { display:block; }
 }@media only screen and (max-width: 763px) { #HWawJKAZyg76ExxTbuX46itTggCW6qq8 { width:28.5rem;height:2.875rem;top:83.9375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHm3HVcLdlo7UbtawRUq5NX4iubwLVun { width:47.75rem;height:4.5rem;top:88.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3DMCFPkusBWgfn7yo0fXN4DGmqlPfM { width:21.875rem;height:12.5rem;top:42.25rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUStWMaiRfGaR0vG6hOXozdH1JQGye8Z { width:18.4375rem;height:16.0625rem;top:37.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu62FBkflIJfo8HsdOyCyHuXTLASZiCC { width:47.75rem;height:12.25rem;top:94.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX33QrOAEQJQVMfUiZaFJQuCqsGZBfMA { width:16.625rem;height:3.4375rem;top:53.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeqUOm1yNF0oHwirQ37NK0PviDdDEV7J { display:block; }
 }@media only screen and (max-width: 763px) { #JTTD23HrgVK9N302SSrdAiRo3ZPCn36M { width:41.875rem;height:23.4375rem;top:57.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDK7HS2SQbmDGHbWAMTR4rNtk2WKTP6p { width:12.5rem;height:0.3125rem;top:36.375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX7wTL1CmKvvoDwG7voWtWwopAWHnGT7 { width:12.5rem;height:0.3125rem;top:72.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 { width:18.5rem;height:5.1875rem;display:flex;top:4rem;left:28.375rem;z-index:100053; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #W8OWNgfJkOZZfL7fqRxOVHq3p5ops3ZA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #FX4FDTxV30vtDHvWSkJ7s4ZoqTxfTBsi {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #U5KzuO05JBGt6Ho0m0VGyw6OCrgaPH0T {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #sUgP5rp0nMB6vkhFwtLodNy6qf2lFBN1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #OUEJe9C38VRK8f00o7a9XuW8rT91IZpP {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #x5V8NHIIKhsm2WSoN310ytibhJx9xt8n {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #LcytdpeLOR9Br48SNdVzaTIpEU67WRcT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #EB7wNE7gl01Gc9c1TxsBfkDeFDI6NTKV {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #JTtBPPAtvT1rDo8bxONesHAVdPh2zOkW {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #NEJIwxOWsqtqMwWPHrwTNp2E5QGoeM1p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #l6WVWyL7D5e49v5aOaawqqHTpkT5wLo9 {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #raS5iWhtPt7NynQKOr4DINL50tlniXo6 {  }
 }@media only screen and (max-width: 763px) { #AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 { display:block; }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n { display:block; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9eb7xHlP6ksvmCzRV7vogiMTXnOmmwI { width:47.75rem;height:4.875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75cAVQMOHT3Pcmqc7TT28yNwuSVninS { width:28.75rem;height:6.6875rem;top:10.0625rem;left:0rem;display:block; }#u75cAVQMOHT3Pcmqc7TT28yNwuSVninS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Mi9LfP5d/pointer.png); }
 }@media only screen and (max-width: 763px) { #rTHBhXNdCTNOnyPAVdTklAIJQi9Bv4CP { width:28.75rem;height:6.6875rem;top:10.0625rem;left:19rem;display:block; }#rTHBhXNdCTNOnyPAVdTklAIJQi9Bv4CP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Mi9LfP5d/pointer.png); }
 }@media only screen and (max-width: 763px) { #dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD { display:block; }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zw1lackhMPo9Kd4VGu08Pn9Zlfi3tqMp { width:47.5rem;height:13.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmDrqi9Qwh2RvhXJnMlUVM2qiD1zwnv { width:24.5rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTS1vQd0ifTffUIixMxwUqaZ3ID7gsd { width:28.75rem;height:5.625rem;top:6rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDtvL6SZE6mpI1IWMlEKHramebFPmrlC { display:block; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIXfg79v57lP8JHVckJLntP0HfsyTHWf { width:47.5rem;height:13.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9yf2ctR6SvQwgs2MbI4fzT7hqKbLGwC { width:24.5rem;height:13.75rem;top:5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fosaLmkAvwI3HZTMEz4axHWR8aTxB4gE { width:30.875rem;height:6.1875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc0T6y0AGRGfNX5OzC8v1bhV3QThCtzL { width:30.9375rem;height:3.125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9pv9isXiVtTiNPhUcwbTXbdTUS2477I { width:12.5rem;height:0.3125rem;top:22.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco { display:block; }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM2GmZQFPKBqvPWAQ83TsbIps7NDkmNJ { width:47.75rem;height:;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP { display:block; }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8O5UnE5hCsALyZxA4VNRahszGu0o2MU { width:29.375rem;height:15rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0sLbloCTFeARgigeb2tNdtKeDVQrrOs { width:25.75rem;height:11.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCoBqEG61Ab994sn5NAOwDpapBTIS5te { width:12.9375rem;height:3.875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UURa8iPwLhmcfICAtoCFBGuTZ3uEg57d { width:13.6875rem;height:3.25rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOpTZZaTLGXFx7oWrQKs1BHwWMOKmUmH { display:block; }
 }@media only screen and (max-width: 763px) { #MJTziq7K9l6pxtUHgBfw8m1BN4Qgy0ed { width:12.1875rem;height:3.25rem;top:15.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEPu54IlTir7SweCEBJQ9qaom4DmfDgo { display:block; }
 }@media only screen and (max-width: 763px) { #SbJIcvH2tBwG3Zq2RVTFHIqkIgthw4HS { width:29.375rem;height:15rem;top:5.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5PRMePw9I0PAMEFgnEc7xTRpeM8LKzd { width:12.1875rem;height:3.25rem;top:15.875rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPzBGk3voeMyiNQpiAUyEZ5zi16Hk8l { display:block; }
 }@media only screen and (max-width: 763px) { #OvXU8SeckMPtIXV6TuMLKs6b6cxUvBft { width:12.9375rem;height:3.875rem;top:11.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKB4NenRrTPuo2fT9CZKBBgMBhJQnNQF { width:13.6875rem;height:3.25rem;top:15.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcnl3KBlJhVapdT9nlJQcCGMLnIZc2h { display:block; }
 }@media only screen and (max-width: 763px) { #dCez87aJWXPcCxSU3TZGTUL5rTwoZgcz { width:25.6875rem;height:11.3125rem;top:0rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKkgDEJAhCd8sSUvxvpy8I5Px4iMzMc7 { width:4.625rem;height:2.625rem;top:13.25rem;left:16.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5XxLOH2TCTv8zAgOccR826PKCLo7m9B { width:12.5rem;height:1.0625rem;top:14.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgaLH5oIQGuQ1AimV80NhOXXNpIffXn { width:12.75rem;height:1.0625rem;top:14.375rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #msqPz7QtrCMUwr3ZPrm3FvZe84Trr2lK { width:4.625rem;height:2.625rem;top:13.25rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnwmqfWSHMpt4v80INA9ck7csHUuKHU { width:47.75rem;height:1.625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT { display:block; }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlbimce7rDdtLiFpU46PF4N7abelXvMW { width:3.75rem;height:3.75rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfm20iagnqH5OrHQTCvRBR1hpnkV80Lf { width:12.5rem;height:1.9375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUwNe1NvMfTL9kQTZfiyrZJKaDZmSTAN { width:47.75rem;height:1.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 { display:block; }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcLwSWMKf3BwHL4IqHuetNnJm27kifGt { width:47.5rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtSEODKRGddd2eEUkzEAemQGJ5zq1oh1 { width:4.125rem;height:4.4375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfIrdWACNvLPla027LTePO3MThVuOmxF { width:35.8125rem;height:3.875rem;top:1.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhrns2Q0HhQ55VdC85ViwZTuwCpV2yu9 { width:12.1875rem;height:3.25rem;top:1.75rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4sG6aaCxcL4nBSTwfUDWgPqRZa66rD { display:block; }
 }@media only screen and (max-width: 763px) { #MGpFNcFHIf5n01zfSmUL6GnX4PDi1ChS { width:12.5rem;height:0.3125rem;top:5.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9HKeLJPy6hTUZServpzxQXoWynXRD6y { display:block; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0mWttGmSWglmrgXEQNMnqdiaKIGQSkN { width:22.8125rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkZmgh1JSwzbSQaKTROZ9ykWGwuk4yao { width:19.8125rem;height:5.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znWsDxHotTLCtmXTu6ZnBmda0wQ0tdO6 { width:19.8125rem;height:4.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GexRu5FNM94E437xTPTiczOT4pcGtwvX { width:35.1875rem;height:15.5rem;top:0rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beALJgamVmxv8d34HC9fXgK8L2TDKQcF { display:block; }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk6qcKfaQTxoG1V2iFJtIqOScEMWFbQ9 { width:3.75rem;height:3.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHM4qrhs06ireTv4Q5S5HPTHHvFJJtus { width:15rem;height:;top:3.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REALrisvzna6V9rENTLrHZd3FiJXiya8 { width:19.375rem;height:5.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK57PTfHrWEANWF8J2LiusBi8vpBV2ql { width:19.375rem;height:4.125rem;top:7.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsDfHJntKTfwMVZShh8K1bnxNc6pXVXM { width:3.75rem;height:3.75rem;top:3.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxUbL7gGNNfv8tChooTBoepvHtbTSve { width:15rem;height:;top:4.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI8H2vod2xzV6BTgvDzkmpmnc4HPxgGq { width:19.375rem;height:4.125rem;top:7.9375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0skNPrTFVcATNJH3IkcTAfWSN50iW5n { width:3.75rem;height:3.75rem;top:3.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHcoQETruIQwtTHZxH5ZgOvfaPMMlrVW { width:15rem;height:;top:3.5625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw { display:block; }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko20UDckNJRHMCWDbE2TyxExeOffgRL2 { width:19.375rem;height:4.125rem;top:4.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8ERPETtneJXd5UMllxnSKcg9zxJMrw { width:19.375rem;height:4.125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcspCrRtgUlDKMDIKBFOein34VWUyohz { width:3.75rem;height:3.75rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPr6uwMeaOgctAfIoV3eTOkPwCyccCas { width:15rem;height:;top:0.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ForcyEQMF49Ji2UWJ5himZDN6zlKlPQt { width:15rem;height:;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJu0g60pNQqrPhz6qxSIHJZwqnG8mzGK { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4T3O3URwE1XU0TgxZ3WbglXG8trThq { display:block; }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQKVQVNAzcZSVLRr7LzbonLNDIm0324h { width:19.375rem;height:8.125rem;top:1.9375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8hboivaCTGKXazQrEammL7RGuVnTsNp { width:12.1875rem;height:3.25rem;top:4.375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8hEhtSQ5xSN2xtiqlgZ8xh73kiH2AC { display:block; }
 }@media only screen and (max-width: 763px) { #xNQE7ROkccoR3Dapa5F8duMP2ahAhzFE { width:12.5rem;height:0.3125rem;top:7.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu { display:block; }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNMwhh88vcbQHD3cmd0dFcdslGPQRKel { display:block; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kz6lVdrbQ08lXKrA9gsUr83TGZofxEU7 { width:22.8125rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWzMPfP8HJVSrgtNRvA94zi7xvn3Oua { width:19.8125rem;height:;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzUgF0a4negpGQGfWcpxlLsI9gnWUJZb { width:19.8125rem;height:4.3125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHN6RVvhQb9T2rCEPidzKQfAy6fJlRRt { width:35.1875rem;height:15.5rem;top:0rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T { display:block; }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9N5QBctvQ5Lqbl3eh1TREiSTnVoQPTi { width:3.75rem;height:3.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCAD08dKtT9aeLCtFF1tdeuTJ54oJpyO { width:15rem;height:;top:3.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObkBpboUoSZrGyrydMFwZrfdub5gk9b1 { width:19.375rem;height:5.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqqCMayk6hU8GT4RRPPi58h02BwVzwOi { width:19.375rem;height:6.625rem;top:7.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG7uXGnEknXNirV45khScCfWU2cLTMfr { width:3.75rem;height:3.75rem;top:3.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrLUkQNVCOiFyi9qFUpideITdhZZ2w3 { width:15rem;height:;top:3.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmttZBAiArspLyhrNO2ON5OpaPi4WcBd { width:19.375rem;height:4.125rem;top:7.9375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Zb7zi0M7IDHoGF8DAbhMHigUlLqx7x { width:3.75rem;height:3.75rem;top:3.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDFdU5bs00NSJcrCuDT4Tg5yntHpb61 { width:15rem;height:;top:3.5625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeeESi8yp4LUcORLEI53F8I4VaSUrs7b { display:block; }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCkFqzVVSIts5yq39iKgsclGvURcdEIp { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRgXXKbb3TVJ4Uq2PwKoFiG4d5JS2N0u { width:15rem;height:;top:0.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpXxKbnXkvNTrOyX5rkWEkI4u9FdI4DP { width:19.375rem;height:6.875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDwlNqsaWfecrLhnrsbRwRfx366eQovq { width:19.375rem;height:5.3125rem;top:4.75rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs1md4WOz7LDiVZizutwDSeUOCMvK1yc { width:3.75rem;height:3.75rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpucUmKZXpe9UNfUNHcPEoFV1kKeBRc { width:15rem;height:;top:1.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbJEZMaAc1P2CCAHX5gN7woeTwIiQg0M { width:19.375rem;height:5.5rem;top:4.8125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOMvkFTxyRamqPT6QwFPkLeTtXh25DGB { width:3.75rem;height:3.75rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkg4uEBnogfZqTnJ3CDrd74uKHHIEuLP { width:15rem;height:;top:1.0625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfqCETePJvIm9ZWImifxQTguXbD3EZbA { display:block; }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwPRqObqLfczmoW6De05ifn8KT2Hdelw { width:19.375rem;height:8.125rem;top:1.9375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS9mBpqJxs5ixin6HXmEz11GpbWyLO41 { width:12.1875rem;height:3.25rem;top:4.375rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGRSQZdOTf0OvPCltWtCVkwmB9A27Ppo { display:block; }
 }@media only screen and (max-width: 763px) { #KAfPr9pl3IzJ2PX1PmsSeeTrC1flf2de { width:12.5rem;height:0.3125rem;top:7.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT { display:block; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlIgTMoSIRAtI6uBJz8ilpPT0MlVhaPL { width:14.8125rem;height:5.625rem;top:3.25rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGwVcTKRN9iHSgqQlJ8sc7TtUsx1fuxM { width:8rem;height:3rem;top:1.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #go7dg0U4trfkP4qxC1PGqGFNwSNV69JK { width:9.6875rem;height:3.25rem;top:6.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htB6P3NlIipsuX1cfV2HLlHCoRHOdSHm { display:block; }
 }@media only screen and (max-width: 763px) { #ptCxoJII48kdRUwAzvbucffOhN4Qnsrf { width:9.6875rem;height:3.25rem;top:6.125rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB1Egrqkucxd43ATpJ0AzuSZoLTJiyxw { display:block; }
 }@media only screen and (max-width: 763px) { #htTGbd68XF6gDXEcyo46PJQKky2u4Qur { width:9.6875rem;height:3.25rem;top:10.625rem;left:5.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElHdSONCZKxOf9NLLnBrMhW6LLRnDno9 { display:block; }
 }@media only screen and (max-width: 763px) { #wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD { background-color:#20447b;background-image:url("https://images.assets-landingi.com/PWefrpQU/mobile_top.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD.adaptive-delivery-prevent-bg, #wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD.lazyload, #wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD.lazyloading { background-image: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container { background-color: transparent; background-image: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container > .video-iframe-container { display: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row > .video-iframe-container { display: none; }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .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); }#wJLJnBHbwnNoQOVQx5Qkt7yzxMMJrAoD > .row .container { width:20rem;height:101.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVtRSb8h2AbBJ4L59s9w47CMyWUDW16t { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXnTzvg14tCmXs68qQHfEmGpIlqFTyaP { width:11.75rem;height:0.0625rem;top:10.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZkCh76UUBHJWUSHEl0EfCCliLiLJsnN { width:20rem;height:6.5rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFDTFIUwq6vPVcBumdRfuf1UB0smOJxy { width:12.1875rem;height:3.25rem;top:20.875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db3em7ouFJfI6kqqFIIFR4aB8DKXtBB1 { display:block; }
 }@media only screen and (max-width: 763px) { #yA8yf2ybW4CohQGxLIoP32Ev3V2CxO8M { width:13.6875rem;height:3.25rem;top:17.5rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCr71wD0zIq4b5T71mJofrrQBQk12ohF { display:block; }
 }@media only screen and (max-width: 763px) { #HWawJKAZyg76ExxTbuX46itTggCW6qq8 { width:20rem;height:1.9375rem;top:46.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vHm3HVcLdlo7UbtawRUq5NX4iubwLVun { width:20rem;height:8.4375rem;top:49.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jf3DMCFPkusBWgfn7yo0fXN4DGmqlPfM { width:17.5rem;height:11rem;top:33.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUStWMaiRfGaR0vG6hOXozdH1JQGye8Z { width:15.9375rem;height:13.875rem;top:29.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu62FBkflIJfo8HsdOyCyHuXTLASZiCC { width:20rem;height:25rem;top:59.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QX33QrOAEQJQVMfUiZaFJQuCqsGZBfMA { width:16.625rem;height:3.4375rem;top:87.0625rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeqUOm1yNF0oHwirQ37NK0PviDdDEV7J { display:block; }
 }@media only screen and (max-width: 763px) { #JTTD23HrgVK9N302SSrdAiRo3ZPCn36M { height:11.194029850746rem;width:20rem;top:90.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDK7HS2SQbmDGHbWAMTR4rNtk2WKTP6p { width:12.5rem;height:0.3125rem;top:28.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX7wTL1CmKvvoDwG7voWtWwopAWHnGT7 { width:12.5rem;height:0.3125rem;top:85.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 { width:18.5rem;height:5.1875rem;display:flex;top:9.875rem;left:9.9375rem;z-index:100053; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #W8OWNgfJkOZZfL7fqRxOVHq3p5ops3ZA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #FX4FDTxV30vtDHvWSkJ7s4ZoqTxfTBsi {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #U5KzuO05JBGt6Ho0m0VGyw6OCrgaPH0T {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #sUgP5rp0nMB6vkhFwtLodNy6qf2lFBN1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #OUEJe9C38VRK8f00o7a9XuW8rT91IZpP {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #x5V8NHIIKhsm2WSoN310ytibhJx9xt8n {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #LcytdpeLOR9Br48SNdVzaTIpEU67WRcT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #EB7wNE7gl01Gc9c1TxsBfkDeFDI6NTKV {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #JTtBPPAtvT1rDo8bxONesHAVdPh2zOkW {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #NEJIwxOWsqtqMwWPHrwTNp2E5QGoeM1p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #l6WVWyL7D5e49v5aOaawqqHTpkT5wLo9 {  }
 }@media only screen and (max-width: 763px) { #UdCEa934LVnEZMdFVNolLIdxP9bDu0b4 #raS5iWhtPt7NynQKOr4DINL50tlniXo6 {  }
 }@media only screen and (max-width: 763px) { #AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 { display:block; }#AkkfTG3aqOIs9dPLTOLAplazDgLyrnh0 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n { display:block; }#WqNp4Dv9TIRSTcCZa5hldzd4GJzuHS5n > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9eb7xHlP6ksvmCzRV7vogiMTXnOmmwI { width:20rem;height:9.6875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u75cAVQMOHT3Pcmqc7TT28yNwuSVninS { width:20rem;height:5.9375rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }#u75cAVQMOHT3Pcmqc7TT28yNwuSVninS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Mi9LfP5d/pointer.png); }
 }@media only screen and (max-width: 763px) { #rTHBhXNdCTNOnyPAVdTklAIJQi9Bv4CP { width:20rem;height:5.9375rem;top:20.75rem;left:0rem;font-size:1rem;display:block; }#rTHBhXNdCTNOnyPAVdTklAIJQi9Bv4CP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Mi9LfP5d/pointer.png); }
 }@media only screen and (max-width: 763px) { #dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD { display:block; }#dUIzVFSeaDCpktyLHLlnTSqhkowwHJwD > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zw1lackhMPo9Kd4VGu08Pn9Zlfi3tqMp { width:19.75rem;height:18.375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAmDrqi9Qwh2RvhXJnMlUVM2qiD1zwnv { height:10.5rem;width:18.75rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyTS1vQd0ifTffUIixMxwUqaZ3ID7gsd { width:20rem;height:7.8125rem;top:13.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDtvL6SZE6mpI1IWMlEKHramebFPmrlC { display:block; }#yDtvL6SZE6mpI1IWMlEKHramebFPmrlC > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIXfg79v57lP8JHVckJLntP0HfsyTHWf { width:19.75rem;height:21.4375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9yf2ctR6SvQwgs2MbI4fzT7hqKbLGwC { height:10.5rem;width:18.75rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fosaLmkAvwI3HZTMEz4axHWR8aTxB4gE { width:20rem;height:6.25rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc0T6y0AGRGfNX5OzC8v1bhV3QThCtzL { width:18.75rem;height:4.125rem;top:20.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9pv9isXiVtTiNPhUcwbTXbdTUS2477I { width:12.5rem;height:0.3125rem;top:28.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco { display:block; }#a2rv9bwNRHRQqaFvNtXkCkLNaozUJyco > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM2GmZQFPKBqvPWAQ83TsbIps7NDkmNJ { width:20rem;height:9.6875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP { display:block; }#KvUTR0DMxaPRKhMEVf7VTbcvEROlfeZP > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8O5UnE5hCsALyZxA4VNRahszGu0o2MU { width:19.75rem;height:19.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0sLbloCTFeARgigeb2tNdtKeDVQrrOs { width:20rem;height:8.78640776699rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCoBqEG61Ab994sn5NAOwDpapBTIS5te { width:12.9375rem;height:3.875rem;top:9.6875rem;left:3.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UURa8iPwLhmcfICAtoCFBGuTZ3uEg57d { width:13.6875rem;height:3.25rem;top:20rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOpTZZaTLGXFx7oWrQKs1BHwWMOKmUmH { display:block; }
 }@media only screen and (max-width: 763px) { #MJTziq7K9l6pxtUHgBfw8m1BN4Qgy0ed { width:12.1875rem;height:3.25rem;top:16.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEPu54IlTir7SweCEBJQ9qaom4DmfDgo { display:block; }
 }@media only screen and (max-width: 763px) { #SbJIcvH2tBwG3Zq2RVTFHIqkIgthw4HS { width:19.75rem;height:19.6875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5PRMePw9I0PAMEFgnEc7xTRpeM8LKzd { width:12.1875rem;height:3.25rem;top:42.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPzBGk3voeMyiNQpiAUyEZ5zi16Hk8l { display:block; }
 }@media only screen and (max-width: 763px) { #OvXU8SeckMPtIXV6TuMLKs6b6cxUvBft { width:12.9375rem;height:3.875rem;top:34.5rem;left:3.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKB4NenRrTPuo2fT9CZKBBgMBhJQnNQF { width:13.6875rem;height:3.25rem;top:45.4375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcnl3KBlJhVapdT9nlJQcCGMLnIZc2h { display:block; }
 }@media only screen and (max-width: 763px) { #dCez87aJWXPcCxSU3TZGTUL5rTwoZgcz { width:20rem;height:8.8077858880781rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKkgDEJAhCd8sSUvxvpy8I5Px4iMzMc7 { width:4.625rem;height:2.625rem;top:55.5rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5XxLOH2TCTv8zAgOccR826PKCLo7m9B { width:12.5rem;height:1.0625rem;top:53.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTgaLH5oIQGuQ1AimV80NhOXXNpIffXn { width:12.75rem;height:1.0625rem;top:59.375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msqPz7QtrCMUwr3ZPrm3FvZe84Trr2lK { width:4.625rem;height:2.625rem;top:61.6875rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAnwmqfWSHMpt4v80INA9ck7csHUuKHU { width:20rem;height:1.625rem;top:50.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT { display:block; }#c5H5UOOikbmJpuIP11M0ZbMTshK4ebOT > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vlbimce7rDdtLiFpU46PF4N7abelXvMW { width:3.75rem;height:3.75rem;top:1.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfm20iagnqH5OrHQTCvRBR1hpnkV80Lf { width:12.5rem;height:1.625rem;top:6.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUwNe1NvMfTL9kQTZfiyrZJKaDZmSTAN { width:18.75rem;height:3.75rem;top:8.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 { display:block; }#KCy4NDPD6mgI8QhcGkTeoFfZSInoTTP5 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcLwSWMKf3BwHL4IqHuetNnJm27kifGt { width:19.75rem;height:16.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtSEODKRGddd2eEUkzEAemQGJ5zq1oh1 { width:4.125rem;height:4.4375rem;top:2.65625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfIrdWACNvLPla027LTePO3MThVuOmxF { width:18.75rem;height:4.3125rem;top:8.15625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bhrns2Q0HhQ55VdC85ViwZTuwCpV2yu9 { width:12.1875rem;height:3.25rem;top:13.75rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu4sG6aaCxcL4nBSTwfUDWgPqRZa66rD { display:block; }
 }@media only screen and (max-width: 763px) { #MGpFNcFHIf5n01zfSmUL6GnX4PDi1ChS { width:12.5rem;height:0.3125rem;top:20.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9HKeLJPy6hTUZServpzxQXoWynXRD6y { display:block; }#f9HKeLJPy6hTUZServpzxQXoWynXRD6y > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0mWttGmSWglmrgXEQNMnqdiaKIGQSkN { width:20rem;height:17.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkZmgh1JSwzbSQaKTROZ9ykWGwuk4yao { width:17.375rem;height:3.875rem;top:8.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znWsDxHotTLCtmXTu6ZnBmda0wQ0tdO6 { width:19.8125rem;height:3.75rem;top:13.0625rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GexRu5FNM94E437xTPTiczOT4pcGtwvX { width:20rem;height:8.8099467140319rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beALJgamVmxv8d34HC9fXgK8L2TDKQcF { display:block; }#beALJgamVmxv8d34HC9fXgK8L2TDKQcF > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk6qcKfaQTxoG1V2iFJtIqOScEMWFbQ9 { width:3.75rem;height:3.75rem;top:1.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHM4qrhs06ireTv4Q5S5HPTHHvFJJtus { width:15rem;height:2.875rem;top:6.25rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REALrisvzna6V9rENTLrHZd3FiJXiya8 { width:19.375rem;height:5.5rem;top:9.75rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MK57PTfHrWEANWF8J2LiusBi8vpBV2ql { width:19.375rem;height:4.125rem;top:22.9375rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsDfHJntKTfwMVZShh8K1bnxNc6pXVXM { width:3.75rem;height:3.75rem;top:16.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWxUbL7gGNNfv8tChooTBoepvHtbTSve { width:15rem;height:1.4375rem;top:20.875rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UI8H2vod2xzV6BTgvDzkmpmnc4HPxgGq { width:19.375rem;height:4.125rem;top:36.1875rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0skNPrTFVcATNJH3IkcTAfWSN50iW5n { width:3.75rem;height:3.75rem;top:28.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHcoQETruIQwtTHZxH5ZgOvfaPMMlrVW { width:15rem;height:2.875rem;top:32.6875rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw { display:block; }#ct7KXvRAb5g1fwWWwNzVggRyRp2DiPzw > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ko20UDckNJRHMCWDbE2TyxExeOffgRL2 { width:19.375rem;height:4.125rem;top:20.8125rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP8ERPETtneJXd5UMllxnSKcg9zxJMrw { width:19.375rem;height:4.125rem;top:7.375rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcspCrRtgUlDKMDIKBFOein34VWUyohz { width:3.75rem;height:3.75rem;top:12.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPr6uwMeaOgctAfIoV3eTOkPwCyccCas { width:15rem;height:2.875rem;top:17.3125rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ForcyEQMF49Ji2UWJ5himZDN6zlKlPQt { width:15rem;height:1.4375rem;top:5.625rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJu0g60pNQqrPhz6qxSIHJZwqnG8mzGK { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4T3O3URwE1XU0TgxZ3WbglXG8trThq { display:block; }#Be4T3O3URwE1XU0TgxZ3WbglXG8trThq > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQKVQVNAzcZSVLRr7LzbonLNDIm0324h { width:19.375rem;height:8.125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8hboivaCTGKXazQrEammL7RGuVnTsNp { width:12.1875rem;height:3.25rem;top:3.6875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8hEhtSQ5xSN2xtiqlgZ8xh73kiH2AC { display:block; }
 }@media only screen and (max-width: 763px) { #xNQE7ROkccoR3Dapa5F8duMP2ahAhzFE { width:12.5rem;height:0.3125rem;top:9.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu { display:block; }#Qkq13icUkf5shgmpI3iGrAJxIa1J5oqu > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNMwhh88vcbQHD3cmd0dFcdslGPQRKel { display:block; }#lNMwhh88vcbQHD3cmd0dFcdslGPQRKel > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kz6lVdrbQ08lXKrA9gsUr83TGZofxEU7 { width:20rem;height:17.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWzMPfP8HJVSrgtNRvA94zi7xvn3Oua { width:15.4375rem;height:3.875rem;top:8.8125rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzUgF0a4negpGQGfWcpxlLsI9gnWUJZb { width:19.8125rem;height:3.75rem;top:12.9375rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHN6RVvhQb9T2rCEPidzKQfAy6fJlRRt { width:20rem;height:8.8099467140319rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T { display:block; }#z7ddLWg3DUIpSQl1bg4kyo3wXQo3Bn1T > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9N5QBctvQ5Lqbl3eh1TREiSTnVoQPTi { width:3.75rem;height:3.75rem;top:1.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCAD08dKtT9aeLCtFF1tdeuTJ54oJpyO { width:15rem;height:2.875rem;top:6.25rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ObkBpboUoSZrGyrydMFwZrfdub5gk9b1 { width:19.375rem;height:5.5rem;top:9.75rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqqCMayk6hU8GT4RRPPi58h02BwVzwOi { width:19.375rem;height:6.875rem;top:23.5rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BG7uXGnEknXNirV45khScCfWU2cLTMfr { width:3.75rem;height:3.75rem;top:16.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLrLUkQNVCOiFyi9qFUpideITdhZZ2w3 { width:15rem;height:2.875rem;top:20rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmttZBAiArspLyhrNO2ON5OpaPi4WcBd { width:19.375rem;height:4.125rem;top:38.375rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6Zb7zi0M7IDHoGF8DAbhMHigUlLqx7x { width:3.75rem;height:3.75rem;top:31.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrDFdU5bs00NSJcrCuDT4Tg5yntHpb61 { width:15rem;height:2.875rem;top:35.1875rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeeESi8yp4LUcORLEI53F8I4VaSUrs7b { display:block; }#XeeESi8yp4LUcORLEI53F8I4VaSUrs7b > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCkFqzVVSIts5yq39iKgsclGvURcdEIp { width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRgXXKbb3TVJ4Uq2PwKoFiG4d5JS2N0u { width:15rem;height:2.875rem;top:5.625rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpXxKbnXkvNTrOyX5rkWEkI4u9FdI4DP { width:19.375rem;height:6.875rem;top:9.125rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bDwlNqsaWfecrLhnrsbRwRfx366eQovq { width:19.375rem;height:5.5rem;top:23.375rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rs1md4WOz7LDiVZizutwDSeUOCMvK1yc { width:3.75rem;height:3.75rem;top:16.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpucUmKZXpe9UNfUNHcPEoFV1kKeBRc { width:15rem;height:1.4375rem;top:21.3125rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbJEZMaAc1P2CCAHX5gN7woeTwIiQg0M { width:19.375rem;height:5.5rem;top:36.3125rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOMvkFTxyRamqPT6QwFPkLeTtXh25DGB { width:3.75rem;height:3.75rem;top:29.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkg4uEBnogfZqTnJ3CDrd74uKHHIEuLP { width:15rem;height:1.4375rem;top:34.25rem;left:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfqCETePJvIm9ZWImifxQTguXbD3EZbA { display:block; }#ZfqCETePJvIm9ZWImifxQTguXbD3EZbA > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwPRqObqLfczmoW6De05ifn8KT2Hdelw { width:19.375rem;height:8.125rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS9mBpqJxs5ixin6HXmEz11GpbWyLO41 { width:12.1875rem;height:3.25rem;top:3.6875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGRSQZdOTf0OvPCltWtCVkwmB9A27Ppo { display:block; }
 }@media only screen and (max-width: 763px) { #KAfPr9pl3IzJ2PX1PmsSeeTrC1flf2de { width:12.5rem;height:0.3125rem;top:15.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT { display:block; }#b0btvXPZ3PIUxpUhg4M1NZ3g5fI3exkT > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlIgTMoSIRAtI6uBJz8ilpPT0MlVhaPL { width:12.9375rem;height:4.875rem;top:3.65625rem;left:3.53125rem;display:block; }
 }