.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK { position:relative;display:block; }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK { background-color: transparent; background-image: none; }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .row .container > .video-iframe-container { display: none; }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .row > .video-iframe-container { display: none; }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .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); }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK { border-width: 0; border-radius: 0; }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;position:relative;display:block; }#STKFF9NtR71f0nXX4SF9834VGCzPgq4W { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:18.125rem;top:1.3125rem;left:20.875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rjkbnjRi/rc2016072_1995.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.9375rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:6.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1171875rem;left:0.5625rem;height:8.837375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.8916015625rem;left:32.90625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rjkbnjRi/rc2016072_1995.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS.adaptive-delivery-prevent-bg, #Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS.lazyload, #Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS.lazyloading { background-image: none; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container { border-width: 0; border-radius: 0; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#xdNrWKEEipnQ9FCD9ro0ErBMZ7r2n9Pp { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.9375rem;height:3.0869125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nhJQZGLeMu4DdM5x9DLoNVs42dQpP2WQ { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:6.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1171875rem;left:0.5625rem;height:8.7744375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fbZIFWESQdVluV9mxazX5Nv4EPNSm359 { color:#ffffff;display:block;width:34.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.2744140625rem;left:19.25rem;height:5.60449375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#RkGsETFxCnPIP399HldgrGisHtGy21q6 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row .container { background-color: transparent; background-image: none; }#RkGsETFxCnPIP399HldgrGisHtGy21q6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row .container > .video-iframe-container { display: none; }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row > .video-iframe-container { display: none; }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .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); }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row .container { border-width: 0; border-radius: 0; }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row .container { width:60rem;height:46.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gFtN4CNCE86dzH4igObSHibLOekDPKO5 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.9624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VicRMR0Uu14hnlAuZW6W27OVB9RcG5Hs { color:#333333;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:8.6875rem;left:9.25rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GvAGqTBvFuQ2diJcKBJZxpggFIiPbKPN { z-index:100001;top:38.125rem;left:22.03125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xm7UNntoASpivHa6aap47EB3Q6uoswpn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EmmarXyQqan6hrn5MfD4TsUDDxI53WuN { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.375rem;width:40.0625rem;top:21.3125rem;left:9.9375rem;overflow:hidden;display:block; }
#h2mFFOcivuW9oaUgqZtCMLZQEWATCmMa { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:32.5625rem;left:10.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ7Ed59zlTs0Kc9sfQ0UTblFTtoNBhvt { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:32.5625rem;left:23.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCLFTtB3uQZG3KgMzhfHW90SxVQR4T7E { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:32.5625rem;left:39.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVHZhMa48nBPqUqeVvF3HG9RvMIV2Zp1 { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:16.5rem;left:12.28125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s5fgcGZZTeQtKALRlC9uwWDxb4lD11Wk { box-sizing:content-box;color:#5d92ff;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;display:none; }
#R3nvaf1lvdPD7RnTTuBKr69LIXHBdto2 { box-sizing:content-box;color:#5d92ff;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;display:none; }
#rJloA1XKLZ7XPwGmgm1WH2eMdcEHtaoJ { box-sizing:content-box;color:#5d92ff;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;display:none; }
#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row .container { background-color: transparent; background-image: none; }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row .container > .video-iframe-container { display: none; }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row > .video-iframe-container { display: none; }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .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); }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row .container { border-width: 0; border-radius: 0; }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row .container { width:60rem;height:22.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Z5r1pXw1LttdHnCv28G1SpkTzQ2Q1KI5 { position:absolute;display:block;z-index:100007;border-top:0.1875rem solid #5d92ff;border-left:0.1875rem solid #5d92ff;border-right:0.1875rem solid #5d92ff;border-bottom:0.1875rem solid #5d92ff;height:7.125rem;width:19.5rem;top:13.4375rem;left:8.2822580645163rem;overflow:hidden;display:block; }
#RD1a8CXFTvJmlH4gIRpuR4d5oi7e6idO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.3125rem;width:24.125rem;top:0.0625rem;left:4.8125rem;overflow:hidden;display:block; }
#ZT42DIkuXvn3gWlrfIigeG7rTd92AsW3 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:23.5rem;top:0.0625rem;left:31.875rem;overflow:hidden;display:block; }
#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OdrxbG2e/windingroad_bg.jpg");background-position: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;display:block; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo.adaptive-delivery-prevent-bg, #whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo.lazyload, #whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo.lazyloading { background-image: none; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row .container { background-color: transparent; background-image: none; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row .container > .video-iframe-container { display: none; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row > .video-iframe-container { display: none; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .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); }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row .container { border-width: 0; border-radius: 0; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row .container { width:60rem;height:30rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kgyS4VeggqEUghcOOZbHWEgLitkgT6sT { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.875rem;left:18.84375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcNdTsTQXWCXXrf1adQQwTgctpilNi7T { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:16.375rem;left:20.5625rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGwAvF8xfU6mfFuGpCPvh7g1oo5yU19k { z-index:100000;top:23.25rem;left:30.84375rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JDFVSXzTkNHduGUrskmdV0eTbMGTxuT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nfiG2TlQW3zKcLWCcbQgwcqoIDhFUroS { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:2.3125rem;top:9.75rem;left:50.4375rem;overflow:hidden;display:block; }
#p1DOvaSwJvmHF6MGfd8yONP2XzTyQFnR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:2.3125rem;top:9.8125rem;left:24.875rem;overflow:hidden;display:block; }
#H3L4XI7By4wmtMOxsUq5U3B57fd9JoSK { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:2.0625rem;top:9.875rem;left:37.78125rem;overflow:hidden;display:block; }
#mym0TTh50DrnWvqhGwgWyzm4gwT0kFWB { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:14.1875rem;left:20.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8FtXeST8dJPuzZF36gnOfPhy4o5ukei { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:14.125rem;left:33.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O2UNBDUnZqOF4EmgWoOKgtl8gJfhvnKb { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:14.125rem;left:46.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBwkBDyAIBacsC7ORLnC1HTsaXNM3mFr { color:#333333;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:16.375rem;left:33.15625rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8Q6d78duhrfIrSUBKF6SycL6OsUTz5d { color:#333333;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:16.3125rem;left:46.125rem;height:4.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROhvovkWtvQ88c65FgxRFMTwlORfcCFd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.625rem;width:29rem;display:none; }
#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cl5zLpjM/pnp_pentagon_blackbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.adaptive-delivery-prevent-bg, #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.lazyload, #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt.lazyloading { background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { background-color: transparent; background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .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); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { border-width: 0; border-radius: 0; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#tgr3UJthTtsGyidxOqmzseirZBdgH5WX { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:24.6875rem;height:7.2119375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:11.25rem;left:24.6875rem;height:9.597625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:24.6875rem;height:4.38671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VtwH909vWPIgXQcxHgSiidJl10TE05T2 { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.75rem;left:37.3125rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QNk5U6utt3ES3ozDQufszEGqgDUte57e { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:24.625rem;left:37.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cl5zLpjM/pnp_pentagon_blackbg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd.adaptive-delivery-prevent-bg, #Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd.lazyload, #Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd.lazyloading { background-image: none; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row .container { border-width: 0; border-radius: 0; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:none; }#bv0fKdOJL94OhIwQZNkcKfQfWf2zP5bN { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:24.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yps40zlLtsoiSZfmDPBGA6eTK0wGfQwg { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:11.25rem;left:24.6875rem;height:7.9980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TKJnw36sZTiZ95xVnVIWOVH6tTI5ndR1 { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:24.6875rem;height:2.1933625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wJB6WSWhd1u8lIgNfIV5laeziT3igz2v { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.75rem;left:37.3125rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h5TlGhVXvhnUe1EveElN3kt53oOpDS0A { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:24.625rem;left:37.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HmX8OIDakaWVRmvSQPOaTReg7KonqHOg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:32.625rem;display:none; }
#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row .container { background-color: transparent; background-image: none; }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row .container > .video-iframe-container { display: none; }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row > .video-iframe-container { display: none; }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .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); }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row .container { border-width: 0; border-radius: 0; }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#dzhaRouRb1KAyrTAVTeVOQosp6iCBZTv { color:#707070;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wkg9Tt2TQlDWhOT06b0nA9gqrA5QV0Vh { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIB61Bd3yzUumXHSvAoOFdzbTf6xn4vZ { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:24.125rem;left:0rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmnaT1zTwtV75BXX4vTuxUAup56Pk44U { color:#707070;display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:27.375rem;left:1.59375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nJkvhxhkJiM2BuWt4ErwxJQWb2frXBlv { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:13.5625rem;top:12.6875rem;left:3.1875rem;overflow:hidden;display:block; }
#TMF9fDovF4cxXsaiTKN1KkFsiJtgJCyG { color:#707070;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:27.375rem;left:20.65625rem;height:3.9619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOy3GSK3TwiAEJX7kw7AxCBo82Pntvg2 { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.0625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8SpIlQKu64eJ21ZX9fC4rB8xT53XGnV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:12.375rem;top:12.6875rem;left:23.8125rem;overflow:hidden;display:block; }
#D1Iy9VLJ2fyGLvRHrTpFITTlsCRp4NTl { color:#707070;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:27.375rem;left:41.375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7qiNkRWEOzWLyOJMHgraAsuX5bFXoLq { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:24.0625rem;left:40.0625rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEEvn0hHoJfDFsqCiEiVe6b7M7y9EMqQ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:13.375rem;top:12.6875rem;left:43.375rem;overflow:hidden;display:block; }
#Tm5wWpfJCgQ2A5OKSVxkwuLe0a33wse5 { z-index:100001;top:34.8125rem;left:22.03125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fQpw5n4nRahuCeVzBssmX6uS6ONNyUpQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row .container { background-color: transparent; background-image: none; }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row .container > .video-iframe-container { display: none; }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row > .video-iframe-container { display: none; }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .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); }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row .container { border-width: 0; border-radius: 0; }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:60rem;position:relative;display:block; }#WyCf5HDZNhzwXZtdb5afDCAXR5akL1F4 { color:#707070;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:24.4375rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQi6I7ey1sBsN7i5UThrcaFx3wgnTH1p { color:#4c4c4c;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:20.375rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NkfXIVS6SCqG8ASLStFuPBIHruBSd1Ne { color:#4c4c4c;display:block;width:39.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:27.6875rem;left:10.25rem;height:12.63675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NkfXIVS6SCqG8ASLStFuPBIHruBSd1Ne li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NkfXIVS6SCqG8ASLStFuPBIHruBSd1Ne li:before{  }
#RSguci2bo5XmqhySwp7aVlMT0MoOy4AQ { color:#707070;display:block;width:38.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:41.375rem;left:11rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdoGeSauQnvnKdeVhqT9WDK3bfSRItew { z-index:100001;top:47.1875rem;left:22.03125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kwJZMbIiP7IVdQhGgawTo9OlHyzPmIMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PpCSzSH7nZWV9mVwQ017irLilRVhFDCl { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.09375rem;height:16.33641875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#doNfTmMZtrgo7dmRby3NPIdLtawZp26W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mkNVda5b/BG_template_Money_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W.adaptive-delivery-prevent-bg, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyload, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyloading { background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { background-color: transparent; background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .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); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { border-width: 0; border-radius: 0; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;position:relative;display:block; }#wWoS3Eb8Bfg0BDiTBEhTLgiytlE0wwhh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:10rem;left:0rem;overflow:hidden;display:block; }
#IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100003;line-height:1.4;letter-spacing:0;top:10.9375rem;left:2.375rem;height:6.9995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:16.875rem;left:3.0625rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { position:absolute;display:block;z-index:100005;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:4.375rem;top:17.625rem;left:15.625rem;display:block; }
#T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:20.9375rem;left:2.375rem;height:24.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:23.625rem;top:10.9375rem;left:33.625rem;overflow:hidden;display:block; }
#mMT7ia1vEi5TUkc9A8clsuHA0gXDeB7s { color:#000000;display:block;width:23.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:39.25rem;left:33.75rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TibZARTr46v2sL4sdHUS79Q1ahnh8xNo { color:#4c4c4c;display:block;width:44.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.75rem;height:8.8369375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { background-color: transparent; background-image: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .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); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { border-width: 0; border-radius: 0; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { color:rgba(0,0,0,0.7);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:100006;line-height:1.4;letter-spacing:0;top:5.6875rem;left:7.1875rem;height:2.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { position:absolute;display:block;z-index:100007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:6.25rem;top:6.8125rem;left:0rem;display:block; }
#leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:5.78125rem;left:20rem;overflow:hidden;display:block; }
#sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:8.875rem;left:22.5rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OJ7iX0aS42wf4yVsN29zEhx2tSIdVpEL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:13.9375rem;left:20rem;overflow:hidden;display:block; }
#uHaXqQiSQ7wzmkMuIrZNE5TAbQZdFZFV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:22.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lTpyJGsLJT8zhz5TSzA8RTT7GADlipBe { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:17.0625rem;left:22.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:22.125rem;left:20rem;overflow:hidden;display:block; }
#tLC0NARKvGPF2pgLPIAWGhzufaekJROp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:22.25rem;left:22.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:25.25rem;left:22.5rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ls53DN5dL2HN5H471nfn1PeazLE5MByM { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:8.875rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zDcFOWWghei5GtJDpIErNOxWeN57mRQb { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100015;line-height:1.5;letter-spacing:0;top:5.875rem;left:43.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:5.78125rem;left:40.9375rem;overflow:hidden;display:block; }
#q8uLUi1p46U8wROng8HnRQsD4bzVTb7q { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:13.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#sZE29OlgQ4Tf7qXSsvb7O4Vs25Dx2ha8 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100017;line-height:1.5;letter-spacing:0;top:17.0625rem;left:43.4375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:22.125rem;left:40.9375rem;overflow:hidden;display:block; }
#XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:22.25rem;left:43.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:25.25rem;left:43.4375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RCfiRip1Ebn2JLeCOZM3yL3GcfvFZ9NT { color:#4c4c4c;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.974609375rem;left:1.15625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWzpHks20fuDaaUfLcgSleoqx25VQwbg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { background-color: transparent; background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .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); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { border-width: 0; border-radius: 0; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#aV8yZ0eTApdoGiTpQm14rKLtGQrRlhtH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:23.125rem;top:7.25rem;left:3.75rem;overflow:hidden;display:block; }
#MFKqeDSXahalFcUVuQQIXS9KSPMqVdWN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:2.0625rem;top:9rem;left:5.75rem;overflow:hidden;display:block; }
#xOhPbN2L4OFgb8yazcETGEtXqK61xi9p { color:rgba(0,0,0,0.7);display:block;width:29.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:13.4375rem;left:0.625rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:22.125rem;left:2.25rem;height:1.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BS52x4oUz1pnNxrMCH9rUtHwFCty4f8a { position:absolute;display:block;z-index:100007;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:22.875rem;left:7.75rem;display:block; }
#KEFxqK4HpMSDg7POi8cXFTW3Br2oQ6nf { position:absolute;display:block;z-index:100008;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:2.5rem;top:22.875rem;left:22.0625rem;display:block; }
#xCwqVHhpRvwMBXNnx5ybNCs5HxGhiE39 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:23.125rem;top:24.3125rem;left:3.75rem;overflow:hidden;display:block; }
#lRXxoZC6gmDnEWEUKJ9oq0BeW6iDH1az { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:23.3125rem;top:4.1875rem;left:31.1875rem;overflow:hidden;display:block; }
#XVyDfE7TOOk65Vp2dEFfGSq26xUSfTSS { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:23.25rem;top:17.875rem;left:31.125rem;overflow:hidden;display:block; }
#trPNFWcOvMvTXJAXzhp5mA8SG4BUxT6Z { color:#000000;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:8.5625rem;left:8.375rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4DCPSBfJT13fsW4GhWMVsqCRbG7cwM0 { color:#0038ed;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:2.625rem;left:8.0625rem;height:3.39355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container { background-color: transparent; background-image: none; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container > .video-iframe-container { display: none; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row > .video-iframe-container { display: none; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .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); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container { border-width: 0; border-radius: 0; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#QTML4sKz4OX0hssRLQlwE52aKEBgXrMB { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:23.9375rem;top:0rem;left:30.75rem;overflow:hidden;display:block; }
#LsriOfrP7sbeRHCGTCpGsAowqfAQbRWQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:23.75rem;top:12.3125rem;left:30.75rem;overflow:hidden;display:block; }
#im9iZSM0d1004pgwEcDKyuSqiuI7rt7T { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:22.875rem;top:0rem;left:5.5rem;overflow:hidden;display:block; }
#wDZv2UnsEKZTLwu00lBTkxtggmbaPTH4 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.875rem;width:22.9375rem;top:12.8125rem;left:5.3125rem;overflow:hidden;display:block; }
#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container { background-color: transparent; background-image: none; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container > .video-iframe-container { display: none; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row > .video-iframe-container { display: none; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .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); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container { border-width: 0; border-radius: 0; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#PsEeplqfrtZxnJkOLdA0MZXAzBGfgUo0 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:22.9375rem;top:0rem;left:5.5625rem;overflow:hidden;display:block; }
#hxeNzQZBqbnKZSJBhceck5BJgd8wB3l6 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:23.875rem;top:0rem;left:30.75rem;overflow:hidden;display:block; }
#to9UC7P3tSd6wpr2R1SeMUxhEuKRIH6d { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.25rem;width:23.8125rem;top:22.3125rem;left:30.75rem;overflow:hidden;display:block; }
#blMHPWDDKMmlno0mOrxZxgJNHZVPmqhB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:23.0625rem;top:15.1875rem;left:5.5rem;overflow:hidden;display:block; }
#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container { background-color: transparent; background-image: none; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container > .video-iframe-container { display: none; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row > .video-iframe-container { display: none; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .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); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container { border-width: 0; border-radius: 0; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#p6Zf5B9PVGX6psVSDAHFnhiO90sCKbG1 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:22.9375rem;top:0rem;left:5.5625rem;overflow:hidden;display:block; }
#BHVeHQvZT7PrLNCLJtWBRboaChU5aMKF { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.0625rem;width:24.4375rem;top:0rem;left:30.4375rem;overflow:hidden;display:block; }
#SuvhXeaSbJtXRlsUf3sEeVxoF5m2uvu2 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:23.1875rem;top:13.75rem;left:5.4375rem;overflow:hidden;display:block; }
#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d0d1d4;background-image:url("https://images.assets-landingi.com/wfQRpmuT/door_bg.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.adaptive-delivery-prevent-bg, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyload, #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi.lazyloading { background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { background-color: transparent; background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .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); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { border-width: 0; border-radius: 0; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#yfOJUHDAi8bkW7FFs0h3O5AUOWwc5osr { color:#000000;display:block;width:31.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:17.5rem;left:25.4375rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:8.625rem;left:25.4375rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Bs1IR4zGE7uuXZ3flkEDhTQlensmdbE3 { color:#000000;display:block;width:30.5rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:11.4375rem;left:25.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TffLtB5OyvF399MpUERzK4nSgJoM2RQf { z-index:100002;top:24.6875rem;left:32.75rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oAU7CWWxFnKuXBsl40hqCva9Hw5RpTIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LWyBoBfkpXxD4SaVCsaEIBvLhVQCMUTw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;display:none; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK { display:block; }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #STKFF9NtR71f0nXX4SF9834VGCzPgq4W { width:18.125rem;height:9.5625rem;top:1.3125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:34.9375rem;height:;top:0.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:34.9375rem;height:;top:2.0625rem;left:0rem;font-size:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:17.6875rem;height:;top:10.875rem;left:26.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS { display:none; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #xdNrWKEEipnQ9FCD9ro0ErBMZ7r2n9Pp { width:19.9375rem;height:;top:2.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nhJQZGLeMu4DdM5x9DLoNVs42dQpP2WQ { width:34.9375rem;height:8.75rem;top:2.0625rem;left:0rem;font-size:6.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #fbZIFWESQdVluV9mxazX5Nv4EPNSm359 { width:20rem;height:;top:9rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RkGsETFxCnPIP399HldgrGisHtGy21q6 { display:block; }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gFtN4CNCE86dzH4igObSHibLOekDPKO5 { width:47.75rem;height:3.0869125rem;top:1.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VicRMR0Uu14hnlAuZW6W27OVB9RcG5Hs { width:28.5625rem;height:4.798825rem;top:5.5rem;left:9.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GvAGqTBvFuQ2diJcKBJZxpggFIiPbKPN { top:12.375rem;left:15.90625rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xm7UNntoASpivHa6aap47EB3Q6uoswpn { display:block; }
 }@media only screen and (max-width: 959px) { #EmmarXyQqan6hrn5MfD4TsUDDxI53WuN { width:18.8125rem;height:5.1875rem;top:32.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #h2mFFOcivuW9oaUgqZtCMLZQEWATCmMa { width:10.9375rem;height:1.29980625rem;top:14.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NJ7Ed59zlTs0Kc9sfQ0UTblFTtoNBhvt { width:10.9375rem;height:1.29980625rem;top:14.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #TCLFTtB3uQZG3KgMzhfHW90SxVQR4T7E { width:10.9375rem;height:1.29980625rem;top:14.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hVHZhMa48nBPqUqeVvF3HG9RvMIV2Zp1 { width:10.9375rem;height:1.29980625rem;top:14.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #s5fgcGZZTeQtKALRlC9uwWDxb4lD11Wk { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #R3nvaf1lvdPD7RnTTuBKr69LIXHBdto2 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #rJloA1XKLZ7XPwGmgm1WH2eMdcEHtaoJ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #vH9xgxoEb2MWEFT7muSWsckUTRnizc9C { display:block; }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Z5r1pXw1LttdHnCv28G1SpkTzQ2Q1KI5 { width:13.9375rem;height:5.1875rem;top:32.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RD1a8CXFTvJmlH4gIRpuR4d5oi7e6idO { width:21.9375rem;height:12.0625rem;top:18.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZT42DIkuXvn3gWlrfIigeG7rTd92AsW3 { width:21.9375rem;height:20.625rem;top:18.875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo { display:block; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row .container { width:47.75rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kgyS4VeggqEUghcOOZbHWEgLitkgT6sT { width:33.125rem;height:6.82325rem;top:3.8125rem;left:11.96875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #XcNdTsTQXWCXXrf1adQQwTgctpilNi7T { width:10.9375rem;height:4.19824375rem;top:17.125rem;left:9.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FGwAvF8xfU6mfFuGpCPvh7g1oo5yU19k { top:23.6875rem;left:20.0625rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JDFVSXzTkNHduGUrskmdV0eTbMGTxuT8 { display:block; }
 }@media only screen and (max-width: 959px) { #nfiG2TlQW3zKcLWCcbQgwcqoIDhFUroS { width:2.3125rem;height:3.625rem;top:10.5rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #p1DOvaSwJvmHF6MGfd8yONP2XzTyQFnR { width:2.3125rem;height:3.5rem;top:10.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #H3L4XI7By4wmtMOxsUq5U3B57fd9JoSK { width:2.0625rem;height:3.375rem;top:10.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 959px) { #mym0TTh50DrnWvqhGwgWyzm4gwT0kFWB { width:10.9375rem;height:1.29980625rem;top:14.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #a8FtXeST8dJPuzZF36gnOfPhy4o5ukei { width:10.9375rem;height:1.29980625rem;top:14.875rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #O2UNBDUnZqOF4EmgWoOKgtl8gJfhvnKb { width:10.9375rem;height:1.29980625rem;top:14.9375rem;left:36.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #IBwkBDyAIBacsC7ORLnC1HTsaXNM3mFr { width:12.125rem;height:4.5rem;top:17rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #b8Q6d78duhrfIrSUBKF6SycL6OsUTz5d { width:10.9375rem;height:4.19824375rem;top:17.125rem;left:36.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ROhvovkWtvQ88c65FgxRFMTwlORfcCFd { width:29rem;height:21.625rem;display:none; }
 }@media only screen and (max-width: 959px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:33.4375rem;height:3.25rem;top:5.4375rem;left:14.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:31.5625rem;height:7.5rem;top:10.0625rem;left:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:33.4375rem;height:1.94921875rem;top:2.9375rem;left:14.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #VtwH909vWPIgXQcxHgSiidJl10TE05T2 { width:20.875rem;height:2.92480625rem;top:19.9375rem;left:25.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #QNk5U6utt3ES3ozDQufszEGqgDUte57e { width:20.6875rem;height:1.29980625rem;top:22.8125rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd { display:none; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #bv0fKdOJL94OhIwQZNkcKfQfWf2zP5bN { width:35.3125rem;height:3.5625rem;top:5.4375rem;left:12.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #yps40zlLtsoiSZfmDPBGA6eTK0wGfQwg { width:19.625rem;height:13.99413125rem;top:7.125rem;left:27.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TKJnw36sZTiZ95xVnVIWOVH6tTI5ndR1 { width:17.125rem;height:;top:21.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wJB6WSWhd1u8lIgNfIV5laeziT3igz2v { width:20.875rem;height:2.875rem;top:21.75rem;left:26.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #h5TlGhVXvhnUe1EveElN3kt53oOpDS0A { width:20.6875rem;height:1.25rem;top:24.625rem;left:27.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HmX8OIDakaWVRmvSQPOaTReg7KonqHOg { width:32.625rem;height:32.625rem;display:none; }
 }@media only screen and (max-width: 959px) { #PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL { display:block; }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row .container { width:47.75rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dzhaRouRb1KAyrTAVTeVOQosp6iCBZTv { width:47.75rem;height:1.29980625rem;top:5.10546875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wkg9Tt2TQlDWhOT06b0nA9gqrA5QV0Vh { width:47.75rem;height:3.16796875rem;top:1.9375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XIB61Bd3yzUumXHSvAoOFdzbTf6xn4vZ { width:14.0625rem;height:1.625rem;top:20.25rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #SmnaT1zTwtV75BXX4vTuxUAup56Pk44U { width:13.6875rem;height:3.16699375rem;top:23.5rem;left:1.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nJkvhxhkJiM2BuWt4ErwxJQWb2frXBlv { width:13.5625rem;height:9.5625rem;top:9.625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TMF9fDovF4cxXsaiTKN1KkFsiJtgJCyG { width:15.375rem;height:3.16699375rem;top:23.5rem;left:16.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #oOy3GSK3TwiAEJX7kw7AxCBo82Pntvg2 { width:19.9375rem;height:1.625rem;top:20.25rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #L8SpIlQKu64eJ21ZX9fC4rB8xT53XGnV { width:12.375rem;height:9.5625rem;top:9.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #D1Iy9VLJ2fyGLvRHrTpFITTlsCRp4NTl { width:14.9375rem;height:3.16699375rem;top:23.5rem;left:32.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #l7qiNkRWEOzWLyOJMHgraAsuX5bFXoLq { width:15.375rem;height:1.625rem;top:20.25rem;left:32.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #VEEvn0hHoJfDFsqCiEiVe6b7M7y9EMqQ { width:13.375rem;height:9.5625rem;top:9.625rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tm5wWpfJCgQ2A5OKSVxkwuLe0a33wse5 { top:29.5rem;left:15.90625rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fQpw5n4nRahuCeVzBssmX6uS6ONNyUpQ { display:block; }
 }@media only screen and (max-width: 959px) { #nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG { display:block; }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row .container { width:47.75rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WyCf5HDZNhzwXZtdb5afDCAXR5akL1F4 { width:47.75rem;height:1.29980625rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #iQi6I7ey1sBsN7i5UThrcaFx3wgnTH1p { width:47.75rem;height:3.16796875rem;top:18.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NkfXIVS6SCqG8ASLStFuPBIHruBSd1Ne { width:37rem;height:13.9375rem;top:24.5rem;left:5.375rem;font-size:1.25rem;display:block; }#NkfXIVS6SCqG8ASLStFuPBIHruBSd1Ne li:before{  }
 }@media only screen and (max-width: 959px) { #RSguci2bo5XmqhySwp7aVlMT0MoOy4AQ { width:36.875rem;height:2.923825rem;top:47.4375rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bdoGeSauQnvnKdeVhqT9WDK3bfSRItew { top:40.9375rem;left:15.90625rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kwJZMbIiP7IVdQhGgawTo9OlHyzPmIMO { display:block; }
 }@media only screen and (max-width: 959px) { #PpCSzSH7nZWV9mVwQ017irLilRVhFDCl { width:41.4375rem;height:12.99805625rem;top:2.5rem;left:3.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wWoS3Eb8Bfg0BDiTBEhTLgiytlE0wwhh { width:1.6875rem;height:1.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { width:20.3125rem;height:6.5625rem;top:11.3125rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { width:7.125rem;height:1.3994125rem;top:18.8125rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { width:7.375rem;height:0.1875rem;top:18.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { width:22.5rem;height:22.7968125rem;top:21.75rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { width:23.0625rem;height:25.6875rem;top:11.3125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mMT7ia1vEi5TUkc9A8clsuHA0gXDeB7s { width:23.375rem;height:3.41015625rem;top:39.9375rem;left:24.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TibZARTr46v2sL4sdHUS79Q1ahnh8xNo { width:47.75rem;height:6.3359375rem;top:2.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:47.75rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:9.5625rem;height:1.3994125rem;top:5.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:8.5rem;height:0.0625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { width:1.875rem;height:1.875rem;top:2.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:15.125rem;height:3.65625rem;top:5.1875rem;left:16.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:11rem;height:1.40625rem;top:2.3125rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #OJ7iX0aS42wf4yVsN29zEhx2tSIdVpEL { width:1.875rem;height:1.875rem;top:10.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uHaXqQiSQ7wzmkMuIrZNE5TAbQZdFZFV { width:12.4375rem;height:1.40625rem;top:10.5rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lTpyJGsLJT8zhz5TSzA8RTT7GADlipBe { width:14.9375rem;height:3.375rem;top:13.375rem;left:16.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { width:1.875rem;height:1.875rem;top:18.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tLC0NARKvGPF2pgLPIAWGhzufaekJROp { width:11.875rem;height:1.5rem;top:18.6875rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { width:15rem;height:3.375rem;top:21.5625rem;left:16.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ls53DN5dL2HN5H471nfn1PeazLE5MByM { width:15rem;height:3.65625rem;top:5.1875rem;left:32.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:12.3125rem;height:1.40625rem;top:2.25rem;left:34.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { width:13.0625rem;height:1.40625rem;top:10.4375rem;left:34.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { width:1.875rem;height:1.875rem;top:2.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #q8uLUi1p46U8wROng8HnRQsD4bzVTb7q { width:1.875rem;height:1.875rem;top:10.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #sZE29OlgQ4Tf7qXSsvb7O4Vs25Dx2ha8 { width:14.6875rem;height:3.375rem;top:13.375rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { width:1.875rem;height:1.875rem;top:18.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:12.5rem;height:1.5rem;top:18.625rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { width:14.75rem;height:3.375rem;top:21.5625rem;left:32.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #RCfiRip1Ebn2JLeCOZM3yL3GcfvFZ9NT { width:15rem;height:2.4375rem;top:1.71875rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #DWzpHks20fuDaaUfLcgSleoqx25VQwbg { display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { width:47.75rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aV8yZ0eTApdoGiTpQm14rKLtGQrRlhtH { width:23.125rem;height:4.375rem;top:5.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #MFKqeDSXahalFcUVuQQIXS9KSPMqVdWN { width:2.0625rem;height:1.875rem;top:7.6748046875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xOhPbN2L4OFgb8yazcETGEtXqK61xi9p { width:24.4375rem;height:6.49903125rem;top:11.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { width:19.125rem;height:1.3125rem;top:18.4375rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BS52x4oUz1pnNxrMCH9rUtHwFCty4f8a { width:2.5rem;height:0.0625rem;top:19.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KEFxqK4HpMSDg7POi8cXFTW3Br2oQ6nf { width:2.5rem;height:0.0625rem;top:19.0625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xCwqVHhpRvwMBXNnx5ybNCs5HxGhiE39 { width:23.125rem;height:4.375rem;top:16.90625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lRXxoZC6gmDnEWEUKJ9oq0BeW6iDH1az { width:23.3125rem;height:12.75rem;top:1.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XVyDfE7TOOk65Vp2dEFfGSq26xUSfTSS { width:23.25rem;height:14rem;top:14.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #trPNFWcOvMvTXJAXzhp5mA8SG4BUxT6Z { width:17.625rem;height:2.9746125rem;top:7.2744140625rem;left:3.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #z4DCPSBfJT13fsW4GhWMVsqCRbG7cwM0 { width:23.3125rem;height:3.16796875rem;top:1.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EctHHuT1hKySgnd0Cieu1FkoW7aixcfd { display:block; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QTML4sKz4OX0hssRLQlwE52aKEBgXrMB { width:23.9375rem;height:10.6875rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LsriOfrP7sbeRHCGTCpGsAowqfAQbRWQ { width:23.75rem;height:14.875rem;top:12.3125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #im9iZSM0d1004pgwEcDKyuSqiuI7rt7T { width:22.875rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #wDZv2UnsEKZTLwu00lBTkxtggmbaPTH4 { width:22.9375rem;height:13.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DBxAtZRcU1BXozxrOL85PrMPMiqyqGST { display:block; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PsEeplqfrtZxnJkOLdA0MZXAzBGfgUo0 { width:22.9375rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hxeNzQZBqbnKZSJBhceck5BJgd8wB3l6 { width:23.875rem;height:21.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #to9UC7P3tSd6wpr2R1SeMUxhEuKRIH6d { width:23.8125rem;height:9.25rem;top:22.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #blMHPWDDKMmlno0mOrxZxgJNHZVPmqhB { width:23.0625rem;height:15.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 { display:block; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #p6Zf5B9PVGX6psVSDAHFnhiO90sCKbG1 { width:22.9375rem;height:12.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BHVeHQvZT7PrLNCLJtWBRboaChU5aMKF { width:24.4375rem;height:23.0625rem;top:0rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SuvhXeaSbJtXRlsUf3sEeVxoF5m2uvu2 { width:23.1875rem;height:7.4375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yfOJUHDAi8bkW7FFs0h3O5AUOWwc5osr { width:19.75rem;height:4.875rem;top:10.875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:30.4375rem;height:2.92480625rem;top:2.25rem;left:0.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bs1IR4zGE7uuXZ3flkEDhTQlensmdbE3 { width:30.5rem;height:3.57421875rem;top:5.1875rem;left:0.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TffLtB5OyvF399MpUERzK4nSgJoM2RQf { top:18.6875rem;left:2.78125rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oAU7CWWxFnKuXBsl40hqCva9Hw5RpTIr { display:block; }
 }@media only screen and (max-width: 959px) { #LWyBoBfkpXxD4SaVCsaEIBvLhVQCMUTw { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK { display:block; }#Rti1xvylrGgvbcxEXl8NPGXDewT8MBIK > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STKFF9NtR71f0nXX4SF9834VGCzPgq4W { width:18.125rem;height:9.5625rem;top:1.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rjkbnjRi/rc2016072_1995.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:19.9375rem;height:2.4375rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:19.9375rem;height:3.65625rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:20rem;height:4.875rem;top:10.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6E0dhDQO/rc2016072_1995_mobile.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS.adaptive-delivery-prevent-bg, #Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS.lazyload, #Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS.lazyloading { background-image: none; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container { background-color: transparent; background-image: none; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container > .video-iframe-container { display: none; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row > .video-iframe-container { display: none; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .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); }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container { border-width: 0; border-radius: 0; }#Ru6dNhHUhBXS8qJOMPtU4IVn2c8bNDPS > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdNrWKEEipnQ9FCD9ro0ErBMZ7r2n9Pp { width:19.9375rem;height:2.11230625rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhJQZGLeMu4DdM5x9DLoNVs42dQpP2WQ { width:19.9375rem;height:3.65625rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbZIFWESQdVluV9mxazX5Nv4EPNSm359 { width:20rem;height:6.5rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkGsETFxCnPIP399HldgrGisHtGy21q6 { display:block; }#RkGsETFxCnPIP399HldgrGisHtGy21q6 > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFtN4CNCE86dzH4igObSHibLOekDPKO5 { width:19.625rem;height:8.286625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VicRMR0Uu14hnlAuZW6W27OVB9RcG5Hs { width:20rem;height:6.4609375rem;top:13rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvAGqTBvFuQ2diJcKBJZxpggFIiPbKPN { top:21.984375rem;left:2.03125rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7UNntoASpivHa6aap47EB3Q6uoswpn { display:block; }
 }@media only screen and (max-width: 763px) { #EmmarXyQqan6hrn5MfD4TsUDDxI53WuN { width:20rem;height:5.1794071762871rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mFFOcivuW9oaUgqZtCMLZQEWATCmMa { width:9.4375rem;height:1.29980625rem;top:41.26171875rem;left:2.71875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ7Ed59zlTs0Kc9sfQ0UTblFTtoNBhvt { width:12.625rem;height:1.29980625rem;top:43.5625rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCLFTtB3uQZG3KgMzhfHW90SxVQR4T7E { width:10.9375rem;height:1.29980625rem;top:45.875rem;left:8.5625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVHZhMa48nBPqUqeVvF3HG9RvMIV2Zp1 { width:20rem;height:4.875rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5fgcGZZTeQtKALRlC9uwWDxb4lD11Wk { top:42.875rem;left:3.25rem;width:2.5625rem;height:2.5625rem;z-index:100009;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3nvaf1lvdPD7RnTTuBKr69LIXHBdto2 { top:45.25rem;left:6.875rem;width:2.5625rem;height:2.5625rem;z-index:100010;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJloA1XKLZ7XPwGmgm1WH2eMdcEHtaoJ { top:40.787109375rem;left:0.25rem;width:2.125rem;height:2.125rem;z-index:100011;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH9xgxoEb2MWEFT7muSWsckUTRnizc9C { display:block; }#vH9xgxoEb2MWEFT7muSWsckUTRnizc9C > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5r1pXw1LttdHnCv28G1SpkTzQ2Q1KI5 { width:15.125rem;height:5.625rem;top:28.359375rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RD1a8CXFTvJmlH4gIRpuR4d5oi7e6idO { width:20rem;height:11.036125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT42DIkuXvn3gWlrfIigeG7rTd92AsW3 { width:20rem;height:18.829125rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo { display:block; }#whHF8bQl6SsHbpN0eZ0fNWDtG05is6oo > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgyS4VeggqEUghcOOZbHWEgLitkgT6sT { width:18.8125rem;height:4.38720625rem;top:16.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcNdTsTQXWCXXrf1adQQwTgctpilNi7T { width:14.6875rem;height:4.798825rem;top:26rem;left:5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGwAvF8xfU6mfFuGpCPvh7g1oo5yU19k { top:52.1875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFVSXzTkNHduGUrskmdV0eTbMGTxuT8 { display:block; }
 }@media only screen and (max-width: 763px) { #nfiG2TlQW3zKcLWCcbQgwcqoIDhFUroS { width:2.3125rem;height:3.625rem;top:41rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1DOvaSwJvmHF6MGfd8yONP2XzTyQFnR { width:2.3125rem;height:3.5rem;top:22.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3L4XI7By4wmtMOxsUq5U3B57fd9JoSK { width:2.0625rem;height:3.375rem;top:31.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mym0TTh50DrnWvqhGwgWyzm4gwT0kFWB { width:10.9375rem;height:1.29980625rem;top:23.5625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8FtXeST8dJPuzZF36gnOfPhy4o5ukei { width:10.9375rem;height:1.29980625rem;top:32.875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2UNBDUnZqOF4EmgWoOKgtl8gJfhvnKb { width:10.9375rem;height:1.29980625rem;top:42.25rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBwkBDyAIBacsC7ORLnC1HTsaXNM3mFr { width:14.25rem;height:4.5rem;top:35.25rem;left:5.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Q6d78duhrfIrSUBKF6SycL6OsUTz5d { width:14.4375rem;height:4.798825rem;top:44.625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROhvovkWtvQ88c65FgxRFMTwlORfcCFd { top:0rem;left:0rem;width:20rem;height:14.8125rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { display:none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:20rem;height:40.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:20rem;height:2.4375rem;top:8.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:20rem;height:14.3965rem;top:14.8125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:15.625rem;height:3.8984375rem;top:4.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtwH909vWPIgXQcxHgSiidJl10TE05T2 { width:20rem;height:0;top:30.459rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNk5U6utt3ES3ozDQufszEGqgDUte57e { width:20rem;height:0;top:34.584rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd { background-color:#000000;background-image:none;display:block; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row .container { background-color: transparent; background-image: none; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row .container > .video-iframe-container { display: none; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row > .video-iframe-container { display: none; }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .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); }#Msb29MiFkmP0OWzOryfn4CGJJagy7Hqd > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bv0fKdOJL94OhIwQZNkcKfQfWf2zP5bN { width:17.25rem;height:4.875rem;top:24.6875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yps40zlLtsoiSZfmDPBGA6eTK0wGfQwg { width:17.375rem;height:14.0615125rem;top:30.5302734375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKJnw36sZTiZ95xVnVIWOVH6tTI5ndR1 { width:17.125rem;height:3.25rem;top:21.375rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJB6WSWhd1u8lIgNfIV5laeziT3igz2v { width:17.5rem;height:2.4375rem;top:45.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TlGhVXvhnUe1EveElN3kt53oOpDS0A { width:18.75rem;height:1.13720625rem;top:48.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmX8OIDakaWVRmvSQPOaTReg7KonqHOg { top:0rem;left:0rem;width:20rem;height:20rem;z-index:100007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL { display:block; }#PTTeiJh1Dlpnn2Zm5IeWWSx2kTCdMrJL > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzhaRouRb1KAyrTAVTeVOQosp6iCBZTv { width:17.9375rem;height:4.38720625rem;top:7.75rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Wkg9Tt2TQlDWhOT06b0nA9gqrA5QV0Vh { width:20rem;height:4.54980625rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XIB61Bd3yzUumXHSvAoOFdzbTf6xn4vZ { width:19.9375rem;height:2.03125rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SmnaT1zTwtV75BXX4vTuxUAup56Pk44U { width:18.4375rem;height:4.205075rem;top:28.3125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nJkvhxhkJiM2BuWt4ErwxJQWb2frXBlv { width:13.5625rem;height:9.5625rem;top:14.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMF9fDovF4cxXsaiTKN1KkFsiJtgJCyG { width:19.9375rem;height:4.205075rem;top:51.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oOy3GSK3TwiAEJX7kw7AxCBo82Pntvg2 { width:14.5rem;height:4.0625rem;top:45.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #L8SpIlQKu64eJ21ZX9fC4rB8xT53XGnV { width:12.375rem;height:9.5625rem;top:34.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Iy9VLJ2fyGLvRHrTpFITTlsCRp4NTl { width:19.9375rem;height:4.205075rem;top:73rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l7qiNkRWEOzWLyOJMHgraAsuX5bFXoLq { width:19.9375rem;height:2.03125rem;top:69.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VEEvn0hHoJfDFsqCiEiVe6b7M7y9EMqQ { width:13.375rem;height:9.5625rem;top:58.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm5wWpfJCgQ2A5OKSVxkwuLe0a33wse5 { top:79.0625rem;left:2.0625rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQpw5n4nRahuCeVzBssmX6uS6ONNyUpQ { display:block; }
 }@media only screen and (max-width: 763px) { #nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG { display:block; }#nTQuRSiF6TLQiFzcrry3G9u8X8dMo8KG > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyCf5HDZNhzwXZtdb5afDCAXR5akL1F4 { width:20rem;height:1.5249rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iQi6I7ey1sBsN7i5UThrcaFx3wgnTH1p { width:16.5rem;height:4.54980625rem;top:2.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkfXIVS6SCqG8ASLStFuPBIHruBSd1Ne { width:19.1875rem;height:16.535125rem;top:10.5859375rem;left:0.40625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#NkfXIVS6SCqG8ASLStFuPBIHruBSd1Ne li:before{  }
 }@media only screen and (max-width: 763px) { #RSguci2bo5XmqhySwp7aVlMT0MoOy4AQ { width:18.375rem;height:5.5859375rem;top:28.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bdoGeSauQnvnKdeVhqT9WDK3bfSRItew { top:35.75rem;left:2.0625rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwJZMbIiP7IVdQhGgawTo9OlHyzPmIMO { display:block; }
 }@media only screen and (max-width: 763px) { #PpCSzSH7nZWV9mVwQ017irLilRVhFDCl { width:18.8125rem;height:23.15625rem;top:42.625rem;left:0.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWoS3Eb8Bfg0BDiTBEhTLgiytlE0wwhh { width:1.6875rem;height:1.3125rem;top:11.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { width:19.0625rem;height:8.4619375rem;top:14.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { width:20rem;height:1.4624rem;top:24.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { width:4.375rem;height:0.0625rem;top:23.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { width:18.75rem;height:32.8125rem;top:50.5625rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { width:18.9375rem;height:21.0625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMT7ia1vEi5TUkc9A8clsuHA0gXDeB7s { width:18.75rem;height:5.25rem;top:84.875rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibZARTr46v2sL4sdHUS79Q1ahnh8xNo { width:19.1875rem;height:9.4238125rem;top:1.7509765625rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:9.5625rem;height:1.4624rem;top:5.25rem;left:5.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:15.6875rem;height:0.1875rem;top:4.474609375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { width:1.875rem;height:1.875rem;top:9rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:16.5625rem;height:3.65625rem;top:15.0625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:15.625rem;height:1.40625rem;top:12.125rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJ7iX0aS42wf4yVsN29zEhx2tSIdVpEL { width:1.875rem;height:1.875rem;top:34.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHaXqQiSQ7wzmkMuIrZNE5TAbQZdFZFV { width:15.625rem;height:1.40625rem;top:37.9375rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTpyJGsLJT8zhz5TSzA8RTT7GADlipBe { width:16.5625rem;height:3.375rem;top:40.875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { width:1.875rem;height:1.875rem;top:60.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLC0NARKvGPF2pgLPIAWGhzufaekJROp { width:15.625rem;height:1.5rem;top:63.625rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { width:16.5625rem;height:3.375rem;top:66.5625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ls53DN5dL2HN5H471nfn1PeazLE5MByM { width:16.5625rem;height:3.65625rem;top:27.6875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:15.625rem;height:1.40625rem;top:24.75rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0kdWArfc6u3lWKQu1Qg3wTTDAwwgTa { width:15.625rem;height:1.40625rem;top:50.875rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { width:1.875rem;height:1.875rem;top:21.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8uLUi1p46U8wROng8HnRQsD4bzVTb7q { width:1.875rem;height:1.875rem;top:47.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZE29OlgQ4Tf7qXSsvb7O4Vs25Dx2ha8 { width:16.5625rem;height:3.375rem;top:53.9375rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { width:1.875rem;height:1.875rem;top:72.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:15.625rem;height:1.5rem;top:75.9375rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { width:16.5625rem;height:3.375rem;top:78.875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCfiRip1Ebn2JLeCOZM3yL3GcfvFZ9NT { width:17.6875rem;height:2.5996125rem;top:1.5625rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWzpHks20fuDaaUfLcgSleoqx25VQwbg { background-color:#ffffff;background-image:none;display:block; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { background-color: transparent; background-image: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row > .video-iframe-container { display: none; }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .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); }#DWzpHks20fuDaaUfLcgSleoqx25VQwbg > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aV8yZ0eTApdoGiTpQm14rKLtGQrRlhtH { width:20rem;height:3.7837837837838rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFKqeDSXahalFcUVuQQIXS9KSPMqVdWN { width:2.0625rem;height:1.875rem;top:7.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOhPbN2L4OFgb8yazcETGEtXqK61xi9p { width:20rem;height:5.56055625rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbqbTuHBp3Lr0S98t29Vzg7TK0VrbyQ { width:20rem;height:1.3125rem;top:17.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS52x4oUz1pnNxrMCH9rUtHwFCty4f8a { width:2.5rem;height:0.0625rem;top:18.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEFxqK4HpMSDg7POi8cXFTW3Br2oQ6nf { width:2.5rem;height:0.0625rem;top:18.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCwqVHhpRvwMBXNnx5ybNCs5HxGhiE39 { width:20rem;height:3.7837837837838rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXxoZC6gmDnEWEUKJ9oq0BeW6iDH1az { width:20rem;height:10.9765625rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVyDfE7TOOk65Vp2dEFfGSq26xUSfTSS { width:20rem;height:12.0800625rem;top:33.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trPNFWcOvMvTXJAXzhp5mA8SG4BUxT6Z { width:16.1875rem;height:2.9746125rem;top:6.625rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4DCPSBfJT13fsW4GhWMVsqCRbG7cwM0 { width:17.6875rem;height:2.5996125rem;top:1.8056640625rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EctHHuT1hKySgnd0Cieu1FkoW7aixcfd { background-color:#ffffff;background-image:none;display:block; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container { background-color: transparent; background-image: none; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container > .video-iframe-container { display: none; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row > .video-iframe-container { display: none; }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .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); }#EctHHuT1hKySgnd0Cieu1FkoW7aixcfd > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTML4sKz4OX0hssRLQlwE52aKEBgXrMB { width:20rem;height:8.9286875rem;top:11.091796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsriOfrP7sbeRHCGTCpGsAowqfAQbRWQ { width:20rem;height:12.526315789474rem;top:32.1162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #im9iZSM0d1004pgwEcDKyuSqiuI7rt7T { width:20rem;height:11.09275rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDZv2UnsEKZTLwu00lBTkxtggmbaPTH4 { width:20rem;height:12.098092643052rem;top:20.01953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBxAtZRcU1BXozxrOL85PrMPMiqyqGST { background-color:#ffffff;background-image:none;display:block; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container { background-color: transparent; background-image: none; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container > .video-iframe-container { display: none; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row > .video-iframe-container { display: none; }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .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); }#DBxAtZRcU1BXozxrOL85PrMPMiqyqGST > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsEeplqfrtZxnJkOLdA0MZXAzBGfgUo0 { width:20rem;height:12.970027247956rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxeNzQZBqbnKZSJBhceck5BJgd8wB3l6 { width:20rem;height:18.219895287958rem;top:27.08203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to9UC7P3tSd6wpr2R1SeMUxhEuKRIH6d { width:20rem;height:7.7690288713911rem;top:45.3017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMHPWDDKMmlno0mOrxZxgJNHZVPmqhB { width:20rem;height:13.550135501355rem;top:12.9697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 { background-color:#ffffff;background-image:none;display:block; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container { background-color: transparent; background-image: none; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container > .video-iframe-container { display: none; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row > .video-iframe-container { display: none; }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .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); }#azWS42NubhPZBdnyMuW3aIE4EEpmcOf5 > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6Zf5B9PVGX6psVSDAHFnhiO90sCKbG1 { width:20rem;height:10.626702997275rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHVeHQvZT7PrLNCLJtWBRboaChU5aMKF { width:20rem;height:18.874680306905rem;top:17.853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuvhXeaSbJtXRlsUf3sEeVxoF5m2uvu2 { width:20rem;height:6.4150943396226rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { background-color:#d0d1d4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { background-color: transparent; background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .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); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { border-width: 0; border-radius: 0; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfOJUHDAi8bkW7FFs0h3O5AUOWwc5osr { width:20rem;height:4.875rem;top:28.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:18.75rem;height:2.4375rem;top:21.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs1IR4zGE7uuXZ3flkEDhTQlensmdbE3 { width:20rem;height:3.25rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TffLtB5OyvF399MpUERzK4nSgJoM2RQf { top:35.5625rem;left:2.03125rem;width:15.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAU7CWWxFnKuXBsl40hqCva9Hw5RpTIr { display:block; }
 }@media only screen and (max-width: 763px) { #LWyBoBfkpXxD4SaVCsaEIBvLhVQCMUTw { top:0rem;left:0rem;width:20rem;height:20rem;z-index:100013;overflow:hidden;display:block; }
 }