.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .row > .video-iframe-container { display: none; }#fbCaMySXsyCJQgJ5swukq0smwJAFuEkK > .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); }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row .container { background-color: transparent; background-image: none; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row .container > .video-iframe-container { display: none; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row > .video-iframe-container { display: none; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .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); }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row .container { border-width: 0; border-radius: 0; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#blSP77L0puRKla8wND8mzAqNEggEkQQo { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#hXXJxuh5BfV9tfTEToXKMZ3ECLkv5iaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xirn6zUAoFOyQqpmsggXErwmXxM72GBn { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#hy0ooX7zo5hrTKpPva2ywbPbL1zTqiml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZScbERC8cZPznKCr5Dg6JmrTygUyXZ8B { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#VrA8ke1kFHB0Zsut8VSwpIat3b48ATBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKp25oETtidKIUGGtXMBNnknwB6FM5rJ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#bG5zBmwcE9OavRZ6zQAh56hyW6BmFwop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uD90xwN3NDUUu65HHwF4Xa28p27yVw91 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#v3huHpT6JpbPyXbKw3qsu2R3zqWPBIZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QWrJLTSXugtZpQm5lkzdAEXP1XscVaDZ { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#HFbquJxiBes68mb9fbezKRsvsTplcT3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0ASntStGAO0FCm9fCSBVgiROHVIpwRX { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.75rem;top:0rem;left:26.0625rem;overflow:hidden;display:block; }
#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,242,242,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { background-color: transparent; background-image: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { display: none; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .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); }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { border-width: 0; border-radius: 0; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#JIEsru944bDP1rm9Sdvqr9ILMxevEdqJ { color:#262d3c;display:block;width:56.375rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:4.94921875rem;left:3.625rem;height:2.95605625rem;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; }
#rlvLHPGJrrF1JxfZKZXKZ0WDTUGfzLWt { display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:1.94921875rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,242,242,0.4);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row .container { background-color: transparent; background-image: none; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row .container > .video-iframe-container { display: none; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row > .video-iframe-container { display: none; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .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); }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row .container { border-width: 0; border-radius: 0; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#dIq9UGlU7p2wDkbKbfNwWhyTitSZZxn4 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.3125rem;left:4rem;display:block; }
#lT6gTTMUvzTBNKadKWTXcOpe2Qlp0VA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w52RSxbuMLHD9CgiOrvRPitk06TMsqli { background-color:#f6f7fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.3125rem;left:22.53125rem;display:block; }
#tx5dDZxLAPaUGgEfnGybMdsRTFbN8A0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfEIODwZnNCJ02eJhQEv2HTqBUBGUi00 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.3125rem;left:39.90625rem;display:block; }
#mndTnk0M0Js6EQM1aZUbKyFSOw014CxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQad0DAAWs6ts3TDmwU2SfGAMs8bSTZC { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:6.3125rem;left:4rem;display:block; }
#K1BPJUAh21M8hT6aqcwJ9KaHdtAAwpsP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EThOZBRiypzc5xNTx2ySLgLTdeBtlHfL { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.3125rem;left:39.90625rem;display:block; }
#hTKTafrtipMHT1n8PtalDfaEmCt1pdPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yF8mygS3HMGdeuUxkMzc5NdtIqRVVeVO { background-color:#f6f7fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:6.3125rem;left:22.53125rem;display:block; }
#xxeyLyqDckLG5UUx443RMOKkkvTPr0yD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row .container { background-color: transparent; background-image: none; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row .container > .video-iframe-container { display: none; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row > .video-iframe-container { display: none; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .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); }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row .container { border-width: 0; border-radius: 0; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/c484a75f-1e15-4b56-b66f-c1a5d93ef835/2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;top:5.3056640625rem;left:2.96875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.adaptive-delivery-prevent-bg, #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.lazyload, #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.lazyloading { background-image: none; }
#BnzibylM6pXXAbP6HgeOQwpIvME8TDlW { display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3056640625rem;left:26.65625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#XEpKc74iMgWXkDeFy6eRpR4pvb40CUm5 { display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:10.5927734375rem;left:26.65625rem;height:23.90625rem;color:#42464d;font-style:normal;display:block; }
#PiRTM7Wln13hiZXKv6xB1UdlpTzGP05N { color:#000000;display:block;width:21.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.7431640625rem;left:26.65625rem;height:1.29980625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/216633fc-313c-4f35-b3c6-b0141aae2cfd/1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15001;top:21.2802734375rem;left:2.96875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr.adaptive-delivery-prevent-bg, #GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr.lazyload, #GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr.lazyloading { background-image: none; }
#wB7e8a8OS7ipNExbJxF5O9Gnop2DmSIe { position:absolute;display:block;z-index:14999;background-color:rgba(242,242,242,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33rem;width:57.375rem;top:4.125rem;left:1.3125rem;display:block; }
#rskhOT8NQAO1UmA3sOoaazy2GTRyWD58 { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.5rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#wJKrulwuZ0FSNgGFNmIIUs6tgl2Mw2WF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:13.0625rem;top:40.03125rem;left:39.5966796875rem;overflow:hidden;display:block; }
#E3NM0plrVChmyspS9aO0bNLiQZBRkOfO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:11.5rem;top:40.4375rem;left:48.5rem;overflow:hidden;display:block; }
#cSDUb4pQMTPW36KaLemQSgS10y3Lu61t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18696875rem;width:11.9993125rem;top:40.96945810318rem;left:6.5625rem;overflow:hidden;display:block; }
#HCF9GsXALtHHohZw5bAKcOTqmDDV8RIM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:8.3744375rem;top:41.562498569489rem;left:16.733842849731rem;overflow:hidden;display:block; }
#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row .container { background-color: transparent; background-image: none; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row .container > .video-iframe-container { display: none; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row > .video-iframe-container { display: none; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .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); }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row .container { border-width: 0; border-radius: 0; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#iOuelD9p877LRfke2HBLXuobzBoEfyAC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mgSRLtPVEi74lIE7VDUNTcZpWh3LskEB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:9.9375rem;top:0rem;left:32.65625rem;overflow:hidden;display:block; }
#M8VquKyuBH86IIIekz0MAPyBE1WmPdmF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#CtIm9NTvKqDCVD0FSvF6IynDZEcgW5kQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.8125rem;top:3.25rem;left:7.40625rem;overflow:hidden;display:block; }
#AKTQck0HKKO4FrFpT0BHnXcBJtKp7m0e { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:10.375rem;top:2.4375rem;left:14.677734375rem;overflow:hidden;display:block; }
#e5k2sxx37tr8T1nTv556nUyK48ZcUxeq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68714375rem;width:10.687125rem;top:2.8719806671142rem;left:22.967859268189rem;overflow:hidden;display:block; }
#AzzHkEauCXT98VT5nP0BZNbZ6f4xMcRk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.625rem;top:3.75rem;left:49.9375rem;overflow:hidden;display:block; }
#p9bHvlAGi7krM62G43b7f0qdUP32nbcp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10rem;top:3.0625rem;left:32.625rem;overflow:hidden;display:block; }
#QQpXA0IinrplFFgIlWGeidMaHMQFJ4NV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249825rem;width:7.9368125rem;top:3.5617885589599rem;left:42.055219650269rem;overflow:hidden;display:block; }
#hTiUwnPWqzzENC1nEL8fDAyPDMTQ9UqI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1867875rem;width:8.187125rem;top:0.40571594238281rem;left:24.525922775269rem;overflow:hidden;display:block; }
#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row .container { background-color: transparent; background-image: none; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row .container > .video-iframe-container { display: none; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row > .video-iframe-container { display: none; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .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); }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row .container { border-width: 0; border-radius: 0; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#xXR4pCgnFnADTuMeCvGLp0bME0GSup7F { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/20d36549-b7d0-4ca2-95b7-359fdc792575/3.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;top:3.8056640625rem;left:33.25rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.adaptive-delivery-prevent-bg, #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.lazyload, #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.lazyloading { background-image: none; }
#vXqVBPefk8E66gtxcM4nDBnQUhzCHIaa { display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:1.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#CPEhhKOvDkRoUFrLRKTE9RMmNCENepoO { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.568359375rem;left:1.59375rem;height:1.29980625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BfJu4hbcH23miuA6LJQW8srcLR798hfA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/4f3fbaef-de7a-49e3-bcd1-ed60a2ccf109/4.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15001;top:19.44921875rem;left:33.25rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#BfJu4hbcH23miuA6LJQW8srcLR798hfA.adaptive-delivery-prevent-bg, #BfJu4hbcH23miuA6LJQW8srcLR798hfA.lazyload, #BfJu4hbcH23miuA6LJQW8srcLR798hfA.lazyloading { background-image: none; }
#FOoOnLahkUGGwedHd0X6wnoGBTQrF7vl { display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0556640625rem;left:1.59375rem;height:25.3125rem;color:#42464d;font-style:normal;display:block; }
#GiRfWXZo9TlTNqng61lbrPGJqZHX76st { position:absolute;display:block;z-index:14999;background-color:rgba(242,242,242,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.5rem;width:58.125rem;top:1.568359375rem;left:0.9375rem;display:block; }
#BJQbpPuUG6wT8Pe7312T9qhKdetakEH1 { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row .container { background-color: transparent; background-image: none; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row .container > .video-iframe-container { display: none; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row > .video-iframe-container { display: none; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .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); }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row .container { border-width: 0; border-radius: 0; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#LpfHHx1aq7AJPnfWHRgMyugGsTfxw3ZJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0rem;left:0.53125rem;overflow:hidden;display:block; }
#ONAnklEcQahqM8lzxzEs8sgWz2167tQ1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.8125rem;top:0rem;left:8.03125rem;overflow:hidden;display:block; }
#oSfitGM3DTJUiD2stKeLtza6Apccc69k { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:16.84375rem;overflow:hidden;display:block; }
#N1qf0Wlsb2tR1IH9txVh5yZ7sleRRETL { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:10.6875rem;top:0rem;left:22.65625rem;overflow:hidden;display:block; }
#vpPNWZ8N3o5H9LAPzxdkorQJTXOZQKff { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:11.875rem;top:0rem;left:30.25rem;overflow:hidden;display:block; }
#r3RmPXairTLImxmka9lTe3f6fF8XNLBD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:10rem;top:0rem;left:48.625rem;overflow:hidden;display:block; }
#oxWsNtRHB78uaBVfLi6NLF2HBbd7yarg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:9.125rem;top:0.1875rem;left:40.375rem;overflow:hidden;display:block; }
#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row .container { background-color: transparent; background-image: none; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row .container > .video-iframe-container { display: none; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row > .video-iframe-container { display: none; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .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); }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row .container { border-width: 0; border-radius: 0; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/a6d274e9-1162-499a-a0bd-5b0af9cc51c9/5.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;top:2.8681640625rem;left:2.96875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.adaptive-delivery-prevent-bg, #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.lazyload, #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.lazyloading { background-image: none; }
#UAg6fE62TVyd6TwhQ5UwIP6XylliEixz { display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8681640625rem;left:26.65625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#b56KD1vpz7Iqet1aK54MfMwzRCrXcqZI { display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:7.5302734375rem;left:26.65625rem;height:24rem;color:#42464d;font-style:normal;display:block; }
#eqzQLabNp595OdqdlJmLnqU8T7eKtHyN { color:#000000;display:block;width:21.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3056640625rem;left:26.65625rem;height:1.29980625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/09d900b0-3ac6-412d-b5d0-2b981500871e/6.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15001;top:18.4677734375rem;left:2.96875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW.adaptive-delivery-prevent-bg, #f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW.lazyload, #f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW.lazyloading { background-image: none; }
#N227KIP8RbXnCENCsTHRSsgL02rDEnKy { position:absolute;display:block;z-index:14999;background-color:rgba(242,242,242,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33rem;width:57.375rem;top:2.0625rem;left:1.3125rem;display:block; }
#k6GusmallmBa3T85CIWnurPR6vAbxUi7 { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.8125rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row .container { background-color: transparent; background-image: none; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row .container > .video-iframe-container { display: none; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row > .video-iframe-container { display: none; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .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); }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row .container { border-width: 0; border-radius: 0; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#GRuwdOD0IgFmBdpIf1k0y4uIzl4IVyW4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#TeH84poqgcq4JryLGEdWe9pZrOJ8g5LR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:5.96875rem;overflow:hidden;display:block; }
#y2daXQtLFqpof7NCPbGFMPL3TXfSdfWQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:13.03125rem;overflow:hidden;display:block; }
#R3Pf0PLfQZvDRbgHQsBwr6APaVe6OXVQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:21.15625rem;overflow:hidden;display:block; }
#JSq3CtDfTnIuETaUZfIaxFNLCSfgWUfw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:28.15625rem;overflow:hidden;display:block; }
#ddi0skRZuc0hzEE3NXRtBDWrgWvtuDpF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:36.28125rem;overflow:hidden;display:block; }
#PvSn93MnztNTCXU1cfKIOMTQlgOhgS5z { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:44.40625rem;overflow:hidden;display:block; }
#ae7DxSdHswFCqZ0eLTMuFkZsMUnPJTus { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:51.40625rem;overflow:hidden;display:block; }
#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row .container { background-color: transparent; background-image: none; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row .container > .video-iframe-container { display: none; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row > .video-iframe-container { display: none; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .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); }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row .container { border-width: 0; border-radius: 0; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/7fec3b2b-0755-46b9-8f4e-295bfdbf612a/7.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;top:3.8056640625rem;left:33.25rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.adaptive-delivery-prevent-bg, #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.lazyload, #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.lazyloading { background-image: none; }
#NsEaiJcktnMKN61VIezsep1wxUEybLpX { display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:1.59375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#xTNoTehXcCHVpd2Cz3gbfXKSSB4wD2zK { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.568359375rem;left:1.59375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BZB5WB2teurBaL4OoZQGaqgk47weDQXq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/01bf4071-30b6-4bcf-9ad3-23d151e15826/8.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15001;top:19.44921875rem;left:33.25rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#BZB5WB2teurBaL4OoZQGaqgk47weDQXq.adaptive-delivery-prevent-bg, #BZB5WB2teurBaL4OoZQGaqgk47weDQXq.lazyload, #BZB5WB2teurBaL4OoZQGaqgk47weDQXq.lazyloading { background-image: none; }
#nNUrzwNzipgEls7xwwqmgdFk3IUqEev9 { display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0556640625rem;left:1.59375rem;height:23.90625rem;color:#42464d;font-style:normal;display:block; }
#ooXhJa2RbTEgmDXEaK0ZfrbpBJmRnKro { position:absolute;display:block;z-index:14999;background-color:rgba(242,242,242,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.5rem;width:58.125rem;top:1.568359375rem;left:0.9375rem;display:block; }
#IcmxvbwQZCpsDDV3EKgW5aypOBmrG7rv { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row .container { background-color: transparent; background-image: none; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row .container > .video-iframe-container { display: none; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row > .video-iframe-container { display: none; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .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); }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row .container { border-width: 0; border-radius: 0; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#fwa2d7bSC7SDS4ZZwXNnCIWhg0tGQrWQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:0.78125rem;overflow:hidden;display:block; }
#QD0G5dpOs7Qh1wvz2mVTc4uWPxoaVW7U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74964375rem;width:8.9373125rem;top:0rem;left:7.2807159423825rem;overflow:hidden;display:block; }
#Z7fv1pZs2bE64ilvof37OwZDtQqoIoeJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0rem;left:13.655893325806rem;overflow:hidden;display:block; }
#IxbpH7ZgxMfTiWDHIaW0TJpTI45uvXN4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4992875rem;width:8.499625rem;top:0rem;left:19.185014724731rem;overflow:hidden;display:block; }
#mPIHT38hAzqxszQMwVm5rTNu0g5EkgC1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74964375rem;width:8.9373125rem;top:0rem;left:24.248933792114rem;overflow:hidden;display:block; }
#XFviPAu4EXwZMPKnx94yzmHT4qSNe9km { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.49982261657715rem;left:29.83575630188rem;overflow:hidden;display:block; }
#VnqEiJRP1W13uQg7SXH1zFeHr0e94kBC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:44.467329025269rem;overflow:hidden;display:block; }
#Cha0mzNMqcygqUqlwtLVOV9MdRVnT2yT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.6243125rem;top:0.68181800842287rem;left:37.459161758423rem;overflow:hidden;display:block; }
#habclWU1ryWcpWJpOhgTFkp7CBcyrWyP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.562125rem;top:0.46875rem;left:51.703657150269rem;overflow:hidden;display:block; }
#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row .container { background-color: transparent; background-image: none; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row .container > .video-iframe-container { display: none; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row > .video-iframe-container { display: none; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .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); }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row .container { border-width: 0; border-radius: 0; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:block; }#TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/19fcd464-33aa-4eab-8096-8be9ff269b47/9.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;top:2.4931640625rem;left:2.96875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.adaptive-delivery-prevent-bg, #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.lazyload, #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.lazyloading { background-image: none; }
#k3KtsGXTOCZUOZwpVxog9uxkFIJscn6A { display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4931640625rem;left:26.65625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#iTn7OxxZu4mAExHnJakNU40XvXcabOPQ { display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:8.453125rem;left:26.65625rem;height:23.90625rem;color:#42464d;font-style:normal;display:block; }
#nZJTRKzwE8eMN6uAATwg2veEfNSUsxrM { color:#000000;display:block;width:21.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5.6181640625rem;left:26.65625rem;height:1.29980625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/7e448d98-7d61-443b-ae42-e72a6fa5424b/10.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15001;top:18.3427734375rem;left:2.96875rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU.adaptive-delivery-prevent-bg, #KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU.lazyload, #KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU.lazyloading { background-image: none; }
#SpJeeURNQKm69ateo9G9bgUaIqFk9HIt { position:absolute;display:block;z-index:14999;background-color:rgba(242,242,242,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33rem;width:57.375rem;top:1.5615234375rem;left:1.3125rem;display:block; }
#e8CK84yGNil5H4Zm9i7loNxsAZKK12cS { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.25rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#bk9VX1kRhVzgKGGfHb7Xb1ArtE63eEKE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:37.748577594757rem;left:43.779294967651rem;overflow:hidden;display:block; }
#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row .container { background-color: transparent; background-image: none; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row .container > .video-iframe-container { display: none; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row > .video-iframe-container { display: none; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .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); }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row .container { border-width: 0; border-radius: 0; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#cJ3STBwE6NhWQV01ziSXDZFaROHvSA3o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:0.59375rem;overflow:hidden;display:block; }
#WqKC61PTfvIrxZbOiVFOuTmVe2eAv6cN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:8.71875rem;overflow:hidden;display:block; }
#sUZcLuslk1rGUd1BhL1e7UGFy7zTaO3K { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62446875rem;width:8.6869375rem;top:0rem;left:14.462888717651rem;overflow:hidden;display:block; }
#T61lNszrr3EQOdMZtkgq7PtB40Kgfrsr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.3125rem;left:20.842504501342rem;overflow:hidden;display:block; }
#X5IJGIXSHIQKgq87ITLV0xzAahzR0smu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.937325rem;width:7.5rem;top:0.40572166442871rem;left:51.117719650269rem;overflow:hidden;display:block; }
#d62FhEqDTR18LWOAnHMPipIMn05igkmr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.37375450134277rem;left:28.335401535034rem;overflow:hidden;display:block; }
#Qn6UcDHMxyMFBmaCvnct10RTWr6Ni4uJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.37375450134277rem;left:36.459516525269rem;overflow:hidden;display:block; }
#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row .container { background-color: transparent; background-image: none; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row .container > .video-iframe-container { display: none; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row > .video-iframe-container { display: none; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .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); }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row .container { border-width: 0; border-radius: 0; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#RJeq48KVWhnJbKJSnAGZsJVP128EE53T { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/f3dda2b7-47d1-422f-a496-3848bed7248e/11.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15000;top:3.8056640625rem;left:33.25rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#RJeq48KVWhnJbKJSnAGZsJVP128EE53T.adaptive-delivery-prevent-bg, #RJeq48KVWhnJbKJSnAGZsJVP128EE53T.lazyload, #RJeq48KVWhnJbKJSnAGZsJVP128EE53T.lazyloading { background-image: none; }
#C9XDQhgUcvyT2pNgrov5LVbbgTAEV8Iw { display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.193359375rem;left:1.59375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#p8xhT62yAHkFUlFTfox3vaJGqAF81PUK { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.568359375rem;left:1.59375rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SmVBFKEEhNb17pfkmDIiWA5FHzZy6888 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/f8cde66d-3807-4e1d-83cb-26b0cc7cec3b/12.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:14.75rem;width:22.1875rem;position:absolute;display:block;z-index:15001;top:19.44921875rem;left:33.25rem;box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.05) ;display:block; }#SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.adaptive-delivery-prevent-bg, #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.lazyload, #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.lazyloading { background-image: none; }
#LAMtn5ZFcOdP25vSkXwLDh2dXBk02vQd { display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0556640625rem;left:1.59375rem;height:26.71875rem;color:#42464d;font-style:normal;display:block; }
#Qob1DrFOapSv7VfPU9V6rBWgIZE7dqSf { position:absolute;display:block;z-index:14999;background-color:rgba(242,242,242,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:34.5rem;width:58.125rem;top:1.568359375rem;left:0.9375rem;display:block; }
#Fa2X5xk6p9em9wO8Hr7w0829kib4VFde { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0rem;height:2.11230625rem;font-style:normal;color:#333333;text-align:center;text-align-last:center;display:block; }
#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row .container { background-color: transparent; background-image: none; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row .container > .video-iframe-container { display: none; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row > .video-iframe-container { display: none; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .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); }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row .container { border-width: 0; border-radius: 0; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#WzuyGxcV3wgqwR8Tnz8dJp1SZ55TIMOx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.5601921081543rem;left:37.300245285034rem;overflow:hidden;display:block; }
#T0zQdykDWgxMCz8FxkWDf7nV0KR86C4d { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.55930328369141rem;left:51.749822616577rem;overflow:hidden;display:block; }
#N9NXOzT7LIQp4Dr2i5lqTZBKbnVAaHBJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249825rem;width:8.0610625rem;top:0.62233734130859rem;left:44.770063400269rem;overflow:hidden;display:block; }
#SWFqVdzTTwzsyr1KiNp8ZFlSnVlXZ7qq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.1793327331543rem;left:0rem;overflow:hidden;display:block; }
#Rvdhktk9irJxDyBtHFaUVv8QODrfnBUt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.5601921081543rem;left:7.1857242584231rem;overflow:hidden;display:block; }
#t942q3oNExWmow052kE7u1DV81GX9VCd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.5601921081543rem;left:14.624467849731rem;overflow:hidden;display:block; }
#CeGfLKzRGF39b2lLRNTuNTmHSur1e1me { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.5601921081543rem;left:22.748579025269rem;overflow:hidden;display:block; }
#z5E8eMSaUyEk6gFrrIQKTx2vvnOrFJu9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.125rem;top:0.5601921081543rem;left:29.732774734497rem;overflow:hidden;display:block; }
#V0xg50hB8ad90sKM3QITW2dSgiedr7gN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row .container { background-color: transparent; background-image: none; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row .container > .video-iframe-container { display: none; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row > .video-iframe-container { display: none; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .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); }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row .container { border-width: 0; border-radius: 0; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row .container { font-size:0.875rem;font-family:"open sans";height:27.9375rem;width:60rem;position:relative;display:block; }#bwOq5zwBNLoMfEm09nkFPeaqr6sIu691 { color:rgba(0,0,0,0.7);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.34375rem;left:0.625rem;height:16.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;text-align:left;text-align-last:left;display:block; }
#XOO92TNsZCuP36AkKSxq2F4FRxIQ1bIy { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.89453125rem;left:0.625rem;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; }
#GAFRkJuc5kfGx2OTUZbR4BgXlxCADOUW { background-color:#a3c4f3;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.21875rem;left:0.625rem;display:block; }
#KvoHw1q5FH0JzZEtqxWzcIhMe3m5NTNs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJSm6CcGzMvP51Cvv0EKffv5cR2hU0ZE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:29.625rem;top:1.09375rem;left:29.599315068493rem;overflow:hidden;display:block; }
#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV { position:relative;display:block; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV { background-color: transparent; background-image: none; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row .container > .video-iframe-container { display: none; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row > .video-iframe-container { display: none; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .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); }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV { border-width: 0; border-radius: 0; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vnsm2u48VdNm41RuEVFHfnTKxImSCOgo { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBXNtNUEURI17JJ3VmqfCFcm6yxENTHQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#VGqEcFHT6Smo3OtXSa05nsWE6FpO4i6c { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:20rem;overflow:hidden;display:block; }
#NKT24v5WFHUvksyqlAO06Ez8dDN3lv9P { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9375rem;left:40rem;overflow:hidden;display:block; }
#xUB7Q5AyvGzNpVHtKSkW3CDzmLwb6tnB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#ZDQ8axlgP83NNVDkC51nAKMluRzxfp93 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#mKAWtJ2Ly8d7qWgT75N7RWMgno9RpdZ6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:39.9375rem;overflow:hidden;display:block; }
#A2luCLt2H4HGnUvo6d4OTJVB2lP8i0mC { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:1.59375rem;font-style:italic;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; }
#aVXt2duwMTFNDdz26u1PyfQaRTm9Qk9i { background-color:#a3c4f3;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:20.71875rem;display:block; }
#ZKE0R3OBbkFUU4IkCryuCBmJZoBu1g3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row .container { background-color: transparent; background-image: none; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row .container > .video-iframe-container { display: none; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row > .video-iframe-container { display: none; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .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); }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row .container { border-width: 0; border-radius: 0; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#Dnka7TpE0u2626RXaByU8KhT5pG43ZC2 { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19993125rem;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; }
#iQ9NMCGZKTqTRyVi0vEA5pVKGpzZkS20 { color:rgba(0,0,0,0.7);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;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; }
#cZ4vnBHSEC6aO4BZUT7QvTNqC8K4FUH0 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#XMHHpQbWxGRBXMXhDTRhDzZfq2JqOKDK { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#OSBdccact6RAW2TBZ6kXCZzuvtDbBh6N { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#h8185PPrGG5t69tBp3ym6T27bD4QklDT { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row .container { background-color: transparent; background-image: none; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row .container > .video-iframe-container { display: none; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row > .video-iframe-container { display: none; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .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); }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row .container { border-width: 0; border-radius: 0; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#uPTUtbZ2fLou9RWplmwVpHoMv6xnU778 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l80Ulu1KoNWGht2GrHZQ8qN3F08yV9IL { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.73046875rem;left:0rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NeEnE9aLg17xbnNukM69XsT7OORS90GH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:0.6875rem;display:block; }
#uNfvWCzJkPbRce6VUu4USC40rq1UL1QE { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:3.59375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSe27IXGr3std0imM2xWISaIbzwMJgrR { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.640625rem;left:0.71875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FOQOynt381FVTTcfuQKqwPsdO8oRpl99 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:20.53125rem;display:block; }
#UTZPLmsHsZrOGI4Uebf2Ntrc35hb7FsR { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.875rem;width:18.9375rem;top:6.75rem;left:40.46875rem;display:block; }
#GS4Q5EJcPrkylXzSotDRTv2rmJF1TLWd { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.1416015625rem;left:23.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8D8TutyD68ixAH6ywEUlAr9ddexstxe { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oclCxTrr0yaRdVAyMNzH5WnEIkkNC0F6 { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.640625rem;left:20.5625rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7PZPPb1cdDI8zRmVm9NpTTnTg63iWqK { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.640625rem;left:40.5rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdaWZxer1z55yJtqBNlBrHNKNmnvoDRL { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:10.1884765625rem;left:1.71875rem;height:12.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3vvwRMoEwmdkbk1ibSPtK2PsTdmz5yR { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:10.3291015625rem;left:21.5625rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AX7COtbsLvAnK8yXsebma9LlHmhiIPbD { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:10.1416015625rem;left:41.5rem;height:12.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row .container { background-color: transparent; background-image: none; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row .container > .video-iframe-container { display: none; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row > .video-iframe-container { display: none; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .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); }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row .container { border-width: 0; border-radius: 0; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#zf6FrS5uCW7SoaOrlpV53DXnO83be9JR { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3125rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#NoTLlswhUhkgxwmCnOfk9HdPL6q75i4G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.625rem;width:18.25rem;top:8.3125rem;left:2.75rem;overflow:hidden;display:block; }
#IFG6Ob6d6k5Upx9fGkcevTRyWugBSn18 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:23.25rem;left:2.8125rem;overflow:hidden;display:block; }
#AvXKerWcnf4f34qcn5Ry8hMZuw1DyPOl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:37.96875rem;left:2.75rem;overflow:hidden;display:block; }
#MgHiTddWwDdhCm3NLwIdNUTfmpO5MdEs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:52.5625rem;left:2.75rem;overflow:hidden;display:block; }
#b29EG6Vy9arGL5nwmU2P8vdyIg3cz1NV { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.59375rem;left:23rem;display:block; }
#PJvGMgieOOcIF32iQXCcLU8xyR77RTrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZIDnndCfCn7qXfpvMGFl4gvdsAc86u7 { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:23rem;height:4.62890625rem;display:block; }
#Nz2zhkMVnuZzlAVVJOMq3a5fMhF65Wtb { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#mC44c3ZcVpTl7K10VlkMo7ZcOOaJ2Xyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HiAyX0kVkOPEOy5czFSgGHFzcggp4XqC { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:37.125rem;height:4.62890625rem;display:block; }
#bqpI6kNawLoABLeAzZCCb7alLb3VDitI { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfDIMuZcg401sMnEqHUppuAb741kFTJC { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.98046875rem;left:0rem;height:1.59375rem;font-style:italic;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; }
#QmPtGv90S1PUuvZR4Ikh43tlMRN2uxDR { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#aAI35qM3gylqrNzxGwN1kmrGIqoOp2Hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvfHVnX9fJkDiG0dalxgon2EnZHEJ0IO { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.96875rem;left:23rem;display:block; }
#y5Tve7320IeX8ht1v0qUdzGhymy1fBm5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OtoSTNrKm8bCovJW8tbuDHN0LyCIiIld { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.5625rem;left:23rem;display:block; }
#ybGkZorctiKRvEDUx04INg2IyhHpLlDI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gGa5KAdy8i5lnHivZ0R53Ghmurb8ATvL { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#VPAryZm7DstCWOfVMByqSDvVbJpBwLUH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WeNaftnLbqyOtSmxNih7U420E7BTeHai { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.90625rem;left:37.125rem;display:block; }
#J3DT3IFwEqdfzbCPOtDOclqCpJlFlViv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPlTB9MDMnfVy776Ul98ZMcoHdBlogR2 { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:63.5rem;left:37.125rem;display:block; }
#RB37VS9ixlVU0eZbxuO2Mblfg9LaThGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OKnhKEwNVa89tyvyTMVIMiGJ4KX5CPGA { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.65625rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#o7olBeIpxA57UAgKqyQwMSfpaXLd4MTJ { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:37.96875rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#XeeSEOPTVLLmhLiZ9NNI9Wev8ixenANI { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:53.25rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#Bwilkeu53OUVzKeUAAVxFSq0LnsVszTT { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23rem;height:4.62890625rem;display:block; }
#F8UwNCc0q3oTp9AXM2MKdSQ0i59ntnmI { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.5625rem;left:23rem;height:4.62890625rem;display:block; }
#q6U63CmVz4llUqg8MIzX9xoeQZpwFxcZ { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:58rem;left:23rem;height:4.62890625rem;display:block; }
#fUTqH3gfWWy5y60hR02nT3U2p54mMzzy { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.1875rem;height:4.62890625rem;display:block; }
#uPbV9O1qrlH0PpLDmrOm9xKcRuTTgAG3 { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:43.5625rem;left:35.375rem;height:4.62890625rem;display:block; }
#N5eJGt75xVwybU2nsyGg6ySFs8N7xOdx { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:58rem;left:37.125rem;height:4.62890625rem;display:block; }
#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container { background-color: transparent; background-image: none; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container > .video-iframe-container { display: none; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row > .video-iframe-container { display: none; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .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); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container { border-width: 0; border-radius: 0; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#oeOqQ23oGrA39JOxekK83IeyuImUsdZH { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hy6oTZWL77Z3Cec5drdl4ygwP0L6qJyG { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#b5acOOssJ1NlbECHlKa4k9ofUpkkbbHa { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#tVIB0fP0S0VrenxWHJxHkGGIxptaVF4L { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#D4mUkTNSNB9KoVc77a9s8GmfqpZVP9RH { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#yTH3z25efvHcLs1Gyf39uhIZC1T2Nxpi { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 { display:block; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blSP77L0puRKla8wND8mzAqNEggEkQQo { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXXJxuh5BfV9tfTEToXKMZ3ECLkv5iaK { display:block; }
 }@media only screen and (max-width: 763px) { #xirn6zUAoFOyQqpmsggXErwmXxM72GBn { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy0ooX7zo5hrTKpPva2ywbPbL1zTqiml { display:block; }
 }@media only screen and (max-width: 763px) { #ZScbERC8cZPznKCr5Dg6JmrTygUyXZ8B { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrA8ke1kFHB0Zsut8VSwpIat3b48ATBG { display:block; }
 }@media only screen and (max-width: 763px) { #GKp25oETtidKIUGGtXMBNnknwB6FM5rJ { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG5zBmwcE9OavRZ6zQAh56hyW6BmFwop { display:block; }
 }@media only screen and (max-width: 763px) { #uD90xwN3NDUUu65HHwF4Xa28p27yVw91 { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3huHpT6JpbPyXbKw3qsu2R3zqWPBIZb { display:block; }
 }@media only screen and (max-width: 763px) { #QWrJLTSXugtZpQm5lkzdAEXP1XscVaDZ { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFbquJxiBes68mb9fbezKRsvsTplcT3L { display:block; }
 }@media only screen and (max-width: 763px) { #n0ASntStGAO0FCm9fCSBVgiROHVIpwRX { top:0rem;left:19.9375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIEsru944bDP1rm9Sdvqr9ILMxevEdqJ { width:47.75rem;height:2.9375rem;top:4.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvLHPGJrrF1JxfZKZXKZ0WDTUGfzLWt { width:47.75rem;height:1.9375rem;top:8.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG { display:block; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIq9UGlU7p2wDkbKbfNwWhyTitSZZxn4 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6gTTMUvzTBNKadKWTXcOpe2Qlp0VA2 { display:block; }
 }@media only screen and (max-width: 763px) { #w52RSxbuMLHD9CgiOrvRPitk06TMsqli { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx5dDZxLAPaUGgEfnGybMdsRTFbN8A0W { display:block; }
 }@media only screen and (max-width: 763px) { #UfEIODwZnNCJ02eJhQEv2HTqBUBGUi00 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndTnk0M0Js6EQM1aZUbKyFSOw014CxD { display:block; }
 }@media only screen and (max-width: 763px) { #BQad0DAAWs6ts3TDmwU2SfGAMs8bSTZC { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1BPJUAh21M8hT6aqcwJ9KaHdtAAwpsP { display:block; }
 }@media only screen and (max-width: 763px) { #EThOZBRiypzc5xNTx2ySLgLTdeBtlHfL { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTKTafrtipMHT1n8PtalDfaEmCt1pdPT { display:block; }
 }@media only screen and (max-width: 763px) { #yF8mygS3HMGdeuUxkMzc5NdtIqRVVeVO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxeyLyqDckLG5UUx443RMOKkkvTPr0yD { display:block; }
 }@media only screen and (max-width: 763px) { #lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc { display:block; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.adaptive-delivery-prevent-bg, #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.lazyload, #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BnzibylM6pXXAbP6HgeOQwpIvME8TDlW { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEpKc74iMgWXkDeFy6eRpR4pvb40CUm5 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiRTM7Wln13hiZXKv6xB1UdlpTzGP05N { width:21.5rem;height:1.25rem;top:7.6875rem;left:20.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr.adaptive-delivery-prevent-bg, #GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr.lazyload, #GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wB7e8a8OS7ipNExbJxF5O9Gnop2DmSIe { top:4.125rem;left:0rem;width:47.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #rskhOT8NQAO1UmA3sOoaazy2GTRyWD58 { width:47.75rem;height:2.0625rem;top:38.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJKrulwuZ0FSNgGFNmIIUs6tgl2Mw2WF { top:40rem;left:33.4716796875rem;width:13.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3NM0plrVChmyspS9aO0bNLiQZBRkOfO { top:40.4375rem;left:36.25rem;width:11.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSDUb4pQMTPW36KaLemQSgS10y3Lu61t { top:40.9375rem;left:0.4375rem;width:11.9375rem;height:6.1550975902265rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCF9GsXALtHHohZw5bAKcOTqmDDV8RIM { top:41.5rem;left:10.608842849731rem;width:8.3125rem;height:4.2800773466128rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm { display:block; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOuelD9p877LRfke2HBLXuobzBoEfyAC { top:0rem;left:0rem;width:9.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSRLtPVEi74lIE7VDUNTcZpWh3LskEB { top:0rem;left:26.53125rem;width:9.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VquKyuBH86IIIekz0MAPyBE1WmPdmF { top:3.625rem;left:0rem;width:8rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtIm9NTvKqDCVD0FSvF6IynDZEcgW5kQ { top:3.25rem;left:1.28125rem;width:8.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTQck0HKKO4FrFpT0BHnXcBJtKp7m0e { top:2.4375rem;left:8.552734375rem;width:10.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5k2sxx37tr8T1nTv556nUyK48ZcUxeq { top:2.8125rem;left:16.842859268189rem;width:10.625rem;height:5.6540839883271rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzHkEauCXT98VT5nP0BZNbZ6f4xMcRk { top:3.75rem;left:40.125rem;width:7.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9bHvlAGi7krM62G43b7f0qdUP32nbcp { top:3.0625rem;left:26.5rem;width:10rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpXA0IinrplFFgIlWGeidMaHMQFJ4NV { top:3.5rem;left:35.930219650269rem;width:7.875rem;height:4.2167270393499rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTiUwnPWqzzENC1nEL8fDAyPDMTQ9UqI { top:0.375rem;left:18.400922775269rem;width:8.125rem;height:4.1550175962258rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiMTq7caoekCUMVWWsL5i33lRfLCM1KC { display:block; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.adaptive-delivery-prevent-bg, #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.lazyload, #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vXqVBPefk8E66gtxcM4nDBnQUhzCHIaa { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPEhhKOvDkRoUFrLRKTE9RMmNCENepoO { width:18.8125rem;height:1.3125rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJu4hbcH23miuA6LJQW8srcLR798hfA { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BfJu4hbcH23miuA6LJQW8srcLR798hfA.adaptive-delivery-prevent-bg, #BfJu4hbcH23miuA6LJQW8srcLR798hfA.lazyload, #BfJu4hbcH23miuA6LJQW8srcLR798hfA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FOoOnLahkUGGwedHd0X6wnoGBTQrF7vl { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiRfWXZo9TlTNqng61lbrPGJqZHX76st { top:1.5625rem;left:0rem;width:47.75rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJQbpPuUG6wT8Pe7312T9qhKdetakEH1 { width:47.75rem;height:2.0625rem;top:37.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ { display:block; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpfHHx1aq7AJPnfWHRgMyugGsTfxw3ZJ { top:0rem;left:0rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONAnklEcQahqM8lzxzEs8sgWz2167tQ1 { top:0rem;left:1.90625rem;width:8.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfitGM3DTJUiD2stKeLtza6Apccc69k { top:0.3125rem;left:10.71875rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1qf0Wlsb2tR1IH9txVh5yZ7sleRRETL { top:0rem;left:16.53125rem;width:10.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPNWZ8N3o5H9LAPzxdkorQJTXOZQKff { top:0rem;left:24.125rem;width:11.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3RmPXairTLImxmka9lTe3f6fF8XNLBD { top:0rem;left:37.75rem;width:10rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxWsNtRHB78uaBVfLi6NLF2HBbd7yarg { top:0.1875rem;left:34.25rem;width:9.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 { display:block; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.adaptive-delivery-prevent-bg, #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.lazyload, #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UAg6fE62TVyd6TwhQ5UwIP6XylliEixz { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b56KD1vpz7Iqet1aK54MfMwzRCrXcqZI { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqzQLabNp595OdqdlJmLnqU8T7eKtHyN { width:21.5rem;height:1.25rem;top:5.25rem;left:20.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW.adaptive-delivery-prevent-bg, #f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW.lazyload, #f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N227KIP8RbXnCENCsTHRSsgL02rDEnKy { top:2.0625rem;left:0rem;width:47.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6GusmallmBa3T85CIWnurPR6vAbxUi7 { width:47.75rem;height:2.0625rem;top:35.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD { display:block; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRuwdOD0IgFmBdpIf1k0y4uIzl4IVyW4 { top:0.3125rem;left:0rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeH84poqgcq4JryLGEdWe9pZrOJ8g5LR { top:0.3125rem;left:0rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2daXQtLFqpof7NCPbGFMPL3TXfSdfWQ { top:0.3125rem;left:6.90625rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Pf0PLfQZvDRbgHQsBwr6APaVe6OXVQ { top:0.3125rem;left:15.03125rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSq3CtDfTnIuETaUZfIaxFNLCSfgWUfw { top:0.3125rem;left:22.03125rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddi0skRZuc0hzEE3NXRtBDWrgWvtuDpF { top:0.3125rem;left:30.15625rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvSn93MnztNTCXU1cfKIOMTQlgOhgS5z { top:0.3125rem;left:38.28125rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7DxSdHswFCqZ0eLTMuFkZsMUnPJTus { top:0.3125rem;left:39.625rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb { display:block; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.adaptive-delivery-prevent-bg, #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.lazyload, #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NsEaiJcktnMKN61VIezsep1wxUEybLpX { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNoTehXcCHVpd2Cz3gbfXKSSB4wD2zK { width:21.0625rem;height:1.3125rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZB5WB2teurBaL4OoZQGaqgk47weDQXq { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BZB5WB2teurBaL4OoZQGaqgk47weDQXq.adaptive-delivery-prevent-bg, #BZB5WB2teurBaL4OoZQGaqgk47weDQXq.lazyload, #BZB5WB2teurBaL4OoZQGaqgk47weDQXq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nNUrzwNzipgEls7xwwqmgdFk3IUqEev9 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooXhJa2RbTEgmDXEaK0ZfrbpBJmRnKro { top:1.5625rem;left:0rem;width:47.75rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcmxvbwQZCpsDDV3EKgW5aypOBmrG7rv { width:47.75rem;height:2.0625rem;top:37.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHtXx3XhtszqepLtwACRfCTdDW6mlUuq { display:block; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwa2d7bSC7SDS4ZZwXNnCIWhg0tGQrWQ { top:0.3125rem;left:0rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0G5dpOs7Qh1wvz2mVTc4uWPxoaVW7U { top:0rem;left:1.1557159423828rem;width:8.875rem;height:4.7165284061903rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7fv1pZs2bE64ilvof37OwZDtQqoIoeJ { top:0rem;left:7.5308933258056rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxbpH7ZgxMfTiWDHIaW0TJpTI45uvXN4 { top:0rem;left:13.060014724731rem;width:8.4375rem;height:4.4664015508037rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPIHT38hAzqxszQMwVm5rTNu0g5EkgC1 { top:0rem;left:18.123933792114rem;width:8.875rem;height:4.7165284061903rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFviPAu4EXwZMPKnx94yzmHT4qSNe9km { top:0.4375rem;left:23.71075630188rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnqEiJRP1W13uQg7SXH1zFeHr0e94kBC { top:0.3125rem;left:38.342329025269rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cha0mzNMqcygqUqlwtLVOV9MdRVnT2yT { top:0.625rem;left:31.334161758423rem;width:7.5625rem;height:4.0295641410291rem;display:block; }
 }@media only screen and (max-width: 763px) { #habclWU1ryWcpWJpOhgTFkp7CBcyrWyP { top:0.4375rem;left:40.25rem;width:7.5rem;height:4.0291254111774rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa { display:block; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.adaptive-delivery-prevent-bg, #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.lazyload, #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k3KtsGXTOCZUOZwpVxog9uxkFIJscn6A { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTn7OxxZu4mAExHnJakNU40XvXcabOPQ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZJTRKzwE8eMN6uAATwg2veEfNSUsxrM { width:21.5rem;height:1.25rem;top:5.5625rem;left:20.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU.adaptive-delivery-prevent-bg, #KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU.lazyload, #KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SpJeeURNQKm69ateo9G9bgUaIqFk9HIt { top:1.5rem;left:0rem;width:47.75rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8CK84yGNil5H4Zm9i7loNxsAZKK12cS { width:47.75rem;height:2.0625rem;top:35.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk9VX1kRhVzgKGGfHb7Xb1ArtE63eEKE { top:37.6875rem;left:37.654294967651rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU8nAn3yhsLLPvZNimpaODSryB5Vsazu { display:block; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ3STBwE6NhWQV01ziSXDZFaROHvSA3o { top:0.3125rem;left:0rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqKC61PTfvIrxZbOiVFOuTmVe2eAv6cN { top:0.3125rem;left:2.59375rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZcLuslk1rGUd1BhL1e7UGFy7zTaO3K { top:0rem;left:8.3378887176512rem;width:8.625rem;height:4.5914964817866rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61lNszrr3EQOdMZtkgq7PtB40Kgfrsr { top:0.3125rem;left:14.717504501342rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5IJGIXSHIQKgq87ITLV0xzAahzR0smu { top:0.375rem;left:40.25rem;width:7.5rem;height:3.937325rem;display:block; }
 }@media only screen and (max-width: 763px) { #d62FhEqDTR18LWOAnHMPipIMn05igkmr { top:0.3125rem;left:22.210401535034rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6UcDHMxyMFBmaCvnct10RTWr6Ni4uJ { top:0.3125rem;left:30.334516525269rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 { display:block; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJeq48KVWhnJbKJSnAGZsJVP128EE53T { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RJeq48KVWhnJbKJSnAGZsJVP128EE53T.adaptive-delivery-prevent-bg, #RJeq48KVWhnJbKJSnAGZsJVP128EE53T.lazyload, #RJeq48KVWhnJbKJSnAGZsJVP128EE53T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C9XDQhgUcvyT2pNgrov5LVbbgTAEV8Iw { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8xhT62yAHkFUlFTfox3vaJGqAF81PUK { width:22.8125rem;height:1.3125rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.adaptive-delivery-prevent-bg, #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.lazyload, #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LAMtn5ZFcOdP25vSkXwLDh2dXBk02vQd { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qob1DrFOapSv7VfPU9V6rBWgIZE7dqSf { top:1.5625rem;left:0rem;width:47.75rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa2X5xk6p9em9wO8Hr7w0829kib4VFde { width:47.75rem;height:2.0625rem;top:37.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 { display:block; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzuyGxcV3wgqwR8Tnz8dJp1SZ55TIMOx { top:0.5rem;left:31.175245285034rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0zQdykDWgxMCz8FxkWDf7nV0KR86C4d { top:0.5rem;left:39.625rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NXOzT7LIQp4Dr2i5lqTZBKbnVAaHBJ { top:0.5625rem;left:38.645063400269rem;width:8rem;height:4.2176326011614rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWFqVdzTTwzsyr1KiNp8ZFlSnVlXZ7qq { top:0.125rem;left:0rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvdhktk9irJxDyBtHFaUVv8QODrfnBUt { top:0.5rem;left:1.0607242584229rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t942q3oNExWmow052kE7u1DV81GX9VCd { top:0.5rem;left:8.4994678497312rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeGfLKzRGF39b2lLRNTuNTmHSur1e1me { top:0.5rem;left:16.623579025269rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5E8eMSaUyEk6gFrrIQKTx2vvnOrFJu9 { top:0.5rem;left:23.607774734497rem;width:8.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0xg50hB8ad90sKM3QITW2dSgiedr7gN { display:block; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwOq5zwBNLoMfEm09nkFPeaqr6sIu691 { width:29.5rem;height:16.5rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOO92TNsZCuP36AkKSxq2F4FRxIQ1bIy { width:28.3125rem;height:;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAFRkJuc5kfGx2OTUZbR4BgXlxCADOUW { width:18.5625rem;height:3.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvoHw1q5FH0JzZEtqxWzcIhMe3m5NTNs { display:block; }
 }@media only screen and (max-width: 763px) { #gJSm6CcGzMvP51Cvv0EKffv5cR2hU0ZE { width:29.625rem;height:25.6875rem;top:1.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV { display:block; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vnsm2u48VdNm41RuEVFHfnTKxImSCOgo { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBXNtNUEURI17JJ3VmqfCFcm6yxENTHQ { width:19.125rem;height:12.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqEcFHT6Smo3OtXSa05nsWE6FpO4i6c { width:19.125rem;height:12.625rem;top:6.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKT24v5WFHUvksyqlAO06Ez8dDN3lv9P { width:19rem;height:12.5rem;top:6.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUB7Q5AyvGzNpVHtKSkW3CDzmLwb6tnB { width:19.125rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDQ8axlgP83NNVDkC51nAKMluRzxfp93 { width:19.125rem;height:12.625rem;top:20.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKAWtJ2Ly8d7qWgT75N7RWMgno9RpdZ6 { width:19.125rem;height:12.625rem;top:20.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2luCLt2H4HGnUvo6d4OTJVB2lP8i0mC { width:47.75rem;height:1.5625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVXt2duwMTFNDdz26u1PyfQaRTm9Qk9i { width:18.5625rem;height:3.75rem;top:34.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKE0R3OBbkFUU4IkCryuCBmJZoBu1g3r { display:block; }
 }@media only screen and (max-width: 763px) { #GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 { display:block; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dnka7TpE0u2626RXaByU8KhT5pG43ZC2 { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ9NMCGZKTqTRyVi0vEA5pVKGpzZkS20 { width:28rem;height:20.9375rem;top:4.5rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ4vnBHSEC6aO4BZUT7QvTNqC8K4FUH0 { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHHpQbWxGRBXMXhDTRhDzZfq2JqOKDK { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSBdccact6RAW2TBZ6kXCZzuvtDbBh6N { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8185PPrGG5t69tBp3ym6T27bD4QklDT { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u { display:block; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPTUtbZ2fLou9RWplmwVpHoMv6xnU778 { width:47.75rem;height:3.125rem;top:0.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l80Ulu1KoNWGht2GrHZQ8qN3F08yV9IL { width:47.75rem;height:1.375rem;top:3.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeEnE9aLg17xbnNukM69XsT7OORS90GH { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfvWCzJkPbRce6VUu4USC40rq1UL1QE { width:11.875rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSe27IXGr3std0imM2xWISaIbzwMJgrR { width:18.875rem;height:1.375rem;top:7.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOQOynt381FVTTcfuQKqwPsdO8oRpl99 { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZPLmsHsZrOGI4Uebf2Ntrc35hb7FsR { width:18.9375rem;height:16.875rem;top:6.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS4Q5EJcPrkylXzSotDRTv2rmJF1TLWd { width:11.875rem;height:1.625rem;top:24.125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8D8TutyD68ixAH6ywEUlAr9ddexstxe { width:11.875rem;height:1.625rem;top:24.0625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oclCxTrr0yaRdVAyMNzH5WnEIkkNC0F6 { width:18.875rem;height:1.375rem;top:7.625rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7PZPPb1cdDI8zRmVm9NpTTnTg63iWqK { width:18.875rem;height:1.375rem;top:7.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaWZxer1z55yJtqBNlBrHNKNmnvoDRL { width:16.875rem;height:12.75rem;top:10.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3vvwRMoEwmdkbk1ibSPtK2PsTdmz5yR { width:16.875rem;height:12.4375rem;top:10.3125rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX7COtbsLvAnK8yXsebma9LlHmhiIPbD { width:16.875rem;height:12.4375rem;top:10.125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG { display:block; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf6FrS5uCW7SoaOrlpV53DXnO83be9JR { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTLlswhUhkgxwmCnOfk9HdPL6q75i4G { top:8.3125rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFG6Ob6d6k5Upx9fGkcevTRyWugBSn18 { top:23.25rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvXKerWcnf4f34qcn5Ry8hMZuw1DyPOl { top:37.9375rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgHiTddWwDdhCm3NLwIdNUTfmpO5MdEs { top:52.5625rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b29EG6Vy9arGL5nwmU2P8vdyIg3cz1NV { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvGMgieOOcIF32iQXCcLU8xyR77RTrk { display:block; }
 }@media only screen and (max-width: 763px) { #HZIDnndCfCn7qXfpvMGFl4gvdsAc86u7 { top:12.75rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz2zhkMVnuZzlAVVJOMq3a5fMhF65Wtb { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC44c3ZcVpTl7K10VlkMo7ZcOOaJ2Xyb { display:block; }
 }@media only screen and (max-width: 763px) { #HiAyX0kVkOPEOy5czFSgGHFzcggp4XqC { top:12.75rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqpI6kNawLoABLeAzZCCb7alLb3VDitI { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfDIMuZcg401sMnEqHUppuAb741kFTJC { width:47.75rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmPtGv90S1PUuvZR4Ikh43tlMRN2uxDR { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAI35qM3gylqrNzxGwN1kmrGIqoOp2Hb { display:block; }
 }@media only screen and (max-width: 763px) { #rvfHVnX9fJkDiG0dalxgon2EnZHEJ0IO { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Tve7320IeX8ht1v0qUdzGhymy1fBm5 { display:block; }
 }@media only screen and (max-width: 763px) { #OtoSTNrKm8bCovJW8tbuDHN0LyCIiIld { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybGkZorctiKRvEDUx04INg2IyhHpLlDI { display:block; }
 }@media only screen and (max-width: 763px) { #gGa5KAdy8i5lnHivZ0R53Ghmurb8ATvL { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAryZm7DstCWOfVMByqSDvVbJpBwLUH { display:block; }
 }@media only screen and (max-width: 763px) { #WeNaftnLbqyOtSmxNih7U420E7BTeHai { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3DT3IFwEqdfzbCPOtDOclqCpJlFlViv { display:block; }
 }@media only screen and (max-width: 763px) { #MPlTB9MDMnfVy776Ul98ZMcoHdBlogR2 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB37VS9ixlVU0eZbxuO2Mblfg9LaThGB { display:block; }
 }@media only screen and (max-width: 763px) { #OKnhKEwNVa89tyvyTMVIMiGJ4KX5CPGA { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7olBeIpxA57UAgKqyQwMSfpaXLd4MTJ { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeeSEOPTVLLmhLiZ9NNI9Wev8ixenANI { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwilkeu53OUVzKeUAAVxFSq0LnsVszTT { top:28.0625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8UwNCc0q3oTp9AXM2MKdSQ0i59ntnmI { top:43.5625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6U63CmVz4llUqg8MIzX9xoeQZpwFxcZ { top:58rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTqH3gfWWy5y60hR02nT3U2p54mMzzy { top:28.0625rem;left:29.5625rem;width:18.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPbV9O1qrlH0PpLDmrOm9xKcRuTTgAG3 { top:43.5625rem;left:29.25rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5eJGt75xVwybU2nsyGg6ySFs8N7xOdx { top:58rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 { display:block; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeOqQ23oGrA39JOxekK83IeyuImUsdZH { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy6oTZWL77Z3Cec5drdl4ygwP0L6qJyG { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5acOOssJ1NlbECHlKa4k9ofUpkkbbHa { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVIB0fP0S0VrenxWHJxHkGGIxptaVF4L { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4mUkTNSNB9KoVc77a9s8GmfqpZVP9RH { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTH3z25efvHcLs1Gyf39uhIZC1T2Nxpi { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vJfqd9v0AKz0W1Wtqzw4tLemBfXxZHp6 > .row .container { width:20rem;height:7.2496447563171rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blSP77L0puRKla8wND8mzAqNEggEkQQo { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXXJxuh5BfV9tfTEToXKMZ3ECLkv5iaK { display:block; }
 }@media only screen and (max-width: 763px) { #xirn6zUAoFOyQqpmsggXErwmXxM72GBn { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy0ooX7zo5hrTKpPva2ywbPbL1zTqiml { display:block; }
 }@media only screen and (max-width: 763px) { #ZScbERC8cZPznKCr5Dg6JmrTygUyXZ8B { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VrA8ke1kFHB0Zsut8VSwpIat3b48ATBG { display:block; }
 }@media only screen and (max-width: 763px) { #GKp25oETtidKIUGGtXMBNnknwB6FM5rJ { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG5zBmwcE9OavRZ6zQAh56hyW6BmFwop { display:block; }
 }@media only screen and (max-width: 763px) { #uD90xwN3NDUUu65HHwF4Xa28p27yVw91 { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3huHpT6JpbPyXbKw3qsu2R3zqWPBIZb { display:block; }
 }@media only screen and (max-width: 763px) { #QWrJLTSXugtZpQm5lkzdAEXP1XscVaDZ { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFbquJxiBes68mb9fbezKRsvsTplcT3L { display:block; }
 }@media only screen and (max-width: 763px) { #n0ASntStGAO0FCm9fCSBVgiROHVIpwRX { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn { display:block; }#bNNM5VBD6UTsX9Id6bQJ3LRZ07w7XtUn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIEsru944bDP1rm9Sdvqr9ILMxevEdqJ { width:20rem;height:4.39985625rem;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlvLHPGJrrF1JxfZKZXKZ0WDTUGfzLWt { width:20rem;height:3.25rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG { display:block; }#Lhqw9EtVoVZJVEBeycV6xyLTL3H2GMSG > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIq9UGlU7p2wDkbKbfNwWhyTitSZZxn4 { width:13.125rem;height:2.6875rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6gTTMUvzTBNKadKWTXcOpe2Qlp0VA2 { display:block; }
 }@media only screen and (max-width: 763px) { #w52RSxbuMLHD9CgiOrvRPitk06TMsqli { width:13.125rem;height:2.6875rem;top:5.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx5dDZxLAPaUGgEfnGybMdsRTFbN8A0W { display:block; }
 }@media only screen and (max-width: 763px) { #UfEIODwZnNCJ02eJhQEv2HTqBUBGUi00 { width:13.125rem;height:2.6875rem;top:9.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mndTnk0M0Js6EQM1aZUbKyFSOw014CxD { display:block; }
 }@media only screen and (max-width: 763px) { #BQad0DAAWs6ts3TDmwU2SfGAMs8bSTZC { width:13.125rem;height:2.6875rem;top:16.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1BPJUAh21M8hT6aqcwJ9KaHdtAAwpsP { display:block; }
 }@media only screen and (max-width: 763px) { #EThOZBRiypzc5xNTx2ySLgLTdeBtlHfL { width:13.125rem;height:2.6875rem;top:20.9375rem;left:3.4375rem;background-color:#f6f7fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hTKTafrtipMHT1n8PtalDfaEmCt1pdPT { display:block; }
 }@media only screen and (max-width: 763px) { #yF8mygS3HMGdeuUxkMzc5NdtIqRVVeVO { width:13.125rem;height:2.6875rem;top:13.28125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxeyLyqDckLG5UUx443RMOKkkvTPr0yD { display:block; }
 }@media only screen and (max-width: 763px) { #lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc { display:block; }#lbEx1beT0OEG5WJ4SUKxzF91iTWhQBwc > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb { width:20rem;height:10.625rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/1233bb52-5cc7-46d1-b8a5-113714ee337e/1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.adaptive-delivery-prevent-bg, #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.lazyload, #xwCqlR1dO2bAk5mDMc7aFgG2OBUOCcxb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BnzibylM6pXXAbP6HgeOQwpIvME8TDlW { width:18.75rem;height:1.9504625rem;top:11.3056640625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEpKc74iMgWXkDeFy6eRpR4pvb40CUm5 { width:19.375rem;height:28.43128125rem;top:15.7421875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PiRTM7Wln13hiZXKv6xB1UdlpTzGP05N { width:17.9375rem;height:1.298825rem;top:13.2548828125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUGkShiqrLV3W3sTSVf8hNWRmZ0bz3kr { width:20rem;height:0.125rem;top:22.9052734375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wB7e8a8OS7ipNExbJxF5O9Gnop2DmSIe { width:20rem;height:44.3125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rskhOT8NQAO1UmA3sOoaazy2GTRyWD58 { width:20rem;height:1.625rem;top:45.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJKrulwuZ0FSNgGFNmIIUs6tgl2Mw2WF { width:9.9375rem;height:5.25rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3NM0plrVChmyspS9aO0bNLiQZBRkOfO { width:9.9375rem;height:5.25rem;top:51.1875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSDUb4pQMTPW36KaLemQSgS10y3Lu61t { width:9.9375rem;height:5.125rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCF9GsXALtHHohZw5bAKcOTqmDDV8RIM { width:7.1875rem;height:3.81125625rem;top:48.967507362366rem;left:10.279651999474rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm { position:relative;z-index:auto;display:block; }#IiHg13s3JdiweGQkdGmg0p6E2IXdAkBm > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOuelD9p877LRfke2HBLXuobzBoEfyAC { width:9.4375rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgSRLtPVEi74lIE7VDUNTcZpWh3LskEB { width:9.9375rem;height:5.25rem;top:10.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8VquKyuBH86IIIekz0MAPyBE1WmPdmF { width:9.9375rem;height:5.1875rem;top:0rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtIm9NTvKqDCVD0FSvF6IynDZEcgW5kQ { width:9.9375rem;height:5.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKTQck0HKKO4FrFpT0BHnXcBJtKp7m0e { width:9.9375rem;height:5.125rem;top:3.8125rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5k2sxx37tr8T1nTv556nUyK48ZcUxeq { width:10.6875rem;height:5.6875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzzHkEauCXT98VT5nP0BZNbZ6f4xMcRk { width:7.6243125rem;height:4.0625rem;top:11.436434745789rem;left:10.592151999474rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9bHvlAGi7krM62G43b7f0qdUP32nbcp { width:10rem;height:5.3125rem;top:14.686611175537rem;left:9.4362567663194rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQpXA0IinrplFFgIlWGeidMaHMQFJ4NV { width:7.87375rem;height:4.2160875rem;top:15.498043179512rem;left:0.78036212921144rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTiUwnPWqzzENC1nEL8fDAyPDMTQ9UqI { width:9.9375rem;height:5.25rem;top:7.59375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiMTq7caoekCUMVWWsL5i33lRfLCM1KC { display:block; }#UiMTq7caoekCUMVWWsL5i33lRfLCM1KC > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F { width:20rem;height:11.0625rem;top:0.6064453125rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/adce36a7-0fef-4e9c-b38f-a65854b957c1/2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.adaptive-delivery-prevent-bg, #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.lazyload, #xXR4pCgnFnADTuMeCvGLp0bME0GSup7F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vXqVBPefk8E66gtxcM4nDBnQUhzCHIaa { width:20rem;height:1.9504625rem;top:12.919921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPEhhKOvDkRoUFrLRKTE9RMmNCENepoO { width:20rem;height:1.298825rem;top:14.869140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfJu4hbcH23miuA6LJQW8srcLR798hfA { width:18.75rem;height:0.125rem;top:41.5087890625rem;left:0.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/PxypFiQMkIk/unsplash/augustine-wong-PxypFiQMkIk-photo-1566041510639-8d95a2490bfb.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#BfJu4hbcH23miuA6LJQW8srcLR798hfA.adaptive-delivery-prevent-bg, #BfJu4hbcH23miuA6LJQW8srcLR798hfA.lazyload, #BfJu4hbcH23miuA6LJQW8srcLR798hfA.lazyloading { background-image: none; }
#BfJu4hbcH23miuA6LJQW8srcLR798hfA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#BfJu4hbcH23miuA6LJQW8srcLR798hfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; } }@media only screen and (max-width: 763px) { #FOoOnLahkUGGwedHd0X6wnoGBTQrF7vl { width:19.375rem;height:26.15676875rem;top:17.6689453125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GiRfWXZo9TlTNqng61lbrPGJqZHX76st { width:19.9375rem;height:44.5625rem;top:0.6064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJQbpPuUG6wT8Pe7312T9qhKdetakEH1 { width:20rem;height:1.70605625rem;top:45.7939453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ { position:relative;z-index:auto;display:block; }#UFAXQUxC4cbuMiTuDVT2ZbSNtOQwRgHJ > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpfHHx1aq7AJPnfWHRgMyugGsTfxw3ZJ { width:8.125rem;height:4.375rem;top:1.03125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONAnklEcQahqM8lzxzEs8sgWz2167tQ1 { width:8.8125rem;height:4.6875rem;top:1.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSfitGM3DTJUiD2stKeLtza6Apccc69k { width:8.125rem;height:4.375rem;top:5.34375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1qf0Wlsb2tR1IH9txVh5yZ7sleRRETL { width:10.6875rem;height:5.6875rem;top:4.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpPNWZ8N3o5H9LAPzxdkorQJTXOZQKff { width:11.875rem;height:6.1875rem;top:9.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3RmPXairTLImxmka9lTe3f6fF8XNLBD { width:10rem;height:5.3125rem;top:9.71875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxWsNtRHB78uaBVfLi6NLF2HBbd7yarg { width:11.5rem;height:6.125rem;top:12.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 { display:block; }#BWiP1upiVfc58bb3GE3OTyl4ZuxAbmq4 > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT { width:18.75rem;height:9.8125rem;top:1.3056640625rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/2a34a97a-df39-410e-9283-a338b6480752/3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.adaptive-delivery-prevent-bg, #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.lazyload, #mQ9AKLGdwKtfCCZCUSMbgTpetFIkrGIT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UAg6fE62TVyd6TwhQ5UwIP6XylliEixz { width:18.75rem;height:1.9504625rem;top:11.6806640625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b56KD1vpz7Iqet1aK54MfMwzRCrXcqZI { width:19.375rem;height:25.019525rem;top:17.5556640625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eqzQLabNp595OdqdlJmLnqU8T7eKtHyN { width:17.9375rem;height:2.59765625rem;top:14.2548828125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4Cfpv2rLA0xiEvlbefZDqEP4DbnsQuW { width:20rem;height:0.125rem;top:22.9052734375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #N227KIP8RbXnCENCsTHRSsgL02rDEnKy { width:20rem;height:42.8125rem;top:0.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6GusmallmBa3T85CIWnurPR6vAbxUi7 { width:20rem;height:1.625rem;top:43.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD { position:relative;z-index:auto;display:block; }#PhyMRxdiiWXDLiRvnqKZLHrEvhRQQOsD > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GRuwdOD0IgFmBdpIf1k0y4uIzl4IVyW4 { width:8.125rem;height:4.375rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeH84poqgcq4JryLGEdWe9pZrOJ8g5LR { width:8.9375rem;height:4.6875rem;top:0rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2daXQtLFqpof7NCPbGFMPL3TXfSdfWQ { width:8.125rem;height:4.375rem;top:3.28125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3Pf0PLfQZvDRbgHQsBwr6APaVe6OXVQ { width:8.125rem;height:4.375rem;top:3.28125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSq3CtDfTnIuETaUZfIaxFNLCSfgWUfw { width:8.125rem;height:4.375rem;top:7.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddi0skRZuc0hzEE3NXRtBDWrgWvtuDpF { width:8.125rem;height:4.375rem;top:7.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvSn93MnztNTCXU1cfKIOMTQlgOhgS5z { width:8.125rem;height:4.375rem;top:10.90625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae7DxSdHswFCqZ0eLTMuFkZsMUnPJTus { width:8.125rem;height:4.375rem;top:10.90625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb { display:block; }#HT0EsEPKPXliPmDgpeocMoQ60gIIzFTb > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD { width:20rem;height:11.0625rem;top:1.28125rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/8cf1ede7-c299-4fb9-b07d-fd40389815da/4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.adaptive-delivery-prevent-bg, #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.lazyload, #ZK5xMd02CBMpGmRuK7HJ27yePsuCl6dD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NsEaiJcktnMKN61VIezsep1wxUEybLpX { width:20rem;height:1.9504625rem;top:13.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTNoTehXcCHVpd2Cz3gbfXKSSB4wD2zK { width:20rem;height:2.59765625rem;top:14.98046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZB5WB2teurBaL4OoZQGaqgk47weDQXq { width:18.75rem;height:0.125rem;top:41.5087890625rem;left:0.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/PxypFiQMkIk/unsplash/augustine-wong-PxypFiQMkIk-photo-1566041510639-8d95a2490bfb.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#BZB5WB2teurBaL4OoZQGaqgk47weDQXq.adaptive-delivery-prevent-bg, #BZB5WB2teurBaL4OoZQGaqgk47weDQXq.lazyload, #BZB5WB2teurBaL4OoZQGaqgk47weDQXq.lazyloading { background-image: none; }
#BZB5WB2teurBaL4OoZQGaqgk47weDQXq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#BZB5WB2teurBaL4OoZQGaqgk47weDQXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; } }@media only screen and (max-width: 763px) { #nNUrzwNzipgEls7xwwqmgdFk3IUqEev9 { width:19.375rem;height:25.019525rem;top:18.205078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ooXhJa2RbTEgmDXEaK0ZfrbpBJmRnKro { width:19.9375rem;height:42.9375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcmxvbwQZCpsDDV3EKgW5aypOBmrG7rv { width:20rem;height:1.70605625rem;top:44.9677734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHtXx3XhtszqepLtwACRfCTdDW6mlUuq { position:relative;z-index:auto;display:block; }#zHtXx3XhtszqepLtwACRfCTdDW6mlUuq > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwa2d7bSC7SDS4ZZwXNnCIWhg0tGQrWQ { width:8.125rem;height:4.375rem;top:1.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD0G5dpOs7Qh1wvz2mVTc4uWPxoaVW7U { width:8.9375rem;height:4.75rem;top:1rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7fv1pZs2bE64ilvof37OwZDtQqoIoeJ { width:8.125rem;height:4.375rem;top:4.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxbpH7ZgxMfTiWDHIaW0TJpTI45uvXN4 { width:8.5rem;height:4.5rem;top:4.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPIHT38hAzqxszQMwVm5rTNu0g5EkgC1 { width:8.9373125rem;height:4.74964375rem;top:9.2498226165769rem;left:0.90465188026431rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFviPAu4EXwZMPKnx94yzmHT4qSNe9km { width:8.125rem;height:4.375rem;top:9.9375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnqEiJRP1W13uQg7SXH1zFeHr0e94kBC { width:1.3125rem;height:0.625rem;top:2.9375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cha0mzNMqcygqUqlwtLVOV9MdRVnT2yT { width:7.5625rem;height:4.0295641410291rem;top:13.998584747314rem;left:1.5926846265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #habclWU1ryWcpWJpOhgTFkp7CBcyrWyP { width:7.5rem;height:4.0291254111774rem;top:13.998579025269rem;left:10.154473662376rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa { display:block; }#KcrmqRRTRI68Fu2VWs8tNvOKXIHXeeZa > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh { width:18.75rem;height:9.8125rem;top:1.4375rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/bab3adf7-cabf-45ca-9185-452679900637/5.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.adaptive-delivery-prevent-bg, #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.lazyload, #TQegnfhgPayAbFHpo2G7bfMxCVzKW9Xh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k3KtsGXTOCZUOZwpVxog9uxkFIJscn6A { width:18.75rem;height:1.9504625rem;top:12.1806640625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTn7OxxZu4mAExHnJakNU40XvXcabOPQ { width:19.375rem;height:23.88226875rem;top:16.6181640625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nZJTRKzwE8eMN6uAATwg2veEfNSUsxrM { width:17.9375rem;height:1.298825rem;top:14.6923828125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsBpse2fgFstPm4g2Gsb5QCHgBcCI3MU { width:20rem;height:0.125rem;top:22.9052734375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SpJeeURNQKm69ateo9G9bgUaIqFk9HIt { width:20rem;height:41.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8CK84yGNil5H4Zm9i7loNxsAZKK12cS { width:20rem;height:1.625rem;top:42rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk9VX1kRhVzgKGGfHb7Xb1ArtE63eEKE { width:1.1875rem;height:0.625rem;top:1.875rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU8nAn3yhsLLPvZNimpaODSryB5Vsazu { position:relative;z-index:auto;display:block; }#wU8nAn3yhsLLPvZNimpaODSryB5Vsazu > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJ3STBwE6NhWQV01ziSXDZFaROHvSA3o { width:8.125rem;height:4.375rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqKC61PTfvIrxZbOiVFOuTmVe2eAv6cN { width:8.125rem;height:4.375rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZcLuslk1rGUd1BhL1e7UGFy7zTaO3K { width:10.4375rem;height:5.5rem;top:2.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61lNszrr3EQOdMZtkgq7PtB40Kgfrsr { width:8.9375rem;height:4.75rem;top:3.1875rem;left:9.0588235294119rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5IJGIXSHIQKgq87ITLV0xzAahzR0smu { width:8.8743125rem;height:4.71590625rem;top:11.748934745789rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #d62FhEqDTR18LWOAnHMPipIMn05igkmr { width:8.125rem;height:4.375rem;top:7.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn6UcDHMxyMFBmaCvnct10RTWr6Ni4uJ { width:8.125rem;height:4.375rem;top:7.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 { display:block; }#ixCZQ4Uury1JNwtxRFZtkMAL12U5F1Q7 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJeq48KVWhnJbKJSnAGZsJVP128EE53T { width:20rem;height:11.0625rem;top:0.7939453125rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/4dde503e-4ac8-4df8-a435-362052252269/6.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RJeq48KVWhnJbKJSnAGZsJVP128EE53T.adaptive-delivery-prevent-bg, #RJeq48KVWhnJbKJSnAGZsJVP128EE53T.lazyload, #RJeq48KVWhnJbKJSnAGZsJVP128EE53T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C9XDQhgUcvyT2pNgrov5LVbbgTAEV8Iw { width:20rem;height:1.9504625rem;top:12.587890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8xhT62yAHkFUlFTfox3vaJGqAF81PUK { width:20rem;height:2.59765625rem;top:15.05078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888 { width:18.75rem;height:0.125rem;top:41.5087890625rem;left:0.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/PxypFiQMkIk/unsplash/augustine-wong-PxypFiQMkIk-photo-1566041510639-8d95a2490bfb.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.adaptive-delivery-prevent-bg, #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.lazyload, #SmVBFKEEhNb17pfkmDIiWA5FHzZy6888.lazyloading { background-image: none; }
#SmVBFKEEhNb17pfkmDIiWA5FHzZy6888::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#SmVBFKEEhNb17pfkmDIiWA5FHzZy6888::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; } }@media only screen and (max-width: 763px) { #LAMtn5ZFcOdP25vSkXwLDh2dXBk02vQd { width:19.375rem;height:25.019525rem;top:17.650390625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qob1DrFOapSv7VfPU9V6rBWgIZE7dqSf { width:19.9375rem;height:42.9375rem;top:0.7939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa2X5xk6p9em9wO8Hr7w0829kib4VFde { width:20rem;height:1.70605625rem;top:44.490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 { position:relative;z-index:auto;display:block; }#D6fFNpTk5wBDScFrV2TxlkrFU8Qo2Zs2 > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzuyGxcV3wgqwR8Tnz8dJp1SZ55TIMOx { width:8.125rem;height:4.375rem;top:9.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0zQdykDWgxMCz8FxkWDf7nV0KR86C4d { width:8.125rem;height:4.375rem;top:13.999473571778rem;left:9.3749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NXOzT7LIQp4Dr2i5lqTZBKbnVAaHBJ { width:8.9373125rem;height:4.6875rem;top:13.999467849731rem;left:1.1194956302643rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWFqVdzTTwzsyr1KiNp8ZFlSnVlXZ7qq { width:8.125rem;height:4.375rem;top:0.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvdhktk9irJxDyBtHFaUVv8QODrfnBUt { width:8.125rem;height:4.375rem;top:0.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t942q3oNExWmow052kE7u1DV81GX9VCd { width:8.125rem;height:4.375rem;top:5.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeGfLKzRGF39b2lLRNTuNTmHSur1e1me { width:8.125rem;height:4.375rem;top:5.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5E8eMSaUyEk6gFrrIQKTx2vvnOrFJu9 { width:8.125rem;height:4.375rem;top:10.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0xg50hB8ad90sKM3QITW2dSgiedr7gN { display:block; }#V0xg50hB8ad90sKM3QITW2dSgiedr7gN > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwOq5zwBNLoMfEm09nkFPeaqr6sIu691 { width:20rem;height:20.99255625rem;top:18.76171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOO92TNsZCuP36AkKSxq2F4FRxIQ1bIy { width:20rem;height:2.19993125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAFRkJuc5kfGx2OTUZbR4BgXlxCADOUW { width:18.5625rem;height:3.75rem;top:40.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvoHw1q5FH0JzZEtqxWzcIhMe3m5NTNs { display:block; }
 }@media only screen and (max-width: 763px) { #gJSm6CcGzMvP51Cvv0EKffv5cR2hU0ZE { width:18.0625rem;height:15.625rem;top:3.13671875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV { display:block; }#tVKJJqaQ7wIEb8J4dP12Qu55p3FNAKtV > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vnsm2u48VdNm41RuEVFHfnTKxImSCOgo { width:20rem;height:4.00035625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mBXNtNUEURI17JJ3VmqfCFcm6yxENTHQ { width:20rem;height:12.625rem;top:8.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGqEcFHT6Smo3OtXSa05nsWE6FpO4i6c { width:20rem;height:12.625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKT24v5WFHUvksyqlAO06Ez8dDN3lv9P { width:20rem;height:12.5rem;top:35.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUB7Q5AyvGzNpVHtKSkW3CDzmLwb6tnB { width:20rem;height:12.625rem;top:48.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDQ8axlgP83NNVDkC51nAKMluRzxfp93 { width:20rem;height:12.625rem;top:61.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKAWtJ2Ly8d7qWgT75N7RWMgno9RpdZ6 { width:20rem;height:12.625rem;top:74.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2luCLt2H4HGnUvo6d4OTJVB2lP8i0mC { width:20rem;height:3.1875rem;top:4.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVXt2duwMTFNDdz26u1PyfQaRTm9Qk9i { width:18.5625rem;height:3.75rem;top:88.13671875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKE0R3OBbkFUU4IkCryuCBmJZoBu1g3r { display:block; }
 }@media only screen and (max-width: 763px) { #GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 { display:block; }#GFy1mRebTmckVSpgAmIUb4pgZzzceQw9 > .row .container { width:20rem;height:52.661560058594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dnka7TpE0u2626RXaByU8KhT5pG43ZC2 { width:20rem;height:2.19993125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ9NMCGZKTqTRyVi0vEA5pVKGpzZkS20 { width:20rem;height:29.38215rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cZ4vnBHSEC6aO4BZUT7QvTNqC8K4FUH0 { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHHpQbWxGRBXMXhDTRhDzZfq2JqOKDK { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSBdccact6RAW2TBZ6kXCZzuvtDbBh6N { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8185PPrGG5t69tBp3ym6T27bD4QklDT { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u { display:block; }#lNCkh6FkDvcaKEEIzZcHGgQ2kFVrmC6u > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uPTUtbZ2fLou9RWplmwVpHoMv6xnU778 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l80Ulu1KoNWGht2GrHZQ8qN3F08yV9IL { width:20rem;height:1.38139375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeEnE9aLg17xbnNukM69XsT7OORS90GH { width:20rem;height:16.9375rem;top:7.48730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfvWCzJkPbRce6VUu4USC40rq1UL1QE { width:19.875rem;height:1.38139375rem;top:22.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSe27IXGr3std0imM2xWISaIbzwMJgrR { width:19.125rem;height:1.21875rem;top:8.2988296875rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOQOynt381FVTTcfuQKqwPsdO8oRpl99 { width:20rem;height:16.0625rem;top:25.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZPLmsHsZrOGI4Uebf2Ntrc35hb7FsR { width:20rem;height:16.875rem;top:41.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS4Q5EJcPrkylXzSotDRTv2rmJF1TLWd { width:11.875rem;height:1.38139375rem;top:39.2431640625rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8D8TutyD68ixAH6ywEUlAr9ddexstxe { width:11.875rem;height:1.38139375rem;top:56.703125rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oclCxTrr0yaRdVAyMNzH5WnEIkkNC0F6 { width:18.875rem;height:1.21875rem;top:25.9306640625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7PZPPb1cdDI8zRmVm9NpTTnTg63iWqK { width:18.875rem;height:1.21875rem;top:42.4990234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdaWZxer1z55yJtqBNlBrHNKNmnvoDRL { width:19.375rem;height:10.49625rem;top:10.5341796875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #L3vvwRMoEwmdkbk1ibSPtK2PsTdmz5yR { width:19.375rem;height:8.9968125rem;top:28.24609375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AX7COtbsLvAnK8yXsebma9LlHmhiIPbD { width:19.375rem;height:10.49625rem;top:45.0615234375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG { display:block; }#NtboqtoTrQ4FIXrTLuyvp9gNgP9STQGG > .row .container { width:20rem;height:173.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zf6FrS5uCW7SoaOrlpV53DXnO83be9JR { width:18.75rem;height:4.951175rem;top:27.01171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTLlswhUhkgxwmCnOfk9HdPL6q75i4G { width:18.25rem;height:13.625rem;top:12.13671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFG6Ob6d6k5Upx9fGkcevTRyWugBSn18 { width:18.25rem;height:13.625rem;top:52.717775rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvXKerWcnf4f34qcn5Ry8hMZuw1DyPOl { width:19.0625rem;height:14.1875rem;top:93.8173828125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgHiTddWwDdhCm3NLwIdNUTfmpO5MdEs { width:18.25rem;height:13.625rem;top:134.0234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b29EG6Vy9arGL5nwmU2P8vdyIg3cz1NV { width:12.375rem;height:2.625rem;top:44.967775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJvGMgieOOcIF32iQXCcLU8xyR77RTrk { display:block; }
 }@media only screen and (max-width: 763px) { #HZIDnndCfCn7qXfpvMGFl4gvdsAc86u7 { width:12.5625rem;height:4.63156875rem;top:33.2099625rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nz2zhkMVnuZzlAVVJOMq3a5fMhF65Wtb { width:12.375rem;height:2.625rem;top:48.842775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC44c3ZcVpTl7K10VlkMo7ZcOOaJ2Xyb { display:block; }
 }@media only screen and (max-width: 763px) { #HiAyX0kVkOPEOy5czFSgGHFzcggp4XqC { width:20rem;height:4.63156875rem;top:39.08886875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bqpI6kNawLoABLeAzZCCb7alLb3VDitI { width:20rem;height:5.19921875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfDIMuZcg401sMnEqHUppuAb741kFTJC { width:20rem;height:3.1875rem;top:6.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmPtGv90S1PUuvZR4Ikh43tlMRN2uxDR { width:12.375rem;height:2.625rem;top:85.54883125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAI35qM3gylqrNzxGwN1kmrGIqoOp2Hb { display:block; }
 }@media only screen and (max-width: 763px) { #rvfHVnX9fJkDiG0dalxgon2EnZHEJ0IO { width:12.375rem;height:2.625rem;top:126.2734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Tve7320IeX8ht1v0qUdzGhymy1fBm5 { display:block; }
 }@media only screen and (max-width: 763px) { #OtoSTNrKm8bCovJW8tbuDHN0LyCIiIld { width:12.375rem;height:2.625rem;top:165.7041015625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybGkZorctiKRvEDUx04INg2IyhHpLlDI { display:block; }
 }@media only screen and (max-width: 763px) { #gGa5KAdy8i5lnHivZ0R53Ghmurb8ATvL { width:13.125rem;height:2.6875rem;top:89.42383125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPAryZm7DstCWOfVMByqSDvVbJpBwLUH { display:block; }
 }@media only screen and (max-width: 763px) { #WeNaftnLbqyOtSmxNih7U420E7BTeHai { width:13.125rem;height:2.6875rem;top:129.9609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3DT3IFwEqdfzbCPOtDOclqCpJlFlViv { display:block; }
 }@media only screen and (max-width: 763px) { #MPlTB9MDMnfVy776Ul98ZMcoHdBlogR2 { width:13.125rem;height:2.6875rem;top:169.4541015625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB37VS9ixlVU0eZbxuO2Mblfg9LaThGB { display:block; }
 }@media only screen and (max-width: 763px) { #OKnhKEwNVa89tyvyTMVIMiGJ4KX5CPGA { width:20rem;height:4.951175rem;top:67.592775rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7olBeIpxA57UAgKqyQwMSfpaXLd4MTJ { width:20rem;height:3.1605125rem;top:109.3173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XeeSEOPTVLLmhLiZ9NNI9Wev8ixenANI { width:20rem;height:3.30078125rem;top:148.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwilkeu53OUVzKeUAAVxFSq0LnsVszTT { width:11.375rem;height:4.63156875rem;top:73.79101875rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8UwNCc0q3oTp9AXM2MKdSQ0i59ntnmI { width:11.375rem;height:4.63156875rem;top:114.453125rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6U63CmVz4llUqg8MIzX9xoeQZpwFxcZ { width:11.375rem;height:4.63156875rem;top:154.0712890625rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUTqH3gfWWy5y60hR02nT3U2p54mMzzy { width:18.1875rem;height:4.63156875rem;top:79.669925rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPbV9O1qrlH0PpLDmrOm9xKcRuTTgAG3 { width:17.375rem;height:4.63156875rem;top:120.26953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5eJGt75xVwybU2nsyGg6ySFs8N7xOdx { width:17.375rem;height:4.63156875rem;top:159.7001953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container { background-color: transparent; background-image: none; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container > .video-iframe-container { display: none; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row > .video-iframe-container { display: none; }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .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); }#JM5QUwbbJERb54Nld9hh6IVmRAOtvO78 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeOqQ23oGrA39JOxekK83IeyuImUsdZH { width:20rem;height:1.4000375rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hy6oTZWL77Z3Cec5drdl4ygwP0L6qJyG { width:20rem;height:1.298825rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5acOOssJ1NlbECHlKa4k9ofUpkkbbHa { width:20rem;height:1.298825rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVIB0fP0S0VrenxWHJxHkGGIxptaVF4L { width:20rem;height:1.298825rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4mUkTNSNB9KoVc77a9s8GmfqpZVP9RH { width:20rem;height:1.298825rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTH3z25efvHcLs1Gyf39uhIZC1T2Nxpi { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }