.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a8O9ffbp/bg01v02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-image: -moz-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-image: -ms-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-image: -o-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29ad0d3', endColorstr='#b261a1b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29ad0d3', endColorstr='#b261a1b7' );";background-image: linear-gradient(to bottom, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { background-color: transparent; background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { border-width: 0; border-radius: 0; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:60rem;height:45.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.3) ;height:19.4375rem;width:34.5625rem;top:11.8125rem;left:12.71875rem;display:block; }
#QAwqlTNTV1WCAJdT746rNQlSRmLAxTBi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:12.5rem;top:1.0625rem;left:23.75rem;overflow:hidden;display:block; }
#JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { color:#58595b;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:31.8125rem;left:0rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:35.875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { background-color:#335668;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:4.3125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:39.5rem;left:20.96875rem;display:block; }
#ogousMmN03Tkni0rlR1ip0zI9A1EZBpx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JN778Ahlqqx4y8sew4TxXpecTF4UJMt3 { color:#c24954;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0.09375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { background-color: transparent; background-image: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .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); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { border-width: 0; border-radius: 0; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { color:#61a1b7;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:0.8125rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laSATIMxGofgJIEKggtC6qEM6WTHb94z { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { background-color: transparent; background-image: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .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); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { border-width: 0; border-radius: 0; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:6.125rem;left:0.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:6.0625rem;left:20.9375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:6.125rem;left:40.9375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBSv4d1COqwcQern1w4NKL9AGZfIeGau { background-color:#335668;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:1.40625rem;left:1.25rem;display:block; }
#l8XUqcH58GotJ8xln6TJXp6gbKUEI6VJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c8lydQ3pqRZrfMF3qSCWvfv48Gtqe6Cm { background-color:#335668;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:1.40625rem;left:21.625rem;display:block; }
#wMwDrSIW5Bgxm7E1ZRsqTtTUFyaqonSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oPXa9z7L0gy0Dk2TpPk6wuJ54AK7AsyX { background-color:#335668;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:1.375rem;left:41.25rem;display:block; }
#EC4Mo3xx1nagpL3wfzcnrdQn2ZV3p8UH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { background-color: transparent; background-image: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .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); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { border-width: 0; border-radius: 0; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:5.9375rem;left:0.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:6rem;left:20.9375rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:6rem;left:40.9375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZZz9P9uXyhV5FTbpysfsxtOv2DMGgUgP { background-color:#335668;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:1.375rem;left:1.25rem;display:block; }
#L1Q9Z1vdiywcr0ieH2WThnsHUyREqG0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m806csPG8uRyGH8eDrTEVwqQhKl0srWR { background-color:#335668;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:1.40625rem;left:21.625rem;display:block; }
#Lk1Txw8DKRk5cvVlsuxvLNFSWa31ig66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pHLEt9APEBmO8c6ze73Shb2Duf6xKDyN { background-color:#335668;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:1.375rem;left:41.25rem;display:block; }
#ydeo2k6CuN62urgFd9yQSDZsepXWfkud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { background-color: transparent; background-image: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .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); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { border-width: 0; border-radius: 0; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.adaptive-delivery-prevent-bg, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyload, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyloading { background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { border-width: 0; border-radius: 0; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#Br6lOtpqFt80IcveWZ6sbuU5732xfcet { color:#61a1b7;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:1.1875rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.adaptive-delivery-prevent-bg, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyload, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyloading { background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { border-width: 0; border-radius: 0; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#WWex6yVNG6mIi92teOR9VisXTuosuWcu { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:30rem;width:28.125rem;top:0.3125rem;left:0.9375rem;display:block; }
#f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:17.4375rem;left:5.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:19.9375rem;left:5.9375rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHllTr5mPLnBnLHdidTebTDM1ub8bgab { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5zp5MZSz/Forms_Thumbnail.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:18.6875rem;top:4.4375rem;left:5.6875rem;display:block; }#SHllTr5mPLnBnLHdidTebTDM1ub8bgab.adaptive-delivery-prevent-bg, #SHllTr5mPLnBnLHdidTebTDM1ub8bgab.lazyload, #SHllTr5mPLnBnLHdidTebTDM1ub8bgab.lazyloading { background-image: none; }
#qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:30rem;width:28.125rem;top:4.4375rem;left:31.875rem;display:block; }
#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:25.125rem;left:36.875rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:22.5rem;left:36.875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/z4YKWsJW/NEC5110.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:18.8125rem;top:9.3125rem;left:36.40625rem;display:block; }#M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT.adaptive-delivery-prevent-bg, #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT.lazyload, #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT.lazyloading { background-image: none; }
#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.adaptive-delivery-prevent-bg, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyload, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyloading { background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { border-width: 0; border-radius: 0; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:30rem;width:28.125rem;top:0.3125rem;left:0.9375rem;display:block; }
#T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:17.4375rem;left:5.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { color:#6a6a6a;display:block;width:19.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.4;letter-spacing:0;top:19.9375rem;left:5.3125rem;height:7.871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bschFhfP/77771.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.875rem;width:18.6875rem;top:4.4375rem;left:5.6875rem;display:block; }#czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.adaptive-delivery-prevent-bg, #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.lazyload, #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9.lazyloading { background-image: none; }
#yUClHLueKqPvqPBtR547R1gyfoyomZH3 { position:absolute;display:block;z-index:100006;background-color:rgba(255,255,255,0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:30rem;width:28.125rem;top:4.4375rem;left:31.875rem;display:block; }
#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { color:#6a6a6a;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100015;line-height:1.4;letter-spacing:0;top:21.6875rem;left:36.875rem;height:11.0195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { color:#000000;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100014;line-height:1.2;letter-spacing:0;top:19.1875rem;left:36.875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XdJqZTYb/NEC6103E.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:18.8125rem;top:6.4375rem;left:36.53125rem;display:block; }#wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.adaptive-delivery-prevent-bg, #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.lazyload, #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI.lazyloading { background-image: none; }
#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.adaptive-delivery-prevent-bg, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyload, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyloading { background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { border-width: 0; border-radius: 0; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { background-color: transparent; background-image: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container > .video-iframe-container { display: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container { display: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .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); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { border-width: 0; border-radius: 0; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { color:#61a1b7;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:1.75rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { background-color: transparent; background-image: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container > .video-iframe-container { display: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container { display: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .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); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { border-width: 0; border-radius: 0; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/j2WotxXG/W_2_Map.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:10.9375rem;width:51.5625rem;top:1.53125rem;left:4.21875rem;display:block; }#s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.adaptive-delivery-prevent-bg, #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.lazyload, #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.lazyloading { background-image: none; }
#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { background-color: transparent; background-image: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container > .video-iframe-container { display: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container { display: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .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); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { border-width: 0; border-radius: 0; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/IL8YRFOi/1099_Map.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:10.9375rem;width:51.5625rem;top:3.09375rem;left:4.21875rem;display:block; }#ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.adaptive-delivery-prevent-bg, #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.lazyload, #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.lazyloading { background-image: none; }
#Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:16.0625rem;width:58.75rem;top:0.53125rem;left:0.625rem;display:block; }
#cN57ityBVt35dTHaQAvrVyyQzO72IUJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { background-color: transparent; background-image: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container > .video-iframe-container { display: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container { display: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .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); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { border-width: 0; border-radius: 0; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QVvKPfOr/W_2_1099_PART_REQUIREMENTS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:10.3125rem;width:51.5625rem;top:1.84375rem;left:4.21875rem;display:block; }#A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.adaptive-delivery-prevent-bg, #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.lazyload, #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.lazyloading { background-image: none; }
#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-image: -moz-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-image: -ms-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-image: -o-linear-gradient(top, rgba(154,208,211,0.7), rgba(97,161,183,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29ad0d3', endColorstr='#b261a1b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b29ad0d3', endColorstr='#b261a1b7' );";background-image: linear-gradient(to bottom, rgba(154,208,211,0.7), rgba(97,161,183,0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { background-color: transparent; background-image: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container > .video-iframe-container { display: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container { display: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .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); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { border-width: 0; border-radius: 0; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:60rem;height:20.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gidSgQf7Eb3xEfIvbm55dtIhcccb9Q9G { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.4375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:9.9375rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#335668;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.adaptive-delivery-prevent-bg, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyload, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyloading { background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { background-color: transparent; background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .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); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { border-width: 0; border-radius: 0; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:9.875rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pgpUomEtQuvfn5S40T6tmZRzz3bNZHzR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:12.5rem;top:2.125rem;left:23.75rem;overflow:hidden;display:block; }
#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#335668;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.adaptive-delivery-prevent-bg, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyload, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyloading { background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { background-color: transparent; background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .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); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { border-width: 0; border-radius: 0; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:6.03125rem;display:block; }
#Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:9.8125rem;left:0.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { position:absolute;display:block;z-index:100003;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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:26.03125rem;display:block; }
#zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:9.8125rem;left:20.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(0,0,0,0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:46.03125rem;display:block; }
#FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:9.8125rem;left:40.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZW33M7QM2gSqhxpGS9GeUcxTt2Tvc7f { box-sizing:content-box;color:#61a1b7;font-size:4.125rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:1.875rem;left:7.03125rem;display:block; }
#eTzIaaO0FLTJi73ZgOkKTKxa7R8SrJTw { box-sizing:content-box;color:#61a1b7;font-size:4.125rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:1.875rem;left:27.03125rem;display:block; }
#meWUhsX80FNOW2zem2lpD24MwMHU1nQU { box-sizing:content-box;color:#61a1b7;font-size:4.125rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:1.875rem;left:47.03125rem;display:block; }
#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#335668;background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.adaptive-delivery-prevent-bg, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyload, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyloading { background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { background-color: transparent; background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .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); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { border-width: 0; border-radius: 0; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { background-color: transparent; background-image: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container > .video-iframe-container { display: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container { display: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .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); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { border-width: 0; border-radius: 0; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#tSXCl6rPCg8Z3T5elAVPmyvZ1URRyd0F { box-sizing:content-box;color:#335668;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:0rem;left:28.4375rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { width:34.5625rem;height:19.4375rem;top:11.8125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QAwqlTNTV1WCAJdT746rNQlSRmLAxTBi { width:12.5rem;height:5.5625rem;top:1.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { width:47.75rem;height:1.1875rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { width:47.75rem;height:2.6875rem;top:35.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { width:18.0625rem;height:4.3125rem;top:39.5rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ogousMmN03Tkni0rlR1ip0zI9A1EZBpx { display:block; }
 }@media only screen and (max-width: 959px) { #JN778Ahlqqx4y8sew4TxXpecTF4UJMt3 { width:47.75rem;height:8.25rem;top:6.5625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:47.75rem;height:1.1875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:47.75rem;height:1.1875rem;top:2.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:15.625rem;height:4.6875rem;top:10.5rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:15.625rem;height:4.6875rem;top:10.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:15.625rem;height:6.25rem;top:10.5rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBSv4d1COqwcQern1w4NKL9AGZfIeGau { width:17.5rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #l8XUqcH58GotJ8xln6TJXp6gbKUEI6VJ { display:block; }
 }@media only screen and (max-width: 959px) { #c8lydQ3pqRZrfMF3qSCWvfv48Gtqe6Cm { width:17.5rem;height:3.4375rem;top:1.375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wMwDrSIW5Bgxm7E1ZRsqTtTUFyaqonSN { display:block; }
 }@media only screen and (max-width: 959px) { #oPXa9z7L0gy0Dk2TpPk6wuJ54AK7AsyX { width:17.5rem;height:3.4375rem;top:1.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EC4Mo3xx1nagpL3wfzcnrdQn2ZV3p8UH { display:block; }
 }@media only screen and (max-width: 959px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:15.625rem;height:4.6875rem;top:10.625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:15.625rem;height:4.6875rem;top:10.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:15.625rem;height:6.25rem;top:10.625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZZz9P9uXyhV5FTbpysfsxtOv2DMGgUgP { width:17.5rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #L1Q9Z1vdiywcr0ieH2WThnsHUyREqG0W { display:block; }
 }@media only screen and (max-width: 959px) { #m806csPG8uRyGH8eDrTEVwqQhKl0srWR { width:17.5rem;height:3.4375rem;top:1.375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lk1Txw8DKRk5cvVlsuxvLNFSWa31ig66 { display:block; }
 }@media only screen and (max-width: 959px) { #pHLEt9APEBmO8c6ze73Shb2Duf6xKDyN { width:17.5rem;height:3.4375rem;top:1.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ydeo2k6CuN62urgFd9yQSDZsepXWfkud { display:block; }
 }@media only screen and (max-width: 959px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:47.75rem;height:1.1875rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:47.75rem;height:1.1875rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:23.625rem;height:30rem;top:0.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:18.125rem;height:1.1875rem;top:17.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:18.125rem;height:4.125rem;top:19.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SHllTr5mPLnBnLHdidTebTDM1ub8bgab { width:18.6875rem;height:9.875rem;top:4.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:23.625rem;height:30rem;top:4.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:18.125rem;height:4.125rem;top:25.125rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:18.125rem;height:1.1875rem;top:22.5rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT { width:18.8125rem;height:11.0625rem;top:9.3125rem;left:27.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:23.625rem;height:30rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:18.125rem;height:1.1875rem;top:17.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:19.3125rem;height:5.5rem;top:19.9375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9 { width:18.6875rem;height:9.875rem;top:4.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:23.625rem;height:30rem;top:4.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:18.125rem;height:6.875rem;top:21.6875rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:18.125rem;height:1.1875rem;top:19.1875rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI { width:18.8125rem;height:11.0625rem;top:6.4375rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { width:47.75rem;height:1.1875rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { width:47.75rem;height:1.1875rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { width:10.3125rem;height:10.3125rem;top:2.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { width:10.3125rem;height:10.3125rem;top:4.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { width:47.75rem;height:16.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #cN57ityBVt35dTHaQAvrVyyQzO72IUJd { display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { width:10.3125rem;height:10.3125rem;top:2.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gidSgQf7Eb3xEfIvbm55dtIhcccb9Q9G { width:47.75rem;height:1.1875rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { width:47.75rem;height:;top:9.9375rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:47.75rem;height:1.1875rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pgpUomEtQuvfn5S40T6tmZRzz3bNZHzR { width:12.5rem;height:5.5625rem;top:2.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { width:7.9375rem;height:7.9375rem;top:0.875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:15.625rem;height:1.75rem;top:9.8125rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { width:7.9375rem;height:7.9375rem;top:0.875rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:15.625rem;height:1.75rem;top:9.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { width:7.9375rem;height:7.9375rem;top:0.875rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:15.625rem;height:1.75rem;top:9.8125rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MZW33M7QM2gSqhxpGS9GeUcxTt2Tvc7f { width:5.9375rem;height:5.9375rem;top:1.875rem;left:4.96875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eTzIaaO0FLTJi73ZgOkKTKxa7R8SrJTw { width:5.9375rem;height:5.9375rem;top:1.875rem;left:20.84375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #meWUhsX80FNOW2zem2lpD24MwMHU1nQU { width:5.9375rem;height:5.9375rem;top:1.875rem;left:36.71875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tSXCl6rPCg8Z3T5elAVPmyvZ1URRyd0F { width:3.125rem;height:3.125rem;top:0rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { height:11.25rem;width:20rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAwqlTNTV1WCAJdT746rNQlSRmLAxTBi { width:3.4375rem;height:1.5rem;top:1.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { width:20rem;height:5.25rem;top:20.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qIBWrlR0VgHVF25Xt5XxxJLuegxvZIfl { width:20rem;height:8.0625rem;top:27.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { width:11.875rem;height:3rem;top:36.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogousMmN03Tkni0rlR1ip0zI9A1EZBpx { display:block; }
 }@media only screen and (max-width: 763px) { #JN778Ahlqqx4y8sew4TxXpecTF4UJMt3 { width:20rem;height:4.75rem;top:40.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:20rem;height:1.1875rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:20rem;height:2.25rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:18.125rem;height:3.125rem;top:10.3125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:18.125rem;height:3.125rem;top:23.5625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:18.125rem;height:6.25rem;top:37rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBSv4d1COqwcQern1w4NKL9AGZfIeGau { width:17.5rem;height:3.4375rem;top:44.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8XUqcH58GotJ8xln6TJXp6gbKUEI6VJ { display:block; }
 }@media only screen and (max-width: 763px) { #c8lydQ3pqRZrfMF3qSCWvfv48Gtqe6Cm { width:17.5rem;height:3.4375rem;top:49.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMwDrSIW5Bgxm7E1ZRsqTtTUFyaqonSN { display:block; }
 }@media only screen and (max-width: 763px) { #oPXa9z7L0gy0Dk2TpPk6wuJ54AK7AsyX { width:17.5rem;height:3.4375rem;top:53.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC4Mo3xx1nagpL3wfzcnrdQn2ZV3p8UH { display:block; }
 }@media only screen and (max-width: 763px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:18.125rem;height:3.125rem;top:9.5rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:18.125rem;height:3.125rem;top:22.9375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:18.125rem;height:4.6875rem;top:36.4375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZz9P9uXyhV5FTbpysfsxtOv2DMGgUgP { width:17.5rem;height:3.4375rem;top:42.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1Q9Z1vdiywcr0ieH2WThnsHUyREqG0W { display:block; }
 }@media only screen and (max-width: 763px) { #m806csPG8uRyGH8eDrTEVwqQhKl0srWR { width:17.5rem;height:3.4375rem;top:47.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk1Txw8DKRk5cvVlsuxvLNFSWa31ig66 { display:block; }
 }@media only screen and (max-width: 763px) { #pHLEt9APEBmO8c6ze73Shb2Duf6xKDyN { width:17.5rem;height:3.4375rem;top:51.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydeo2k6CuN62urgFd9yQSDZsepXWfkud { display:block; }
 }@media only screen and (max-width: 763px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { background-color:#e9f1f4;background-image:none;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:20rem;height:1.1875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:20rem;height:2.25rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { background-color:#e9f1f4;background-image:none;display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:20rem;height:30rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:18.125rem;height:1.1875rem;top:16.9375rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:18.125rem;height:4.125rem;top:19.9375rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHllTr5mPLnBnLHdidTebTDM1ub8bgab { width:15.625rem;height:8.25rem;top:5.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:20rem;height:30rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:18.125rem;height:4.125rem;top:51.25rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:18.125rem;height:1.1875rem;top:48.25rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0IDWy2wMfsPf889rTqBQS1zVCTNBqpT { width:16.6875rem;height:9.8125rem;top:36.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { background-color:#e9f1f4;background-image:none;display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:20rem;height:30rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:18.125rem;height:1.1875rem;top:16.6875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:18.125rem;height:5.5rem;top:19.6875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czFr5IPFqwTRvg8zvHnUVB20XtQsqCE9 { width:15.625rem;height:8.25rem;top:4.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:20rem;height:30rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:18.125rem;height:6.875rem;top:51rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:18.125rem;height:1.1875rem;top:48rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wc8iTyfg9F9BTrUUdvnDpBcv0vOe9iJI { width:16.6875rem;height:9.8125rem;top:35.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { background-color:#e9f1f4;background-image:none;display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { width:20rem;height:1.1875rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { width:20rem;height:4.5rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { width:10.3125rem;height:10.3125rem;top:2.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { width:10.3125rem;height:10.3125rem;top:4.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { width:20rem;height:29.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN57ityBVt35dTHaQAvrVyyQzO72IUJd { display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { width:10.3125rem;height:10.3125rem;top:2.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gidSgQf7Eb3xEfIvbm55dtIhcccb9Q9G { width:20rem;height:5.25rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { width:20rem;height:21.375rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:20rem;height:2.25rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgpUomEtQuvfn5S40T6tmZRzz3bNZHzR { width:12.5rem;height:5.5625rem;top:7.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { width:7.9375rem;height:7.9375rem;top:0.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:18.125rem;height:1.75rem;top:9.625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { width:7.9375rem;height:7.9375rem;top:12.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:18.125rem;height:1.75rem;top:21.8125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { width:7.9375rem;height:7.9375rem;top:24.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:18.125rem;height:1.75rem;top:34rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZW33M7QM2gSqhxpGS9GeUcxTt2Tvc7f { width:5.9375rem;height:5.9375rem;top:37rem;left:7rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTzIaaO0FLTJi73ZgOkKTKxa7R8SrJTw { width:5.9375rem;height:5.9375rem;top:44.1875rem;left:7rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meWUhsX80FNOW2zem2lpD24MwMHU1nQU { width:5.9375rem;height:5.9375rem;top:51.375rem;left:7rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSXCl6rPCg8Z3T5elAVPmyvZ1URRyd0F { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }