.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#df4545;background-image:none;position:relative;display:block; }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row .container { background-color: transparent; background-image: none; }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row .container > .video-iframe-container { display: none; }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row > .video-iframe-container { display: none; }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .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); }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row .container { border-width: 0; border-radius: 0; }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row .container { font-size:0.875rem;font-family:"open sans";height:7.375rem;width:60rem;position:relative;display:block; }#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.383125rem;margin-bottom:0;margin-left:0.383125rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.5675rem;padding-right:0.095625rem;padding-bottom:0;padding-left:0.095625rem;display:block;width:4.11875rem;height:2.7425rem;position:relative;font-family:"open sans";font-size:2.97875rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.095625rem;padding-bottom:0.378125rem;padding-left:0.095625rem;display:block;width:4.11875rem;height:0.709375rem;position:relative;font-family:"open sans";font-size:0.5675rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o { top:1.59375rem;left:16.75rem;z-index:100000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:20.3125rem;height:5.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #iOoEmvlwy3tyA8OWaI3JCZk1CyrwSXqy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #PwumF2qeWxOX0iBLcoFbTrMiph1BA0Hr { display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #U8o7FsGycUNyTVPiOhTHOTyAMxF4aggv { display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Hi3eG8UN8M2tFIZPoNhdr9uFZJVdZsDN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #F2IXzsfbBg0IK9ppy4d8gOmK3OgOEpvw { display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Eqi9q7VeTVu0niK19fx8pRmJCSRRbw6x { display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #edUAMUHICJzl3cXDzUoJxM4dTHD4FRMc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #q6pXasOuQy5n2QsXW2V7hT6HcC5ARbAW { display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #hfirGrsrwJsvldJCtkzzvpG4Xa952Dte { display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #aT8SQKbNdTwTXbyC1IdXgqmuOofTqHA5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Mk2Tfoi9ng0ELDnSeV2uhpzaztksSBWl { display:block; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Cs5T1xN1AhluvkMEZ1LRh4QVmmK266H0 { display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fbfcfe;background-image:url("https://images.assets-landingi.com/cR2ZRNnh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:60rem;height:47.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:4.625rem;font-weight:300;z-index:100000;line-height:1.1;letter-spacing:0;top:7.5rem;left:0rem;height:10.1738125rem;color:#f30000;font-style:normal;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:19.5625rem;left:0rem;height:2.5996125rem;color:#515151;font-style:normal;display:block; }
#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:0rem;height:6.8613125rem;color:#515151;font-style:normal;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#f30000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:5.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:32.6875rem;left:1.1875rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#CtMuM3T61AfZKhz5bOFrThgP3XLRVFx0 { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:0rem;height:1.7871125rem;color:#515151;font-style:normal;display:block; }
#TQW3WIAx4dUPld8PMA1Du93Isr4FyyLx { display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:39.8125rem;left:3.3125rem;height:1.4619125rem;color:#515151;font-style:normal;display:block; }
#UbKCCg8JF2p4srpm5go70glhNSVirkDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#df4545;background-image:none;position:relative;display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { background-color: transparent; background-image: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row > .video-iframe-container { display: none; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .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); }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { border-width: 0; border-radius: 0; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { font-size:0.875rem;font-family:"open sans";height:37.6875rem;width:60rem;position:relative;display:block; }#D4MavJfSzAxaET75H7e8nJQVW10auphe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.125rem;width:44.75rem;top:8.0625rem;left:7.625rem;display:block; }
#uqf89BDA6PK5vycLis9GdOOOuQd9WWDK { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.2744125rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { background-color: transparent; background-image: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .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); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { border-width: 0; border-radius: 0; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { font-size:0.875rem;font-family:"open sans";height:22.25rem;width:60rem;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.94921875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#f30000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100000;top:4.0625rem;left:6.5625rem;display:block; }
#PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:5.3125rem;left:7.8125rem;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:13.25rem;left:0rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:13.25rem;left:20.625rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.625rem;left:20.625rem;height:1.94921875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#f30000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100004;top:4.0625rem;left:27.1875rem;display:block; }
#Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { box-sizing:content-box;color:#ffffff;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:100005;top:5.3125rem;left:28.4375rem;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:13.25rem;left:41.25rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.25rem;height:1.94921875rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#f30000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100008;top:4.0625rem;left:47.8125rem;display:block; }
#tsunCv2SdlhLAQcSJZKVta45M50XywgT { box-sizing:content-box;color:#ffffff;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:100009;top:5.3125rem;left:49.0625rem;display:block; }
#azrBohemlp5GgKQNCPzXMfVPwGK3TdDr { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:16.6875rem;left:0.625rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#pu0AL5xW0dTBEd7Ngt9a5GCqyN9Pxvmg { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:16.6875rem;left:20.625rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#vvIMkxMw3iJF3govQ68MleGwB2AgVtLX { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100012;line-height:1.4;letter-spacing:0;top:16.6875rem;left:41.25rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff2;background-image:url("https://images.assets-landingi.com/frRtQf41/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyloading { background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { border-width: 0; border-radius: 0; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { font-size:0.875rem;font-family:"open sans";height:38.75rem;width:60rem;position:relative;display:block; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:4.3125rem;left:23.875rem;height:6.8984375rem;color:#515151;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:12.75rem;left:29.3125rem;height:6.1875rem;color:#515151;font-style:normal;display:block; }
#X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:24.03125rem;left:38.3125rem;height:2.4375rem;color:#4fbf70;font-style:normal;display:block; }
#yR87ptChA73bkU4RZDmI4uAmyPii04c7 { display:block;width:4.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:24.5rem;left:34.3125rem;height:1.94921875rem;color:#000000;font-style:normal;display:block; }
#DLddHMQLWVTkyFwQ6d0G7T8N3iUenwqq { background-color:#f30000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:5.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:28rem;left:35.8125rem;display:block; }
#NPSxB1mEfpfGFNqyPh7kex3fhBsnPCF2 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { background-color: transparent; background-image: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .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); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { border-width: 0; border-radius: 0; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { font-size:0.875rem;font-family:"open sans";height:7.875rem;width:60rem;position:relative;display:block; }#KtNdQGbmKk2NtBFllJVhKpsv4wsx2xlC { display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:2.875rem;left:8.78125rem;height:3.44921875rem;color:#515151;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJeScGN2aqamdixRROXAi6crdI38F6IB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f3;background-image:none;position:relative;display:block; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { background-color: transparent; background-image: none; }#tJeScGN2aqamdixRROXAi6crdI38F6IB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container > .video-iframe-container { display: none; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row > .video-iframe-container { display: none; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .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); }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { border-width: 0; border-radius: 0; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { font-size:0.875rem;font-family:"open sans";height:24.0625rem;width:60rem;position:relative;display:block; }#AgJFExOiCmys0oAwykiK0tCLR1vvdwnG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:24.3125rem;top:0.8125rem;left:2.84375rem;overflow:hidden;display:block; }
#tHwuxv7MLgHkUTaILS3PJ3sFiPgZ36nP { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:30.28125rem;height:2.92480625rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#mZIEpqKtJeu0nqcaTGb8OX0IRS9378ZM { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:7.15625rem;left:33.90625rem;height:10.3984375rem;display:block; }
#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { background-color: transparent; background-image: none; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container > .video-iframe-container { display: none; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row > .video-iframe-container { display: none; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .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); }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { border-width: 0; border-radius: 0; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { font-size:0.875rem;font-family:"open sans";height:23.875rem;width:60rem;position:relative;display:block; }#mvHWfTsOfegVXdazWJswyDgQfhTiFDLo { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.92480625rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#ssV7c2STAeIdFv2pdO2vycyaMVcrxgyK { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.25rem;left:3.25rem;height:10.3984375rem;display:block; }
#oTb8GBJIuuZ8JVuBL2BZ6IO3Lt4WHkxt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:24.3125rem;top:0.71875rem;left:32.84375rem;overflow:hidden;display:block; }
#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { background-color: transparent; background-image: none; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container > .video-iframe-container { display: none; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row > .video-iframe-container { display: none; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .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); }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { border-width: 0; border-radius: 0; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { font-size:0.875rem;font-family:"open sans";height:23.8125rem;width:60rem;position:relative;display:block; }#DzgZSGsbIZbNmQZVve2AVZAX79tl7MH5 { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:30.28125rem;height:2.92480625rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#GelPgQRcGMy4iRtohhZcZHczRic4cXnN { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:7.09375rem;left:33.25rem;height:10.3984375rem;display:block; }
#to6LaamcDOTsgDw5bT9IU2wZTlVACmZe { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:24.3125rem;top:0.6875rem;left:2.84375rem;overflow:hidden;display:block; }
#tReNPLowsl4hTyoE935n2Ocinq7eXuhE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row .container { background-color: transparent; background-image: none; }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row .container > .video-iframe-container { display: none; }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row > .video-iframe-container { display: none; }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .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); }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row .container { border-width: 0; border-radius: 0; }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row .container { font-size:0.875rem;font-family:"open sans";height:24.375rem;width:60rem;position:relative;display:block; }#ZcGtMtlmFT3spAiRsvW6B8eN8zGWEn8A { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:24.3125rem;top:0.96875rem;left:32.84375rem;overflow:hidden;display:block; }
#mrWegPoT4uWIXZLRZ25Q8UuNhGCmV4VT { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:0.28125rem;height:2.92480625rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#kxJWUqs2wqnh4E1FDvmTNCAfZECVMNVu { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.25rem;height:10.3984375rem;display:block; }
#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row .container { background-color: transparent; background-image: none; }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row .container > .video-iframe-container { display: none; }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row > .video-iframe-container { display: none; }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .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); }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row .container { border-width: 0; border-radius: 0; }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row .container { font-size:0.875rem;font-family:"open sans";height:25.375rem;width:60rem;position:relative;display:block; }#uJ98PilVNeThussp1TiHTpnJf2fBzCq3 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:8.1875rem;left:33.25rem;height:10.3984375rem;display:block; }
#PGz0DEppw2y53bb6D2eFVaZIG7BnZXSr { display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:30.5625rem;height:2.92480625rem;font-style:normal;color:#070707;text-align:center;text-align-last:center;display:block; }
#TIPVE7kBtmNr04w7vehcnXRo2lBihpbl { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:24.3125rem;top:1.9375rem;left:2.84375rem;overflow:hidden;display:block; }
#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row .container { background-color: transparent; background-image: none; }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row .container > .video-iframe-container { display: none; }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row > .video-iframe-container { display: none; }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .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); }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row .container { border-width: 0; border-radius: 0; }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row .container { font-size:0.875rem;font-family:"open sans";height:7.625rem;width:60rem;position:relative;display:block; }#xxxq6cCPrPxuUDlo5lK9EImMZoQSQQsx { display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:2.21875rem;left:10.40625rem;height:3.44921875rem;color:#515151;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#df4545;background-image:none;position:relative;display:block; }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row .container { background-color: transparent; background-image: none; }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row .container > .video-iframe-container { display: none; }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row > .video-iframe-container { display: none; }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .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); }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row .container { border-width: 0; border-radius: 0; }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row .container { font-size:0.875rem;font-family:"open sans";height:41.5625rem;width:60rem;position:relative;display:block; }#yFOmKNBoETCVpsWrEhe8UlwOL8LU5og8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.3125rem;width:45.125rem;top:5.1875rem;left:7.4375rem;display:block; }
#l2bpJby0XucbVJhq8nDh0ak1ipJqsTVc { background-color:#0b0b0b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:5.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:33.84375rem;left:20.53125rem;display:block; }
#oXSrNfGCtm4FIobopvxGoPUSd5E7q0pO { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(113,113,113,0.57);background-image:url("https://images.assets-landingi.com/6dHalzb3/mirror_img_white_new.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { border-width: 0; border-radius: 0; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { font-size:0.875rem;font-family:"open sans";height:39.875rem;width:60rem;position:relative;display:block; }#zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:4.09375rem;left:0rem;height:7.474625rem;font-style:normal;color:#4fbf70;text-align:center;text-align-last:center;display:block; }
#vbtnEuH5eLFOtARVu5cowUuP32TpAshn { display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:12.46875rem;left:0.15625rem;height:14.6953125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#yUrAA381h77h2qmQwOTyVgycIO77mBpz { display:block;width:27rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:32.1875rem;left:0rem;height:3.8496125rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { position:relative;display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { background-color: transparent; background-image: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { border-width: 0; border-radius: 0; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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:"open sans";height:10.9375rem;width:60rem;position:relative;display:block; }#qKhq57zydqfyXTebyphBg3QDWOW9KWIW { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:3.73730625rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { position:relative;display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { background-color: transparent; background-image: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .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); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { border-width: 0; border-radius: 0; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .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:"open sans";height:16rem;width:60rem;position:relative;display:block; }#TmPOXiHa1bCPEU3flQIs0gb9glhfrpOB { box-sizing:content-box;color:#f30000;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.5rem;left:1.1875rem;display:block; }
#WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:1.5rem;left:2.5rem;height:4.5rem;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#RhQXZiMhTqGNNcCtMGpnUXxvrwQQrONe { box-sizing:content-box;color:#f30000;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:4.6875rem;left:13.875rem;display:block; }
#wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:11rem;left:1.4375rem;height:1.6875rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:11rem;left:21.875rem;height:1.6875rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#ymCo0IL6vzm7iRAEAZSN4lrwQfAExk03 { box-sizing:content-box;color:#f30000;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:4.5625rem;left:32.5625rem;display:block; }
#Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:1.375rem;left:21.65625rem;height:3rem;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#yzttJ36ba1T5vRqyUnW8MrtkeR1xqk5Q { box-sizing:content-box;color:#f30000;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:1.375rem;left:20.5625rem;display:block; }
#VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:11rem;left:41.875rem;height:1.6875rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#KdSHTydHEAtELSnCcLG9Ok4aRzpTReUy { box-sizing:content-box;color:#f30000;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:4.5625rem;left:53.125rem;display:block; }
#aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:1.375rem;left:42.375rem;height:4.5rem;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#QHS1IBZPCVOQ2nBvmgKTgVQ5QQ8ALN1C { box-sizing:content-box;color:#f30000;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:1.375rem;left:41.0625rem;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;position:relative;display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:0.875rem;font-family:"open sans";height:15rem;width:60rem;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0.0625rem;height:3.73730625rem;font-style:normal;color:#ffffff;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0.0625rem;height:2.76171875rem;font-style:normal;color:#ffffff;display:block; }
#tTfa32puFOxGu3eLqkQJEvyegaKBnSwA { background-color:#f30000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:5.1875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:4.90625rem;left:37.75rem;display:block; }
#JTTGRSbIosQhDFtn7PNhWx8KKcI4Eddo { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv { display:block; }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.383125rem;margin-bottom:0;margin-left:0.383125rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ffffff;padding-top:0.5675rem;padding-right:0.095625rem;padding-bottom:0;padding-left:0.095625rem;display:block;width:4.11875rem;height:2.7425rem;position:relative;font-family:"open sans";font-size:2.97875rem;font-weight:800;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.095625rem;padding-bottom:0.378125rem;padding-left:0.095625rem;display:block;width:4.11875rem;height:0.709375rem;position:relative;font-family:"open sans";font-size:0.5675rem;font-weight:500;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o { top:1.5625rem;left:10.625rem;width:20.3125rem;height:5.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #iOoEmvlwy3tyA8OWaI3JCZk1CyrwSXqy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #PwumF2qeWxOX0iBLcoFbTrMiph1BA0Hr {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #U8o7FsGycUNyTVPiOhTHOTyAMxF4aggv {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Hi3eG8UN8M2tFIZPoNhdr9uFZJVdZsDN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #F2IXzsfbBg0IK9ppy4d8gOmK3OgOEpvw {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Eqi9q7VeTVu0niK19fx8pRmJCSRRbw6x {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #edUAMUHICJzl3cXDzUoJxM4dTHD4FRMc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #q6pXasOuQy5n2QsXW2V7hT6HcC5ARbAW {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #hfirGrsrwJsvldJCtkzzvpG4Xa952Dte {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #aT8SQKbNdTwTXbyC1IdXgqmuOofTqHA5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Mk2Tfoi9ng0ELDnSeV2uhpzaztksSBWl {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Cs5T1xN1AhluvkMEZ1LRh4QVmmK266H0 {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:47.75rem;height:10.125rem;top:7.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:47.75rem;height:2.5625rem;top:19.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:47.75rem;height:6.75rem;top:24.3125rem;left:0rem;font-size:0.9375rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:20.6875rem;height:5.1875rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #CtMuM3T61AfZKhz5bOFrThgP3XLRVFx0 { width:47.75rem;height:1.75rem;top:4.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQW3WIAx4dUPld8PMA1Du93Isr4FyyLx { width:16.4375rem;height:1.4375rem;top:39.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4MavJfSzAxaET75H7e8nJQVW10auphe { top:8.0625rem;left:1.5rem;width:44.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqf89BDA6PK5vycLis9GdOOOuQd9WWDK { width:47.75rem;height:2.25rem;top:1.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.9375rem;top:10.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:5.375rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:2.75rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:2.75rem;top:13.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:5.375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:2.75rem;top:13.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:5.4375rem;left:38.270833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azrBohemlp5GgKQNCPzXMfVPwGK3TdDr { width:18.75rem;height:2.75rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu0AL5xW0dTBEd7Ngt9a5GCqyN9Pxvmg { width:18.75rem;height:2.75rem;top:16.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvIMkxMw3iJF3govQ68MleGwB2AgVtLX { width:18.75rem;height:2.75rem;top:16.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:5.25rem;height:3.375rem;top:24.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:7.875rem;height:1.9375rem;top:25.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLddHMQLWVTkyFwQ6d0G7T8N3iUenwqq { width:18.9375rem;height:5.1875rem;top:28rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPSxB1mEfpfGFNqyPh7kex3fhBsnPCF2 { display:block; }
 }@media only screen and (max-width: 763px) { #TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ { display:block; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtNdQGbmKk2NtBFllJVhKpsv4wsx2xlC { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJeScGN2aqamdixRROXAi6crdI38F6IB { display:block; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgJFExOiCmys0oAwykiK0tCLR1vvdwnG { top:0.8125rem;left:0rem;width:24.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHwuxv7MLgHkUTaILS3PJ3sFiPgZ36nP { width:29.4375rem;height:2.875rem;top:1.5rem;left:18.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZIEpqKtJeu0nqcaTGb8OX0IRS9378ZM { top:7.125rem;left:24.25rem;width:23.5rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 { display:block; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvHWfTsOfegVXdazWJswyDgQfhTiFDLo { width:29.4375rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssV7c2STAeIdFv2pdO2vycyaMVcrxgyK { top:7.25rem;left:0.1875rem;width:23.5rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTb8GBJIuuZ8JVuBL2BZ6IO3Lt4WHkxt { top:0.6875rem;left:23.4375rem;width:24.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR { display:block; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzgZSGsbIZbNmQZVve2AVZAX79tl7MH5 { width:29.4375rem;height:2.875rem;top:1.3125rem;left:18.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelPgQRcGMy4iRtohhZcZHczRic4cXnN { top:7.0625rem;left:24.0625rem;width:23.5rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #to6LaamcDOTsgDw5bT9IU2wZTlVACmZe { top:0.6875rem;left:0rem;width:24.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tReNPLowsl4hTyoE935n2Ocinq7eXuhE { display:block; }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcGtMtlmFT3spAiRsvW6B8eN8zGWEn8A { top:0.9375rem;left:23.4375rem;width:24.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrWegPoT4uWIXZLRZ25Q8UuNhGCmV4VT { width:29.4375rem;height:2.875rem;top:1.75rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxJWUqs2wqnh4E1FDvmTNCAfZECVMNVu { top:5.9375rem;left:0.1875rem;width:23.5rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ { display:block; }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ98PilVNeThussp1TiHTpnJf2fBzCq3 { top:8.1875rem;left:24.0625rem;width:23.5rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGz0DEppw2y53bb6D2eFVaZIG7BnZXSr { width:29.4375rem;height:2.875rem;top:1.9375rem;left:18.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPVE7kBtmNr04w7vehcnXRo2lBihpbl { top:1.9375rem;left:0rem;width:24.3125rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB { display:block; }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxxq6cCPrPxuUDlo5lK9EImMZoQSQQsx { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP { display:block; }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFOmKNBoETCVpsWrEhe8UlwOL8LU5og8 { top:5.1875rem;left:1.3125rem;width:45.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2bpJby0XucbVJhq8nDh0ak1ipJqsTVc { width:18.9375rem;height:5.1875rem;top:33.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXSrNfGCtm4FIobopvxGoPUSd5E7q0pO { display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:27.875rem;height:7.375rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:27.5625rem;height:17.0625rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:27rem;height:3.75rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:47.75rem;height:3.6875rem;top:2.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmPOXiHa1bCPEU3flQIs0gb9glhfrpOB { width:1.375rem;height:1.375rem;top:1.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:16.25rem;height:4.5rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhQXZiMhTqGNNcCtMGpnUXxvrwQQrONe { width:1.375rem;height:1.375rem;top:4.6875rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:16.25rem;height:1.6875rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:16.25rem;height:1.6875rem;top:11rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymCo0IL6vzm7iRAEAZSN4lrwQfAExk03 { width:1.375rem;height:1.375rem;top:4.5625rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:16.6875rem;height:4.5rem;top:1.375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzttJ36ba1T5vRqyUnW8MrtkeR1xqk5Q { width:1.375rem;height:1.375rem;top:1.375rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:16.25rem;height:1.6875rem;top:11rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdSHTydHEAtELSnCcLG9Ok4aRzpTReUy { width:1.375rem;height:1.375rem;top:4.5625rem;left:42.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:16.25rem;height:4.5rem;top:1.375rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHS1IBZPCVOQ2nBvmgKTgVQ5QQ8ALN1C { width:1.375rem;height:1.375rem;top:1.375rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:39.875rem;height:3.6875rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:30rem;height:2.75rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfa32puFOxGu3eLqkQJEvyegaKBnSwA { width:18.9375rem;height:5.1875rem;top:4.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTGRSbIosQhDFtn7PNhWx8KKcI4Eddo { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv { display:block; }#WGiKhFU6lrCs4Zgb2MhtpvyeKQ7xr2yv > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image: -webkit-linear-gradient(top, #646464, #000000);background-image: -moz-linear-gradient(top, #646464, #000000);background-image: -ms-linear-gradient(top, #646464, #000000);background-image: -o-linear-gradient(top, #646464, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #646464, #000000);background-size:contain !important;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o { top:0.875rem;left:-3.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.5rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #iOoEmvlwy3tyA8OWaI3JCZk1CyrwSXqy { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #PwumF2qeWxOX0iBLcoFbTrMiph1BA0Hr {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #U8o7FsGycUNyTVPiOhTHOTyAMxF4aggv {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Hi3eG8UN8M2tFIZPoNhdr9uFZJVdZsDN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #F2IXzsfbBg0IK9ppy4d8gOmK3OgOEpvw {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Eqi9q7VeTVu0niK19fx8pRmJCSRRbw6x {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #edUAMUHICJzl3cXDzUoJxM4dTHD4FRMc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #q6pXasOuQy5n2QsXW2V7hT6HcC5ARbAW {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #hfirGrsrwJsvldJCtkzzvpG4Xa952Dte {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #aT8SQKbNdTwTXbyC1IdXgqmuOofTqHA5 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Mk2Tfoi9ng0ELDnSeV2uhpzaztksSBWl {  }
 }@media only screen and (max-width: 763px) { #QdCsKDZ3eJIAs1yTo8Q4RzWhSnT1ep7o #Cs5T1xN1AhluvkMEZ1LRh4QVmmK266H0 {  }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fafafa;background-image:none;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:7.3125rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:20rem;height:1.4375rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:20rem;height:5.0625rem;top:16.4375rem;left:0rem;font-size:0.9375rem;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:16rem;height:3.125rem;top:23.4375rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #CtMuM3T61AfZKhz5bOFrThgP3XLRVFx0 { width:20rem;height:1.5rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQW3WIAx4dUPld8PMA1Du93Isr4FyyLx { width:20rem;height:1.1875rem;top:28.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbKCCg8JF2p4srpm5go70glhNSVirkDg { display:block; }#UbKCCg8JF2p4srpm5go70glhNSVirkDg > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4MavJfSzAxaET75H7e8nJQVW10auphe { height:11.229050279329rem;width:20rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqf89BDA6PK5vycLis9GdOOOuQd9WWDK { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.9375rem;top:10.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:3.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:4.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:2.75rem;top:12.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:2.75rem;top:30.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:18.75rem;height:1.9375rem;top:27.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:20.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:22.125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:2.75rem;top:48.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:18.75rem;height:1.9375rem;top:45.625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:38.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:40rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azrBohemlp5GgKQNCPzXMfVPwGK3TdDr { width:18.75rem;height:2.75rem;top:16.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu0AL5xW0dTBEd7Ngt9a5GCqyN9Pxvmg { width:18.75rem;height:2.75rem;top:33.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvIMkxMw3iJF3govQ68MleGwB2AgVtLX { width:18.75rem;height:2.75rem;top:52.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { background-color:#eceff2;background-image:url("https://images.assets-landingi.com/frRtQf41/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyloading { background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:20rem;height:8.0625rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:20rem;height:7.5rem;top:11.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:12.875rem;height:1.6875rem;top:20.25rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:4.75rem;height:1.625rem;top:20.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLddHMQLWVTkyFwQ6d0G7T8N3iUenwqq { width:18.9375rem;height:5.1875rem;top:25rem;left:0.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPSxB1mEfpfGFNqyPh7kex3fhBsnPCF2 { display:block; }
 }@media only screen and (max-width: 763px) { #TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ { background-color:#000000;background-image:none;display:block; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { background-color: transparent; background-image: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row > .video-iframe-container { display: none; }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .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); }#TtpU8vl1nBmmFxBdLqDM0u3ttvtC0TPZ > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtNdQGbmKk2NtBFllJVhKpsv4wsx2xlC { width:20rem;height:1.5rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJeScGN2aqamdixRROXAi6crdI38F6IB { display:block; }#tJeScGN2aqamdixRROXAi6crdI38F6IB > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgJFExOiCmys0oAwykiK0tCLR1vvdwnG { width:20rem;height:18.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHwuxv7MLgHkUTaILS3PJ3sFiPgZ36nP { width:20rem;height:2.5625rem;top:20.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZIEpqKtJeu0nqcaTGb8OX0IRS9378ZM { width:20rem;height:15rem;top:23.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 { display:block; }#PVduHo5B9Tc7teUhXTVTIqe0rsfJW0u4 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvHWfTsOfegVXdazWJswyDgQfhTiFDLo { width:20rem;height:2.5625rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssV7c2STAeIdFv2pdO2vycyaMVcrxgyK { width:20rem;height:15rem;top:23.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTb8GBJIuuZ8JVuBL2BZ6IO3Lt4WHkxt { width:20rem;height:18.4375rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR { display:block; }#Khzcmoyhe1mo3waTcEFt2vGDCB0cqSnR > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzgZSGsbIZbNmQZVve2AVZAX79tl7MH5 { width:20rem;height:2.5625rem;top:20.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelPgQRcGMy4iRtohhZcZHczRic4cXnN { width:20rem;height:15rem;top:23.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #to6LaamcDOTsgDw5bT9IU2wZTlVACmZe { width:20rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tReNPLowsl4hTyoE935n2Ocinq7eXuhE { display:block; }#tReNPLowsl4hTyoE935n2Ocinq7eXuhE > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcGtMtlmFT3spAiRsvW6B8eN8zGWEn8A { width:20rem;height:18.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrWegPoT4uWIXZLRZ25Q8UuNhGCmV4VT { width:20rem;height:2.5625rem;top:20.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxJWUqs2wqnh4E1FDvmTNCAfZECVMNVu { width:20rem;height:15rem;top:24.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ { display:block; }#nLo1tqxtJWyUIqDmX6MGLslCvRPVTpQQ > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJ98PilVNeThussp1TiHTpnJf2fBzCq3 { width:20rem;height:15rem;top:24.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGz0DEppw2y53bb6D2eFVaZIG7BnZXSr { width:20rem;height:2.5625rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPVE7kBtmNr04w7vehcnXRo2lBihpbl { width:20rem;height:18.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB { display:block; }#S0GzIGyp5UcK2bnQeUKT3BcVQOb9XTTB > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxxq6cCPrPxuUDlo5lK9EImMZoQSQQsx { width:20rem;height:1.625rem;top:1.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP { display:block; }#vk5Kar8fCIMCfkNy4uodnfvPNowxiOfP > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFOmKNBoETCVpsWrEhe8UlwOL8LU5og8 { height:11.218836565097rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2bpJby0XucbVJhq8nDh0ak1ipJqsTVc { width:18.9375rem;height:5.1875rem;top:13.75rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXSrNfGCtm4FIobopvxGoPUSd5E7q0pO { display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gbd4d8f8/mirror.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:20rem;height:6.75rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:20rem;height:15rem;top:11.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:12.4375rem;height:4.6875rem;top:28.25rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:20rem;height:2.8125rem;top:1.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmPOXiHa1bCPEU3flQIs0gb9glhfrpOB { width:1.375rem;height:1.375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:16.25rem;height:4.5rem;top:1.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhQXZiMhTqGNNcCtMGpnUXxvrwQQrONe { width:1.375rem;height:1.375rem;top:5.875rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:16.25rem;height:1.5rem;top:7.125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:16.25rem;height:1.5rem;top:17.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymCo0IL6vzm7iRAEAZSN4lrwQfAExk03 { width:1.375rem;height:1.375rem;top:16.375rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:16.25rem;height:4.5rem;top:11.875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzttJ36ba1T5vRqyUnW8MrtkeR1xqk5Q { width:1.375rem;height:1.375rem;top:10.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:16.25rem;height:1.5rem;top:29rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdSHTydHEAtELSnCcLG9Ok4aRzpTReUy { width:1.375rem;height:1.375rem;top:27.625rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:16.25rem;height:4.5rem;top:23.125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHS1IBZPCVOQ2nBvmgKTgVQ5QQ8ALN1C { width:1.375rem;height:1.375rem;top:21.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:20rem;height:6.75rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:20rem;height:2.25rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTfa32puFOxGu3eLqkQJEvyegaKBnSwA { width:18.9375rem;height:5.1875rem;top:14.4375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTTGRSbIosQhDFtn7PNhWx8KKcI4Eddo { display:block; }
 }